@charset "utf-8";
/* CSS Document */

/*
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.abgne_tab {
	clear: left;
	width: 400px;
	margin: 10px 0;
}
*/
ul.tabs {
	width: 100%;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	/* overwrite */
	height:24px; /* equal "ul.tabs li" height */
	overflow:hidden; /* for "ul.tabs li" > margin:0px; */
	border:none;
}
ul.tabs li {
	float: left;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border: 1px solid #999;
	border-left: none;
	background: #e1e1e1;
	/* overwrite */
	height:24px;
	margin:0px;
	line-height:22px;
	border:none;
	background:none;
}
ul.tabs li a {
	display: block;
	padding: 0 20px;
	color: #000;
	border: 1px solid #fff;
	text-decoration: none;
	/* overwrite */
	font-family:"新細明體", "微軟正黑體", Arial, "Times New Roman";
	font-size:11px;
	background:#b3b3b3;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
ul.tabs li a:hover {
	background: #ccc;
	/* overwrite */
	color:#ffffff;
	background:#4d4d4d;
}
ul.tabs li.active {
	background: #fff;
	border-bottom: 1px solid #fff;
	/* overwrite */
	background:none;
	border:none;
}
/* overwrite */
ul.tabs li.active a {
	color:#ffffff;
	background:#ba7b34;
}
ul.tabs li.active a:hover {
	background: #fff;
	/* overwrite */
	background:#8e591d;
}
div.tab_container {
	clear: left;
	width: 100%;
	border: 1px solid #999;
	border-top: none;
	background: #fff;
	/* overwrite */
	border:none;
}
div.tab_container .tab_content {
	padding: 20px;
	/* overwrite */
	overflow:hidden;
	padding:0px;
}
/*
div.tab_container .tab_content h2 {
	margin: 0 0 20px;
}
*/
