ul.tabs
{
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #eee3ca;
    border-left: 0px solid #eee3ca;
    width: 338px;
    margin-left: 2px;
}

ul.tabs li
{
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #fff;
    border-right: 1px solid white;
    margin-bottom: -1px;
    overflow: hidden;
    position: relative;
    background: #efd699;
    text-align: right;
    float: right;
}

ul.tabs li a
{
    text-decoration: none;
    color: #000;
    display: block;
    font-size: 1.0em;
    padding: 0 20px;
    border: 1px solid transparent;
    outline: none;
    font-family: georgia;
}

ul.tabs li a:hover
{
    background: #ffce59;
    border: solid 1px #ccc;
}

html ul.tabs li.active
{
    background: #fdebc0;
    border-bottom: 1px solid #fdebc0;
}
html ul.tabs li.active a:hover
{
    background: #fdebc0;
    border: solid 1px transparent;
}











.tab_container
{
    border: 1px solid #fff;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 336px;
    background: #fdebc0;
    margin-left: 2px;
    padding-bottom: 4px;
}

.tab_content
{
    padding: 1px 10px 15px 10px;
}

.tab_content h1
{
    font-weight: normal;
    font-family: georgia;
    margin: 0px;
    padding-top: 10px;
}





.payoutContainer
{
    // width: 353px;
    // height: 275px;
    // background: #fcdb8e;
    // margin: 0px auto 5px auto;
}

.payoutContainer #payoutContainer2
{
    width: 353px;
    height: 275px;
    background: #fcdb8e;
    margin: 0px auto 5px auto;
}
.payoutContainer *
{
    font-family: times new roman;
    font-size: 11pt;
}

.payoutContainer #spotContainer
{
    width: 353px;
    height: 200px;
    background: #fcdb8e;
    margin: 0px auto 5px auto;
}

.payoutContainer h3
{
    text-align: center;
    font-family: georgia;
    font-size: 125%;
    margin: 0;
    padding-top: 6px;
}


.payoutContainer #payoutInnerContainer
{
	height:200px;
    min-height: 250px;
    margin: 5px;
    background: url(../images/payoutTable/backgroundnew.png);
    background-repeat: no-repeat;
}

.payoutContainer #payoutInnerContainer2
{
	height:150px;
    min-height: 150px;
    margin: 5px;
    background: url(../images/payoutTable/backgroundnew2.png);
    background-repeat: no-repeat;
}

.payoutContainer #payoutLastUpdated
{
    font-family: georgia;
    text-align: center;
    padding-top: 15px;
}

.payoutContainer #payoutLastUpdatedBox
{
    margin-left: 2px;
    width: 50px;
    background: #fff;
    border: solid 1px #bbb;
    text-align: center;
    font-family: Georgia;
    font-size: 85%;
    padding: 4px;
}

.payoutContainer #payoutMetalPricesContainer
{
    margin-left: 8px;
    text-align: center;
    padding: 2px;
    padding-bottom: 7px;
}

.payoutContainer #payoutMetalPricesContainer .title
{
    font-family: georgia;
    width: 50px;
    text-align: center;
    padding: 5px;
    margin: 0 auto 0 auto;
}

.payoutContainer #payoutMetalPricesContainer .box
{
    font-family: georgia;
    width: 85px;
    background: #fff;
    border: solid 1px #bbb;
    padding: 2px;
    padding-bottom: 6px;
    margin: 0 auto 0 auto;
}




.payoutContainer #payoutMetalPricesContainer .box:hover
{
    border: solid 1px #ffce59;
}



#payoutMetalPricesContainer #payoutMetalGold, #payoutMetalPlatinum, #payoutMetalSilver
{
    float: left;
    width: 91px;
    text-align: center;
    padding: 8px;
}




.payoutQualityPricesContainer
{
    text-align: center;
    padding: 2px;
    height: 121px;
    min-height:121px;
}

.payoutQualityPricesContainer .title
{
    font-family: georgia;
    width: 65px;
    text-align: center;
    padding: 5px;
    margin: 0 auto 0 auto;
}

.payoutQualityPricesContainer .box
{
    font-family: georgia;
    width: 65px;
    background: #fff;
    border: solid 1px #bbb;
    padding: 2px;
    padding-bottom: 6px;
}

.payoutQualityPricesContainer .box:hover
{
    border: solid 1px #ffce59;
}

.payoutQualityPricesContainer .payoutQualityContainer
{
    float: left;
    width: 60px;
    text-align: center;
    padding: 8px;
}


.payoutInformation
{
    padding-top: 5px;
    text-align: center;
    font-size: 9pt;
    font-family: Georgia;
    text-align: center;
    line-height: 18px;
}



