@font-face {
  font-family: "GothamLight";
  src: url("/images/fonts/GothamLight.eot");
  src: local("GothamLight"), url("/images/fonts/GothamLight.woff") format("woff"), url("/images/fonts/GothamLight.ttf") format("truetype"); }

/* General styles and layout */
body {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #333333;
  line-height: 18px; }

#footer {
  margin-top: 50px; }

a {
  color: #448fda;
  text-decoration: none; }
  a:hover {
    color: #448fda;
    text-decoration: underline; }

h1, h2, h3 {
  font-weight: bold; }

h1 {
  font-size: 20px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 16px; }

.store-heading {
  font-size: 20px;
  line-height: 23px;
  color: #333333; }

.welcome {
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 10px; }

.welcome-number {
  margin-bottom: 5px; }

span.number {
  color: #0066cc; }

.store-left-column {
  margin-top: -7px;
  width: 230px;
  float: left; }

.store-mid-column {
  width: 362px;
  float: left;
  margin-left: 18px; }
  .store-mid-column .pad {
    padding: 0 10px 10px 10px; }
  .store-mid-column .community {
    background: #daebce url("/images/community-life.png") no-repeat scroll 0 0;
    padding-top: 117px; }

.store-right-column {
  width: 342px;
  float: left;
  margin-left: 18px;
  font-size: 14px;
  overflow: hidden; }

.hidden {
  display: none; }

#wrapper {
  width: 970px;
  margin: 0 auto; }

#main .box {
  margin-bottom: 16px;
  overflow: hidden;
  zoom: 1; }

#store-content {
  font-size: 14px; }
  #store-content h1 {
    color: black;
    font-weight: normal; }

#store-photos h1, #fact-sheet h1 {
  color: black;
  font-weight: normal; }

#store-content h1 {
  font-size: 30px; }

#left-columns-wrapper {
  float: left;
  width: 495px; }

#results-promo {
  background-color: #f1f1f1;
  height: 200px; }

.more-details {
  display: block;
  margin-top: 5px; }

.more-products {
  font-size: 12px; }

.no-matches {
  margin-bottom: 5px; }

/* Header */
#header {
  position: relative;
  height: 70px;
  margin-top: 20px;
  margin-bottom: 8px; }

#header-logo {
  width: 150px;
  margin-left: -6px; }

#header-links {
  position: absolute;
  bottom: 9px;
  right: 0; }
  #header-links ul {
    float: right;
    overflow: hidden;
    zoom: 1; }
  #header-links img, #header-links a {
    display: block;
    height: 20px; }
  #header-links a {
    line-height: 22px;
    color: #777777; }
  #header-links li {
    float: left;
    padding: 0px 5px;
    height: 22px; }
  #header-links .border {
    border-right: 1px solid silver;
    padding: 0px 10px; }
  #header-links .first {
    border-left: 1px solid silver;
    padding-left: 10px;
    margin-left: 10px; }

/* Map Component */
#mapviewer {
  height: 400px;
  width: 700px; }

#map {
  /*  position: relative; */ }

#loading {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50px;
  z-index: 9998;
  display: none; }

#map-rounded-top {
  height: 3px;
  background: transparent url(/images/map-rounded-top.gif) no-repeat scroll 0 0;
  font-size: 0px;
  line-height: 0; }

#map-container {
  background-color: #78be20;
  height: 400px;
  padding: 17px 15px 20px 15px;
  position: relative;
  display: block; }

#nearest-store, #your-store {
  background-color: white;
  width: 195px;
  padding: 10px 15px;
  float: left;
  position: relative; }

#nearest-store {
  height: 370px; }

#your-store {
  height: 305px;
  line-height: 14px;
  overflow: auto;
  overflow-x: hidden; }
  #your-store div {
    position: relative; }
  #your-store ul li {
    margin-top: 5px;
    position: relative; }
  #your-store img {
    display: block;
    margin-bottom: 10px; }

#your-store-info {
  padding: 5px 3px;
  font-size: 14px;
  line-height: 18px; }

#new-search {
  position: absolute;
  bottom: 0; }

#nearest-store ul li {
  border-bottom: 1px solid #78be20;
  padding: 5px 0; }

#map {
  background-color: white;
  height: 400px;
  width: 700px;
  float: right; }

#new-search {
  position: absolute;
  height: 40px;
  bottom: 20px;
  width: 185px;
  background-color: silver;
  padding: 10px 20px; }
  #new-search .searchlabel {
    display: block; }
  #new-search .searchbox {
    padding: 3px;
    background-color: white;
    color: #666666;
    float: left;
    margin-right: 5px;
    width: 150px;
    border-radius: 2px;
    border: none;
    height: 15px; }
  #new-search .submit {
    float: right;
    width: 23px;
    height: 21px; }

/* Filter component */
.filters {
  background: transparent url(/images/filters-bg.gif) repeat-x scroll 0 0;
  height: 84px;
  padding: 10px 20px;
  border-bottom: 1px solid silver;
  overflow: hidden; }
  .filters ul {
    margin-top: 5px;
    overflow: hidden;
    zoom: 1; }
    .filters ul li {
      float: left;
      padding: 0 10px;
      text-align: center;
      width: 40px; }
    .filters ul .hidden-filter {
      display: none; }

/* Product ranges, facilities and opening times */
#facilities, #product-ranges, #stores-nearby {
  height: 1%; }

#opening-times {
  overflow: hidden;
  zoom: 1; }

#opening-times table, #facilities ul, #product-ranges ul, #stores-nearby ul {
  width: 230px; }

#opening-times table {
  width: 230px; }
  #opening-times table th {
    color: #78be20;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 8px 2px 18px;
    height: 24px; }

#opening-times h3 {
  background: #daeecd;
  padding: 8px 8px 8px 18px;
  overflow: hidden;
  border-top: 1px solid white; }

#opening-times h3.bank-holiday {
  background: #7bcdf2;
  border-top: 0; }

#facilities ul .header, #product-ranges ul .header, #stores-nearby ul .header {
  color: #78be20;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 8px 2px 18px;
  height: 24px; }

#opening-times table td, #opening-times table th {
  background-color: #daeecd;
  height: 12px;
  margin: 1px 0;
  padding: 3px 8px 7px 18px; }

#facilities ul li, #product-ranges ul li {
  background-color: #daeecd;
  height: 12px;
  margin: 1px 0;
  padding: 3px 8px 7px 18px; }

#stores-nearby ul li {
  background-color: #daeecd;
  height: 12px;
  margin: 1px 0;
  padding: 3px 8px 7px 18px;
  height: auto; }

#opening-times table td, #opening-times table th {
  padding: 3px; }
#opening-times table td.leftpad, #opening-times table th.leftpad {
  padding-left: 18px; }

.leftpad {
  padding-left: 18px; }

#opening-times table td, #opening-times table th {
  border-top: 1px solid white; }

/* Store promo Component */
#store-promo {
  height: 80px;
  background-color: #f1f1f1; }

/* Store Photos Component */
#store-photos h1, #fact-sheet h1 {
  font-size: 24px; }

/* Manager Picture Component */
#manager-picture .managers-intro img {
  float: left;
  padding-right: 10px;
  margin-top: 3px; }

.managers-intro {
  font-size: 14px; }

.title {
  font-weight: bold;
  padding-bottom: 4px;
  display: block;
  font-size: 22px;
  color: #78be20;
  line-height: 24px; }

/* Fact Sheet Component */
#fact-sheet {
  padding: 15px 15px 0;
  border: 2px solid #78be20;
  zoom: 1; }
  #fact-sheet h1 {
    font-size: 23px; }

#fact-sheet-inner {
  position: relative; }
  #fact-sheet-inner .left {
    float: left;
    width: 26px;
    margin-right: 10px; }
  #fact-sheet-inner .right {
    float: left;
    width: 150px; }
    #fact-sheet-inner .right a {
      padding-top: 8px;
      display: block; }

/* Stores Nearby Component */
#otherstores-rounded-top {
  clear: both;
  height: 3px;
  background: transparent url(/images/otherstores-rounded-top.gif) no-repeat scroll 0 0;
  line-height: 0px;
  font-size: 0px; }

#otherstores-rounded-bot {
  height: 3px;
  background: transparent url(/images/otherstores-rounded-bot.gif) no-repeat scroll 0 0;
  line-height: 0px;
  font-size: 0px; }

#stores-nearby {
  clear: both;
  font-size: 12px; }

#stores-nearby-inner {
  background-color: white; }

#stores-nearby h1 {
  font-size: 18px;
  color: white;
  font-weight: normal;
  margin-bottom: 5px;
  background-color: #78be20;
  padding: 3px 3px 3px 10px; }
#stores-nearby p {
  margin-bottom: 5px; }

#nearby_stores li {
  padding: 3px;
  border-bottom: 1px solid #cccccc; }

/* News feed component */
#latest-stories {
  clear: both;
  font-size: 12px; }
  #latest-stories a {
    color: black;
    font-size: 14px; }
    #latest-stories a:hover {
      color: black;
      text-decoration: underline; }

#latest-stories-inner {
  background-color: white; }

#latest-stories h1 {
  font-size: 18px;
  color: white;
  font-weight: normal;
  margin-bottom: 5px;
  background-color: #78be20;
  padding: 3px 3px 3px 10px; }
#latest-stories p {
  margin-bottom: 5px; }

#latest_stories li {
  background: transparent url(/images/bullet.gif) no-repeat scroll 2px 15px;
  border-bottom: 1px dotted #a3a3a3;
  padding: 10px 10px 10px 17px; }

#latest-stories .read-more {
  margin-top: 10px; }
  #latest-stories .read-more a {
    color: #438fe5;
    text-decoration: none; }
    #latest-stories .read-more a:hover {
      color: #438fe5;
      text-decoration: none; }

/* Store Services component */
#store-services ul {
  list-style-type: none;
  margin-top: 3px; }
#store-services li {
  margin: 0; }
#store-services ul li span {
  font-size: 14px;
  padding-left: 10px;
  vertical-align: middle; }
#store-services ul li img {
  vertical-align: middle; }
#store-services .odd {
  background-color: #daeecd; }
#store-services .even {
  background-color: #aae1a0; }
#store-services .clock {
  position: absolute;
  padding-top: 2px;
  right: 5px; }
#store-services ul li {
  margin-bottom: 5px; }
#store-services ul .header {
  color: #78be20;
  font-weight: bold;
  font-size: 20px;
  padding: 5px;
  padding-left: 30px;
  padding-right: 8px; }
#store-services ul li ul {
  list-style: square;
  margin-left: 2em; }
  #store-services ul li ul li {
    background: none;
    padding-left: 0; }

#address_matches {
  list-style-position: outside;
  margin-left: 15px; }
  #address_matches a {
    display: inline; }
  #address_matches li {
    border-bottom: 1px solid silver;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    list-style-type: decimal; }
  #address_matches h2 {
    border-bottom: 1px solid silver;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em; }
  #address_matches li span {
    color: #3333ff;
    display: block;
    width: 15px;
    height: 20px;
    float: left; }

.MMMarker span {
  color: white !important;
  font-size: 14px !important;
  font-weight: normal !important;
  padding-left: 0px !important;
  padding-top: 8px !important;
  width: 27px !important; }

.MMInfoBox .MMmiddle .MMcenter .MMspacer {
  width: 175px !important; }

/* Pagination */
#pagination {
  padding: 20px 0;
  font-size: 14px;
  overflow: hidden;
  zoom: 1; }
  #pagination a {
    color: white;
    cursor: hand;
    text-decoration: none;
    background: blue url("/images/pagination-button.gif") repeat-x scroll 0 0;
    padding: 4px;
    margin-right: 10px; }
  #pagination a.selected {
    background: #cccccc url("/images/pagination-button-selected.gif") repeat-x scroll 0 0; }

#lightbox-container-image-data-box {
  overflow: hidden !important; }

.MMInfoBox p, .MMInfoBox h1, .MMInfoBox h2, .MMInfoBox h3, .MMInfoBox h4 {
  margin: 0 5px 5px !important; }
.MMInfoBox .MMtop > .MMleft, .MMInfoBox .MMtop > .MMright {
  background-image: url(/images/infobox.png) !important; }
.MMInfoBox .MMmiddle > .MMright {
  background-image: url(/images/infobox.png) !important; }
.MMInfoBox .MMbottom > .MMleft, .MMInfoBox .MMbottom > .MMcenter, .MMInfoBox .MMbottom > .MMright {
  background-image: url(/images/infobox.png) !important; }

.MMplacer > .MMconnector {
  background-image: url(/images/infobox.png) !important; }

.MMInfoBox .MMtabs ul.MMtabs li {
  background-image: url(/images/infobox.png) !important; }
  .MMInfoBox .MMtabs ul.MMtabs li a, .MMInfoBox .MMtabs ul.MMtabs li.MMselected, .MMInfoBox .MMtabs ul.MMtabs li a.MMselected {
    background-image: url(/images/infobox.png) !important; }
.MMInfoBox .MMmiddle .MMleft {
  background: transparent url(/images/infobox.png) repeat scroll 0 -5px !important; }
.MMInfoBox .MMtop .MMcenter {
  background: transparent url(/images/infobox.png) repeat scroll -5px 0 !important; }

#error404 #main {
  border-top: 5px solid #78be20;
  padding: 30px; }
  #error404 #main p {
    font-size: 16px;
    margin: 10px 0; }

/* Special opening times component */
#special {
  border: 1px solid #daeecd;
  padding: 10px 22px 10px 18px;
  width: 188px; }
  #special .special-text {
    float: left;
    color: #6a6a6a; }
  #special .special-image {
    float: right; }

.service-header {
  color: #78be20;
  font-weight: bold;
  font-size: 20px;
  padding: 8px 8px 2px 20px;
  height: 24px;
  background-color: #daeecd;
  border-bottom: 1px solid white;
  clear: both; }

.service {
  position: relative;
  min-height: 30px;
  height: auto; }

* html .service {
  height: 30px; }

.service-logo {
  position: absolute;
  left: 20px;
  top: 3px; }

.service-name {
  font-size: 14px;
  line-height: 30px;
  padding-left: 55px;
  float: left; }

.service-clock, .info-icon {
  float: right;
  display: block;
  height: 20px;
  margin-right: 5px;
  padding: 5px 0; }

.left-clock {
  right: 30px; }

.service-opening-times, .service-info {
  background-color: #e7e7e7;
  border-top: 1px solid white;
  padding: 3px 10px 3px 20px;
  color: #5d5d5d;
  width: 195px;
  clear: both; }

#promos {
  display: inline-block; }
  #promos ul li {
    float: left;
    margin-right: 20px; }
  #promos ul .last {
    margin-right: 0; }
  #promos a, #promos img {
    display: block; }

#store-photos {
  display: inline-block; }

#xmas-times {
  background: transparent url(/images/xmas-times.jpg) no-repeat scroll 0 0;
  width: 725px;
  height: 273px;
  margin-left: 15px;
  float: left;
  margin-bottom: 15px;
  display: block;
  color: white; }

#top-offers {
  margin-left: 15px;
  float: left;
  display: inline; }

#easter-times {
  background: transparent url(/images/easter-times.jpg) no-repeat scroll 0 0;
  width: 430px;
  padding-left: 270px;
  height: 264px;
  margin-left: 15px;
  float: left;
  margin-bottom: 15px;
  display: inline; }
  #easter-times ul {
    margin-top: 14px;
    height: 150px;
    display: block;
    float: left;
    width: 190px;
    display: block;
    margin-left: 15px;
    display: inline;
    overflow: hidden; }
    #easter-times ul li {
      clear: both; }
      #easter-times ul li span.easter-date {
        color: #ff339a;
        font-size: 13px;
        padding: 2px 0;
        width: 100px;
        overflow: hidden;
        display: block;
        float: left; }
      #easter-times ul li span.easter-opening {
        color: #215483;
        font-size: 13px;
        padding: 2px 0 2px 10px;
        width: 80px;
        overflow: hidden;
        display: block;
        float: left; }

#xmas-times ul {
  margin-top: 55px;
  height: 150px;
  display: block;
  float: left;
  width: 215px;
  display: block;
  margin-left: 15px;
  display: inline; }
  #xmas-times ul li {
    color: white;
    font-size: 12px;
    padding: 3px 0; }

#gallery {
  width: 318px;
  display: inline-block;
  padding: 12px;
  background-color: #dfdfdf; }
  #gallery ul {
    overflow: hidden;
    zoom: 1; }
  #gallery a, #gallery img {
    display: block; }
  #gallery li {
    width: 100px;
    height: 75px;
    float: left;
    margin-right: 9px;
    margin-top: 9px; }
  #gallery .nopad {
    margin-right: 0; }
  #gallery .notopmarg {
    margin-top: 0; }

/* html banner promo */
.html-banner {
  padding: 0 18px 20px 10px;
  background: transparent url(/images/html-promo-bg.jpg) no-repeat scroll right bottom;
  line-height: 18px;
  font-size: 14px; }
  .html-banner .banner-title {
    color: black;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 5px;
    display: block;
    width: 314px;
    line-height: 24px;
    margin-bottom: 3px; }
  .html-banner img {
    padding-bottom: 5px;
    display: block; }

.standard-banner {
  padding: 0 18px 20px 10px;
  font-size: 14px; }
  .standard-banner .standard-promo-title {
    color: #78be20;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 4px;
    display: block;
    width: 314px;
    line-height: 24px; }

/* html banner promo */
.colour-banner {
  line-height: 18px;
  background-color: #dfdfdf;
  width: 342px;
  font-size: 14px; }
  .colour-banner .banner-title {
    background-color: #7dc242;
    font-size: 20px;
    color: white;
    display: block;
    padding: 5px 10px;
    line-height: 24px;
    padding-bottom: 8px; }
  .colour-banner img {
    display: block; }
  .colour-banner p {
    padding: 8px 10px; }

.splitter {
  height: 2px;
  margin-bottom: 32px;
  border-bottom: 2px dotted silver;
  width: 314px;
  margin-left: 10px; }

.promo {
  margin-bottom: 16px; }
  .promo img {
    display: block; }

.black_promo .banner-title {
  background-color: black;
  color: white; }

.new-store {
  background-color: #666666;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: white;
  line-height: 20px; }

.new-store-corner {
  position: absolute;
  top: 0;
  left: 0; }

.service-results img {
  margin: 0 4px 4px 0;
  padding: 0;
  display: block;
  float: left; }

.more-products {
  clear: both;
  display: block; }
  .more-products img {
    display: block; }

#opening-times table.bank-holiday td {
  background: #7bcdf2; }

/* Search results */
.store-list ul {
  width: 970px; }
  .store-list ul .result {
    overflow: hidden;
    zoom: 1; }
  .store-list ul .result-pad {
    margin: 20px 0;
    clear: both;
    overflow: hidden;
    zoom: 1;
    background: transparent url(/images/results-bg.gif) repeat-y scroll 0 0; }
  .store-list ul .result:hover {
    background: #f8fde9; }

.store-list .results-splitter {
  height: 1px;
  margin: 0;
  background: silver;
  font-size: 0;
  line-height: 0;
  overflow: hidden; }

.store-list ul .result-information {
  width: 278px;
  float: left;
  padding: 0 30px; }
.store-list ul .store-name {
  font-size: 18px; }
.store-list ul .store-type, .store-list ul .store-address, .store-list ul .store-contact {
  display: block; }
.store-list ul .store-contact {
  overflow: hidden;
  zoom: 1; }
.store-list ul .result-services {
  width: 296px;
  float: left;
  padding: 0 35px; }
  .store-list ul .result-services p {
    margin-bottom: 2px; }
  .store-list ul .result-services img {
    float: left;
    display: block;
    margin: 0 2px 2px 0;
    width: 30px; }
.store-list ul .result-details {
  width: 203px;
  float: left;
  padding: 0 20px 0 43px; }
  .store-list ul .result-details p {
    margin-bottom: 8px; }
.store-list ul .service-icons {
  overflow: hidden;
  zoom: 1; }

span.telephone {
  display: block;
  float: left; }

#spinner {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: white; }
  #spinner img {
    position: absolute;
    display: block;
    top: 40%;
    left: 50%; }

.did-you-mean h2 {
  margin-bottom: 10px; }

.pin-dym div {
  font-size: 21px !important;
  top: 7px !important;
  left: -4px !important; }

#store {
  background-color: #7dc242;
  padding: 0px 20px 20px;
  width: 190px;
  margin-bottom: 20px; }
  #store #details {
    color: white; }
    #store #details img {
      margin-bottom: 5px; }
    #store #details .store-image {
      border: 2px solid white; }

#welcome {
  margin: 20px 0 20px 18px;
  float: left;
  width: 719px; }
  #welcome h1 {
    font-size: 50px;
    line-height: 50px; }

#store-map {
  margin-bottom: 20px; }
  #store-map .map-image {
    clear: both;
    border: 5px solid #231f20; }
    #store-map .map-image img {
      display: block; }
  #store-map .map-enlarge {
    float: right; }
    #store-map .map-enlarge a {
      display: block;
      height: 24px;
      width: 71px;
      background: transparent url("/images/map-enlarge.png") no-repeat scroll right 0;
      line-height: 21px;
      padding-right: 34px;
      font-size: 11px;
      color: #78be20;
      text-align: right; }

.store-details-incorrect {
  padding-right: 15px;
  background: transparent url("/images/blue-arrow-bullet.png") no-repeat scroll right center;
  display: block;
  width: 90px; }

.store-right-column #new-search {
  position: static;
  bottom: auto;
  width: auto;
  background-color: #dfdfdf;
  height: 55px;
  border-bottom: 3px solid #231f20;
  padding: 15px 10px 10px 10px; }
  .store-right-column #new-search .searchbox {
    background-color: white;
    border-color: #999999;
    width: 266px;
    padding: 6px;
    font-size: 14px; }
  .store-right-column #new-search .searchlabel {
    font-weight: bold;
    color: #535456;
    margin-bottom: 3px; }

.header-border-bottom {
  height: 30px;
  background: transparent url("/images/header-border-bottom.png") no-repeat scroll 0 0; }

.community-life {
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 14px; }
  .community-life .community-life-image {
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: -40px;
    margin-left: -10px;
    padding: 5px 13px 9px 5px;
    background: transparent url("/images/frame.png") no-repeat scroll 0 0; }

#you-choose, #get-involved {
  font-size: 14px; }
  #you-choose img, #you-choose a, #get-involved img, #get-involved a {
    display: block; }
  #you-choose .pad, #get-involved .pad {
    background-color: white;
    padding: 10px;
    margin-bottom: 20px; }

.community .colour-banner {
  background-color: white; }

#store-information {
  margin-top: -8px;
  padding-top: 8px; }

#top-offers .promo img {
  width: 725px; }

#free-activities {
  border: 3px solid #78be20;
  background: white url(/images/asc-bg.jpg) no-repeat scroll 0 0;
  padding: 175px 10px 0px 10px; }
  #free-activities p {
    margin-bottom: 10px; }
  #free-activities input#post-code {
    font-size: 18px;
    padding: 5px;
    width: 200px; }
  #free-activities #asc-search {
    vertical-align: middle; }
  #free-activities #how-does-it-work {
    border-top: 1px dotted #78be20;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 2px; }
  #free-activities p.error {
    color: #cb2027;
    font-size: 12px; }

.christmas, .christmas:hover {
  color: #cb2027; }

#average-fuel-prices {
  background: transparent url("/images/fuel-prices-background.jpg") no-repeat scroll 0 0;
  height: 464px;
  position: relative; }
  #average-fuel-prices .Unleaded, #average-fuel-prices .Diesel {
    position: absolute; }
  #average-fuel-prices .Unleaded {
    left: 47px; }
  #average-fuel-prices .Diesel {
    left: 205px; }
  #average-fuel-prices .Highest {
    top: 244px; }
  #average-fuel-prices .Average {
    top: 297px; }
  #average-fuel-prices .Lowest {
    top: 350px; }
  #average-fuel-prices .price {
    width: 76px;
    display: block;
    text-align: center;
    color: white;
    font-size: 16px; }
  #average-fuel-prices .link-to-petrol-prices {
    position: absolute;
    top: 408px;
    right: 20px;
    height: 26px;
    width: 215px; }
  #average-fuel-prices .store-price {
    top: 76px;
    font-size: 18px; }
  #average-fuel-prices .radius {
    position: absolute;
    top: 131px;
    font-size: 21px;
    line-height: 24px;
    text-align: center;
    width: 266px;
    left: 30px; }
  #average-fuel-prices .disclaimer {
    position: absolute;
    bottom: 10px;
    right: 26px;
    font-size: 10px;
    font-style: italic;
    color: #999999; }

.search-form {
  display: block;
  width: 230px; }
  .search-form .searchbox {
    border: 1px solid #c9cacc;
    padding: 4px;
    color: #666666;
    font-size: 14px;
    vertical-align: middle;
    width: 142px;
    float: right;
    display: block;
    height: 17px;
    font-size: 13px; }
  .search-form .searchbutton, .search-form .button {
    vertical-align: middle;
    margin-left: 5px;
    display: block;
    float: right;
    margin-top: 1px;
    width: 70px;
    height: 26px; }

.button {
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  color: white;
  text-transform: uppercase;
  cursor: hand;
  cursor: pointer; }
  .button a {
    color: white; }

.green-button {
  border: 1px solid #7cc242;
  background: #c2e467;
  background: -moz-linear-gradient(top, #c2e467 0%, #c2e467 43%, #7cc242 60%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2e467), color-stop(43%, #c2e467), color-stop(60%, #7cc242));
  background: -webkit-linear-gradient(top, #c2e467 0%, #c2e467 43%, #7cc242 60%);
  background: -o-linear-gradient(top, #c2e467 0%, #c2e467 43%, #7cc242 60%);
  background: -ms-linear-gradient(top, #c2e467 0%, #c2e467 43%, #7cc242 60%);
  background: linear-gradient(top, #c2e467 0%, #c2e467 43%, #7cc242 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2e467', endColorstr='#7cc242',GradientType=0 ); }

#footer .footer-top {
  background-color: #212121;
  padding: 40px 90px; }
#footer .columns-wrapper {
  overflow: hidden;
  zoom: 1; }
#footer .cookies-info {
  background-color: white;
  border-radius: 3px;
  font-size: 10px;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 35px;
  display: block; }
  #footer .cookies-info a {
    font-weight: bold; }
#footer h3 {
  color: #d6d6d6;
  font-size: 16px; }
#footer .col {
  width: 205px;
  float: left; }
  #footer .col li {
    margin-bottom: 3px;
    clear: both; }
  #footer .col a {
    color: #78be20;
    font-size: 12px;
    line-height: 14px; }
#footer .footer-column-follow-asda {
  width: 125px;
  float: right; }
  #footer .footer-column-follow-asda a {
    line-height: 25px; }
  #footer .footer-column-follow-asda img {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    float: left;
    margin-right: 5px; }
#footer .footer-bot {
  background-color: #212121;
  padding: 25px 90px;
  overflow: hidden;
  zoom: 1; }
  #footer .footer-bot p, #footer .footer-bot .footer-bot-link {
    width: 130px;
    display: block;
    text-align: center;
    float: left;
    color: #d6d6d6;
    line-height: 60px;
    font-size: 12px; }
  #footer .footer-bot p {
    color: #777777;
    text-align: left;
    width: 100px; }
  #footer .footer-bot .footer-logo {
    float: right; }

.store-locator-page-title {
  font-family: "GothamLight", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #78be20;
  position: absolute;
  top: 26px;
  left: 139px; }

.errors {
  color: #cb2027;
  margin-bottom: 10px; }
