/*
Tabs - additional IE specific bug fixes

Recommended usage (Conditional Comments):
<!--[if lte IE 7]>
<link rel="stylesheet" href="tabs_ie.css" type="text/css" media="projection, screen" />
<![endif]-->

*/
.tabs-nav { /* auto clear */
    display: inline-block;
}
.tabs-nav .tabs-disabled {
    position: relative; /* fixes opacity */
    filter: alpha(opacity=40);
}
.tabs-nav .tabs-disabled a span {
    _height: 19px; /* for some reason the height is 1px to less with opacity... */
    min-height: 19px; /* ...in both IE 6 and 7 */
}

*html #container-1 .tabs-nav li, *html #container-2 .tabs-nav li, *html #container-product-desc .tabs-nav li, *html #container-product-explanation .tabs-nav li, *html #container-myaccount .tabs-nav li{
	width: 115px;
	} 
	
*html #container-myaccount ul.tabs-nav{
	margin-top: -70px;
	text-align:center;
}

*html #container-product-explanation ul.tabs-nav{
	text-align:center;
}

*html #container-product-desc ul.tabs-nav{
	text-align:center;
}

*html #container-2 ul.tabs-nav{
	text-align:center;
}

*html #container-1 ul.tabs-nav{
	text-align:center;
}
