ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
}
ul.tabs {
	width: 100%;
}
ul.tabs li {
	float: left;
	height: 40px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
}
ul.tabs li a {
	font-size: 24px;
	display: block;
	color: #7d7d7d;
	height: 40px;
	text-decoration: none;
}
ul.tabs li a:hover {
	color:#ed7a94;
}
ul.tabs li.active  a {
	background: #fff;
	height: 40px;
	color:#ed7a94;
	border-bottom: 4px solid #ed7a94;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	background: #fff;
}
div.tab_container .tab_content {
	padding-top: 20px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}