/**
 * Вертикальное меню - стандартное 
 */
#menu,
#menuf { 
	font-family: Tahoma,Verdana,Arial,sans-serif;
	position: relative;
	font-size: 95%;
}
#menu li {
	list-style-type: none;
}
#menu a {
	border-bottom: 1px solid #EEF1F2;
	display: block;
	padding: 5px 0 5px 10px;
}
#menu a.last {
	border-bottom: none;
}
#menu ul li a {
	padding-left: 24pt;
	background: url(../images/menublock-arrow.gif) 10pt center no-repeat;
}
#menu ul.lvl2 li a {
	padding-left: 48pt;
	background: url(../images/menublock-arrow.gif) 34pt center no-repeat;
}
#menu ul.lvl3 li a {
	padding-left: 72pt;
	background: url(../images/menublock-arrow.gif) 58pt center no-repeat;
}
#menu ul.lvl4 li a {
	padding-left: 96pt;
	background: url(../images/menublock-arrow.gif) 82pt center no-repeat;
}
#menu ul.lvl5 li a {
	padding-left: 120pt;
	background: url(../images/menublock-arrow.gif) 106pt center no-repeat;
}
#menu li.active a,
#menuf li.active a {
	font-weight:bold;
}
#menu a,
#menuf a {
	color: #6A7398;
	font-weight: normal;
	text-decoration: none;
}
#menu a:hover, 
#menuf a:hover {
	color: #f00;
	text-decoration: none;
}
#menu a:active,
#menuf a:active {
	color: #004488;
	text-decoration: none;
}

/** 
 * Вертикальное меню - полное 
 */
#menuf li ul { 
	margin-left: 15px; 
} 
#menuf ul li { 
	margin-top: 2px;
	padding: 1px 0 4px 15px;
	//background: url(../images/menu-closed.gif) no-repeat scroll left 4px transparent;
	background:url("../images/menu-nochild.gif") no-repeat scroll left 6px transparent;
}
#menuf li.open { 
	background:url("../images/menu-open.gif") no-repeat scroll left 6px transparent;
}
#menuf li.nochild { 
	background:url("../images/menu-nochild.gif") no-repeat scroll left 6px transparent;
}
#menuf li a.smvm-opcl {
	display:block;
	float:left;
	height:18px;
	left:20px;
	margin-left:-18px;
	top:auto;
	width:18px;
}
html #menuf ul li a.smvm-opcl {
	display: inline; /* убиваем баг с двойными полями в IE6 */
}


/** 
 * Хлебные крошки 
 */
.breadcrumb {
	color: #999;
	font-size: 80%;
	clear: both;
}

/** 
 * Paginator 
 */
div.paginator {
	clear:both;
	font-family:arial;
	font-size:0.92em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:100%;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1em 0 0.2em;
	padding:1em 1em 2em 0;
}
div.paginator span {
	float:left;
	list-style-type:none;
	margin-right:0.1em;
}
div.paginator a.prev, 
div.paginator a.next, 
div.paginator a.last, 
div.paginator a.first {
	border:0 none;
	color:#666666;
	font-size:1.2em;
}
div.paginator a {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #CCCCCC;
	color:#666666;
}
div.paginator em {
	background:#666666 none repeat scroll 0 0;
	border:1px solid #BEB1B1;
	color:#FFFFFF	;
	font-style:normal;
	font-weight:bold;
}

div.paginator a, 
div.paginator em {
	display:block;
	margin-right:0.1em;
	padding:0.5em;
	text-decoration:none;
}

div.paginator .inactive	{
	color: #ccc;
}