/*Путь*/
div.address
{
	font-size: 11px;
	color: #fff;
}

/*Конец Путь*/


/* Таблица */
TABLE.table, TABLE.sortable{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

TABLE.table TH, TABLE.sortable TH { 
	margin:0px;
	padding: 3px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	height: 22px;
	text-align: center;
	background-color: #a22b2b;
}

TABLE.sortable TH a { color: #4397fe; text-decoration: none; }
TABLE.sortable TH a:hover { color: #4397fe; text-decoration: none; }
TABLE.table TD, TABLE.sortable TD { 
	margin:0px; 
	padding: 4px;
	border-bottom: 1px solid #a22b2b;
	border-right: 1px solid #a22b2b;
	font-size: 90%;
	background-color: #fff;
	color: #000;
}
TABLE.table TD.last, TABLE.sortable TD.last { 
	border-right: 1px solid #fff;
}
TABLE.table TR.last td, TABLE.sortable TR.last td{ 
	border-bottom: none !important;
}

blockquote
{
	background: #fff;
	margin: 0px;
	padding: 10px;
	color: #000;
	border-left: 5px solid #a22b2b;
}

/*Конец Таблица*/

/* DEFAULT */

/*files*/
div.files { margin: 20px 0;}
div.un
{
	background: url(../img/un.gif) no-repeat 0px 0;
	padding: 0px 0 10px 40px;
	margin-bottom: 10px;
}
div.txt
{
	background: url(../img/txt.gif) no-repeat 8px 0;
	padding: 0px 0 10px 40px;
	margin-bottom: 10px;
}
div.win
{
	background: url(../img/win.gif) no-repeat 0px 0;
	padding: 0px 0 10px 40px;
	margin-bottom: 10px;
}
div.excel
{
	background: url(../img/excel.gif) no-repeat 0 0;
	padding: 0px 0 10px 40px;
	margin-bottom: 10px;
}
div.word
{
	background: url(../img/word.gif) no-repeat 0 0;
	padding: 0px 0 10px 40px;
	margin-bottom: 10px;
}
div.pdf
{
	background: url(../img/pdf.gif) no-repeat 0 0;
	padding: 0px 0 10px 40px;
	margin-bottom: 10px;
}

div.files div a
{
	font-weight: bold;
}

div.vars
{
	font-size: 90%;
}

/*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;
}
/*Конец Фотогалерея*/

div.topic{
	font-family: Tahoma;
	color:#fff;
	font-size:14pt;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom:10px;
	margin-top:4px;
}
div.inner_pages{
	margin-top:10px;
	font-size:11px;
}
div.inner_pages div{
	background: url(../img/menu/bg_.gif) no-repeat left 8px;
	padding-left:18px;
} 