@charset "utf-8";
/*---------------首页*/
/*--------------------首页:右侧栏*/
.indexright{
	width:222px;
	float:right;
}
/*-------------------------首页:右侧栏:白底常规列表定义*/
.rlist{
	width:222px;
}
.rlist .title{
	width:222px;
	height:19px;
	padding-top:9px;
	background:url(../images/rlist_title_bg.gif) no-repeat;
	text-indent:10px;
	font-weight:bold;
	letter-spacing:2px;
	color:#444;
}
.rlist .rbox{
	border:1px solid #E2E2E2;
	width:220px;
}

/*-------------------------首页:右侧栏:DEDECMS下载*/
.rightbanner{
	width:220px;
	height:120px;
	background:url(../banner/rightbanner.gif) no-repeat;
	text-align:center;
	color:#FFFF99;
}
.rightbanner a.dededown{
	width:220px;
	height:96px;
	display:block;
}
.rightbanner span a{
	width:222px;
	text-align:center;
	color:#FFF;
	letter-spacing:1px;
}
/*-------------------------首页:右侧栏:模板下载*/
.skindown dl{
	width:192px;
	margin:12px auto;
}
.skindown dl dt{
	text-align:center;
}
.skindown dl dd{
	color:#999999;
	line-height:19px;
	padding-left:5px;
}
.skindown dl dd a{
	display:block;
	font-weight:bold;
}
.skindown .moredown{
	width:200px;
	margin:5px auto 8px;
}
/*-------------------------首页:右侧栏:DEDE文档*/
.dededoc ul{
	margin-top:3px;
}
.dededoc ul li{
	height:29px;
	line-height:29px;
	background:url(../images/ico_2.gif) 8px 10px no-repeat;
	text-indent:27px;
}
/*-------------------------首页:右侧栏:投票调查*/
.vote span{
	display:block;
	height:20px;
	line-height:20px;
	margin:12px 0px 2px 10px;
}
.vote span input{
	width:26px;
}
.vote .votesubmit{
	width:200px;
	margin:7px auto;
	border-top:1px solid #DDD;
	text-align:center;
	padding-top:10px;
	height:24px;

}
