/*
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 {
    list-style: none outside;
    margin: 0px;    
    padding: 0px;
}

#offer li {
    display: block;
    text-decoration: none;
}

#offer_title {
   background-color: #606060;
   color: #FFFFFF;
   margin: 0px;
   padding: 5px;
   text-align: center;
   font-family: dejavu_sansbook;
   font-size: 12px;   
}

#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;
   font-family: dejavu_sansbook;
   font-size: 12px;
}

#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;
}