@charset "utf-8";

.tabs-hide {
    display:none;
}

/* Skin */
.tabs-nav {
	position:relative;
	height:33px;
	z-index:10;
}

.tabs-nav ul {
	height:33px;
	border-left:1px solid #c9c9c9;
}

.tabs-nav li {
	position:relative;
    float:left;
	width:25%;
	min-width:85px;
	height:33px;
	background:url(../img/product_tag_01.jpg) repeat-x;
}

.tabs-nav span {
    display:block;
	height:33px;
	line-height:33px;
	font-size:13px;
	text-align:center;
}

.tabs-nav a {
    color:#585858;  
}

.tabs-nav .tabs-selected {
	height:34px;
	border-bottom:none;
	background:url(../img/product_tag_02.jpg) repeat-x;
}

.tabs-nav .tabs-selected a {
    color:#946800;
}

.tabs-container {
	position:relative;
	top:-1px;
	clear:both;
	width:716px;
    padding:8px;
	border-top:1px solid #c9c9c9;
    background:#ffffff;
	color:#000000;
	z-index:9;
	background:url(../img/product_tag_03.jpg) repeat-x #ffffff;
}