@charset "UTF-8";
/* 頁籤*/

.tabGroupStyle1 { /*有頁籤的資訊區，頁簽呈現在外*/
	margin:0 5px 15px 0;
}


/*--------------------------*/

.tab {
	overflow:hidden;
	_width:100%;
	padding:0;
	margin:0;
	background: url(../images/tab_bg.gif) repeat-x left bottom;
}
.tab ul {
	list-style: none;
	margin:0 0 8px 3px;
	padding:0;
	line-height:100%;
	font-size:1.15em;
}
.tab li , .tab li span  {
	background-image:url(../images/tab_li.png);
	background-repeat:no-repeat;
}
.tab li {
	float:left;
	margin:0 2px;
	background-position: right -50px;
	padding:0 12px 0 0;
	white-space:nowrap;
}
.tab li span {
	display:block;
	padding:14px 0 5px 12px;
	background-position: 0 -50px;
}
.tab li.now {
	background-position: right top;
	font-weight:bold;
}
.tab li.now span {
	padding:12px 0 7px 14px;
	background-position: 0 0;
}
.tab li a {
	color:#fff;
	text-decoration:none;
}
.tab li a:hover {
	text-decoration:none;
	color:#fff;
}
.tab li.now a {
	color:#000;
}
.tab li.now a:hover {
	color:#000;
	cursor:default;
}

.tabContainer {/*以頁籤控制顯示／隱藏的資訊放在 tabContainer 裡面*/
	background:#fff;
	margin:0;
	padding:8px 0 10px;
	border:1px solid #bbb;
	box-shadow:rgba(0,0,0,0.3)  0 1px 5px;
	border-top:none;
}

.tabContainer .rss {
	margin:0 10px 8px 0;
}
