#featArea {
	width: 242px;
	height: 250px;
	overflow: hidden;
	font-family: 微軟正黑體, Microsoft JhengHei, 蘋果儷中黑, Apple LiGothic Medium, 黑体, SimHei;
}
#featTabBtnContainer {
	width: 242px;
	height: 30px;
	position: relative; /* added 31/1/2013 */
	overflow: hidden;
	z-index: 1; /* added 31/1/2013 */
}
#featTabBtnContainer a.featTabBtn {
	height: 29px;
	line-height: 29px;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	top: 4px;
	color: #828282;
	font-size: 13px;
	text-decoration: none;
	background: #ffeecc;
	border-top: 1px solid #f7d8aa;
	border-left: 1px solid #f7d8aa;
	border-right: 1px solid #f7d8aa;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
	/* border-radius: 5px 5px 0 0; */
}
#featTabBtnContainer a.featTabBtn.on {
	height:29px;
	line-height:29px;
	margin:0;
	padding:0 10px;
	top:0;
	color:#fff;
	background:#ff6600;
	border-top:1px solid #ff6600;
	border-left:1px solid #ff6600;
	border-right:1px solid #ff6600;
}
#featTabContainer {
	width:240px;
	height:218px;
	position:relative; /* added 31/1/2013 */
	border:1px solid #f90; /* edited 31/1/2013 */
	background:#ccc;
	overflow:hidden;
	z-index:2; /* added 31/1/2013 */
}
.featTab {
	width:240px;
	height:218px;
	padding:0;
	display:none;
	position:relative;
	overflow:hidden;
}
.featTab.on {
	display:block !important;
}
#featTab1 {
	background:#fff;
}
#featTab2 {
	background:#444;
}
#featTabBtn1 { /* added 31/1/2013 */
	font-size:18px !important;
	padding:0 15px !important;
	text-shadow:none;
}
#featTabBtn1.on { /* added 31/1/2013 */
	font-size:18px !important;
	padding:0 15px !important;
	text-shadow:0 1px 2px #666;
}
#featTopicArea {
	height:218px;
	position:absolute;
}
.featTopic {
	width: 240px; /* edited 31/1/2013 */
	height: 218px; /* edited 31/1/2013 */
	display: block;
	/* padding: 8px; */
	position:relative; /* added 31/1/2013 */
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	background: #fff;
	background-position: center center; /* added 31/1/2013 */
	background-repeat:no-repeat; /* added 31/1/2013 */
	background-size: cover; /* added 31/1/2013 */
}
/*
.featTopic.on {
	display: block;
}
a.featTopic:hover {
	text-decoration: none;
}
.featTopic .featThumb{ 
	border:1px solid #DDDDDD;
	height:100px;
	overflow:hidden;
	margin:0 auto;
	display:inline-block;
}
.featTopic:hover .featThumb{
	border:1px solid #999999;
	box-shadow:2px 2px 5px #CCCCCC;
}
.featTopic .featThumb img{
	border:0 none;
	height:96px;
	padding:2px;
	border:0;
}
*/
.featTopic .featText { /* added 31/1/2013 */
	width:230px;
	padding:1px 5px 5px;
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	background:url(/images/r13/grey70.png) repeat 0 0;
	text-shadow:0 2px 2px #666;
}
.featTopic .featTitle {
	margin:5px 0 0;
	max-height:44px; /* edited 31/1/2013 */
	display:block;
	line-height:22px; /* edited 31/1/2013 */
	color:#fff; /* edited 31/1/2013 */
	font-size:20px; /* edited 31/1/2013 */
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	overflow:hidden;
}
.featTopic:hover .featTitle {
	color:#FF9900;
	text-decoration:none;
}
.featTopic .featDesc {
	color:#ddd; /* edited 31/1/2013 */
	display:block;
	font-size:14px; /* edited 31/1/2013 */
	max-height:54px;
	line-height:18px; /* edited 31/1/2013 */
	overflow:hidden;
	text-align:left;
	padding-top:3px;
	text-decoration:none;
}
.hkpaintTop {
	width:240px;
	height:200px;
	display:block;
	text-align:center;
	background:#d0baab;
	overflow:hidden;
}
.hkpaintTop .hkpaintTitle {
	width:230px;
	height:30px;
	line-height:30px;
	margin:0;
	padding:0 5px;
	position:absolute;
	top:-30px;
	display:block;
	color:#eee;
	background:#000;
	background:rgba(0,0,0,0.75);
	white-space:nowrap;
	text-overflow:ellipsis;
	text-decoration:none;
	text-shadow:0 1px 1px #000;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	overflow:hidden;
}
.hkpaintTop:hover .hkpaintTitle {
	top:0;
	box-shadow:0 2px 2px #000;
	-moz-box-shadow:0 2px 2px #000;
	-webkit-box-shadow:0 2px 2px #000;
	-o-box-shadow:0 2px 2px #000;
}
.hkpaintTop:hover .hkpaintTitle {
	transition: top 0.5s ease, box-shadow 0.5s ease;
	-moz-transition: top 0.5s ease, -moz-box-shadow 0.5s ease;
	-webkit-transition: top 0.5s, -webkit-box-shadow 0.5s;
	-o-transition: top 0.5s, -o-box-shadow 0.5s;
}
.hkpaintTop .hkpaintImg {
	max-height:200px;
	max-width:240px;
	width:expression(document.body.clientWidth > 240? "240px": "auto" );
}
.hkpaintBottom {
	width:240px;
	height:18px;
	overflow:hidden;
}
.hkpaintBottom .hkpaintFB {
	width:18px;
	height:18px;
	line-height:18px;
	display:inline-block;
	overflow:hidden;
}
.hkpaintBottom .hkpaintFB:hover {
	background:#bbb;
}
.hkpaintBottom .hkpaintFB img {
	margin:3px;
	border:0;
}
.hkpaintBottom .hkpaintWB {
	width:18px;
	height:18px;
	line-height:18px;
	display:inline-block;
	overflow:hidden;
}
.hkpaintBottom .hkpaintWB:hover {
	background:#bbb;
}
.hkpaintBottom .hkpaintWB img {
	margin:3px;
	border:0;
}
.hkpaintBottom .hkpaintName {
	width:170px;
	height:18px;
	line-height:18px;
	display:inline-block;
	color:#ccc;
	font-size:13px;
	text-decoration:none;
	overflow:hidden;
}
.hkpaintBottom .hkpaintName:hover {
	text-decoration:underline;
}
.hkpaintBottom .hkpaintRefresh {
	width:18px;
	height:18px;
	display:inline-block;
	background:url(refresh.png) no-repeat 0 0;
}
.hkpaintBottom .hkpaintRefresh {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	transition: 0.2s linear;
}
.hkpaintBottom .hkpaintRefresh:hover {
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	transform:rotate(-180deg);
}
/*
#featSwitcher{
	display:inline-block;
	right:0;
	bottom:0;
	position:absolute;
	background:rgba(255,255,255,0.75);
	padding:1px 3px;
	border-radius:3px 0 0 0;
	z-index:2;
}
#featSwitcher .featSwitcherBtn{
	display:block;
	float:left;
	width:4px;
	height:4px;
	background:#ccc;
	margin:2px;
	border:1px solid #aaa;
}
#featSwitcher .featSwitcherBtn.on{
	background:#73ba56;
	border:1px solid #53a731;
	box-shadow:0 1px 1px #bbb;
	-moz-box-shadow:0 1px 1px #bbb;
	-webkit-box-shadow:0 1px 1px #bbb;
	-o-box-shadow:0 1px 1px #bbb;
}
*/


/* Indexer */
#newIndexer{
	width: 670px;
	height: 30px;
	margin: 0 0 8px;
	position: relative;
	background: #fffcf0;
	/* border-color:#d4b599; */
	/* border-style:solid; */
	/* border-width:1px; */
	border-top: 1px solid #d4b599; /* added 31/1/2013 */
	border-bottom: 1px solid #d4b599; /* added 31/1/2013 */
	overflow: hidden;
}
a.newIndexBtn{
	float: left;
	display: inline-block;
	width: 60px;
	height: 22px;
	line-height: 22px;
	margin: 4px;
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 2px #666;
	box-shadow: 0 1px 2px #999; /* all browser */
	-moz-box-shadow: 0 1px 2px #999; /* firefox */
	-webkit-box-shadow: 0 1px 2px #999; /* chrome, safari */
	background: #894b10; /* all browser */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab5d13', endColorstr='#894b10'); /* ie */
	background: -webkit-gradient(linear, left top, left bottom, from(#ab5d13), to(#894b10)); /* chrome, safari */
	background: -moz-linear-gradient(top,#ab5d13, #894b10); /* firefox */
	cursor: default; /* added 31/1/2013 */
}
.newIndexRow{
	margin: 0;
	padding: 0;
	width: 600px;
	float: right;
	height: 30px;
	line-height: 30px;
	/* position: relative; */
}
.newIndexRow a{
	float: left;
	width: 50px;
	padding-left: 10px;
	list-style: none;
	font-size: 15px;
	text-decoration: none;
}
.newIndexRow a:hover{
	text-decoration: underline;
}
a.newIndexBlue{ color: #0061B5; }
a.newIndexGreen{ color: #419C1D; }
a.newIndexYellow{ color: #996600; }
a.newIndexOrange{ color: #F26522; }
a.newIndexPurple{ color: #92278F; }
