ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
	width: 562px;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #ddd;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;
	margin-right:5px;
	border: 1px solid #ddd;
	border-radius:4px 4px 0 0;
	background-color:#f8f8f8;
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #666;
	text-decoration: none;
}
ul.tabs li a:hover {
	color:#e20000;
}
ul.tabs li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
}
ul.tabs li.active a{
	color:#e20000;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	border-top: none;
	background: #fff;
}
div.tab_container .tab_content {
	padding: 20px;
}
.tab_content_2 {
	padding: 0px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}
