@charset "utf-8";

.tabs {
	margin: 0 0 0 0px;
	padding: 0 0 0 1px;
	float: left;
	list-style: none;
	border-bottom: 1px solid #ddd;
	width: 100%;
	line-height:20px;
	text-align:left;
}
.tabs .tab-element {
	/*float: left;*/
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	border-radius:5px 5px 0 0;
	display:inline-block;
	margin-bottom:-6px;
}
.tabs .tab-element a {
	text-decoration: none;
	display: block;
	padding: 20px 20px;
	outline: none;
	color: #fff;
	background:#9e9e9e;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin: 0 1px;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;	*/
}
.tabs .tab-element.active a, .tabs .tab-element.active a:hover  {
	background: #0167B1;
	color: #FFF;
	/*border: 1px solid #ddd;
	border-bottom-color: #FF8B17;*/
}
.tab_container {
	overflow: hidden;
	clear: both;
	width: 100%;
	margin:0 0 0 0px;
}
.tab_content {
	width:94%;
	padding:20px 3%;
}