@charset "utf-8";

.abgne_tab {
	width: 100%;
	margin: 0;
}
.abgne_tab ul.tabs {
	width: 100%;
	height: 35px;
	border-bottom: solid 1px #2594c0;
}
.abgne_tab ul.tabs li {
	float: left;
	height: 35px;
	width:114px;
	font-family:"微軟正黑體";
	font-size:15px;
	font-weight:bold;
	line-height: 35px;
	background-image:url(images/tab-bg.gif);
	background-position:right top;
	margin-right:1px;
	text-align:center;
	letter-spacing:1px;
	list-style:none;
}
.abgne_tab ul.tabs li a {
	display: block;
	text-decoration: none;
	color:#333;
}
.abgne_tab ul.tabs li a:hover {
	color:#fff;
	background-image:url(images/tab-bg.gif);
	background-position:left bottom;
}
.abgne_tab ul.tabs li.active  {
	color:#fff;
	background-position:right bottom;
	border-bottom:1px solid #2594c0;
}
.abgne_tab ul.tabs li.active a {
	color: #fff;
}
.abgne_tab div.tab_container {
	width: 100%;
	border-top: none;
	background:url(images/tab-content.gif) no-repeat bottom;
	min-height:150px;
	overflow:visible;
	background-color:#FFFFFF;
	padding: 5px 0 10px 0;
}
.abgne_tab div.tab_container .tab_content {
	padding: 0 5px 0 10px;
}
.abgne_tab div.tab_container .tab_content dl {
	background:url(images/icon2.gif) no-repeat;
	width:665px;
	line-height:28px;
	clear:both;
	display:block;
}
.abgne_tab div.tab_container .tab_content dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.abgne_tab div.tab_container .tab_content dt {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-left:15px;
	width:530px;
	float:left;
}
.abgne_tab div.tab_container .tab_content dt a{
	color: #333333;
	text-decoration:none;
}
.abgne_tab div.tab_container .tab_content  dt a:hover{
	color:#115a98;
}

.abgne_tab div.tab_container2 {
	width: 100%;
	border-top: none;
	min-height:150px;
	overflow:visible;
	background-color:#FFFFFF;
	padding: 5px 0 10px 0;
}
.abgne_tab div.tab_container2 .tab_content {
	padding: 0 5px 0 10px;
}

.abgne_tab img{
    overflow:hidden;
	max-width:700px;
}