
#main #main-content.noleft {
  width: 553px;
  padding-left: 147px;
}

img#fuel_map{
  padding-bottom:15px;
}

div#main div#fuel-price-watch table {
  border-collapse: collapse;
  border: 1px solid #000;
  margin: 5px 0 10px 0;
  padding: 0;
}
div#fuel-price-watch table th {
  background: #4E2F91;
  color: #fff;
  border: 1px solid #000;
  text-align: center;
  margin: 0;
  padding: 6px;
  width: 200px;
}
div#fuel-price-watch table td {
  border: 1px solid #000;
  text-align: center;
  margin: 0;
  padding: 6px;
}

table.pricetable{
  border:solid 1px #000000;
  margin:8px 0px 10px 0px;
  width:100%;
}


table.pricetable tr th{
  color:#ffffff;
  border:solid 1px #000000;
  border-collapse:collapse;
  padding:5px;
  width:15%;
}


th.brand{
  background:#4d2e91;
 text-align:left;
}

th.store,
th.town{
 color:#000000;
 background:#ffffff;
 font-size:1.4em;
 text-align:left;
 width:39% !important;
}

th.store {
  background:#4d2e91;
  color:#ffffff;
}

tr.highlight th.store {
  background:#c5b3ef;
}

tr.lowlight th.store {
  background:#846bbf;
}



table.pricetable tr th.town a{
  color:#ffffff;
}

th.unleaded{
  background:#72c166;
}

th.diesel{
  background:#d2222a;
}

th.date{
  background:#4d2e91;
}

th.difference{
  background:#42b6fb;
}


table.pricetable tr td{
  color:#000000;
  border:solid 1px #000000;
  border-collapse:collapse;
  padding:5px;
}


td.town,
td.brand{
  background:#ffffff !important;
  font-weight:bold;

}

tr.lowlight td.unleaded,
td.unleaded{
  background:#e2f2e0;
  text-align:right;
}
tr.highlight td.unleaded{
 background:#f0f8ef;
}

tr.lowlight td.difference{
  background:#aadefd;
  text-align:right;
}

tr.highlight td.difference{
  background:#daf0fe;
  text-align:right;
}

tr.lowlight td.diesel,
td.diesel{
  background:#f3cfc1;
  text-align:right;
}
tr.highlight td.diesel{
  background:#f8e3db;
}

tr.lowlight td.date,

td.date{
  text-align:right;
  background:#ffffff;
}


tr.highlight td.date{
  background:#ffffff;
    text-align:right;
}



div.unleaded-info {
  background:#f0f8ef;
  border:solid 1px #4d2e91;
  padding:6px;
  margin:10px 0px;
}

div.diesel-info {
  background:#f8e3db;
  padding:6px;
  margin:10px 0px;
  border:solid 1px #4d2e91;
}

div.diesel-info h3,
div.unleaded-info h3{
  margin:5px 0px;
}

table.pricetable input{
  width:40px !important;
}

.clickable{
  cursor:pointer;
}

div.success{
border:2px solid #72c166;
background-color:#e2f2e0;
padding:3px;
}

img {
border:0;
}

a.map-link-button{
  display:block;
  width:126px;
  height:30px;
  background:url(/images/fuel-map-back-button.gif);
}

.noshow{
position:absolute;
left:-9999px;
}

