@charset "gb2312";
/* CSS Document */
*{margin:0;padding:0; list-style:none} 
body{font-size:12px;}
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal} 
strong{font-weight:bold;}
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}
.clear{
 height:0px;
 clear:both;
 font-size:0px;
 line-height:0px;
 zoom: 1;
}
.w1000{width:1000px; margin-left:auto; margin-right:auto;background-color:#edddbb;}
a{text-decoration:none;}

/*清除链接虚框*/
a,area {blr:expression(this.onFocus=this.blur()) ;}
:focus {-moz-outline-style: none; }

.f_l{float:left;}
.f_r{ float:right;}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

.debug{ border:1px dotted #CCCC00; background-color:#0000FF;}
/*IE下li中img的垂直间距*/
li img,li{vertical-align:bottom;}