body {
    color: #333
}

.mt10 {
    margin-top: 10px
}

a {
    color: #06C
}

a:hover {
    text-decoration: underline
}

h2 {
    display: block;
    font: bold 14px "微软雅黑"
}

.ft-s1 {
    font: bold 12px "宋体"
}

.col-f60 {
    color: #f60
}

.col-green {
    color: green
}

.top-box {
    height: 36px;
    position: relative;
    z-index: 300
}

.top-fixed {
    width: 100%;
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0
}

.top {
    margin: auto;
    width: 1000px;
    height: 36px;
    color: #bbb
}

.top li {
    float: left;
    height: 26px;
    padding-top: 8px;
    position: relative
}

.top a {
    color: #bbb
}

.top a i {
    border-color: #bbb transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 16px
}

.top .gap {
    margin: 0 8px;
    color: #666
}

.top .quick-order {
    display: none;
    width: 100px;
    position: absolute;
    left: 0;
    top: 33px;
    z-index: 105;
    border: 1px solid #cdcdcd;
    box-shadow: 0 0 8px #cdcdcd;
    background-color: #fff;
    padding: 0 10px 5px
}

.top .quick-order span {
    display: block;
    padding-top: 5px
}

.top .quick-order span a {
    color: #333
}

.logo-box {
    margin: 25px auto;
    width: 1000px;
    height: 40px
}

#nav {
    margin: 10px auto 0;
    width: 1000px;
    border: 1px solid #ddd;
}

#nav .menu li a,#nav .menu li a span {
    background: url('image/menu-bg.png') no-repeat;
}

#nav .menu {
    height: 40px
}

#nav .menu li {
    float: left;
    width: 250px;
    height: 40px
}

#nav .menu li a,#nav .menu li a span {
    display: block;
    color: #4b4b4b;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFF;
    cursor: pointer
}

#nav .menu li a {
    position: absolute;
    padding: 0px;
    background-position: 0 0
}

#nav .menu li a span {
    padding: 0px;
    width: 250px;
    height:40px;
    background-position: 100% 0
}
#nav .menu .line{
    line-height: 40px;
}
#nav .menu li a:hover,#nav .menu li a.on {
    margin: 0 0 0 -1px;
    padding-left: 1px;
    background-position: 0 -100px;
    text-decoration: none;
    z-index: 100
}

#nav .menu li a:hover span,#nav .menu li a.on span {
    padding: 0px;
    background-position: 100% -100px
}

#nav .menu li a.on,#nav .menu li a.on span {
    color: #FFF;
    font-weight: bold;
    text-shadow: 1px 1px 1px #F30
}

#nav .menu li a.on,#nav .menu li a.on:hover {
    background-position: 0 -200px;
    z-index: 200
}

#nav .menu li a.on span,#nav .menu li a.on:hover span {
    background-position: 100% -200px
}

#nav .menu li.first-node a {
    background-position: 100px 100px
}

#nav .menu li.first-node a:hover {
    margin: 0;
    padding-left: 0px;
    background-position: 0 -50px
}

#nav .menu li.first-node a.on,#nav .menu li.first-node a.on:hover {
    margin: 0;
    padding-left: 0px;
    background-position: 0 -150px
}

#container {
    margin: 10px auto 0;
    width: 1000px;
    overflow: hidden
}

#sidebar {
    float: left;
    width: 160px;
    color: #666;
    overflow: hidden
}

#sidebar h3 {
    padding: 8px 15px;
    border-bottom: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    font-size: 14px;
    color: #333
}

#sidebar ul {
    padding: 7px 0;
    background: #f8f8f8 url('image/side-bg.png') repeat-x
}

#sidebar ul li {
    padding: 10px 15px 12px;
    background: url('image/side-line.png') no-repeat 50% 100%
}

#sidebar ul li.last {
    height: auto!important;
    background: none!important
}

#sidebar .link-list li a {
    margin: 0 auto;
    padding: 9px 10px;
    display: block;
    width: 107px;
    height: 18px;
    line-height: 18px
}

#sidebar .link-list li a:hover {
    background-color: #ebebeb;
    border-radius: 5px;
    text-decoration: none
}

#sidebar .link-list li a.on {
    background-color: #60a2e6;
    color: #FFF;
    text-shadow: 1px 1px 0 #3a6fbd;
    border-radius: 5px;
    -moz-border-radius: 5px
}

#container-main {
    float: left;
    margin-left: 20px;
    width: 820px
}

.message {
    margin-top: 10px;
    background-color: #f1fdee;
    border: 1px solid #57a644
}

.message li {
    padding: 5px 0 0 10px
}

.message span {
    margin-right: 20px
}

.message em {
    margin: 0 5px;
    color: #f00
}

.sub-nav {
    margin-top: 10px;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px 0;
}

.sub-nav.noHeader {
    margin-top: 0px;
    border-top: none;
}

.sub-nav a {
    margin-right: 10px
}

.sub-nav em {
    margin: 0 4px;
    color: #f60
}

.tabs {
    height: 38px;
    border-bottom: 1px solid #CCC
}

.tabs li {
    float: left;
    width: 116px;
    height: 38px
}

.tabs li a {
    display: block;
    padding: 12px 15px;
    width: 85px;
    height: 14px;
    border-right: 1px solid #CCC;
    background: #FFF url('image/tabs-bg.png') repeat-x;
    font-size: 12px;
    color: #999;
    line-height: 14px;
    text-decoration: none
}

.tabs li a:hover {
    background-position: 0 -40px
}

.tabs li a.on {
    position: absolute;
    padding: 12px 15px 13px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    color: #333;
    cursor: default
}

.table-list {
    width: 100%;
    color: #666;
    text-align: center
}

.table-list th {
    background: #FFF url('image/table-top-bg.png') repeat-x 0 100%;
    font-weight: normal;
    color: #333
}

.table-list th,.table-list td {
    padding: 8px 10px
}

.table-list td {
    border-top: 1px solid #CCC
}

.table-list .alt td {
    background: #f7f9fb
}

.form {
    padding: 20px 0
}

.table-form {
    width: 100%
}

.table-form th {
    font-weight: normal;
    padding: 6px 0;
    width: 80px;
    text-align: right
}

.table-form td {
    padding: 6px 10px
}

.table-form em {
    margin-right: 5px;
    color: #f00;
    font-family: SimSun
}

.loading-indicator {
    background-image: url('image/loading-bars.gif');
    width: 128px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center center
}

.loading-indicator-overlay {
    background-color: #000;
    opacity: .6;
    filter: alpha(opacity = 60)
}

.uitopb {
    padding: 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: url('image/topb-bg.png') repeat-x
}

.uitopb-border {
    border: 1px solid #CCC;
    border-top: 0
}

.uitopb-bottom {
    border-bottom: 1px solid #CCC
}

.uitopg {
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    background: url('image/topg-bg.png') repeat-x
}

.uitopg .uitopg-title {
    margin: 0 0 5px;
    padding: 0 0 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
    font-size: 14px;
    *zoom: 1
}

.uitopg .uitopg-title .normalfont {
    font-size: 12px;
    font-weight: normal
}

.btn-0 {
    margin: 10px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    border: 0 none;
    font: normal 14px "微软雅黑";
    border-radius: 4px
}

.btn-1 {
    background-color: #f60;
    background-image: -moz-linear-gradient(center bottom,#ee7b00,#ff8a00);
    color: #fff;
    padding: 0 20px 2px 20px!important;
    text-shadow: 0 -1px 0 #b25f00
}
.btn-2 {
    font-family: "微软雅黑";
    display: inline-block;
    padding: 5px;
    background-color: rgb(50, 103, 218);
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    width: 80px;
}

.btn-1:hover {
    background-color: #ffa800;
    background-image: none;
    text-shadow: 0 -1px 0 #a26b00
}

.pager {
    margin: 10px 0;
    text-align: left;
    font: normal 14px "Arial"
}

.pager font {
    display: inline-block;
    text-align: center;
    border: 1px solid #fe8101;
    background-color: #ffa405;
    border-radius: 2px;
    color: #fff!important;
    padding: 4px 8px;
    overflow: hidden
}

.pager a {
    display: inline-block;
    text-align: center;
    border: 1px solid #c1c1c1;
    background-image: -moz-linear-gradient(center top,#fff,#f0f0f0);
    border-radius: 2px;
    color: #666!important;
    padding: 4px 8px;
    overflow: hidden
}

.pager a:hover {
    text-decoration: none;
    border: 1px solid #908f8f
}