
.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;
}


/***************************** 榜单表格 *******************************/
/* 上边 */
#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;
}

#bIndex #bd .newEvent .hd{
	position:relative;
	margin:10px 10px 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 .newEvent .events{
	margin:0 0 0 10px;
	width:910px;
	height:320px;
	overflow:hidden;
}

/* 左边 */
#bIndex #bd .nr-box{
	margin:0 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{
	margin-left:10px;
	margin-top:3px;
	width:667px;
}

#bIndex #bd .newEvent .help-box .bt{
	background:url(../images/star.gif) 0 50% no-repeat;
	font-size:14px;
	color:#ed7500;
	font-weight:bold;
	line-height:28px;
	height:28px;
	padding-left:20px;
}

#bIndex #bd .newEvent .help-box .nr{
	line-height:26px;
	color:#464646;
	padding-left:7px;
}

/*   表格上面的提示字体 （开头）*/
#bIndex #bd .newEvent .help-box .nr ul{
	padding-left:14px;
}

#bIndex #bd .newEvent .help-box .nr ul li{
	float:left;
}
/*   表格上面的提示字体 （结束）*/

#bIndex #bd .newEvent .help-box .nr a{
	color:#ed7500;
}


#bIndex #bd .newEvent .help-box .nr table{
	width:683px;
	border-top:#d6d6d6 1px solid;
	border-left:#d6d6d6 1px solid;
	border-spacing:0;
	border-collapse:0;
	color:#464646;
	margin-bottom:20px;	
}

#bIndex #bd .newEvent .help-box .nr table th,td{
	border-right:#d6d6d6 1px solid;	
	border-bottom:#d6d6d6 1px solid;	
}

#bIndex #bd .newEvent .help-box .nr table th{
	background-color:#e8e8e8;
}

#bIndex #bd .newEvent .help-box .nr table td{
	text-align:center;
}























/***************************** 结束 *******************************/