


h2{ 
	margin-bottom:10px;
}

#wrapper{
	width:720px;
	margin:40px auto 0;
}

#wrapper h1{
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
}

#wrapper a{
	display:block;
	font-size:1.2em;
	padding-top:20px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

#tabContainer {
	width: 78%;
	padding:15px;
	background-color:#F5F4F2;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* margin-left: 21px; */
	/* margin-top: 16px; */
	margin: 20px auto;
	/* margin-right: 23px; */
	border: 1px solid #ccc;
}


#tabs{
	/* height:58px; */
	overflow:hidden;
	/* box-shadow: 0px 5px 0px #D6D6D6; */
	/* display: inline-block; */
}

#tabs > ul{
	font: 1em;
	margin: 0;
	list-style:none;
	padding: 0;
	box-shadow: 2px 10px 2px #0C0C0C;
}

#tabs > ul > li{
	margin:0 2px 0 0;
	padding: 8px 15.6px;
	font-size: 16px;
	width: auto;
	display:block;
	float:left;
	text-align: center;
	font-weight: 500;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	background: #C9C9C9;/* old browsers */
	background: 
	
	-moz-linear-gradient(top, #E22021 0%, #E2201B 100%);/* firefox */
	background: 
	-webkit-gradient(linear, left top, left bottom, color-stop(0%,#E22021), color-stop(100%,#E22021));/* webkit */
	/* border-bottom: 2px solid #383838; */
}

li#tabHeader_3 {}
#tabs > ul > li:hover{

cursor:pointer
}
#tabs > ul > li.tabActiveHeader{
	background: #FFFFFF;/* old browsers */
	background: 
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	-moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%);/* firefox */
	background: #770912;/* webkit */
	cursor:pointer;
	color: #FFFFFF;
	/* border-bottom: 2px solid #D2D2D2; */
}

#tabscontent {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 0px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px; 
	padding:10px 10px 25px;
	background: #FFFFFF; /* old browsers */
	background: -moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 90%, #e4e9ed 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(90%,#FFFFFF), color-stop(100%,#e4e9ed)); /* webkit */
	margin:0;
	color:#333;
	/* height: 100%; */
	
	/* overflow-x: hidden; */
}

.tabbs{width:100% !important; }
