﻿.wrapper {
    clear:both;
}

.product {
    width: 297px;
    height: 155px;
    /*background-color: #fffde5;
    border: solid 1px #D8D8D8;*/
    background-color: #ffffff;
    border: solid 1px #D8D8D8;
    padding: 5px 10px;
}

.storename {
    font-weight:bold;
    font-size:13px;
}

.productname {
    padding-bottom:10px;
    font-size:12px;
}

.productname a {
    text-decoration: none;
    color:#777777;
}
.lbl {
    color: #808080;
    font-size:15px;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
}

.price {
    font-size:16px;
    font-weight:bold;
    color:#2F9FE0;
    padding:5px 0 10px 0;
    border: solid 0px black;
    text-align: center;
    width: 150px;
    margin-top: 25px;
}

.cartbutton {
    border: solid 0px black;
    text-align: center;
    margin-top: 10px;
}

.lr_wrapper {
}
.dealTag {
    height:0px;
}
.dealTag img
{
    position:relative; top: -12px; left: -50px;
    height:30px; width:53px;
}