
.select a{
	color:#c8c8c8;
}
.select a:hover{
	color:#fff;
}

.noselect a{
	color:#c8c8c8;
}
.noselect a:hover{
	color:#fff;
}

.help-box a{
	color:#464646;
}
.help-box a:hover{
	color:#ed7500;
}

.gr a{
	color:#ed7500;
}
.gr a:hover{
	color:#ed7500;
}

/***************************** 榜单首页 *******************************/
/* 上边 */
#bIndex #bd .newEvent{
	position:relative;
	width:920px;
	margin:0 15px;
	background:url(../images/bg1.png) 0 1px repeat-x;
}
#bIndex #bd .newEvent-wrap{
	border-top:1px solid #DADADA;
	background:url(../images/bg4.gif) 0 0 no-repeat;
	padding-left:10px;
	padding-top:10px;
}

#bIndex #bd .newEvent .hd{
	position:relative;
	margin-bottom:3px;
}

#bIndex #bd .newEvent h2{
	height:132px;
	width:900px;
	line-height:133px;
	background:url(../images/winners-bg.gif) 0 0 no-repeat;
	text-indent:-99999px;
}



/* 左边 */
#bIndex #bd .nr-box{
	padding:0 10px 10px 10px;
}

#bIndex #bd .list-box,.help-box{
	float:left;
}

#bIndex #bd .newEvent .list-box{
	position:relative;
	width:200px;
}

#bIndex #bd .newEvent .list-box li{
	height:20px;
	width:155px;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-bottom:3px;
	padding-left:45px;
	padding-top:8px;
}

#bIndex #bd .newEvent .list-box .select{
	background:url(../images/columns-selected.gif) 0 0 no-repeat;
}

#bIndex #bd .newEvent .list-box .noselect{
	background:url(../images/columns-noselected.gif) 0 0 no-repeat;
}


/* 右边 */
#bIndex #bd .newEvent .help-box{
	width:680px;
	padding-left:10px;
}

#bIndex #bd .newEvent .help-box .nr{
	background:url(../images/winners-rankbg.gif) 0 0 no-repeat;
	height:130px;
	color:#464646;
	padding-left:35px;
	padding-top:10px;
	width:655px;
}


#bIndex #bd .newEvent .help-box .nr table{
	border:0;
	width:660px;
}

#bIndex #bd .newEvent .help-box .nr table th{
	text-align:left;
}

#bIndex #bd .newEvent .help-box .nr table .bt{
	color:#ed7500;
	font-size:14px;
}

#bIndex #bd .newEvent .help-box .nr table .gr{
	font-weight:normal;
}


#bIndex #bd .newEvent .help-box .nr table .rank1{
	height:65px;
	background:url(../images/winners-rank1.gif) 0 50% no-repeat;
	padding-left:50px;
	padding-top:25px;
	line-height:20px;
}

#bIndex #bd .newEvent .help-box .nr table .nj{
	font-weight:bold;
}

#bIndex #bd .newEvent .help-box .nr table .rank2{
	height:65px;
	background:url(../images/winners-rank2.gif) 0 50% no-repeat;
	padding-left:50px;
	padding-top:25px;
	line-height:20px;
}

#bIndex #bd .newEvent .help-box .nr table .rank3{
	height:65px;
	background:url(../images/winners-rank3.gif) 0 50% no-repeat;
	padding-left:50px;
	padding-top:25px;
	line-height:20px;
}








/***************************** 结束 *******************************/