﻿#promotions{
    margin: 0;
    padding: 0;
    background: none;
    list-style: none;
}

#promotions li{
    margin: 0;
    padding: 20px 0;
    background: none;
    list-style: none;
    border-bottom: dotted 2px #d0c9b5;
    min-height: 1px;
}
    * html #promotions li{ height: 1px; }
    #promotions li:after{ height: 0; clear: both; display: block; content: "."; visibility: hidden; }

#promotions h3{
    margin: 0;
    display: inline;
}

#promotions p{
    margin: 0;
}
    
#promotions img{
    padding: 3px; 
    background: #fff;
    border: solid 1px #B2AFA6;
    margin: 0 15px 10px 0;
}

.btn-enter_now{
    display: block;
    width: 320px;
    height: 40px;
    border: none;
    text-transform: uppercase;
    text-indent: -9000px;
    background: url(btn.enter-now.gif) no-repeat 0 0;
    margin: 15px 0 0;
}

.btn-enter_now:hover{
    background: url(btn.enter-now.gif) no-repeat 0 -40px;
}

.comp_conent{
    display: block;
    float: left; 
    width: 400px;  
 }
 
.comp_img{
    width: 150px;
    float: left;
    display: block;
}
