@charset "UTF-8";
#tab_box {
	width: 1000px;
	position: relative;
	height: auto;
	float: left;
	margin-top: 20px;
}
#tab {
	list-style: none;
	cursor: pointer;
	height: auto;
	width: 900px;
	margin-left: 50px;
	float: left;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
#tab ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#tab li {
	float: left;
	list-style: none;
	cursor: pointer;
	height: 58px;
	width: 89px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#tab li.select {
	background-image: url(../imgs/tab_select.png);
	color: #68BD91;
}
.disnon {
	display: none;
}
.content_wrap {
	width: 950px;
	height: auto;
	background-color: #FFF;
	float: left;
	margin-left: 50px;
	margin-top: 33px;
}
