div, p, dl, dt, dd,td,span,li,a{
	font-family: Arial, Helvetica, sans-serif;
}
.ListSorts{
	height:40px;
	line-height:40px;
	overflow:hidden;
	border-bottom:#DDD solid 1px;
}
.ListSorts li{
	width:25%;
	float:left;
	overflow:hidden;
}
.ListSorts li a{
	display:block;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-align:center;
	color:#333;
}
.ListSorts li a:hover{
	background:#999;
	color:#FFF;
}
.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;
}
.ListTgCong dl{
	width:320px;
	overflow:hidden;
	margin:15px auto 0 auto;
	border:#DDD solid 1px;
	border-radius:10px;
	background:#FFF;
	-webkit-box-shadow: 0 0 10px 3px #DDD;
	box-shadow:0 0 10px 3px #DDD;
	padding:10px 0 10px 0;
}
.ListTgCong dl dt,.ListTgCong dl dd{
	width:300px;
	overflow:hidden;
	margin:auto;
}
.ListTgCong dl dt span{
	display:block;
	line-height:25px;
	color:#333;
	max-height:50px;
}
.ListTgCong dl dt img{
	width:100%;
}
.ListTgCong dl dd{
	height:35px;
	line-height:35px;
	overflow:hidden;
	background:#F60;
	position:relative;
	color:#FFF;
	border-top:#FFF solid 1px;
}
.ListTgCong dl dd span,.ListTgCong dl dd strike{
	display:inline-block; 
	padding-left:10px;
}
.ListTgCong dl dd span{
	font-size:18px;
}
.ListTgCong dl dd strike{
	font-size:12px;
}
.ListTgCong dl dd a{ 
	display:inline-block; 
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif; 
	text-align:center; 
	color:#F30; 
	background-color:yellow; 
	border:0 none; 
	box-shadow:#ddd 0 1px 1px; 
	border-radius:5px;
	padding:0 10px 0 10px;
	float:right;
	margin:5px 5px 0 0;
}