.main_current_fuel_offers{
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
  width: 300px;
  background-color: #E7EEF1;
}


.main_current_fuel_offers h2{
  margin: 0px 0px 0px 0px;
  background-image: url('images/box_header.gif');
  background-color: #AFD3FD;
  padding: 1px;
  text-align: center;
  font-size: 11px;
  font-family: verdana;
}


.main_current_fuel_offers table{
  width: 100%;
}

.main_current_fuel_offers table tr th.name{
  text-align: left;
  font-weight: normal;
}

.main_current_fuel_offers table tr td.price{
  text-align: center;
}

.main_current_fuel_offers table tr td.price_best{
  text-align: center;
  font-weight: bold;
  color: white;
  background: green;
}

.main_current_fuel_offers .footer{
  clear: left;
  background-color: #E7EEF1;
  background-position: bottom;
  font-size: 10px;
  font-family: verdana;
  text-align: center;
}


