/* CSS Document */
#navigation_standart
{

font-family:Arial, Helvetica, sans-serif;
}
/** Элементы меню */
#navigation_standart .items
{
float:left;
/** Отступ справа */
padding-right: 30px;
/** Толщина полоски слева */
border-left-width: 1px;
border-left-style:solid;
/** Цвет полоски слева */
border-left-color: #ff0000;
/** Отступ слева */
padding-left: 10px;
}

#navigation_standart .items .clickable
{
position:relative;
outline:none;
/** Размер шрифта */
font-size: 14px;
/** Цвет шрифта */
color: #000000;
cursor: pointer;
white-space:nowrap;
display:block;
text-decoration:none;
}

#navigation_standart .items .clickable:hover
{
/** Цвет при наведении */
color: #FF0000;
}

#navigation_standart .items span{
	display: block;
} 
#navigation_standart .items .selected
{
font-size: 14px;
/** Цвет выбраного */
color: #999999;
}

#navigation_standart .navigator
{
position: absolute;
margin-left:-15px;
margin-top:0px;
display: none;
}

#navigation_standart .navigator #text  
{
margin: 0px 3px 0px 0px;
-background:url(../../images/listik/scleft.png) no-repeat 0 100%;
background-color:#ffffff;
}

/** Элементы выпадающего меню */
#navigation_standart .navigator #text  ul li a
{
/** Размер текста */
font-size: 14px;
/** Цвет текста */
color: #000000;
text-decoration:none;
display: block;
cursor:pointer;
padding-left:13px;
padding-right:13px;
margin-left:-13px;
margin-right:-13px;
padding-bottom:10px;
padding-top:8px;

}

#navigation_standart .navigator #text  ul li span
{
	display: block;
	padding-bottom:10px;
	padding-top:8px;
}

#navigation_standart .navigator #text ul li a:hover
{
/** Цвет при наведении */
	color:#ff0000;
 	display: block; 
 	background-color:#f3f3f3;
 	cursor:pointer;
}


.active {
 	background-color:#ffffff;
}

#navigation_standart .navigator #text ul
{
padding-top:0px;
padding-bottom:8px;
}

#navigation_standart .navigator #text ul li
{
	margin-left:8px;
	padding-left:10px;
	padding-right:10px;
	list-style: none;
	background:#ffffff; 
	white-space: nowrap;
	line-height:10px;
}

#navigation_standart #up
{
background: url(../../images/listik/up.png) no-repeat 100% 0;
margin-left:9px;
margin-right:-7px;
line-height:13px;
}

#navigation_standart .navigator #up_l
{
width:12px;
line-height:13px;
margin-left:-3px;
float:left;
background-image:url(../../images/listik/up_l.png);
background-repeat: no-repeat;
}

#navigation_standart .navigator #text #l
{
background-image:url(../../images/listik/sleft.png);
background-repeat:repeat-y; background-position: left;
}

#navigation_standart .navigator #text #c
{
padding-right:8px; 
background-image:url(../../images/listik/sright.png);
background-repeat:repeat-y;
background-position: right;
margin-right:-3px;
}

#navigation_standart .navigator #bottom_l
{
width:8px;
float:left;
background-image:url(../../images/listik/scleft.png);
background-repeat: no-repeat;
}

#navigation_standart .navigator #bottom_r
{
background: url(../../images/listik/sbuttom.png) no-repeat 100% 0;
margin-left:8px;
color:#ffffff;
margin-right:-3px;
}
/*======*/

/* Vertical standart*/
/** Вертикальный навигатор большой */
#navigation_vertical .items
{
/** Размер шрифта */
font-size: 14px;
padding-bottom: 5px;
/** Отступ слева */
padding-left: 20px;
/** Картинка маркера */
background-image: url(../../images/marker.jpg);
background-position:left 3px;
background-repeat:no-repeat;
}

#navigation_vertical .items a
{
/** Цвет шрифта */
color: #000000;
text-decoration:none;
font-size: 14px;
}

#navigation_vertical .items a:hover
{
/** Цвет при наведении */
color: #FF0000;
}


#navigation_vertical .items .selected
{
/** Цвет выбранного */
color: #999999;
}
/*=====*/


/** Вертикальный навигатор мини */
.navigation_level_1_mini td 
{
padding-bottom:10px;
padding-right: 10px;
/** Отступ слева */
padding-left: 20px;
/** Картинка маркера */
background-image: url(../../images/marker.jpg);
background-position:left 3px;
background-repeat:no-repeat;
}

.navigation_level_1_mini span
{
/** Размер даты или описания */
font-size: 12px;
/** Цвет даты или описания */
color: #999999;
margin:0px;
display:block;
}

.navigation_level_1_mini a
{
/** Размер шрифта ссылки */
font-size: 12px;
/** Цвет шрифта ссылки */
color: #333333;
text-decoration:none;
}

.navigation_level_1_mini a:hover
{
/** Цвет при наведении на ссылку */
color: #FF0000;
}

span.navigation_level_1_mini
{
color: #999999;
font-size: 12px;
cursor:default;
}

span.navigation_level_1_mini_sel
{
font-size:12px;
color:#000000;
}


/** Алфавитный указатель */
.alpha h3
{
/** Размер буквицы  */
font-size: 14px;
/** Вес буквицы  */
font-weight: bold;
/** Цвет буквицы  */
color: #000000;
display:inline-block;
margin: 0px;
padding: 0px;
}


.alpha td
{
/** Ширина столбца */
width: 300px;
/** Отступ справа в столбце  */
padding-right: 20px;
text-align:left;

}

.alpha li
{
/** Размер шрифта ссылок  */
font-size: 12px;
padding-bottom: 5px;
list-style: circle;
margin: 0px;
padding: 0xp;
margin-top:30px;

}

.alpha a
{
/** Цвет ссылки  */
color: #003366;
}

.alpha a:hover
{
/** Цвет ссылки при наведении  */
color: #FF0000;
}


/** Хлебные крошки */
div.breadcrumb
{
height: 10px;
padding-bottom: 10px;
}
div.breadcrumb a
{
/** Размер шрифта */
font-size: 12px;
/** Цвет ссылки */
color: #003366;
/** Отступы от элементов (верх, право, низ, лево) */
margin: 0px 0px 0px 0px;
/** Отступы внутри элемента (верх, право, низ, лево) */
padding: 0px 0px 0px 0px;
}

div.breadcrumb a:hover
{
/** Цвет при наведении */
color: #ff0000;
}

div.breadcrumb .delimeter
{
/** Видимость разделителя */
visibility:visible;
/** Размер разделителя */
font-size: 14px;
/** Цвет разделителя */
color: #999999;
/** Отступы */
margin: 0 5px 0 5px;
}
