* {
}
    
/*  =COUPON
    ------------------------------------------------------ */
    #coupon,
    #coupon.dialog
    {
        width : 600px;
        left:0;        
        padding:30px 10px 10px;        
        margin : 20px;
        height:auto !important;
    }
    #coupon h2 
    {
        display : none;
    }
    #coupon h3 
    {
        font-size : 16px;
        font-weight : bold;
    }
    #coupon #clipping 
    {
        border : 3px dotted black;
        padding: 10px;  
    }
    #coupon #coupon_detail
    {   
        height : auto !important;
        height : 260px;
        min-height:260px; 
        position : relative;    
    }
    #coupon #coupon_detail .expires 
    {
        position : absolute;
        bottom : 0;
        right : 0;
        font-weight : bold;
    }
    #coupon #coupon_about 
    {
        float : left;
        width : 225px;
    }
    #coupon #coupon_about img 
    {
        width : 198px;
        border : 1px solid black;
    }
    #coupon .contact_name,
    #coupon .contact_phone,
    #coupon .contact_email
    {
        display : block;
    }

