/* Путь */
div.path
{
	font-size: 11px;
	color: #90866c;
	margin-bottom: 3px;
	margin-left: 0px;
}
div.path a
{
	color: #90866c;
	border-bottom: 1px solid #90866c;
}
div.path a:hover
{
	color: #90866c;
	border: none;
}
/* Поиск */
.highlight {
	font-weight: bold;
}

/* типо */
blockquote
{
	padding: 28px 51px 30px 39px;
	margin:10px 0;;
	background: #f6f6f6;
	border: 1px solid #d7d7d7;
	color: #353535;
}

/* Таблица */
TABLE.table, TABLE.sortable{
	width: 100%;
	border-bottom: 2px solid #c1bcb2;
	font-size: 100%;
	border-top: 1px solid #c1bcb2;
	border-left: 1px solid #c1bcb2;
	margin-top: 20px;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 0px;
	vertical-align: middle;
	border-bottom: 3px solid #c1bcb2;
	border-right: 1px solid #c1bcb2;
	color: #232323;
	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-bottom: 1px solid #c1bcb2;
	border-right: 1px solid #c1bcb2;
	color: #555;
	height: 32px;
}
TABLE.table TD.last, TABLE.sortable TD.last { 
	border-right: none !important;
}
/* Постраничка */
div.pages
{
	margin: 12px 0;
	font-size: 12px;
	padding: 5px 0 0 21px;
	color: #494949;
	background: url(../img/pages.gif) no-repeat left top;
}
div.pages p
{
	margin: 0px 0 9px 7px;
	font-size: 11px;
}
div.pages b
{
	color: #000;
	font-weight: bold;
	padding: 4px 8px 6px 8px;
	background: url(../img/a_hover.gif) no-repeat left top;
	
}
div.pages a
{
	color: #494949;
	padding: 4px 8px 6px 8px;
	border: none;
	background: url(../img/a_bg.gif) no-repeat left top;
}
div.pages a:hover
{
	color: #21201f;
	padding: 4px 8px 6px 8px;
	background: url(../img/a_hover.gif) no-repeat left top;
	
}
div.inner_page
{
	font-size: 90%;
	background: url(../img/li2.gif) no-repeat 0 5px;
	padding-left: 10px;
	margin-bottom: 3px;
	margin-left: 58px;
}


/* DEFAULT */

/*files*/
div.files { margin: 20px 0;}
div.un
{
	background: url(../img/un.gif) no-repeat 0px 0;
	padding: 5px 0 10px 40px;
	margin-bottom: 10px;
}
div.txt
{
	background: url(../img/txt.gif) no-repeat 8px 0;
	padding: 5px 0 10px 40px;
	margin-bottom: 10px;
}
div.win
{
	background: url(../img/win.gif) no-repeat 0px 0;
	padding: 5px 0 10px 40px;
	margin-bottom: 10px;
}
div.excel
{
	background: url(../img/excel.gif) no-repeat 0 0;
	padding: 5px 0 10px 40px;
	margin-bottom: 10px;
}
div.word
{
	background: url(../img/word.gif) no-repeat 0 0;
	padding: 5px 0 10px 40px;
	margin-bottom: 10px;
}
div.pdf
{
	background: url(../img/pdf.gif) no-repeat 0 0;
	padding: 5px 0 11px 40px;
	margin-bottom: 10px;
}
div.files div ol
{
	margin: 0 0 0 20px;
	padding: 0px;
}
div.files div ol a
{
	color: #002e62;
	border-bottom: 1px solid #002e62;
}
div.files div ol a:hover
{
	border: none;
	color: #eb3c01;
}
div.files div ol li
{
	margin-bottom: 3px;
}
/*end files*/

/*Фотогалерея*/
div.photo
{
	border: 1px solid #58585a;
	background-color:#FFFFFF;
	float:left;
	height:100px;
	margin:5px 5px 20px 0pt;
	width:100px;
}
div.photo div
{
	overflow: hidden;
	width: 96px;
	height: 96px;
	margin: 2px;
}
div.photo a
{
	border: none;
}
/*Конец Фотогалерея*/