/* 通用样式表 */

* html #footer{
	margin-top:0;
}
html>body #footer{
	margin-top:0;
}
body{
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
}
body img{
	border:0;
}
input,select{
	font-size:12px;
	color:#000;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
ul,ol{
	margin:0;
	padding:0;
	list-style:none;
}
.clear{
	clear:both;
	font-size:0px;
}



/* 通用头部-底部样式表 */
#top .cl-gr{
	color:#777;
}
#top-l{
	float:left;
	padding-left:10px;
}
#top-l li{
	float:left;
	height:20px;
}
#top-l li.line{
	background:url(http://file8.zuoyu.com/images/top-line.gif) repeat-y;
}
#top-l a{
	padding:4px 0 0 0px;
	margin:0 10px;
}
#top-r a{
	padding:4px 0 0 0px;
	margin:0 5px;
}
#topnav1{
	padding-left:18px;
}
#topnav1 a{
	background:url(http://file8.zuoyu.com/images/icon_home.gif) top left no-repeat;
	margin-right:18px;
}
#topnav2{
	padding-left:18px;
}
#topnav2 a{
	background:url(http://file8.zuoyu.com/images/tel.gif) top left no-repeat;
	margin-right:18px;
}
#topnav3{
	padding-left:18px;
}
#topnav3 a{
	background:url(http://file8.zuoyu.com/images/icon_down.gif) top left no-repeat;
	margin-right:18px;
}
#topnav4{
	padding-left:18px;
}
#topnav4 a{
	background:url(http://file8.zuoyu.com/images/image.gif) top left no-repeat;
	margin-right:18px;
}
#top-c{
	float:right;
	text-align:right;
}
span.point{
	margin:0 4px;
}
#top-c a.tool{
	padding:4px 0 0 20px;
	background:url(http://file8.zuoyu.com/images/polg1.gif) no-repeat left top;
}
#top-c span.line1{
	margin:0 6px;
}
#top-r{
	float:right;
	width:250px;
	text-align:right;
	margin:-2px 5px 0px 0px;
}
#top-r img{
	vertical-align:middle
}
#top-r input#search{
	width:85px;
	margin-right:3px;
}
#top-r select{
	margin-right:3px;
	width:55px;
}

#footer{
	text-align:center;
	color:#999;
	padding:16px;
	border-top:1px dashed #ddd;
	margin-top:10px;
	line-height:18px
}
#footer .sch{
	font-size:14px;
	margin-bottom:15px;
	color:#000;
}
#footer .about{
	margin-bottom:5px;
}
#footer .sch input,#footer .sch select{
	font-size:14px;
	color:#000;
}
#footer #search{
	width:200px;
	margin-left:5px;
	color:#999;
}
#footer select{
	width:55px;
}
#footer .about li.interval{
	margin:0 6px;
}
#footer li{
	display:inline;
}
#footer li.help{
	padding-left:20px;
}
/* 通用手机玩家俱乐部-手机社区样式表 */ 
input,select{
	color:#333;
}
input{
	padding:1px 3px;
}
a.three{
text-decoration:none;
border:1px solid #aaa;
padding:2px 4px;
line-height:20px ;
margin-right:5px;
}
/* 输入框定义默认 */
input.hover   {
    border: 1px solid #84a1bd;
	height:18px;
	padding:0;
	line-height:18px;
    }
/* 利用鼠标事件 :hover 来定义当鼠标经过时样式 */
input.hover:hover  {
    background: #F0F9FB;
    border: 1px solid red;
    
    }
/* 由于 :hover 事件只有 Mozilla 支持，针对IE使用 expression 定义 */
input.hover{tesion:expression(onmouseover=function() {this.style.border="1px solid red"}, onmouseout=function(){this.style.border="1px solid #84a1bd"})}
input.width
{
  width:128px;
}