@charset "gb2312";

/* reset
--------------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,dl,dt,dd,ul,ol,li,th,td,p,blockquote,pre,form,fieldset,legend,input,button,textarea,hr{ margin:0; padding:0;}
fieldset,img{ border:0;}
q:before,q:after{ content:'';}
abbr[title]{ border-bottom:1px dotted; cursor:help;}
address,cite,dfn,em,var{ font-style:normal;}
legend{ color:#000;}
code,kbd,samp{ font-family:"Courier New",monospace;}
hr{ border:none; height:1px;}
h1,h2,h3,h4,h5,h6{ font-size:100%;}
ol,ul {list-style:none outside none;}
li {list-style: none;}
input, select, textarea, button { font-size: 100%; line-height: inherit;}
button { cursor: pointer;}
table, thead, tbody, tfoot, tr, th, td, caption, col, colgroup { text-align: inherit; line-height: inherit;	font-size: 100%;}
table {	border-collapse: collapse; border-spacing: 0;}
thead {display: table-header-group;}
tbody {display: table-row-group;}
tfoot {display: table-footer-group;}
tr {display: table-row;}
th,td {display: table-cell;}
caption {display: table-caption;}
col {display: table-column;}
colgroup {display: table-column-group;}

/* clear
--------------------------------------------------------------------*/
.clearfix:after,.main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}/*IE7*/
* html .clearfix { zoom: 1; display: inline-block;}/* Hides from IE-mac \*/
.clearfix { display:block;}/* End hide from IE-mac */
.zoom { zoom: 1; overow: hidden;}
.clear { clear:both;}