	.abgne_tab {
		clear: both;
		margin: 8px auto;
		width: 235px;
	}
	.abgne_tab ul, .abgne_tab li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	ul.tabs {
		width: 100%;
		height: 32px;
	}
	ul.tabs li {
		float: left;
		width: 50%;
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border-left: none;
		background: #fff;
	}
	ul.tabs li a {
		display: block;
		text-align: center;
		padding: 0 20px;
		color: #000;
		text-decoration: none;
	}
	ul.tabs li , ul.tabs li a:hover {
		background: #ededed;
		box-shadow: inset 0px 0px 12px 0px rgba(0,0,0,0.3);
	}
	ul.tabs li.active ,
	ul.tabs li.active a:hover {
		background: #fff;
		box-shadow: none;
	}
	div.tab_container {
		clear: left;
		width: 100%;
		border-top: none;
		background: #fff;
	}
	div.tab_container .tab_content {
		padding: 5px 10px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}