@charset "utf-8";
/*  新聞搶先看頁籤 CSS Document */ 
	ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	.abgne_tab {
	clear: right;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	z-index: 1;
	}
	ul.tabs {
	width: 100%;
	height: 37px;
	}
	ul.tabs li {
	float: left;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	color: #FFFFFF;
	border-left: none;
	width: auto;
	}
	ul.tabs li a {
	display: block;
	text-decoration: none;
	background-image: url(../images/tab_bg_off.gif);/*滑鼠未移過頁籤*/
	padding: 0 10px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
	.index_home ul.tabs li a {
	display: block;
	text-decoration: none;
	background-image: url(../images/tab_bg_off.gif);/*滑鼠未移過頁籤*/
	padding: 0 31px;	/*適用Firefox*/
	padding: 0 33px \9; /*適用IE8*/
	*padding: 0 31px; /*適用IE7*/
	_padding: 0 31px; /*適用IE6*/
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	font-family: "微軟正黑體";
	}
	ul.tabs li a:hover {
	background-image: url(../images/tab_bg.gif);/*滑鼠移過頁籤*/
	}
	
	ul.tabs li a:active {
	background-image: url(../images/tab_bg.gif);/*滑鼠移過頁籤*/
	}
	
	ul.tabs li.active  {
	background: #fff;
	color: #FFFFFF;

	}
	ul.tabs li.active a:hover {
	color: #FFFFFF;
	}
	div.tab_container {
		clear: left;
		width: 100%;
		border-top: none;
		background: #fff;
	}
	div.tab_container .tab_content {
	padding: 0px;
	}
