@charset "utf-8";
/* CSS Document */

.tab-container {
position: absolute;
left:50%;
   margin-left:-585px;
}
.tab-container .etabs {
	margin: 0;
	padding: 0;
}
.etabs {
	width: 94%;
	height: auto;
	margin: 0 auto;
	text-align: right;
}
.tab-container .etabs .tab {
	display: inline-block;
	background: #DC901A;
	text-align: center;
	-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
margin: -1px 10px;
}
.tab-container .etabs .tab a {
	text-decoration: none;
	font-family: 'cabinregular' !important;
	font-size: 25px;
	min-width: 70px;
	display: block;
	padding: 0 20px;
	outline: none;
	color: #fefefe;
	height: 40px;
	padding-bottom: 10px;
	line-height:47px;
}
.tab-container .etabs .tab .active {
	background: #F6EE8D;
	position: relative;
	color: #756959;
	font-family: 'cabinbold' !important;
	font-size: 30px;
	line-height: 42px;
	-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.tab-container .etabs .tab .active div {
	margin-top: 0%;
}
.tab-container .panel-container {
	width: 1146px;
height:545px;
	margin: 0 auto;
	background: #F6EE8D;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
