@CHARSET "UTF-8";
.ui-tab{
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 10px 0;
}
.ui-tab-nav{
	height: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
	border: 1px solid #eee;
}
.ui-tab-nav:after,
.ui-tab-nav:before{
	content: '';
	display: table;
	clear: both;
}
.ui-tab-nav li{
	height: 42px;
	line-height: 39px;
	width: 172px;
	font-size: 16px;
	float: left;
	text-align: center;
	background-color: #f5f5f5;
	border-top: 3px solid #f5f5f5;
	cursor: pointer;
}
.ui-tab-nav li.current{
	background-color: #fff;
	color: #09a991;
	border-top: 3px solid #09a991;
	cursor: auto;
}

