﻿body {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    font-family: 宋体,Arial,Helvetica,sans-serif;
}

.chart {
    width: 725px;
    height: 287px;
    float: left;
}

#title {
    width: 725px;
    height: 31px;
    background-image: url(../images/content/quotescharttitle.jpg);
    -moz-background-size: 726px;
    -o-background-size: 726px;
    -webkit-background-size: 726px;
    background-size: 726px;
}

    #title .left {
        width: 265px;
        height: 30px;
        position: relative;
        float: left;
    }

        #title .left .globalIndex {
            width: 132px;
            float: left;
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 18px;
            font-weight: bolder;
        }

        #title .left .goldOrSilver {
            width: 228px;
            height: 30px;
            position: relative;
            float: left;
        }

.t_title {
    width: 85px;
    height: 30px;
    line-height: 41px;
    position: relative;
    float: left;
    text-align: center;
}

.t_image {
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 5px;
    float: left;
    text-align: center;
}

.t_newest {
    width: 70px;
    height: 30px;
    line-height: 37px;
    position: relative;
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.t_change {
    width: 38px;
    height: 30px;
    line-height: 38px;
    position: relative;
    float: left;
    text-align: center;
    font-size: 12px;
}

#body {
    width: 725px;
    height: 234px;
    position: relative;
    top: 0px;
    left: 0px;
}

#bodyLeft {
    width: 265px;
    height: 234px;
    float: left;
}

#bodyRight {
    width: 435px;
    height: 234px;
    margin-left: 20px;
    float: left;
}

#goldChartTitle {
    width: 395px;
    height: 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    margin-left: 20px;
}
#silverChartTitle {
    display:none;
    width: 395px;
    height: 15px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
    margin-left: 20px;
}

.website {
    position: absolute;
    width: 395px;
    height: 20px;
    text-align: right;
    z-index: 999;
    top: 10px;
    left: 295px;
    margin-top: 10px;
}

    .website a {
        text-align: right;
        color: red;
        text-decoration: none;
    }

#chartClose {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 999;
    top: 110px;
    margin-left: 165px;
}

    #chartClose a {
        text-align: center;
        color: red;
        text-decoration: none;
        font-size: 20px;
    }

.loadImage {
    width: 72%;
    height: 90% ;
    margin-top:5px;
}

#quotestable {
    width: 255px;
    height: 219px;
    float: right;
    margin-top: 10px;
}

#realquotes > div {
    width: 255px;
    height: 26px;
    margin-top: 6px;
    line-height: 26px;
}

#botton {
    width: 260px;
    height: 27px;
    margin-top: 10px;
    float: right;
}

    #botton a {
        width: 85px;
        height: 27px;
        position: relative;
        float: right;
        background-repeat: no-repeat;
    }

.displaynone {
    width: 415px;
    height: 212px;
    display: none;
}

.displayBlock {
    width: 415px;
    height: 212px;
    display: block;
}

#goldchart {
    width: 415px;
    height: 222px;
}

#silverchart {
    width: 415px;
    height: 222px;
}

#realQuoteTable {
    width: 255px;
    height: 166px;
    border: none;
    border-width: 0px;
    margin-top: 10px;
    float: right;
}

.odd {
    height: 36px;
    background-color: white;
    border: none;
    border-width: 0px;
}

.even {
    height: 36px;
    background-color: #ECECEC;
    border: none;
    border-width: 0px;
}

#realQuoteTable tr td {
    text-align: center;
    height: 32px;
    line-height: 32px;
    border: none;
    border-width: 0px;
}

#realQuoteTable tr:hover {
    background-color: #E3D09C;
    border: none;
    border-width: 0px;
}

.up {
    background-image: url(../images/content/up2.gif);
    background-repeat: no-repeat;
}

.down {
    background-image: url(../images/content/down2.gif);
    background-repeat: no-repeat;
}

.mhover {
    background-color: #E3D09C;
}

.fontup {
    color: green;
}

.fontdown {
    color: red;
}

#bodybottom {
    height: 22px;
    width: 725px;
}

    #bodybottom .remark {
        width: 500px;
        float: left;
        position: relative;
        margin-left: 10px;
        line-height: 15px;
        font-size: 12px;
        top: 0px;
        left: 0px;
    }

#Time {
    float: left;
    width: 180px;
    height: 20px;
    line-height: 15px;
    text-align: right;
    font-size: 12px;
}

.inner {
    margin-top: 10px;
}

#unit {
    width: 10px;
    height: 235px;
    float: left;
    text-align: center;
    font-size: 10px;
}

#viewmore {
    background-image: url(../images/content/moreicon.png);
}

#golddiagram {
    background-image: url(../images/content/goldcharticon.png);
    margin-left: 2px;
    margin-top: 1px;
}

#silverdiagram {
    background-image: url(../images/content/silvercharticon.png);
    margin-top: 1px;
}
img
{
    border:0px;
}