/* Coin Store */
/*-------------------------------------*/

#coinStore                          { position:relative; font-family:"Helvetica Neue", Arial, sans-serif; color:#666; }
#coinStore strong                   { font-weight:bold; }
#coinStore #tagline                 { position:absolute; width:300px; left:288px; text-align:right; top:9px; color:#6c6c6c; font-weight:normal; }
#coinStore #tagline em              { font-style:italic; }
#coinStore .header_tab_empty        { clear:both; } 

#coinHeader                         { margin:4px 14px 24px 14px; padding-top:13px; padding-bottom:6px; width:570px; border-bottom:1px solid #d8e5ef; overflow:hidden; }
#coinHeader h1                      { color:#333; line-height:24px; font-size:18px; font-weight:bold; float:left; background-color: #fff; margin:0; padding:0; }
#coinHeader .livePrice              { color:#666666; float:left; font-style:italic; padding:6px 10px 0 15px; }
#coinHeader .viewCharts             { float:right; color:#6c9fc3; font-size:11px; padding:6px 10px 0 10px; text-decoration:underline; }

#coinPhoto                          { width:150px; float:left; text-align:center; margin: 5px 0 0 15px; }
#coinPhoto p                        { padding:10px 0; }
#coinPhoto a                        { text-decoration:underline; font-size:11px; }
#coinPrices                         { width:340px; float:right; padding-right:50px; }
#coinPrices th                      { font-weight:bold; border-bottom:1px solid #f4f3f3; padding-bottom:2px; }
#coinPrices table                   { width:100%; }
#coinPrices td                      { padding: 3px 0; }
#coinPrices .firstRow td            { padding-top:5px; }
#coinPrices .weight                 { width:80px; }
#coinPrices .qty                    { width:155px; }
#coinPrices .lastRow td             { padding-bottom:5px; }
#coinPrices .total                  { color:#3c7faf; }
#coinPrices .total td               { border-top:1px solid #f4f3f3; padding-top:4px; }
#coinPrices #buyButton              { margin-bottom:-6px; padding-left:1px; }
#coinPrices .totalDesc              { text-align:right; font-weight:bold; padding-right:5px; }
#coinPrices p                       { padding:20px 0; font-size:11px; font-style:italic; color:#999; }
#coinPrices .req                    { color:#bba329; }

#coinContent                        { clear:both; border-top:1px solid #d8e5ef; margin:0 14px;  }
#coinContent .bluetext11            { border-top:1px solid #d8e5ef; padding:10px 0 0 0; clear:both; }
#coinDescription                    { padding-top:14px; float:left; width:315px; }
#coinDescription p                  { padding-bottom:14px; }
#coinDescription .avail_ira         { color:#999; font-style:italic; }
#coinAd                             { float:right; }



