@charset "UTF-8";
/* CSS Document */

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#section ul.tabs{
	margin: 0;
	padding: 0;
	list-style: none;
}

.abgne_tab {
	clear: left;
	width: 100%;
	margin: 10px 0;
}
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: solid 1px #999;
	border-left: solid 1px #999;
}
ul.tabs li {
	float: left;
	height: 31px;
	font-size:0.8em;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: solid 1px #999;
	border-left: none;
	background: #e1e1e1;
}

ul.tabs li a {
	display: block;
	padding: 0 10px;
	color: #000;
	border: solid 1px #fff;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
ul.tabs li.active  {
	background: #fff;
	border-bottom: solid 1px #fff;
}
ul.tabs li.active a:hover {
	background: #fff;
}
div.tab_container {
	clear: left;
	width: 100%;
	/*border: 1px solid #999;*/
	/*border-top: none;*/
	background: #fff;
	line-height:2em;
}
div.tab_container .tab_content {
	padding: 20px;
}
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}


div#conditions{
	border: 1px solid #999;
	border-top: none;	
}

div#regulation-nav #tab4 #conditions dl.condition-list dt{
	font-weight:bold;
	color:#000;
}
/*

#groups-ul li{
	background: #AF111B;
}

#groups-ul li a{
	color:#fff;
}


#groups-ul li.active  {
	background: ##AF111B;
	border-bottom: solid 1px #fff;
}

div#conditions.tab_container p{
	width:570px;
}*/

#tab4 h3{
	margin-top:20px;
	font-weight:bold;
}


