/*框架颜色*/
body{ background:#000; color:#FFF;}

/*---------头部列表框架-------*/

/*头部颜色*/
.header{
	background:-moz-linear-gradient(top,#4a4c4e,#46494c);
	background:-ms-linear-gradient(top,#4a4c4e,#46494c);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#4a4c4e), to(#46494c));
}
.menusy{ width:100% ; height:30px; line-height:30px; margin:3px auto;  }
.menusy ul li{ width:33% ; height:30px; line-height:30px; text-align:center; font-weight:bold; float:left }
.casemoresy{width:130px;height:36px; line-height:36px; color:#FFF; text-align:center; margin:3px 2px; font-size:14px;background:#FF9752;-moz-border-radius:8px;-webkit-border-radius:8px;border-radius: 8px;margin-bottom:10px}
.casemoresy a:link{ color:#FFF;}
.casemoresy a:hover{ color:#FFF;}
.casemoresy a:visited{ color:#FFF;}

/*列表样式*/
.list-content a{border-bottom:1px solid #333; background: linear-gradient(#322f2f, #232121) repeat scroll 0 0 #EEEEEE; color:#333;}
.list-content a div.text{ margin-left:80px; color:#FFF !important;}
.text-img{ color:#fff;}

/*----------侧边栏内容颜色---------------*/
.sidebar a{ 
	background:-moz-linear-gradient(top,#434343,#333333);
	background:-ms-linear-gradient(top,#434343,#333333);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#434343), to(#333333));

}


/*-------内容页框架--------*/
.content a{ color:#000;}
.contentx{ color:#FFF;}

/*按钮颜色*/
.button a.prve{ 
	background:-moz-linear-gradient(top,#525252,#363636);
	background:-ms-linear-gradient(top,#525252,#363636);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#525252), to(#363636));
	color:#fff;
	border:1px solid #232323;
	box-shadow:0px 0px 1px #333;
	text-shadow:1px -1px 1px #000;	
	width:25%;
	float:left
}
.button a.next{ 
	background:-moz-linear-gradient(top,#5f98c5,#3a6c9d);
	background:-ms-linear-gradient(top,#5f98c5,#3a6c9d);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#5f98c5), to(#3a6c9d));
	color:#fff;
	border:1px solid #2d4961;
	box-shadow:0px 0px 1px #333;
	text-shadow:1px -1px 1px #59738c;	
	width:25%;
	float:right

}
.footer-top{ color:#FFF !important; background:#000;}
.list-content a{ text-shadow:none;}