*                           { margin: 0; padding: 0; }
html                        { overflow-y: scroll; }
body                        { font: 12px Georgia; }

#page-wrap                  { width: 590px; margin: 20px auto; }

h1                          { font: 30px Georgia; margin: 0 0 10px 0;  }

.discounted-item            { width: 100%; margin: 0 0 10px 0; position: relative; cursor: pointer;
                              height: 79px; }

.discount-bar               { padding: 10px 0 10px 150px; width: 490px; font: 12px Georgia, Serif; text-transform:lowercase; }
.discount-bar strike        { color: #ccc; padding: 0 5px; }
.discount-bar span          { font: bold 18px Helvetica, Sans-Serif; }

.reasonbar                  { padding: 4px 0 4px 150px; overflow: hidden;
                              width: 490px; color: white; }
                 
.prod-title                 { width: 49%; float: left; font: bold 12px Georgia, Serif; text-transform: lowercase; }
.reason                     { width: 49%; float: right; text-align: right; font: 11px Georgia, serif; text-transform: lowercase; 
                              padding: 0 5px 0 0; }
                              
.discounted-item img        { position: absolute; top: 0; left: 0; }

.reduced                    { border: 2px solid #ffffff; }
.reduced .reasonbar         { background: #0093d0; }
.reduced .discount-bar      { color: #0093d0; background: white; }

.freeshipping               { border: 2px solid #ffffff; }
.freeshipping .reasonbar    { background: #0093d0; }
.freeshipping .discount-bar { color: #0093d0; background: white; }

.limited                    { border: 2px solid #ffffff; }
.limited .reasonbar         { background: #0093d0; }
.limited .discount-bar      { color: #0093d0; background: white; }

.professional               { border: 2px solid #ffffff; }
.professional .reasonbar    { background:#0093d0; }
.professional .discount-bar { color: #0093d0; background: white; }

.freelance                    { border: 2px solid #ffffff; }
.freelance .reasonbar         { background: #0093d0; }
.freelance .discount-bar      { color: #0093d0; background: white; }

.buynow                     { position: absolute; bottom: -13px; left: 126px; }

.current                    { font-weight: bold; font-size: 15px; }