/* MARS Web Solution */

.container {width: 790px; margin: 0px;height:350px;}
ul.tabs {
    font-family:tahoma;
	font-size:12px;
	color:#666;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
	width: 100%;
	padding-bottom:6px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0px;
	height:32px;
	line-height:31px;
	border: 1px solid #dcdcdc;
	border-left: none;
	margin-bottom: 0px;
	background: #7DC341;
	overflow: hidden;
	position: relative;
	margin-left:2px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}
ul.tabs li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	font-family:'Lora', arial;
	font-size: 15px;
	width:150px;
	line-height:31px;
	text-align:center;
	vertical-align:middle;
	outline: none;
}
ul.tabs li a:hover {
color:#000;
	font-family:'Lora', arial;
	font-size: 15px;
	width:150px;
	
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color:#000;
}
html ul.tabs li.active, html ul.tabs li.active a  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color:#000;
}
.tab_container {
	border: 1px solid #dcdcdc;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding:20px;
	font-size:12px;
	text-align:justify;
	color:#888;
}
.tab_content li{
	font-size:12px;
	text-align:justify;
	color:#888;
}