/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }

    .tabs-nav-new {
        display: none;
    }

}
.tabs-container {
/*	width:99%;*/
	border:2px solid #ece6e2;
	border-top:none;
}

#container-1 {
	margin-top:10px;
	}



/* Skin k3n */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0px 0 0 0px;
    width:100%;
	 font-size:11px;
    text-align: center;
	 font-weight:bold;
background: url('/bitrix/tpl/img/tabsnav.gif') repeat-x bottom;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    background: #ffffff;
    margin: 0;
height:36px;
_margin-right:-3px;
}

.tabs-nav li.myclass {
     float:none;
     overflow:hidden;
     text-align:left;
     _height:1%;
/*_margin-left:-3px !important;*/
}

.tabs-nav li div {
/*     _height:1%;*/
margin: 6px 0 0 0;
padding-left: 10px;
padding-right: 10px;
/*    min-width: 84px; */
/*width:150px;*/
    background: #eceef3;
    border-top:2px solid #ece6e2;
    border-left:1px solid #ece6e2;
    border-right:1px solid #ece6e2;
    border-bottom:2px solid #ece6e2;
    text-align: center !important;
}

.tabs-nav li.myclass div {
}

.tabs-nav li.tabs-selected {
font-family:Tahoma;
_margin-right:0px;
}

.tabs-nav li.tabs-selected div {
	border:2px solid #ece6e2;
	border-bottom:none;
	background: #ffffff;
	margin-top:0px;
	padding-top:6px;
	padding-bottom:3px;
}

.tabs-nav a {
    display: block;
    padding: 6px;
    z-index: 2;
    color: #3366cc;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
    border-right:none;
/*    height:28px;*/
    text-decoration:underline;
}

.tabs-nav li.tabs-selected a {
	 color:#000000;
	 text-decoration:none;
}



