/* 
    Document   : ms_discount.css
    Created on : May 5, 2011, 10:56:06 AM
    Author     : devferee
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#block-ms_discount-0 {
    background-color: #FEEED5;
    float: right;
    width: 340px;
    border-radius: 7px 7px 7px 7px;
}

#block-ms_discount-1 {
    background-color: #FEEED5;
    float: left;
    width: 340px;
    border-radius: 7px 7px 7px 7px;
}

#block-ms_discount-0 .content, #block-ms_discount-1 .content {
    height: 475px;
    padding: 10px;
}

#block-ms_discount-0 h2, #block-ms_discount-1 h2 {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.03em;
    padding: 12px 0 7px 10px;   
}

#block-ms_discount-0 .discount_block_row, #block-ms_discount-1 .discount_block_row{
    border-color: #D8C86C;
    border-style: solid;
    border-width: 0 0 1px;
    padding: 6px 0;
    height: 45px;
}

.discount_block_row .discount_ititle {
    font-size: 10px;
    line-height: 11px;
    margin-left: 70px;
}

.discount_block_row .discount_logo a {
    float: left;
    height: 30px;
    text-align: center;
    width: 70px;   
}

.discount_block_row .discount_logo a img {
    padding-top: 8px;
    padding-right: 3px;
}

.next_offers_wrapper {
    margin-top: 10px;
}

.next_offers {
    float: right;
    background: url("/sites/all/themes/melyiksuli/images/more-button.png") no-repeat scroll right top transparent;
    font-size: 14px;
    font-weight: bold;
    padding: 0 22px 10px;
}

.next_offers img {
    margin-left: 5px;
}