@charset "utf-8";

/* tabbtn */
.tabbtn {
	height:22px;
	border:1px solid #eee;
}
.tabbtn li {
    background:url(../images/biaoline.jpg) no-repeat right center;
	float:left;
	position:relative;
	margin:0;
}
.tabbtn li a {
	display:block;
	float:left;
	height:22px;
	line-height:22px;
	overflow:hidden;
	width:78px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	text-decoration:none;
	color:#666666;
}
.tabbtn li.current {}
.tabbtn li.current a {
	height:22px;
	line-height:22px;
	background:#C40F00;
	color:#fff;
}
/* tabcon */
.tabcon {
	position:relative;/*必要元素*/
	height:110px;
	overflow:hidden;
}
.tabcon .subbox {
	position:absolute;/*必要元素*/
	left:0;
	top:0;
}
.tabcon .sublist {
	padding:5px;
	height:100px;
}
/* leftcon */
#leftcon .subbox {
	width:9999em;
}
#leftcon .subbox .sublist {
	float:left;
	width:630px;
}
/* sublist */
.sublist {
	padding:10px;
}
