﻿/* CSS Document *//*reset*/
body
{
    font-family: "微软雅黑","arial","sans-serif";
    text-align: left;
    min-width: 1200px;
    background: #fff;
    margin: 0;
    padding: 0;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, header, menu, section, nav, footer
{
    margin: 0;
    padding: 0;
    outline: none;
}
ul, ol, dl, dt, dd, li
{
    list-style: none;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 12px;
    font-weight: normal;
}
address, cite, code, em, th
{
    font-weight: normal;
    font-style: normal;
}
a
{
    text-decoration: none;
    color: #444;
    blr: expression(this.onFocus=this.blur());
    outline: none;
}
a:hover
{
    text-decoration: none;
    color: #df0013;
}
a:visited
{
    text-decoration: none;
}
a:focus
{
    outline: none;
    -moz-outline: none;
}
button, html input[type=button], input[type=submit]
{
    -webkit-apperance: button;
    cursor: pointer;
}
.clearBoth
{
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
img
{
    vertical-align: top;
    border: 0;
}
.fL
{
    float: left;
}
.fR
{
    float: right;
}
.pR
{
    position: relative;
}
.pA
{
    position: absolute;
}
.tL
{
    text-align: left;
}
.tC
{
    text-align: center;
}
.tR
{
    text-align: right;
}
.hide
{
    display: none;
}
.t0
{
    top: 0;
}
.r0
{
    right: 0;
}
.b0
{
    bottom: 0;
}
.l0
{
    left: 0;
}
