/**
 * @package     CMGroupBuying More Deals module
 * @copyright   Copyright (C) 2012-2013 CMExtension Team http://www.cmext.vn/
 * @license     http://www.gnu.org/licenses/gpl-3.0.html GNU/GPL
 */
 
.more_deals_deal {
    padding-bottom: 15px;
    position: relative;   
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}

.more_deals_deal .more_deals_name {
    padding-bottom: 5px;
}

.more_deals_deal .more_deals_image {
    float: right;
    height: 20px;
    width: 60px;
}

.more_deals_deal .more_deals_price_value {
    float: left;
    margin-left: -5px;
}

.more_deals_deal .more_deals_price_tag {
    background: url("../images/price_tag.png") no-repeat scroll 0 0 transparent;
    height: 23px;
    width: 79px;
}

.more_deals_deal .more_deals_price {
    color: #FFFFFF;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 0;
    padding-left: 5px;
    text-align: center;
}

.more_deals_deal .more_deals_campaign_value {
    background-color: #DDEACF;
    border-bottom: 1px solid #90B95B;
    border-left: 1px solid #90B95B;
    border-right: 1px solid #90B95B;
    font-size: 10px;
    height: 25px;
    line-height: 1em;
    margin-left: 9px;
    text-align: center;
    width: 68px;
    padding-top: 5px;
}

.more_deals_deal .view_it {
    margin-left: 10px;
    margin-top: 5px;
}

a.more_deals_button {
    font-size: 12px;
    padding: 6px 12px;
    background-color: #099CBF;
    background-attachment: scroll;
    border: 1px solid #099CBF;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1em;
    text-decoration: none;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
}

/* CSS for LivingSocial Style template */
.more_deals_deal_ls {
    padding-top: 10px; 
    width: 700px;
}

.more_deals_deal_ls li {
    background-color: #FFFFFF;
    border-bottom: 1px solid #BFBFBF;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    float: left;
    margin: 0 20px 25px 0 !important;
    min-height: 120px !important;
    padding: 0 0 0 100px !important;
    position: relative;
    width: 215px;
    list-style: none outside none;
}

.more_deals_deal_ls h3 {
    color: #59595B;
    margin: 0px !important;
}

.more_deals_deal_ls h3 a {
    border-radius: 0 4px 0 0;
    display: block;
    font-family: "arial rounded mt bold",helvetica,arial,sans-serif;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 14px;
    padding: 8px 10px 6px;
}

.more_deals_deal_ls li span img {
    border-radius: 4px 0 0 4px;
    left: 0;
    position: absolute;
    top: 0;
}

.more_deals_deal_ls li a.price {
    border-radius: 0 0 4px 0;
    bottom: 0;
    color: #F0812B;
    font-size: 16px;
    padding-bottom: 10px;
    padding-right: 70px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 167px;
    font-weight: bold;
    text-decoration: none;
}

.more_deals_deal_ls li a.price .original_price {
    color: #888888;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-right: 5px;
    text-decoration: line-through;
}

.more_deals_deal_ls li .more_deals_button_ls {
    bottom: 10px;
    font-weight: normal;
    padding: 0px 5px;
    position: absolute;
    right: 10px;
    background: -moz-linear-gradient(center top , #FFFFFF, #EDEDED) repeat scroll 0 0 transparent;
    border: 1px solid #B7B7B7;
    color: #606060;
    font-size: 12px;
}

.more_deals_deal_ls li p.description {
    font-size: 12px;
    line-height: 1em;
    margin: 0px;
    padding-left: 5px;
}

.more_deals_deal_res {
    margin: 10px 0px;
}

.more_deals_res_deal_name {
    margin: 5px 0px;
    font-size: 1.1em;
}

.more_deals_res_prices {
    height: 2em;
    width: 100%;
}

.more_deals_res_sell_price,
.more_deals_res_original_price {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
    width: 50%;
    float: left;
}

.more_deals_res_sell_price {
    color: #C00;
}

.more_deals_res_original_price {
    color: #069;
    text-decoration: line-through;
}

.more_deals_deal_res ul, .more_deals_deal_res .thumbnails > li {
    margin-bottom: 0px !important;
}

.more_deals_res_button {
    font-weight: bold;
}