.section {
	/*width: 100%;*/
	background: #fff;
	margin: 0 -10px 0 -10px;
}

ul.tabs {
	height: 28px;
	line-height: 25px;
	list-style: none;
	border-bottom: 1px solid #18737D;
	background: #fff;
}

.tabs li {
	float: left;
	display: inline;
	margin: 0 1px -1px 0;
	padding: 0 13px 1px;
	color: #fff;
	cursor: pointer;
	background: #18737D;
	border: 1px solid #E4E4E4;
	border-bottom: 1px solid #F9F9F9;
	position: relative;
}

.tabs li:hover {
	color: #F70;
	padding: 0 13px;
	background: #FFFFDF;
	border: 1px solid #FFCA95;
}


.tabs li.current {
	color: #18737D;
	background: #fff;
	padding: 0 13px 2px;
	border: 1px solid #18737D;
	border-bottom: 1px solid #FFF;
}

.box {
	display: none;
	border: 0px solid #18737D;
	border-top: none;

	/* border-width: 0 1px 1px;*/
	background: #fff;
	padding: 0 15px;
}

.box.visible {
	display: block;
}


