ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid #d0ccc9;
	height: 32px;
	margin-left:17px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #d0ccc9;
	margin-bottom: -1px;
	margin-right:2px;
	background: #efefef;
	color: #898989;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #898989;
	display: block;
	padding: 0 6px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ffffff;
	color: #0e57a0;
}	
ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	clear: both;
	float: left; 
	margin-left:17px;
	width: 638px;
	background: #fff;border: 1px solid #d0ccc9;
	border-width: 0px 1px 1px 1px;
	padding:5px;
}
.tab_content {
	padding: 0px;
	margin: 0px;
}
.tab_content ul{
list-style-type:none;
padding:3px;
margin:0;
margin-top:10px;
}
.tab_content li{
margin-bottom:10px;
}
h2.tabs-title{
	padding:3px;
	margin:0;
	font-size: 16px;
}
