@charset "utf-8";

.tab-head {
	margin: 0;
	padding: 0;
}

.tab-menu {
	list-style-type: none;
	text-align: left;
}

.tab-menu li {
	display: block;
	float: left;
	width: 98px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	color: #9c9c9c;
	padding-top: 9px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.tab-menu li.cerrent {
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.tab-content {
	margin: 0;
	padding: 0;
	border-top: 1px solid rgb(227, 227, 227);
}

.tab-content .tab-content-one {
	display: none;
}

.tab-content .cerrent {
	display: block;
}

.tab_red li.cerrent {
	color: #096;
	border-bottom-color: #096;
}

.tab_orange li.cerrent {
	color: #f77400;
	border-bottom-color: #f77400;
}