ul.tabs { 
	position: relative; 
	z-index: 1000; 
	float: left; 
	border-left: 1px solid #C3D4EA; 
}
ul.tabs li {
	position: relative; 
	overflow: hidden; 
	height: 26px; 
	float: left; 
	margin: 0; 
	padding: 0; 
	line-height: 26px; 
	background-color: #99B2B7;
	border: 1px solid #C3D4EA; 
	border-left: none; 
}
ul.tabs li  a{ 
	display: block; 
	padding: 5px 10px 0; 
	outline: none; 
	text-decoration: none;
	font-size: 20px;
}
html ul.tabs li.active, 
html ul.tabs li.active a:hover { 
	background-color: #D5DED9; 
	border-bottom: 1px solid #D5DED9; 
}
.widget-area .widget .tabs a  { 
	color: #FFFFFF; 
}
.tab_container {
	position: relative; 
	top: -1px; 
	z-index: 999; 
	width: 100%; 
	float: left; 
	font-size: 11px; 
	background-color: #D5DED9; 
	border: 1px solid #C3D4EA;
}
.tab_content { 
	padding: 7px 11px 11px 11px;
	line-height: 1.5;
}
.tab_content ul { 
	margin: 0;
	padding: 0; 
	list-style: none; 
}
.tab_content li { 
	margin: 3px 0;
 }
.tab-clear {
	clear:both;
}
