@import url(tools.css);
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #999999;
	margin: 0;
}

body#iframed {
    margin: 0;
    padding: 0;
    background: #e5e5e5;
}

body#rs {
    margin: 0;
    padding: 0;
}

#pagewrapper {
    margin: 0 auto;
    position: relative;
    width: 1008px;
}

#pagewrapper #gadget {
    position: absolute;
/*
    z-index: 100;
    right: 0;
    top: 5px;
*/
    z-index: 100;
    right: 38px;
    top: 10px;
}
#pagewrapper #gadget_shadow {
    position: absolute;
    z-index: 99;
    right: 38px;
    top: 76px;
    height: 20px;
    width: 20px;
    background: url(/images/tradingcoach/trading_coach_gadget_shadow.gif) top right no-repeat;
}

#pagewrapper #audio {
    position: absolute;
    z-index: 99;
    right: 150px;
    top: 40px;
}

strong {
    font-weight: bold;
}

.hideme, .copyright { position: absolute; top: -1000em; left: -1000em; height: 1px; width: 1px; }

.bottom_left  { position: absolute; left: 0; bottom: 0;}

.bottom_right { position: absolute;right: 0;bottom: 0; }

.block_right { display: block; text-align: right; }

.no_vspace {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

a img {
    border:none;
}

a.pink {text-transform: uppercase;}
a.pink:link{text-decoration: none; color: #FF33FF;}
a.pink:visited{text-decoration: none; font-weight: bold; color: #FF33FF}
a.pink:hover{color: #FF33FF; text-decoration: none; color: #666666}

a.turquoise {
    text-transform: uppercase;
    font-weight: bold;
    color: #009999;
}

a.turqy {
    font-weight: normal;
    color: #009999;
}

.highlight {
    color: #009999;
    font-size: 14px;
}

.light {
    font-weight: normal;
    font-size: 12px;
}

.lighter {
    font-weight: normal;
    font-size: 11px;
    color: #999;
}

form {
    margin: 0;
    padding: 0;
}

#admin_panel {
    position: bottom;
    z-index: 100;
    left: 10px;
    top: 20px;
    padding: 10px;
    border: 1px solid #666;
    background-color: #abfafa;
}

#shoplinks a {
    margin-right: 15px;
}
#shoplinks a.last {
    margin-right: 0;
    padding-right: 0;
}

#shop {
    position: relative;
}

#shop_start {
    background: #000 url(../img/start.jpg) left top no-repeat;
    position: relative;
}

#shop_login {
    background: #ededed url(../img/bg_account_full.jpg) left top no-repeat;
    position: relative;
}

#topbar {
    background: #000;
    padding: 8px 8px 8px 8px;
    position: relative;
}

#topbar h3 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    float: left;
    width: 145px;
    font-weight: normal;
    color: #c59f4e;
    text-transform: uppercase;
}

#topbar ul {
    list-style-type: none;
    margin: 0 0 0 333px;
    padding: 0;
    float: left;
}

#topbar li {
    float: left;
    margin: 0 10px 0 0;
}

#topbar li a {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    color: #ededed;
}

#topbar li a:hover {
    color: #ccc;
}

#topbar li a span.active {
    color: #22e7e7;
    font-weight: bold;
}

#topbar #backlink {
    position: absolute;
    right: 15px;
    top: 10px;
}

#topbar p {font-size: 12px; margin:0;padding:0;}


#shop_start #topbar {
    background: transparent url(../img/start_topbar.jpg) left top no-repeat;
}

#shop_login #topbar {
    background: transparent url(../img/bg_account_transparent.jpg) left top no-repeat;
}

#backlink a {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: normal;
    color: #ededed;
    padding-left: 15px;
    background: url(../img/bg_backlink.gif) 0px 2px no-repeat;
}

#topbar_checkout {
    background: url(../img/bg_checkout_bar.gif) left 50% repeat-x;
    height: 32px;
}

#topbar_checkout .step {
    padding: 8px;
    float: left;
    text-transform: uppercase;
}

#topbar_checkout .currentStep {
    padding-right: 20px;
    padding-left: 12px;
    color: #33c6cc;
    background: transparent url(../img/bg_current_step.gif) right 50% no-repeat;
    border-left: 1px solid #ededed;
}

#start {
    position: relative;
    height: 427px;
    border-bottom: 1px solid #666; 
}

#start #greeting    { position: absolute; top: 30px; left: 62px; width: 430px;}
#start #greeting p {margin: 0; padding: 0; font-size: 11px; color: #000;}
#start #opener_img  { position: absolute; top: 291px; left: 55px; }
#start #opener_cats { position: absolute; top: 240px; left: 40px;}
#start #opener_cats h3 {font-size: 10px; text-transform: uppercase; color: #ededed; margin: 0 0 10px 0; padding: 0; font-weight: normal; width: 300px;}
#start #opener_cats p {font-size: 11px; color: #ededed;  width: 300px;}
#start #opener_cats ul {
    width: 400px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#start #opener_cats li {
    margin: 0 0 10px 0;
}

#start #opener_cats li a {
    font-weight: 100;
    color: #00cccc;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 14px;
    background: url(../img/bg_link_opener.gif) right 4px no-repeat;
    
}

#start #opener_cats li a:hover {
    color: #ccc;
}

#usr_login {
    background: #ededed;
    border-bottom: 1px solid #ccc;
}

#usr_login .border {
    border: 1px solid #666;
}

#usr_login #usr_login_left {
    float: left;
    width: 310px;
    color: #525252;
}

#usr_login #usr_login_left input {
    /*width: 150px;*/
}

#usr_login #usr_login_right {
    float: right;
    width: 505px;
    background: #ededed;
    color: #525252;
}

#usr_login_left p, #usr_login_right p {
    padding: 10px 15px 0px 15px;
    margin: 0;
}

#usr_login_left table {
    margin: 0 0 15px 15px;
}

/*
#usr_login_left p {
    font-size: 11px;
    color: #ccc;
}
*/
#usr_login_left strong, #usr_login_right strong  {
    font-size: 12px;
    color: #333;
}

#mood {
    height: 275px;
    /*background: #ccc url(../img/bg_account_full.jpg) left top no-repeat;*/
    position: relative;
}

#shop #col1 {
    float: left;
    width: 155px;
    margin: 0; 
    padding: 0;
    background: #fff;
}

#col1 h3 {
    text-transform: uppercase;
    padding: 0;
    margin: 30px 0 0 0;
	font-weight: bolder;
	color: #525252;
	font-size: 11px;
}

#col1 p {
	font-size: 11px;
}


#col1 table {
    margin: 0 16px;
}

#col1 table td {
    margin: 2px;
}

#shop #col2 {
    float: right;
    width: 645px;
    margin: 0; 
    padding: 0;
    min-height: 460px;
}

#shop #col2_1 {
    width: 560px;
    height: 460px;
    float: left;
}

#shop #col2_2 {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 380px;
    width: 250px;
    float: right;
    border-left: 1px solid #999;
}

.p_listing {
    /*background: #000 url(../img/feature_bg.gif) 570px top repeat-y;*/
    background: #fff;
    border-bottom: 1px solid #999;
}

.p_info {
    background: #fff;
}

.shopping_cart {
    /*padding: 20px;*/
    background: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

#product_listing {
    margin: 0;
    padding: 0;
    position: relative;
    height: 397px;
}

#product_listing #content {
    width: 500px;
    position: absolute;
    left: 15px;
    bottom: 0;
}

#product_listing #content_coupons {
    width: 500px;
    margin-left: 15px;
    margin-top: 23px;
}

#product_listing p, #product_info p, p {
    line-height: 1.5em;
    color: #525252;
}

#product_listing p.info, span.info {
    display: block;
    padding-top: 10px;
    font-size: 11px;
}

#product_listing p.info, span.info {
    font-size: 11px;
}

#product_listing p.info strong {
    text-transform: uppercase;
}

p.dark {
    color: #333;
}

p.buy_now {
    padding: 20px 0 10px 0;
}

#content h3, #content h3 a  {
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

#product_info {
    margin: 20px 10px 0px 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;  
}

#product_info h3 {
    color: #000;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 13px;
}

#product_info #left{
    float: left;
    width: 39%;  
    padding-top: 10px;
}

#product_info  #left img {
    border: none;
    /*border: 1px solid #999;*/
}

#product_info #left h3{
    font-weight: normal;
    color: #525252;
    font-size: 12px;
}

#product_info #right{
    padding-top: 10px;
    float: right;
    width: 59%;    
}

#product_info p.price {
    font-size: 11px;
}

#product_info p.price strong {
    font-size: 16px;
    color: #770f0b;
}

#shop #feature {
    padding: 8px 15px 0 10px;
    text-align: right;
}

#shop #feature img {
    border: none;
    /*border: 1px solid #999;*/
}

#shop #feature h4 {
    color: #525252;
    font-size: 12px;
    margin: 7px 0 7px 0;
}

#shop #feature p {
    margin:  0 0 7px 0;
    color: #525252;
}

#footer td {
    text-transform: uppercase;
}

.add_to_cart input{
    vertical-align: middle;
}

.clear {
    margin: 0;
    padding: 0;
    clear: both;
    line-height: 0px;
    font-size: 0px;
}

.spacer-40px {
    height: 40px;
}

.copyright {
    margin: 10px auto;
    font-size: 11px;
    text-align: center;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #525252;
}

TD.totals {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #525252;
}

TD.totals a {
  color: #525252;
}

TD.cartCell {
  background-color: #ededed;
}

TD.main img {
    border: 1px solid #525252;
}

TD span.cartProduct, TD span.cartProduct a, TD span.cartPrice {
    text-transform: uppercase;
    color: #525252;
}

.boxTextBG {
	background-color: #ccc;
	color: #525252;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #525252;
	background-color: #ccc;
}

.message {
    text-align: center;
    font-size: 13px;
    color: #525252;
    padding: 10px;
    background: #ededed;
    margin: 20px 0 5px;
    border: 2px solid #e40000;
}

.message a.important {
    text-decoration: underline;
}

#coupon_message {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin: 20px 0 5px;
}

a#coupon_link {
    text-decoration: underline;
    color: #009999;
    font-weight: bold;
}

table.coupon_description h3, #popup h3 {
    margin: 0 0 2px 0;
    padding: 0;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}

table.coupon_description p {
    margin: 0 0 5px 0;
    padding: 0;
}

table.coupon_description a.couponlink {
    display: block;
    width: 220px;
    text-align: left;
}

table.coupon_description a.turquoise {
    color: #33c6cc;
}


#checkout, #account {
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
    color: #5d5252;
}

#checkout .address_title, #account .address_title {
   color: #666;
   font-size: .8em;
}

#checkout .address_title_confirmation, #account .address_title_confirmation {
   color: #000;
}

#checkout .address, #account .address {
    padding: 7px;
    margin: 3px 0 0 0;
    background: #abfafa;
    border: 1px solid #999;
    color: #000;
}

#checkout .black, #account .black {
    color: #000;
}

#checkout .edit, #account .edit {
    color: #33c6cc;
    font-weight: normal;
}

#checkout h1, #account h1 {
    text-align: right;
    margin-right: 3px;
}

#checkout h2, #account h2 {
    font-size: 14px; 
    font-weight: normal;
    text-transform: uppercase;
    color: #333333;
    border-bottom: 1px solid #ccc;
    padding: 0 0 4px 12px;
    margin: 10px 0;
}

#account h2 {
    padding-left: 0px;
}

#checkout .checkout_row, #account .account_row {
    margin-left: 12px;
    margin-bottom: 30px;
}

#account .account_row {
    margin-left: 7px;
}

#checkout .checkout_row .leftspace, #account .account_row .leftspace {
    margin-left: 0px;
}

#checkout .checkout_row .hspace, #account .account_row .hspace {
    margin: 0 12px 0 0;
}

#checkout .checkout_left, #account .account_left {
    float: left;
    width: 390px;
    margin-left: 0px;
}

#checkout .checkout_right, #account .account_right {
    float: right;
    width: 390px;
}

#reseller, #reseller_success {
    margin: 0 auto;
    width: 510px;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100.01%;
    color: #333;
}

#reseller_success {
    width: 520px;
    margin: 0 auto;
}

#reseller_success h1 {
    margin: 1.2em 0 1em 0;
    font-size: 1.6em;
    color: #009999;
}

#reseller a, #reseller_success a { font-weight: bold; color: #009999; }

#reseller_success ul {
    list-style-type: none;
    margin: 1em 0 1em 0;
    padding: 0;
}

#reseller_success li {
    font-size: 1.2em;
    line-height: 1.4em;
    padding: .3em 0 1.3em 40px;
    display: block;
    background: url(../img/ok.gif) left top no-repeat;
}

#reseller td.messageStackError img { display: none; border: none;}

#reseller #account {
    border: none;
    padding-bottom: 0;
}

#reseller #account p { margin-left: 0; padding-left: 0;}

#reseller #account .account_left {
    margin: 0; padding: 0;
    width: 260px;
    float: left;
}

#reseller #account .account_right {
    margin: 0; padding: 0;
    width: 250px;
    float: right;
}

#reseller #account .account_row { margin: 0; padding: 0;}

#reseller table.formArea td {width: auto; font-size: .88em; color: #333; }

#reseller #account img { border: 1px solid #999; display: block; margin: .2em 0 0 0; }

#checkout .checkout_footer, #checkout .account_footer {
    padding-top: 30px;
}

#checkout .checkout_footer_left, #account .account_footer_left {
    float: left;
    margin-left: 12px;
    width: 400px;
    height: 30px;
    position: relative;
}

.next_step, .step {
    text-transform: uppercase;
    font-size: .9em;
    color: #666;
}

.next_step {
    display: block;
    color: #999;
}

#checkout .checkout_footer_middle, #account .account_footer_middle {
    float: left;
}

#checkout .checkout_footer_right, #account .account_footer_right {
    float: right;
    height: 30px;
    position: relative;
}

table#addresses, table#payment {margin-top: 10px; border-bottom: 1px solid #999;}
table#addresses td, table#payment td, table#latest_orders td {padding: 4px 4px 7px 4px; border-top: 1px solid #999;}

table#order { border-bottom: 1px solid #999;border-top: 1px solid #999;}
table#latest_orders {border-bottom: 1px solid #999; width: 100%;}
table#order td { color: #000; font-weight: bold; padding: 4px;}
table#order td small { font-weight: normal;}
table#order tr { background: #ededed; }

#totals table td, #totals table th {color: #000; padding-right: 4px;} 
#totals table { border-bottom: 2px solid #666; } 

td.label {width: 115px;}
#account select {width: 150px;}

.inputRequirement {color: #c00;}
span.inputRequirement{font-size: 11px;}
.moduleRow { background-color: #ededed; }
.moduleRowOver { background-color: #D7E9F7; }
.moduleRowSelected { background-color: #abfafa; }

tr.requiered {background-color: #fff5bc;}
td.inputRequirement { padding-right: 4px;}

#popup {
    margin: 0;
    padding: 0;
    background: url(../img/background_popup.gif) 20px 10px no-repeat;
}

#coupon_overview {
    position: relative;
    padding: 20px 0 0 20px;
    background: url(../img/background_popup.gif) 0 0 no-repeat;
    height: 370px;
}

#coupon_overview h3 {
    font-weight: normal;
    padding: 10px 0 7px 4px;
    margin: 0;
    text-transform: uppercase;
    color: #009999;
}

#coupon_overview p {
    margin: 0 20px 0 5px;
}

#coupon_overview #close {
    position: absolute;
    right: 22px;
    top: 22px;
}


#wrapper {
    margin: 20px 30px;
    padding: 0;
    position: relative;
    width: 586px;
}

#popup #close {
    position: absolute;
    right: 0px;
    top: 12px;
}

#scrollbox {
    height: 250px;
    overflow: auto;
}

#popup #popup_content {
    padding: 20px;
}

#scrollbox p, #iframed #popup p   {
    padding-right: 10px;
}

#popup h1 {
    margin: 10px 0 20px 0;
    padding: 0;
    color: #009999;
    font-weight: normal;
    font-size: 20px;
    text-transform: uppercase;
}

#iframed #popup h1 {
    font-size: 14px
}

#popup table {
    width: 90%;
    color: #333;
}

#popup table th, #popup table td  {
    font-size: 12px;
}

#popup table th {
    background: #ccc;
    text-align: left;
}

#popup table .even {
    background: #ededed;
}

#popup table td {
    border-bottom: 1px solid #ccc;
}

#popup table td.blank {
    border: 0;
}

table#contactbox {margin-left: 15px; margin-top: 60px; padding: 0;}

table#external td h1, table#external td h3 {font-weight: normal; text-transform: uppercase;}


/*
#premium {
    position: relative;
    background: #000;
}

#premium #premiumhead {
    background: url(../img/premium/premium_bg_stage_01.jpg) left bottom no-repeat;
    padding: 20px 0 0 35px;
}

#premium h1 {
    font-family: 'Myriad Pro', Myriad, Tahoma, Helvetica, Arial,Verdana, sans-serif;
    color: #fff;
    margin: 0;
    font-size: 25px;
    padding-right: 130px;
}

#premium p {
    color: #ededed;
    margin: 10px 35px 0 35px;
    padding-bottom: 20px;
}

#premium a {
    color: #009999;
    text-decoration: underline;
}

#premium p.legend {
    color: #999;
    margin: 10px 35px 0 35px;
    font-size: 88%;
}

#premium .upper {
    text-transform: uppercase;
    color: #009999;
    font-weight: bold;
}

#premium #premiumhead p {
    margin: 10px 0 0 0;
    padding-bottom: 25px;
}

#premium h2 { margin: 0; padding: 0; }

#premium h3 {
    font-family: 'Myriad Pro', Myriad, Tahoma, Helvetica, Arial,Verdana, sans-serif;
    font-size: 11px;
    color: #fff;
    margin: 0 0 5px 0;padding: 0;
}

#premium h1 .green {
    color: #3db1b1;
}

#premium h1 .red {
    color: #c00;
    font-size: 120%;
}

#premium h2#current_release {
    position: absolute;
    z-index: 10;
    left: 418px;
    top: 15px;
    width: 116px;
    height: 184px;
    background: transparent url(../img/premium/Band_4.gif) left top no-repeat;
}

#premium #issues {
    background: transparent url(../img/premium/premium_bg_stage_02.jpg) left top no-repeat;
    z-index: 20;
    position: relative;
    padding: 10px 0 20px 28px;
}

#premium #issues ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#premium #issues li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 130px;
    position: relative;
}

#premium #issues .greyscale {
    position: absolute;
    left: 0;
    top: 0;
}

#premium #issues li#i6 {
    width: 100px;
}

#premium #curr_issue {
    display: none;
}

#premium #issues .releases {
    position: relative;
    z-index: 50;
    float: left;
}

#premium .btn_box {
    position: relative;
    height: 40px;
    margin-top: -10px;
}

#premium p.price {
    font-family: 'Myriad Pro', Myriad, Tahoma, Helvetica, Arial,Verdana, sans-serif;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 23px;
}

#premium .package_box {
    height: 4.3em;
}

#premium .package_box label {
    font-family: 'Myriad Pro', Myriad, Tahoma, Helvetica, Arial,Verdana, sans-serif;
    position:relative;
    display: block;
    float: left;
    padding: .2em .5em;
    color: #fff;
    background: #009999;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0px 0px 2px #000;
    font-size: 1.2em;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #026b6b;
}

#premium .package_box .price {
    font-family: 'Myriad Pro', Myriad, Tahoma, Helvetica, Arial,Verdana, sans-serif;
    position:relative;
    top:0;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    float: left;
    margin: .5em .5em;
}

.marker_box {
    border-left: 1px solid #009999;
    border-right: 1px solid #009999;
    border-bottom: 1px solid #009999;
    font-size: .5em;
}

.marker_box.undercover {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.l2_i3 {
    margin-left: 130px;
}

.l2_i5 {
    margin-left: 130px;
}

.l3_i2 {
    margin-left: 260px;
}

.l3_i4 {
    margin-left: 260px;
}

.l4_i3 {
    margin-left: 390px;
}



.l2_i3 .marker_box {
    width: 376px;
}

.l2_i5 .marker_box {
    width: 628px;
}

.l3_i2 .marker_box {
    width: 246px;
}

.l3_i4 .marker_box {
    width: 498px;
}

.l4_i3 .marker_box {
    width: 368px;
}

#premium #price_1, #premium #price_2, #premium #price_3 {
    right: 185px;
}

#premium #price_2 {
    left: 159px;
}

#premium .btn {
    padding: 15px 7px 0px 7px;
}

#premium .package_box .btn {
    padding: .6em 7px 0px 7px;
}

#premium #btn_p1 {
    z-index: 13;
    text-align: right;
    background-image: url(../img/premium/marker_p1.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

#premium #btn_p2 {
    z-index: 12;
    background-image: url(../img/premium/marker_p2.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

#premium #btn_p3 {
    z-index: 11;
    text-align: right;
    background-image: url(../img/premium/marker_p3.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

#premium .btn a {
    width: 144px;
    height: 25px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
}

#premium .btn a:hover {
    background-position: 0 -25px;
}

#premium #btn_p1 a {
    float: right;
    background-image: url(../img/premium/btn_p1.gif);
}

#premium #btn_p2 a {
    background-image: url(../img/premium/btn_p2.gif);
}

#premium #btn_p3 a {
    float: right;
    background-image: url(../img/premium/btn_p3.gif);
}

#premium #btn_p1.over, #premium #btn_p2.over, #premium #btn_p3.over {
    background-image: none;
}

#premium .package_box .btn a {
    width: auto;
    height: auto;
    display: inline;
}

#premium .scope {
    filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5;
    position: absolute;
    z-index: 1;
    background: #318e8e;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#premium #scope_p1 {
    right: 20px;
    top:  0px;
    width: 390px;
    height: 197px;

}

#premium #scope_p2 {
    left: 20px;
    top:  0px;
    width: 520px;
    height: 197px;
}

#premium #scope_p3 {
    right: 20px;
    top:  0px;
    width: 520px;
    height: 197px;
}

#premium #scope_rp1 {
    left: 151px;
    top:  0px;
    width: 390px;
    height: 197px;

}

#premium #scope_rp2 {
    left: 151px;
    top:  0px;
    width: 645px;
    height: 197px;
}

#premium #scope_rp3 {
    left: 281px;
    top:  0px;
    width: 256px;
    height: 197px;
}

#premium #scope_rp4 {
    right:20px;
    top:  0px;
    width: 516px;
    height: 197px;
}

#premium #scope_rp5 {
    right: 20px;
    top:  0px;
    width: 386px;
    height: 197px;
}

#recommendation-bar {
    background: #ffff99;
    padding: .5em .7em;
    border-bottom: 1px solid #cccc33;
    margin: 0 0 2em 0;
    text-align: right;
}

#recommendation-bar a {
    color: #0066cc;
    text-decoration: underline;
}

*/

#couponbox {
    text-align: left; border: 2px solid #009999; margin-bottom: 20px; margin-top:20px; background: #fff url(../img/coupons_small.jpg) 50px top no-repeat; padding: 15px 15px 20px 260px;
}

#couponbox h3 { font-size: 20px; font-weight: normal; text-transform: uppercase; color: #009999; margin: 10px 0 15px 0; }
#couponbox p {margin: 5px 0; }
#couponbox input {vertical-align: middle;}
#couponbox p a { color: #009999: }

#postit { display: none; }
