div, p, dl, dt, dd,td,span,li,a{
	font-family: Arial, Helvetica, sans-serif;
}
.Chage_Act{
	clear:both;
	position:relative;
	z-index:1000;
}
.Chage_Act h3{
	height:40px;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	background-color:#FFF;
}
.Chage_Act h3 span{
	display:block;
	float:left; 
	width:50%;
	font-weight:normal;
}
.Chage_Act h3 span a { 
	overflow:hidden; 
	display:block; 
	text-align:center; 
	height:40px; 
	line-height:40px; 
	position:relative; 
	border-right:1px solid #d6d6d6;
	color:#333;
}
.Chage_Act h3 span:nth-child(even) a { 
	border-right:0 none;
}
.Chage_Act h3 span a:after{
	content: '';
    border-color:#B3AEA8 transparent transparent transparent; 
	border-width:5px; 
	display:inline-block; 
	margin-left:5px; 
	position:absolute; 
	top:19px; 
	border-style:solid;
}
.Chage_Act ul{
	width:100%;
	/*height:100px;*/
	height:0px;
	background:#FFF;
	position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}
.Chage_Act ul li{
	width:50%;
	height:35px;
	float:left;
	padding-top:10px;
}
.Chage_Act ul li a{
	display:block;
	width:98%;
	margin:auto;
	text-align:center;
	line-height:35px;
	height:35px;
	overflow:hidden;
	background: -moz-linear-gradient(top,rgba(165,85,85,0),rgba(165,85,85,0.9));
    background: -webkit-gradient(linear,top,from(rgba(165,85,85,0)),to(rgba(165,85,85,0.9)));
    background: -webkit-linear-gradient(top,rgba(165,85,85,0),rgba(165,85,85,0.9));
    background: -o-linear-gradient(top,rgba(165,85,85,0),rgba(165,85,85,0.9));
	border:#F7E4E4 solid 1px;
	border-radius:5px;
	color:#FFF;
}
.showmoreSort{
	height:40px;
	border-bottom:1px solid #d6d6d6;
	background-color:#FFF;
}
.showmoreSort a { 
	overflow:hidden; 
	display:block; 
	text-align:center; 
	height:40px; 
	line-height:40px; 
	position:relative; 
	color:#333;
}
.showmoreSort a:after{
	content: '';
    border-color:#B3AEA8 transparent transparent transparent; 
	border-width:5px; 
	display:inline-block; 
	margin-left:5px; 
	position:absolute; 
	top:19px; 
	border-style:solid;
}
.ListMoreSorts{
	position:absolute;
	width:250px;
	right:-250px;
	display:none;
	top:0;
	overflow:hidden;
	z-index:1000000;
	border-left:#DDD solid 1px;
	background:#FFF;
}
.ListMoreSorts dl dt{
	height:30px;
	line-height:30px;
	padding-left:10px;
	overflow:hidden;
	background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.9));
    background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.9)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.9));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.9));
	border-top:#DDD solid 1px;
}
.ListMoreSorts dl dt a{
	display:block;
	color:#FFF;
}
.ListMoreSorts dl dd{
	padding:10px;
	line-height:30px;
	word-spacing:10px;
}
.ListMoreSorts dl dd a{
	color:#666;
}
.FootSpac{
	width:100%;
	height:60px;
	clear:both;	
}
.fullbg { 
	background-color:#000; 
	opacity:0; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%; 
	z-index:1001; 
	position:absolute;
	display:none;
}
.ListCont{
	width:100%;
	clear:both;
	margin-top:15px;
}
.ListCont h3{
	height:35px;
	line-height:35px;
	padding-left:10px;
	background: -moz-linear-gradient(top,rgba(165,85,85,0),rgba(165,85,85,0.9));
    background: -webkit-gradient(linear,top,from(rgba(165,85,85,0)),to(rgba(165,85,85,0.9)));
    background: -webkit-linear-gradient(top,rgba(165,85,85,0),rgba(165,85,85,0.9));
    background: -o-linear-gradient(top,rgba(165,85,85,0),rgba(165,85,85,0.9));
	border-top:#F7E4E4 solid 1px;
	color:#FFF;
}
.ListCont ul{
	height:35px;
	line-height:35px;
	border-bottom:#DDD solid 1px;
	overflow:hidden;
}
.ListCont ul li{
	height:35px;
	overflow:hidden;
	float:left;
	width:15%;
	color:#666;
	text-indent:10px;
}
.ListCont ul.list1 li{
	width:25%;
}
.ListCont ul.list0 li:nth-child(1),.ListCont ul.list0 li:nth-child(2){
	width:35%;
}
.ListCont ul li a{
	color:#369;
}
.ListCont ul.head{
	background: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.3));
    background: -webkit-gradient(linear,top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.3)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.3));
    background: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.3));
}