
.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/help-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 li{
	background:url(../images/arrow.png) 0 50% no-repeat;
	padding-left:15px;
}

#bIndex #bd .newEvent .help-box .nextpage{
	margin:5px 3px 20px;
}


#bIndex #bd .newEvent .help-box .nextpage ul{
	float:right;	
}

#bIndex #bd .newEvent .help-box .nextpage li{
	float:left;
	margin-right:4px;
}

#bIndex #bd .newEvent .help-box .nextpage .now{
	color:#FF6600;
}


/***************************** 结束 *******************************/