@charset "utf-8";

/* -tab-*/
	.abgne_tab {
			
		margin: 20px 0px 0px 15px;
	}
	ul.tabs {
		height: 33px;
		border-bottom: 2px solid #fe0008;
	}
	ul.tabs li {
		float: left;
		margin: 2px 0px 0px 0px;		
		list-style: none;
		height: 30px;		
		overflow: hidden;
		position: relative;
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;	
		background:#eee; font-size:0.938em	;	
	}
	ul.tabs li a {
		display: block;
		padding: 5px 30px;
		color: #333;
		text-decoration: none;
		 
	}
	ul.tabs li a:hover {
		background: #fff;	
	}
	ul.tabs li.active  {
		height: 32px;
		margin: 0px 0px 4px 0px;
		background:#fe0008;
		border: 1px solid #fe0008;
		font-size: .8em;
		
	}
	ul.tabs li.active  a{
		color:#fff;	
	}
	ul.tabs li.active a:hover {
		background:#fe0008;
	}
	div.tab_container {
		clear: left;
		width: 100%;		
		border-top: none; font-size:0.813em; line-height:1.8;color:#403f3f
	}
	div.tab_container .tab_content {
		padding: 10px 0px ;border-bottom: 1px dashed #e1e1e1;
	}
/* -tab-*/