/* Путь */
div.path
{
	font-size: 85%;
	color: #619fc2;
	margin-bottom: 3px;
}
div.path a
{
	color: #619fc2;
	border-bottom: 1px solid #619fc2;
}
div.path a:hover
{
	color: #619fc2;
	border: none;
}
/* Поиск */
.highlight {
	font-weight: bold;
}

/* типо */
blockquote
{
	padding: 28px 51px 30px 39px;
	margin:10px 0;;
	background: #ffefad;
	color: #353535;
}

/* Таблица */
TABLE.table, TABLE.sortable{
	
	border-bottom: 2px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	font-size: 100%;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 3px solid #525252;
	border-right: 1px solid #525252;
	color: #525252;
	height: 22px;
	text-align: center;
}
TABLE.sortable TH a { color: #b7b7b7; text-decoration: none; }
TABLE.sortable TH a:hover { color: #b7b7b7; text-decoration: none; }
TABLE.table TH.last, TABLE.sortable TH.last { 
	border-right: none;
}
TABLE.table TD, TABLE.sortable TD { 
	margin:0px; 
	padding: 4px;
	border-right: 1px solid #b7b7b7;
	color: #555;
	height: 32px;
}
TABLE.table TD.last, TABLE.sortable TD.last { 
	border-right: none !important;
}

/* Постраничка */
/*
div.pages
{
	margin: 10px 0 10px 0px;
	font-size: 12px;
}
div.pages b
{
	background: url(../img/a_bg.gif) no-repeat 0px 3px;
	color: #000;
	font-weight: bold;
	font-size: 11px;
	border: solid 1px #E1E1E1;
	padding:1px 5px 1px 5px;
	background-color:#E2F5FE;
}
div.pages a
{
	font-weight: bold;
	border: solid 1px #E1E1E1;
	color: #000;
	font-size: 11px;
	padding: 1px 5px 1px 5px;
}

div.pages a:hover
{
	background: url(../img/a_bg.gif) no-repeat 0px 3px;
	color: #000;
	font-weight: bold;
	border: solid 1px #E1E1E1;
	padding: 1px 5px 1px 5px;
	background-color:#E2F5FE; 
}
/**/
table.form {
	width: 325px;
}

table.form input[type="text"],table.form textarea {
	width: 100%;
}

table.form textarea {
	height: 120px;
}

a span.highlight {
	border-bottom:1px solid #812523;
}
span.highlight {
	color: #812523;
}

.hand{
	cursor: hand;
	cursor: pointer;
}

.small {
	font-size: 80%;
}

.gray {
	color: #888;
}

.nowrap {
	white-space: nowrap;
}


.brow {
	color: brown;
}

.pd10 {
	/*padding-left: 10px;*/
}
