.tabContainer {
    position:relative;
    float:left;
}
.yui-navset {
    border:0;
}
.yui-nav {
    background-color:#E8F2F4;
    width:100%;
    margin:0;
    float:left;
    background:url("/img/product/container_top.gif") no-repeat scroll 0 0 transparent;
    height:35px;
    font-size:11px;
}
.yui-nav .selected { 
    background-color:#FFFFFF;
    top:0px;
    background:url("/img/product/bg_tab_on.gif") no-repeat scroll right top #A0A5A7;
    height:25px;
    font-weight:bold;
}
.yui-nav > li { 
    list-style:none;
    position:relative;
    top:0px;
    height:18px;
    float:left;
    background:url("/img/product/bg_tab_off.gif") no-repeat scroll right top #D8D4D4;
}
.yui-nav li:first-child {
    margin-left:0px;
}
.yui-nav li a, .yui-nav li a:hover {
    text-decoration:none;
}
.yui-nav li a em, .yui-nav li a:hover em {
	color:#666666;
	display:block;
	float:left;
	font-size:11px;
	font-style:normal;
	line-height:14px;
	padding-right:20px;
	padding-top:2px;
}
.yui-nav .selected a em, .yui-nav .selected a:hover em {
    color:#ffffff;
}
.yui-content {
    float:left;
    width:555px;
}
.yui-hidden {
    display:none;
}
.tabContent {
    padding:0px;
    float:left;
}

.activeTab {
background:url("/img/product/bg_tab_on.gif") no-repeat scroll right top #A0A5A7;
color:#FFFFFF;
font-weight:normal;
height:27px;
}