.tab {
	padding: 0px 0px 10px 0px;	
}

.tabs {

}

.tabs a, .tabs a:hover.inactive, .tabs a.active {
	float: left;
	width: 98px;
	padding-top: 4px;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	color: #000000;
	text-align: center;
}

.tabs a {
	/*background: url('tab.jpg') no-repeat; */
	height: 43px;
	width:170px;
	margin-right:5px;
	border: 1px solid #D5D5D5;
}

.tabs a:hover.inactive {
	/*background: url('tab_hover.jpg') no-repeat;	*/
	height: 43px;
	width:170px;
	color:#FF6B00;
}
.tabs a:hover.inactive .tab_text {
	color:#FF6B00;
}

.tabs a.active {
	/*background: url('tab_active.jpg') no-repeat;*/
	height: 43px;
	width:170px;
}

.tab .pages {
	
}

.tab .page {
	background-color: #FCFCFE;
}

.tab .pages .page .pad {
	/*background-image:url('../../images/bg_productdetail.jpg');*/
	background-repeat:repeat-x;
	padding: 20px 20px 20px 20px;
	margin-bottom:20px;
	float:left;
	position:relative;
	top:-1px;	
	border: 1px solid #D5D5D5;
	width:935px;
}


.tab .pages .page .minipad {
	background-color: #F9F9F9;
	border: 1px solid #545A5F;
	padding: 5px;
	min-height: 165px;
 	_height: 165px;
}
.tabs .tab_text {
	padding-top: 9px;
}
.tabs a.active .tab_text {
	color:#FF6B00;
}
.tabs a.inactive .tab_text {
	color:#666;
}