/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22.06.2016, 14:49:45
    Author     : knysh
*/

#offer, #offer_title,
#ctr-el, #ctr-gas {
    display: block;
    position: relative;
    float: left;
}

#offer {
    margin: 10px;
    padding: 2px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);    
}

#offer_title {
   background-color: #606060;
   color: #FFFFFF;
   margin: 5px;
   padding: 5px;
   text-align: center;
}

#ctr-el, #ctr-gas {
   margin: 5px;
   padding: 0px;
}

#ctr-el a, #ctr-gas a {
   display: block;
   text-decoration: none;
   text-align: center;
   margin: 0px;
   padding: 12px;
   width: 124px;
}

#ctr-el a {
   background: #D02000;
   color: #FFFFFF;
}

#ctr-el a:hover {
   background: #606060;
   color: #FFFF00;
}

#ctr-gas a {
   background: #D02000;
   color: #FFFFFF;
}

#ctr-gas a:hover {
   background: #606060;
   color: #FFFF00;
}