.wrapper {
	width:100%;
	margin:auto;
}
ul.tabs { margin:0; padding:0; float:left; }
ul.tabs li { float:left; display:inline; margin-right:1px; cursor:pointer; font-weight:bold;  }
ul.tabs li a {
	width:200px;
	line-height:30px;
	background:#7e847b;
	text-align:center;
	float:left;
	text-decoration:none;
	color:#FFF;
}
ul.tabs li a:hover, ul.tabs li a.active {
	background:#fff;
	color:#3f3f3d;
}

.tab_content_container {
	width:100%;
	height:295px;
	float:left;
	background:#fff;
	padding:0px;
	margin-top:1px;
	font-size:14px;
	/*border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;*/
	display:block;
}
.tab_content {
	display:none;
	position:absolute;
	width:100%;
	height:292px;
	overflow:auto;
	overflow-x:hidden;
}
.tab_content_active {
	display:block;
	position:absolute;
	width:100%;
	height:292px;
	overflow:auto;
	overflow-x:hidden;
}
.tab_content_active span {
	float:left;
	width:100px;
	margin-right:0px;
}
