/* 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;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    padding:0;
}

#container-1 .tabs-nav:after, #container-2 .tabs-nav:after,#container-product-desc .tabs-nav:after, #container-product-explanation .tabs-nav:after, #container-myaccount .tabs-nav:after{ /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

#container-1 .tabs-nav li, #container-2 .tabs-nav li,#container-product-desc .tabs-nav li, #container-product-explanation .tabs-nav li, #container-myaccount .tabs-nav li{
    float: left;
	background:url(/common/img/V3/ecommerce/nav-tab-off-left.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 5px;
	height:23px;
	
	}

#container-1 .tabs-nav li{
/*	width:115px;
	min-width:104px;*/
	}

#container-1 .tabs-nav .tabs-selected {
/*	width:115px;
	min-width:104px;*/
}

#container-2 .tabs-nav li{
/*	width:150px;
	min-width:150px;*/	
	}

#container-2 .tabs-nav .tabs-selected {
	/*width:150px;
	min-width:150px;*/
	
}

#container-1 .tabs-nav li a, #container-2 .tabs-nav li a,#container-product-desc .tabs-nav li a, #container-product-explanation .tabs-nav li a, #container-myaccount .tabs-nav li a{
	display: block;
    font-size: 12px;
	padding:10px 10px 0 3px;
	height:23px;
	margin-top:-10px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */ 
	background:url(/common/img/V3/ecommerce/nav-tab-off-right.gif);
	background-position:right;   
}


#container-1 .tabs-nav .tabs-selected, #container-2 .tabs-nav .tabs-selected,#container-product-desc .tabs-nav .tabs-selected, #container-product-explanation .tabs-nav .tabs-selected, #container-myaccount .tabs-nav .tabs-selected{
    float: left;
	background:url(/common/img/V3/ecommerce/nav-tab-on-left.gif);
	background-repeat:no-repeat;
	padding:10px 0 0 5px;
	height:23px;
	
}

#container-1 .tabs-nav .tabs-selected a, #container-2 .tabs-nav .tabs-selected a,#container-product-desc .tabs-nav .tabs-selected a, #container-product-explanation .tabs-nav .tabs-selected a, #container-myaccount .tabs-nav .tabs-selected a{
	display: block;
    font-size: 12px;
	padding:10px 10px 0 3px;
	height:23px;
	margin-top:-10px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */ 
	background:url(/common/img/V3/ecommerce/nav-tab-on-right.gif);
	background-position:right; 	
}

.tabs-nav 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-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}

#container-product-explanation {
	margin-bottom:-2px;
}

#container-myaccount ul.tabs-nav{
	padding-left: 3em;
	margin-top: -67px;
	display:block;
}