a {
	text-decoration: none;
	color: #000;
	font-size: 14px;
}
#tabbox {
	width:980px;
	overflow:hidden;
	margin:0 auto;
}
.tab_conbox {
	border: 1px solid #999;
	border-top: none;
}
.tab_con {
	display:none;
}
.tabs {
	height:90px;
	border-bottom:1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
.tabs li {
	height:89px;
	line-height:89px;
	float:left;
	border:1px solid #999;
	border-left:none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
	width:240px;
	text-align:center;
	font-size:34px;
	box-shadow: 0 0 0 1px #FFFFFF inset;
	-moz-box-shadow: 0 0 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 0 0 1px #FFFFFF inset;
	behavior:url(ie-css3.htc);
	position:relative;
	z-index:100;
}
.tabs li img {
	float:left;
	height:88px;
}
.tabs li a {
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
.tabs li a:hover {
	background: #ccc;
}
.tabs .thistab, .tabs .thistab a:hover {
	background: #ebebeb;
	border-bottom: 1px solid #ebebeb;
	box-shadow:none;
}
.tab_con {
	padding:12px 0;
	font-size: 14px;
	line-height:175%;
}
