@charset "utf-8";
/* 页签 */
.tab_default, .tab_default ul {
	height:42px;
	border-bottom:1px solid #e5e5e5;
}
.tab_default ul {
	float:left;
}
.tab_default li {
	float:left;
}
.tab_default li a  {
	margin:0;
	padding:0 15px 2px 15px;
	font-size:15px;
	line-height:40px;
	color:#999;
	display:inline-block;
	text-decoration:none;
	float:left;
}
.tab_default li.tab_default_sel a {
	margin:0;
	background:#fff;
	border:1px solid #e5e5e5;
	border-bottom:0;
	font-weight:bold;
}
.tab_default_cont {
	margin:0 0 20px 0;
	padding:20px;
	background:#fff;
	border:1px solid #ddd;
	border-top:0;
}
.tab_default_more {
	float:right;	
}
.tab_default_more, .tab_default_more a {
	line-height:32px;
	color:#999 !important;	
}