html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}
.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}


body{
    margin:0px;
    font-size:12px;
}
#container{
    width:930px;
    margin:0px auto;
}
a:link,a:visited{ 
    color:#000000; text-decoration:none;
}
a:hover,a:active{
    color:#FF3300; text-decoration:underline;
}
.clear{ clear:both;}
/* 顶部文字 */
#toplink{
    margin:3px;
    text-align:right;
}
#toplink a:link{color:#0066CC;}
#toplink a:visited{color:#0066CC;}
#toplink a:hover,a:active{font-weight:bold;}
/* 顶部logo，导航按钮，搜索部分 */
#logo{
    width:230px;
    height:85px;
    background: url(../images/logo.jpg) left top no-repeat;
    overflow:hidden;
    float:left;
}
#mainbotton{
    float:left;
}
#mainbotton ul{
    margin:0px;
    width:460px;
}
#mainbotton li{
    list-style:none;
    background:url(../images/ico.gif) right 38px no-repeat;
    margin-right:30px;
    float:left;
}
#mainbotton li p{
    font-size:14px;
    font-weight:bold;
    margin:35px 15px 0px 0px;
}
#search{
    width:200px;
    float: left;
}
#searchform{
    margin-top:20px;
    border:1px solid #CCCCCC;
}
#sform{ 
    margin:0px; padding:0px;
}
#hotline{
    margin-top:10px;
}
.keyinput{
    border:0px; margin:3px 0px 0px 3px;
}
/* 广告 */
#banner{
}
/* 最新产品、焦点新闻、热卖信息 */
#centermain{
     margin-top:10px;
}
#centermain ul{
    margin:10px 10px 0px 10px;
    padding:0px;
}
#centermain li{
    list-style:none;
    margin:0px;
    padding:0px;
    background:url(../images/icon.gif) left 5px no-repeat;
}
#centermain a{
    margin-left:10px;
    line-height:18px;

}

#centermain h1{ 
    margin:10px;
    font-weight:bold;
    font-size:12px;
}

#centermain .node{
    margin:0px;
    padding:0px;
}
#center_left,#center_center,#center_right{
    width:300px;
    border:1px solid #CCCCCC;
}
#center_left{
    float:left;
}
#center_center{
    margin-left:11px;
    float:left;
}
#center_right{
    float:right;
}
/* 底部链接 */
#bottom_link{
    border:1px solid #CCCCCC;
    background:url(../images/bottom_link_bg.gif) left bottom repeat-x;
    background-color:#FDFDFD;
    margin-top:10px;
    padding:0px;
}
#bottom_link h2{
    font-size:12px;
    font-weight:bold;
    margin:5px auto;
}
#bottom_link ul{
    width:165px;
    float:left;
    margin:0px 8px;
    padding:0px;
}
#bottom_link li{
    list-style:none;
    background:url(../images/icon.gif) left 5px no-repeat;
    margin:0px;
    padding:0px;
}
#bottom_link p{
    margin:0px 0px 0px 10px;
    line-height:20px;
}
/* 底部版权 */
#copyright{
    text-align:center;
    margin:10px;
}

.hide {
    display:none;
}

#bannerEdit {
    text-align:right;
}
