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

.discount-bar { padding: 10px 0 10px 150px; font: italic 20px Helvetica, Sans-Serif; }
.discount-bar strike { color: #999; padding: 0 5px; }
.discount-bar span { font: bold 20px Helvetica, Sans-Serif; }

.reasonbar { padding: 4px 0 4px 150px; overflow: hidden; width: 540px; color: white; }
                 
.prod-title { width: 49%; float: left; font: bold 17px Helvetica, Sans-Serif; }
.reason { width: 49%; float: right; text-align: right; text-transform: uppercase; letter-spacing: 2px; padding: 0 5px 0 0; }
                              
.discounted-item img { position: absolute; top: 0; left: 0; }

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

.freeshipping { border: 2px solid #0762d4; }
.freeshipping .reasonbar { background: #0762d4; }
.freeshipping .discount-bar { color: #0762d4; background: white; }

.limited { border: 2px solid green; }
.limited .reasonbar { background: green; }
.limited .discount-bar { color: green; background: white; }

.discontinued { border: 2px solid black; }
.discontinued .reasonbar { background: black; }
.discontinued .discount-bar { color: black; background: white; }

.webonly { border: 2px solid #5c2e8b; }
.webonly .reasonbar { background: #5c2e8b; }
.webonly .discount-bar { color: #5c2e8b; background: white; }

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

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



