/* стили вкладок в меню каталога */

/* <![CDATA[ */

.section {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
ul.tabs {
	height: 25px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: left;
	/*border: 1px solid #E4E4E4;*/
	/*line-height: 25px;*/
	list-style: none;
}
.tabs li {
	float: left;
	display: inline;
	/*margin: 0 1px -1px 0;*/
	padding: 0 5px 3px 5px;
	font: 12pt Tahoma; color: #D0EBFB;
        font-weight: normal;
	cursor: pointer;
	position: relative;
}

.tabs li a:link {color: #D0EBFB;}
.tabs li a:visited {color: #D0EBFB;}
.tabs li a:hover {color: #434b52;}
.tabs li a:active {color: #434b52;}

.tabs li a{
        text-decoration: none;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #434b52;
        background: url(../../../image/catalog-activ-menu.gif) repeat-x 0 0;
}
.tabs li.current {
	color: #434b52;
        background: url(../../../image/catalog-activ-menu.gif) repeat-x 0 0;
	/*padding: 0 0px 2px;*/
}
.box {
	display: none;
	font: 10pt tahoma; color: #fff;
	font-weight: normal;
        line-height: 1.5;
	/*padding: 0 12px;*/
}

.box p {
color: #fff;
}

.section div a:link {color: #ffffff;}
.section div a:visited {color: #ffffff;}
.section div a:hover {color: #999999;}
.section div a:active {color: #999999;}

.box.visible {
	display: block;
}

/* ]]> */

