#tabbox{
	width: 1200px;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#tabs {
	 width:366px;
	margin-right: auto;
	margin-left: auto;
}

.tab_conbox{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.tabs{
	height: 342px2px;
	width: 100%;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}
.tabs li{
	height: 42px;
	line-height: 42px;
	float: left;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;

}
.tabs li a {
	display: block;
	outline: none;
	padding-top: 0;
	padding-bottom: 0;
	width: 120px;
	text-align: center;
	height: 40px;	border:1px solid #9f9f9f;
}
.tabs  li a:hover{background:#e70013; border:1px solid #e70013;color:#fff;}
.tabs li a.current{background:#e70013; border:1px solid #e70013;color:#fff;}
   
.tabs .thistab,.tabs .thistab a:hover{
	color: #D82731;
	background-color: #FFF;
}

.tab_con {padding:12px;font-size: 14px; line-height:175%;}
