.tab {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	margin-top: 10px;
	width: 650px;
}
ul.tabs {
	width:auto;
	display:block;
	overflow:hidden;
	margin:0;
	z-index: 100;
	margin-bottom: -1px;
	padding: 0;
	padding-left: 5px;
	clear:both;
}
ul.tabs li {
	float:left;
	margin:0 1px 0 1px;
	padding: 0 10px 0 10px;		
	list-style-type:none;
	line-height: 25px;
	background-color:#4C4C4C;
	display:block;
	border-top-right-radius:3px;
	border-top-left-radius:3px;
}
ul.tabs a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	line-height: 25px;
	display:block;
}
ul.tabs li:active, ul.tabs li:hover {
	background-color:#585858;
	cursor: pointer;
}
ul.tabs li.active {
	background-color:#FF9900;
	cursor: pointer;
}
.spec-product {
	clear:both;
	padding: 10px;
	border: 1px solid #CCCCCC;
	text-align:left;
	margin-bottom: 10px;
	-moz-box-shadow: inset 0 0 5px #CCCCCC;
	-webkit-box-shadow: inset 0 0 5px#CCCCCC;
	box-shadow: inset 0 0 5px #CCCCCC;
	overflow:hidden;
}
.spec-product ul {
	margin: 5px 30px;
	padding: 0;
	list-style-type: none;
}
.spec-product ul li {
	padding: 4px 10px;
}
.spec-product ul li:nth-child(even) {
	background-color:#f2f2f2;
}
.spec-product ul li:first-child {
	border-bottom: 1px solid #888;
	border-left: 4px solid #999;
	background-color:#fff;
}
.spec-product h3 {
	margin: 0;
	margin-top: 5px;
	font-size:12px;
	padding: 2px 0;
}
.spec-product h3.no {
	text-align:center;
	background-color:#666;
}
/*.spec-product h3.no img {
	position:absolute;
	top: -130px;
	width: 90px;
	left: 0;
}
*/
.spec-product h3.no a {
	color:#FFFFFF;
	text-decoration:none;
}
.spec-product h4 {
	margin: 5px 0 3px;
	padding-left: 5px;
	font-size:11px;
}
#banding ol {
	margin: 0;
	padding: 0;
	list-style-type:none;
}
#banding ol li {
	padding: 3px 20px;
	background-color:#ddd;
}
#banding ol li:nth-child(odd) {
	background-color:#f1f1f1;
}
#banding ol.no {
	text-align:center;
	width: 90px;
}
#banding {
	float:left;
	padding: 0;
	margin-right: 1px;
}
.posi {
	background-color:#f9f9f9;
	overflow:hidden;
	display:table;
	padding: 5px;
	margin: 0 auto;
}