/*
Copyright (c) 2009, Youshang.com.
version: 0.2
*/
/** reset **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td{margin:0;padding:0;}
body{font-family:Tahoma,Lucida Grande;color:#575757;font-size:12px;line-height:1.5;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,em,th{font-style:normal;font-weight:normal;}
ol,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
:focus{outline:none;}
a:link,a:visited{color:#575757;text-decoration:none;}
a:hover,a:active{color:#FF7700;text-decoration:underline;}
/** common **/
.clear{clear:both;overflow:hidden;}
.clear-class:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear-class{zoom:1;display:block;}
.ov{overflow:hidden;}
.z{zoom:1;}
.bold{font-weight:bold;}
.normal{font-weight:normal;font-style:normal;}
.l{float:left;}
.r{float:right;}
.pst-r-p{position:relative;}
.pst-a-c{font-style:normal;position:absolute;}
.mg-t{margin-top:10px;}
.mg-b{margin-bottom:10px;}
.mg-l{margin-left:10px;}
.mg-r{margin-right:10px;}
.mg{margin:10px;}
.mg-auto{margin:0 auto;}