/* CSS Document */
/** Большой вертикальный навигатор */
ul.navigation_standart
{
	list-style: none;
	margin: 0;
	padding: 3px 0 0 20px;
}

ul.navigation_standart li
{
	padding: 3px 0 3px 0;
	float: left;
	padding-right: 35px;
}

ul.navigation_standart a
{
	color: #fff;
	font-size: 14px;
	font-style:italic;
}

ul.navigation_standart span
{
	color: #000;
	font-size: 14px;
	font-style:italic;
}

ul.navigation_standart a:hover
{
	color: #fbd283;
}

/** Навигатор с двумя уровнями */


ul.site_map, ul.site_map ul, ul.site_map li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}

ul.site_map li
{
	padding-bottom: 10px;
	font-size: 16px;
	color: #666;
}

ul.site_map ul
{
	padding-left: 30px;
}

ul.site_map li.items a
{
	text-decoration: none;
	color: #666;
	
}

ul.site_map li.items li
{
	padding: 2px 0 3px 0;
	font-size: 14px;
	color: #fff;
}

ul.site_map li.items li a
{
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
	color: #443027;
}

ul.site_map li.items li a:hover
{
	color: #a01c1c;
}

ul.site_map li.items li a.selected
{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

/****/
ul.vertical_standart
{
margin: 0;
padding: 0;
padding-left: 10px;
list-stile: none;
}
ul.vertical_standart li{
width:30%;
float:left;
list-style-type:none;
}

ul.vertical_standart a
{
	font-size: 14px;
	color: #443027;
}

ul.vertical_standart a:hover
{
	color: #a01c1c;
}

ul.news
{
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	list-style: none;
	display: block;
	clear: both;
}

ul.news li
{
	float: left;
	width: 30%;
	display: block;
	margin-right: 3%;
}

ul.news li .date
{
	color: #999;
	font-size: 12px;
}

ul.news li .name a
{
	font-style: normal;
}


ul.news li .anons
{
	font-size: 12px;
}

ul.news li .anons a
{
	color: #666;
}

ul.news li .anons a:hover
{
	color: #999;
}
ul.paging {
text-align:center;
}
ul.paging li{
display:inline;
list-style-type:none;
padding:0 7px 0 7px;
}
ul.paging  a.active{
font-size:16px;
color:#bbb;
}
