    .ad_1_header {
        height: 20px; 
        width: 568px; 
        background: rgb(236, 116, 3); 
        margin: 0 auto; 
        bottom: 0px; 
        padding: 8px 6px 6px 6px; 
        color: white; 
        font-size: 15px; 
        border-top: 1px solid rgb(255, 255, 255); 
        border-right: 1px solid rgb(255, 255, 255); 
        border-left: 1px solid rgb(255, 255, 255);
    }
    .ad_1_container {
        width:580px; 
        height:280px; 
        margin:0 auto; 
        position: relative; 
        border-bottom: 1px solid rgb(255, 255, 255); 
        border-right: 1px solid rgb(255, 255, 255); 
        border-left: 1px solid rgb(255, 255, 255);
    }
    .ad_1_text {
        height: 70px; 
        background: rgba(225, 225, 225, 0.7); 
        position: absolute; 
        bottom: 0px; 
        padding: 5px; 
        width: 570px; 
        background-image: url(/images/button-payment.png); 
        background-repeat: no-repeat; 
        background-position: right bottom;
        
    }
    .ad_1_text_sub {
        position: absolute; 
        right: 90px; 
        bottom: 2px; 
        color: rgb(255, 255, 255);
        font-size: 16px;
    }
    .ad_1_text_sub2 {
        font-size: 13px;
    }
    
    .ad_time {
        background-image: url("/images/custom-circle.png"); 
        height: 147px; 
        width: 147px; 
        position: absolute; 
        z-index: 1; 
        right: 30px;
        color: #ffffff;
        font-size: 27px;
        text-align: center;
        
    }
    
    .ad_1_all {
        position: relative;
        height: 320px; 
        width: 600px; 
        padding: 10px;
        line-height: normal !important;
    }
    .ad_1_all a {
        color: #383838;
    }
    .ad_1_all a:hover {
        text-decoration: none !important;
    }
