/*:::::::::::::::::::::::::::: Public ::::::::::::::::::::::::::::::::::::::::*/
/*全局定义*/
/*body,  td, input, select, textarea, button { font: 12px/1.5em; }*/
body, h1, h2, h3, h4, h5, h6, p, ul, dl, dt, dd, form, fieldset { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 1em; }
ul li { list-style: none; }

.clear{
    clear:both;
}
.tLeft{
    text-align:left;
}
.tRight{
    text-align:right;
}
.red{
    color:red;
}
a {
    text-decoration:none;
    color:#555;
    font-weight:200;
}
a:hover, a:active{
    color:#f60;
}

fieldset {
    /*display:inline-block;*/  
    color:#333; 
    background:#fff;    
    display:block;        
} 
legend {
    color:#000;
    font-weight:800; 
    background:#FFF;
    border:#bbb solid 1px;
    padding:4px 10px;
} 
.blockHeight{
    height:20px;
    width:996px;
    background:#fff;
    margin:0px auto;
}

/*菜单*/
#topnav {
    width:996px;
    height:32px;
    margin:0 auto;
    background:url(http://img.deskcity.com/images/sale/public/topnav.jpg) top left no-repeat;
    text-align:left;
}
#topnav p {
    padding:5px 28px;
    font-weight:700;
}
#topnav p a {
    text-decoration:none;
    color:#333;
    font-weight:normal;
}
#topnav p em {
    padding:0 8px;
}

/*主体内容*/
#content{
    display:inline-block;
    width:996px;
    padding-top:8px;
    margin:0px auto;
    background:#fff;    
}

