/* 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-cat {
        display: none;
    }
}

/* Skin */
.tabs-nav-tovar {
    list-style: none;
    margin: 0;
    padding: 20px 0 0 0;
    height: 30px;
}
.tabs-nav-tovar:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav-tovar li {
    float: left;
    margin: 0 5px 0 1px;
    min-width: 50px; /* be nice to Opera */
    border: 0 none;
}
.tabs-nav-tovar a, .tabs-nav-tovar a span {
    display: block;
    padding: 5px 10px;
    color: #006699;
    text-transform: uppercase;
    font-size: 14px;
}
.tabs-nav-tovar a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */
}
.tabs-nav-tovar .tabs-selected a {
	color: #000000;
}
.tabs-nav-tovar .tabs-selected a, .tabs-nav-tovar a:hover, .tabs-nav-tovar a:focus, .tabs-nav-tovar a:active {
	color: #000000;
	background: #eaf0f5 url("/img/tabrg.jpg") top right no-repeat;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav-tovar a, .tabs-nav-tovar .tabs-disabled a:hover, .tabs-nav-tovar .tabs-disabled a:focus, .tabs-nav-tovar .tabs-disabled a:active {
}
.tabs-nav-tovar a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding: 3px 10px 0 10px;
}
*>.tabs-nav-tovar a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs-nav-tovar .tabs-selected a span{
	color: #000000;
	padding-top: 3px;
}
.tabs-nav-tovar a:hover span, .tabs-nav-tovar .tabs-disabled a:hover span, .tabs-nav-tovar .tabs-disabled a:focus span, .tabs-nav-tovar .tabs-disabled a:active span {
	color: #000000;
}
.tabs-nav-tovar .tabs-selected a:link, .tabs-nav-tovar .tabs-selected a:visited, .tabs-nav-tovar .tabs-disabled a:link, .tabs-nav-tovar .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
    color: #000000;
}
.tabs-nav-tovar a:hover, .tabs-nav-tovar a:focus, .tabs-nav-tovar a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    color: #000000;
}
.tabs-nav-tovar .tabs-disabled {
    opacity: .4;
}
.tabs-container-tovar {
    padding: 30px 10px;
    background: #eaf0f5; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 0px;
    background: url("/img/loading.gif") no-repeat;
}

