
.ExchangeRateControl {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.ExchangeRateControl .Tabs {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 6px;
    padding: 0;
    text-align: justify;
    width: 100%;
}
.ExchangeRateControl .Tabs .Money span {
    color: #f08a05;
    font: bold 13px/25px arial;
}
.ExchangeRateControl .Tabs .Gold span {
    color: #007bcc;
    font: bold 13px/25px cursive;
}
.ExchangeRateControl .Tabs .Money.Actived {
    background: rgba(0, 0, 0, 0) url("Images/big_top.png") no-repeat scroll left top;
    height: 28px;
}
.ExchangeRateControl .Tabs .Gold.Actived span {
    color: #fff;
    font: bold 13px/25px cursive;
}
.ExchangeRateControl .Tabs .Money.Actived span {
    color: #fff;
    font: bold 13px/25px cursive;
    padding-left: 28px;
}
.ExchangeRateControl .Tabs .Gold.Actived {
    background: #f8a81b none repeat scroll 0 0;
    border-radius: 0;
    cursor: pointer;
    float: left;
    height: 25px;
    width: 50%;
}
.ExchangeRateControl .Tabs .Money {
    background: #f8d495 none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 24px;
    width: 50%;
}
.ExchangeRateControl .Tabs .Gold {
    background: #daefff none repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 28px;
    text-align: center;
    width: 50%;
}
.ExchangeRateControl .Tabs .Gold .Tab {
    display: inline-block !important;
}
.ExchangeRateControl .Container {
    display: inline-block;
    padding: 0 5px 0 12px;
    width: 92%;
}
.ExchangeRateControl .Container table td {
    height: 22px;
}
.ExchangeRateControl .Container .Gold {
    display: inline-block;
    width: 100%;
}
.ExchangeRateControl .Container .Money {
    display: inline-block;
    width: 100%;
}
.ExchangeRateControl .Container .Gold .GoldSource {
    display: inline-block;
    margin-top: 6px;
}
