	


/*=== tabs ===*/
ul.tabs {
	float: left;
	list-style: none;
	height: auto; /*--Set height of tabs--*/
	float:left;
	border-right:1px solid #cacaca;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;/* Tabs justify */
	}
ul.tabs li {
	float: left;
}
ul.tabs li a {
	float:left;
	color:#505050;
	text-decoration:none;
	font-size:12px;
	width:195px;
	text-align:center;
	border-left:1px solid #cacaca;
	border-right:1px solid #cacaca;
	margin-right:-1px;
	height:55px;
	line-height:56px;
	background:#fafafa;
	border-bottom:1px solid #e5e5e5;
}

.test {
	
	height:5px;
	}

ul.tabs li.active a, ul.tabs li.active a:hover  {
	background:#fff;
  border-bottom:1px solid #fff;
}


.tab_container {
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 780px;
	background: #fff;
}
.tab_content {
	font-size: 1.2em;
	font-size:14px;
	overflow:hidden;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	width: 779px;
}
	.tab_content h2 {
		padding-top:18px;
		margin-bottom:8px;
	}
	

