* {
	margin: 0px;
	padding: 0px;
}
body{
	font-size:12px;
	font-family:ËÎÌå,Arial;
	background-image: url(../images/canvastile_bg.jpg);
	background-repeat: repeat-x;
	background-color:#E6E8EB;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link{
	color: #06c;
	text-decoration: none;
}
a:visited{
	color: #FF6633;
	text-decoration: none;
}
a:hover{
	color: #FF9900;
	text-decoration: underline;
}
.p_title{
	border-bottom:#6666CC 1px dotted;
}

#div_left{
	float:left;
	width:100%;
}
#div_top{
	height:65px;
	line-height:25px;
	width:960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-radius-bottomleft:10px;
	-webkit-border-radius-bottomright:10px;
	-ms-border-radius-bottomleft:10px;
	-ms-border-radius-bottomright:10px;
}
#div_foot{
	background-color:#000;
	line-height:25px;
	color:#ffffff;
	text-align:center;
	font-family:arial;
	width:960px;
	margin-right: auto;
	margin-left: auto;
}
.div_clear{
	clear:both;
	height:5px;
}
#div_center{
	width:960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom:10px;
	margin-bottom:10px;
	background-color:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 5px 5px 15px #ccc;    
	-moz-box-shadow: 5px 5px 15px #ccc;  
	-ms-box-shadow: 5px 5px 15px #ccc; 
	box-shadow: 5px 5px 15px #ccc; 
}
#web_list ul li{
	list-style-type:none;
}
#web_list li{
	width:32%;
	height:100px;
	float:left;
	margin:10px 0px 0px 1%;
	background-color:#fff;
	display:inline;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	border:1px solid threedshadow;
}
#most_popular{
	width: 950px;
	padding:5px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	line-height: 16px;
	background-color:#fff;
	margin-bottom:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-webkit-box-shadow: 5px 5px 15px #ccc;    
	-moz-box-shadow: 5px 5px 15px #ccc;  
	-ms-box-shadow: 5px 5px 15px #ccc;
	box-shadow: 5px 5px 15px #ccc; 
}
.most_list{
	width:32%;
	float:left;
}
.padding-10{
	width:1%;
	height:18px;
	float:left;
}
.round_border *{background:#fff;display:block;height:1px;overflow:hidden}
.round_border_layer3{background:#c4c4c4;border-left:1px solid #d3d4d5;border-right:1px solid #d3d4d5;margin:0 3px;padding:0 1px}
.round_border_layer2{border-left:1px solid #d3d4d5;border-right:1px solid #d3d4d5;margin:0 2px;padding:0}
.round_border_layer1{border-left:1px solid #c4c4c4;border-right:1px solid #c4c4c4;margin:0 1px}
.round_border_content{border-left:1px solid #c4c4c4;border-right:1px solid #c4c4c4;background:#fff;overflow:hidden;padding:4px 10px;*zoom:1;*padding-bottom:0.5em}
.div_line{
	clear:both;
	height:5px;
	border-bottom:1px solid #f0f0f0;
}