	.abgne_tab ul, .abgne_tab li {
		margin: 0;
		padding: 0;
		list-style: none;
		/*border-bottom:1px solid #af91bb;*/
	}
	.abgne_tab {
		clear: left;
		width:970px;
		margin:0 10px;
	}
	ul.tabs {
		width: 100%;
		height: 25px;
	}
	ul.tabs li {
		float: left;
		height: 25px;
		line-height: 25px;
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border-left: none;
		font-size:12px;
		letter-spacing:1px;
	}
	ul.tabs li span{
		display:block;
		background:url('/css/images/r_tab1_right_bg.jpg') right top no-repeat;
	}
	ul.tabs li span span{
		display:block;
		background:url('/css/images/r_tab1_left_bg.jpg') left top no-repeat;
	}
	ul.tabs li a {
		display: block;
		width:100px;
		text-align:center;
		color:#000;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background:url('/css/images/r_tab_left_bg.jpg') left top no-repeat;
	}
	ul.tabs li.active span  {
		border-bottom:1px solid #ddcbe3;
		background:url('/css/images/r_tab_left_bg.jpg') left top no-repeat;
		display:block;
	}
	ul.tabs li.active  {
		border-bottom:1px solid #ddcbe3;
		background:url('/css/images/r_tab_right_bg.jpg') right top no-repeat;
	}
	ul.tabs li.active a {
		color:#fff;
		font-weight:bold;
	}
	ul.tabs li.active a:hover{
		color:#fff;
		font-weight:bold;
	}
	div.tab_container {
		clear: left;
		width: 970px;
		border-top: none;
		text-align:left;
		border: 1px solid #af91bb;
	}
	div.tab_container .tab_content {
		padding:12px 0 0 18px;
		min-height:69px;
		height:auto !important;
		height:69px;position:relative;
		
	}
	div.tab_container .tab_content:after{
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}