/******************************************************************************
 * Base
 *****************************************************************************/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background: #efefef;
}
/******************************************************************************
 * HTML5 display definitions
 *****************************************************************************/
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
iframe {
  border: 0;
}
/******************************************************************************
 * Embedded Content
 *****************************************************************************/
img {
  border: 0;
}
/******************************************************************************
 * Type
 *****************************************************************************/
html {
  font-size: 87.5%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 87.5%;
  -ms-text-size-adjust: 87.5%;
  line-height: 1.5em;
  color: #404040;
}
body,
button,
input,
select,
textarea {
  font-family: Cabin, sans-serif;
}
/******************************************************************************
 * Headers
 *****************************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #cc0011;
}
h1 a {
  color: #000000;
}
h1,
h2,
h3 {
  font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 10px 0;
  margin: 0;
  line-height: 1.2em;
}
h1 small,
h2 small,
h3 small {
  color: #a6a6a6;
  font-size: 70%;
}
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 7px 0;
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
}
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #a6a6a6;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
h5,
h6 {
  font-weight: 400;
}
h1 {
  font-size: 30px;
  font-size: 2.142857142857143rem;
}
h2 {
  font-size: 21px;
  font-size: 1.5rem;
}
h3 {
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
h6 {
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
/*
h1 {
	.font-size(30);
}
h2 {
	.font-size(21);
}
h3 {
	.font-size(17);
}
h6 {	
	.font-size(13);
}
*/
/******************************************************************************
 * Paragraph level
 *****************************************************************************/
p {
  padding: 7px 0;
  margin: 0;
  text-align: justify;
  line-height: 1.5em;
  font-size: 14px;
  font-size: 1rem;
}
p small {
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
hr {
  border: 0;
  margin: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
abbr[title] {
  border-bottom: 1px dotted #a6a6a6;
}
b,
strong {
  font-weight: 700;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/******************************************************************************
 * Quotations
 *****************************************************************************/
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
}
cite {
  font-style: normal;
}
blockquote {
  margin: 10px 40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #737373;
}
blockquote:before {
  content: '“';
  margin-top: 20px;
  margin-left: -40px;
  float: left;
  font-size: 45px;
  font-size: 3.2142857142857144rem;
}
blockquote p {
  font-size: 16px;
  font-size: 1.1428571428571428rem;
}
blockquote cite {
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: left;
  font-style: italic;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
blockquote cite:before {
  content: '— ';
}
/******************************************************************************
 * Lists
 *****************************************************************************/
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
li,
dl {
  line-height: 1.5em;
  margin: 0.5em 0;
  font-size: 14px;
  font-size: 1rem;
}
dt {
  font-weight: 500;
}
dd {
  margin: 0 0 0 20px;
}
/******************************************************************************
 * Links
 *****************************************************************************/
a {
  color: #cc0011;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers
 * http://people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
  color: #cc0011;
}
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}
/******************************************************************************
 * Example and code block style
 *****************************************************************************/
pre,
.eg {
  background: #FEFEFE;
  display: block;
  padding: 10px;
  margin: 10px auto;
  border: 1px solid #DDD;
  width: 100%;
  margin-left: -10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
/******************************************************************************
 * Code Snippets
 *****************************************************************************/
pre {
  font-family: 'Bitstream Vera Sans Mono', Courier, monospace;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
  text-align: left !important;
}
code {
  background: #EEE;
  padding: 0 2px;
  font-family: 'Bitstream Vera Sans Mono', Courier, monospace;
}
textarea.code {
  cursor: auto;
}
form,
fieldset,
legend {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 2px;
  vertical-align: baseline;
  *vertical-align: middle;
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  cursor: pointer;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  width: auto;
  background: transparent;
  box-shadow: none;
}
input[type='checkbox']:focus,
input[type='radio']:focus {
  box-shadow: none;
}
input[type='search'] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input {
  height: 1.5em;
  width: 200px;
}
input,
textarea,
select {
  display: inline-block;
  line-height: 20px;
  height: 20px;
  color: #404040;
  border: 1px solid #CCC;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0 5px 5px rgba(110, 110, 110, 0.1);
}
input.error,
textarea.error,
select.error {
  box-shadow: inset 0 20px 20px rgba(150, 0, 0, 0.1);
}
select {
  padding: initial;
  height: 26px;
  *height: auto;
  line-height: 26px;
  *margin-top: 4px;
  cursor: pointer;
}
select[multiple='multiple'] {
  height: inherit;
}
option {
  padding: 2px;
  font-size: 14px;
  font-size: 1rem;
}
label {
  display: block;
  width: auto;
  cursor: pointer;
  height: 1.5em;
  line-height: 1.5em;
}
label input {
  float: left;
  margin: auto 5px;
}
.complex label {
  display: inline-block;
  width: 125px;
  text-align: right;
  margin-right: 10px;
}
.complex .submit {
  margin-left: 140px;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(150, 150, 150, 0.7);
}
input:focus.error,
textarea:focus.error,
select:focus.error {
  box-shadow: inset 0 1px 3px rgba(200, 0, 0, 0.1), 0 0 8px rgba(200, 0, 0, 0.7);
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: #BBB;
}
*[disabled],
*[readonly] {
  background-color: #F5F5F5;
  border-color: #DDD;
  cursor: not-allowed;
  color: #666666;
}
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
}
a.btn {
  text-decoration: none;
}
.btn,
button,
input[type='submit'],
input[type='reset'] {
  *overflow: visible;
  cursor: pointer;
  display: inline-block;
  padding: 2px 14px;
  font-weight: 700;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  color: #404040;
  border: 1px solid #B3B3B3;
  width: auto;
  height: auto;
  box-shadow: inset 0 0 2px #ffffff, 0 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-size: 1rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
.btn:hover,
button:hover,
input[type='submit']:hover,
input[type='reset']:hover {
  background-position: 0 -10px;
  color: #333;
  text-decoration: none;
}
.btn.primary,
button.primary,
input[type='submit'].primary,
input[type='reset'].primary {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-color: #518800;
  background-color: #8abb24;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #badc77, #8abb24);
  background-image: -moz-linear-gradient(top, #badc77, #8abb24);
  background-image: -ms-linear-gradient(top, #badc77, #8abb24);
  background-image: -o-linear-gradient(top, #badc77, #8abb24);
  background-image: linear-gradient(top, #badc77, #8abb24);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#badc77', endColorstr='#8abb24', GradientType=0);
}
.btn.twitter,
button.twitter,
input[type='submit'].twitter,
input[type='reset'].twitter {
  color: #FEFEFE;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  border-color: #000000;
  background-color: #1275bb;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #46a8ed, #1275bb);
  background-image: -moz-linear-gradient(top, #46a8ed, #1275bb);
  background-image: -ms-linear-gradient(top, #46a8ed, #1275bb);
  background-image: -o-linear-gradient(top, #46a8ed, #1275bb);
  background-image: linear-gradient(top, #46a8ed, #1275bb);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#46a8ed', endColorstr='#1275bb', GradientType=0);
}
.btn:active,
button:active,
input[type='submit']:active,
input[type='reset']:active {
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
}
.btn.disabled,
button.disabled,
input[type='submit'].disabled,
input[type='reset'].disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn[disabled],
button[disabled],
input[type='submit'][disabled],
input[type='reset'][disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
:root .btn,
:root button,
:root input[type='submit'],
:root input[type='reset'] {
  border-radius: 0 \0;
}
.btn::-moz-focus-inner,
button::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='reset']::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.dialog-box {
  position: fixed;
  top: 40%;
  padding: 15px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #dddddd;
  text-align: center;
  font-weight: 400;
  max-width: 70%;
  background-color: #c4c4c4;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f7f7f7, #c4c4c4);
  background-image: -moz-linear-gradient(top, #f7f7f7, #c4c4c4);
  background-image: -ms-linear-gradient(top, #f7f7f7, #c4c4c4);
  background-image: -o-linear-gradient(top, #f7f7f7, #c4c4c4);
  background-image: linear-gradient(top, #f7f7f7, #c4c4c4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#c4c4c4', GradientType=0);
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}
.dialog-box p {
  text-align: center;
}
.dialog-box .btn {
  margin: 0 10px;
  font-weight: 400;
}
.no-js .dialog-box {
  display: block;
  position: relative;
}
.dialog-box.success,
.dialog-box.error {
  color: #FFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.dialog-box.success {
  background-color: #346634;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #62c462, #346634);
  background-image: -moz-linear-gradient(top, #62c462, #346634);
  background-image: -ms-linear-gradient(top, #62c462, #346634);
  background-image: -o-linear-gradient(top, #62c462, #346634);
  background-image: linear-gradient(top, #62c462, #346634);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#346634', GradientType=0);
  border-color: #458845;
}
.dialog-box.error {
  background-color: #74231f;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ee5f5b, #74231f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #74231f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #74231f);
  background-image: -o-linear-gradient(top, #ee5f5b, #74231f);
  background-image: linear-gradient(top, #ee5f5b, #74231f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#74231f', GradientType=0);
  border-color: #9c302a;
}
#dialog-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
/******************************************************************************
 * Table
 *****************************************************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #404040;
  margin: 0.75em auto;
}
th,
td {
  font-size: 14px;
  font-size: 1rem;
  border: 1px solid #CCC;
  padding: 5px;
  line-height: 1.5em;
}
thead td,
thead th {
  background: #EEE;
  text-align: center;
  text-shadow: -1px -1px 1px #ffffff;
  box-shadow: inset 1px 1px 3px #ffffff;
}
tbody tr:nth-child(even) td,
tbody tr:nth-child(even) th {
  background-color: #E8F6FE;
}
tbody th {
  text-align: right;
}
.clean td,
.clean th {
  box-shadow: none;
  border: 0;
}
.clean tbody th,
.clean tbody td,
.clean tbody tr:nth-child(even) td,
.clean tbody tr:nth-child(even) th {
  background: none;
}
/******************************************************************************
 * Images
 *****************************************************************************/
.logo {
  background: url('../../img/sprite.png') -73px 0 no-repeat;
  display: block;
  width: 217px;
  height: 49px;
  text-indent: -9999em;
}
.ie6 .logo,
.ie7 .logo {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
.xmas .logo {
  background: url('../../img/logo-xmas.png');
  display: block;
  width: 245px;
  height: 84px;
  text-indent: -9999em;
}
.ie6 .xmas .logo,
.ie7 .xmas .logo {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
.app-mpu {
  background-image: url('../../img/app-mpu.png');
  display: block;
  width: 300px;
  height: 193px;
  text-indent: -9999em;
}
.ie6 .app-mpu,
.ie7 .app-mpu {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
.getquote {
  background: url('../../img/buttons.png') 0 0 no-repeat;
  display: inline-block;
  width: 123px;
  height: 38px;
  text-indent: -9999em;
}
.ie6 .getquote,
.ie7 .getquote {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
.moreinfo {
  background: url('../../img/buttons.png') 0 -38px no-repeat;
  display: inline-block;
  width: 123px;
  height: 38px;
  text-indent: -9999em;
}
.ie6 .moreinfo,
.ie7 .moreinfo {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
/******************************************************************************
 * Fuel Station Icons
 *****************************************************************************/
.icon-pump,
.icon-unbranded {
  background-image: url('../../img/icons/pump.png');
}
.icon-asda {
  background-image: url('../../img/icons/asda.png');
}
.icon-bp {
  background-image: url('../../img/icons/bp.png');
}
.icon-emo {
  background-image: url('../../img/icons/emo.png');
}
.icon-esso {
  background-image: url('../../img/icons/esso.png');
}
.icon-gleaner {
  background-image: url('../../img/icons/gleaner.png');
}
.icon-gulf {
  background-image: url('../../img/icons/gulf.png');
}
.icon-harvest-energy {
  background-image: url('../../img/icons/harvest-energy.png');
}
.icon-jet {
  background-image: url('../../img/icons/jet.png');
}
.icon-maxol {
  background-image: url('../../img/icons/maxol.png');
}
.icon-morrisons {
  background-image: url('../../img/icons/morrisons.png');
}
.icon-murco {
  background-image: url('../../img/icons/murco.png');
}
.icon-pace {
  background-image: url('../../img/icons/pace.png');
}
.icon-rix {
  background-image: url('../../img/icons/rix.png');
}
.icon-sainsburys {
  background-image: url('../../img/icons/sainsburys.png');
}
.icon-shell {
  background-image: url('../../img/icons/shell.png');
}
.icon-somerfield {
  background-image: url('../../img/icons/somerfield.png');
}
.icon-spar {
  background-image: url('../../img/icons/spar.png');
}
.icon-tesco {
  background-image: url('../../img/icons/tesco.png');
}
.icon-texaco {
  background-image: url('../../img/icons/texaco.png');
}
.icon-total {
  background-image: url('../../img/icons/total.png');
}
.icon-waitrose {
  background-image: url('../../img/icons/waitrose.png');
}
/*David 27-04-2015 Add businesses in the area*/
.icon-catIcon-tyre-services {
	background-image: url('../../img/icons/catIcon-tyre-services.png');
}
.icon-catIcon-taxis {
	background-image: url('../../img/icons/catIcon-taxis.png');
}
.icon-catIcon-mechanics {
	background-image: url('../../img/icons/catIcon-mechanics.png');
}
.icon-catIcon-driving-instructors {
	background-image: url('../../img/icons/catIcon-driving-instructors.png');
}
.icon-catIcon-car-washes {
  background-image: url('../../img/icons/catIcon-car-washes.png');
}
.icon-catIcon-car-rentals {
	background-image: url('../../img/icons/catIcon-car-rentals.png');
}
.icon-catIcon-car-dealership {
	background-image: url('../../img/icons/catIcon-car-dealership.png');
}

/******************************************************************************
 * Button .buy_now_btn
 *****************************************************************************/
.buy_now_btn {
  background: url('../../img/buttons.png') 0 -150px no-repeat;
  display: inline-block;
  width: 118px;
  height: 36px;
  text-indent: 0;
  padding: 2px 5px 0 0;
  margin: 0;
  color: #FFF;
  text-align: right;
  text-decoration: none;
  text-shadow: 1px 1px 2px #666;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
}
.ie6 .buy_now_btn,
.ie7 .buy_now_btn {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
.buy_now_btn span {
  display: block;
  font-size: 10px;
  font-size: 0.7142857142857143rem;
  line-height: 5px;
}
.buy_now_btn:hover {
  color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and ../../img/jquery-ui */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*!
 * jQuery UI CSS Framework 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial,sans-serif&fwDefault=bold&fsDefault=1.2em&cornerRadius=4px&bgColorHeader=cc0011&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=15&borderColorHeader=dddddd&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=eeeeee&fcContent=404040&iconColorContent=cc0011&bgColorDefault=eeeeee&bgTextureDefault=04_highlight_hard.png&bgImgOpacityDefault=100&borderColorDefault=d8dcdf&fcDefault=666666&iconColorDefault=cc0011&bgColorHover=f6f6f6&bgTextureHover=04_highlight_hard.png&bgImgOpacityHover=100&borderColorHover=cdd5da&fcHover=404040&iconColorHover=cc0011&bgColorActive=ffffff&bgTextureActive=01_flat.png&bgImgOpacityActive=65&borderColorActive=eeeeee&fcActive=cc0011&iconColorActive=cc0011&bgColorHighlight=fbf8ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcd3a1&fcHighlight=404040&iconColorHighlight=004276&bgColorError=f3d8d8&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=75&borderColorError=cc0011&fcError=2e2e2e&iconColorError=cc0011&bgColorOverlay=a6a6a6&bgTextureOverlay=09_dots_small.png&bgImgOpacityOverlay=65&opacityOverlay=40&bgColorShadow=333333&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=10&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1.2em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #eeeeee;
  background: #ffffff url(../../img/jquery-ui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #404040;
}
.ui-widget-content a {
  color: #404040;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #cc0011 url(../../img/jquery-ui/ui-bg_highlight-soft_15_cc0011_1x100.png) 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d8dcdf;
  background: #eeeeee url(../../img/jquery-ui/ui-bg_highlight-hard_100_eeeeee_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #666666;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #666666;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #cdd5da;
  background: #f6f6f6 url(../../img/jquery-ui/ui-bg_highlight-hard_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #404040;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: #404040;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #eeeeee;
  background: #ffffff url(../../img/jquery-ui/ui-bg_flat_65_ffffff_40x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #cc0011;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #cc0011;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcd3a1;
  background: #fbf8ee url(../../img/jquery-ui/ui-bg_glass_55_fbf8ee_1x400.png) 50% 50% repeat-x;
  color: #404040;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #404040;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cc0011;
  background: #f3d8d8 url(../../img/jquery-ui/ui-bg_diagonals-thick_75_f3d8d8_40x40.png) 50% 50% repeat;
  color: #2e2e2e;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #2e2e2e;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #2e2e2e;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
/* Icons
----------------------------------*/
/* states and ../../img/jquery-ui */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(../../img/jquery-ui/ui-icons_cc0011_256x240.png);
}
.ui-widget-content .ui-icon {
  background-image: url(../../img/jquery-ui/ui-icons_cc0011_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(../../img/jquery-ui/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(../../img/jquery-ui/ui-icons_cc0011_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../../img/jquery-ui/ui-icons_cc0011_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(../../img/jquery-ui/ui-icons_cc0011_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(../../img/jquery-ui/ui-icons_004276_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../../img/jquery-ui/ui-icons_cc0011_256x240.png);
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-off {
  background-position: -96px -144px;
}
.ui-icon-radio-on {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #a6a6a6 url(../../img/jquery-ui/ui-bg_dots-small_65_a6a6a6_2x2.png) 50% 50% repeat;
  opacity: .40;
  filter: alpha(opacity=40);
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #333333 url(../../img/jquery-ui/ui-bg_flat_0_333333_40x100.png) 50% 50% repeat-x;
  opacity: .10;
  filter: alpha(opacity=10);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/*!
 * jQuery UI Datepicker 1.8.21
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
.pad,
.ieuser p,
#main,
body > aside,
#footer,
section.join {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.ieuser {
  margin: 54px auto;
  margin-bottom: -20px;
  width: 880px;
  background: #FFD4D7;
  border: 2px solid #C01;
}
.ieuser p {
  margin: 5px 10px;
}
/******************************************************************************
 * Main 
 *****************************************************************************/
#main {
  margin: 20px auto;
  background: #FFF;
  width: 940px;
  padding: 20px;
  position: relative;
}
#main:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie #main {
  zoom: 1;
}
/******************************************************************************
 * Content 
 *****************************************************************************/
.content {
  padding: 0;
  float: left;
  margin: 20px 0 0;
  width: 620px;
}
.content header {
  position: relative;
}
.content header p {
  padding-top: 0;
  margin: 0;
  color: #a6a6a6;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
img.right {
  margin: 10px 0 10px 10px;
}
img.left {
  margin: 10px 10px 10px 0;
}
img.box {
  padding: 3px;
  background: #FFF;
  border: 1px solid #dddddd;
}
.content.charticle,
.home .content,
.fourohfour,
.channel,
.survey-page .content {
  margin: 0;
  width: 100%;
  float: normal;
}
.no-breadcrumb {
  margin-top: 0;
}
/******************************************************************************
 * Asides
 *****************************************************************************/
body > aside {
  height: 250px;
  margin-bottom: 20px;
}
body > aside .u-box {
  float: right;
}
#main > aside {
  float: right;
  width: 300px;
  margin: 0;
}
#main > aside .u-box,
#main > aside .house-mpu {
  margin: 0 0 20px;
  padding: 0;
}
#main > aside img {
  margin: 0;
  padding: 0;
}
#main > aside .skyscraper {
  margin: 0 0 20px;
  padding: 0;
}
#main > aside h4 {
  padding-top: 0;
}
/******************************************************************************
 * 	Car Insurance Guide (Steps)
 *****************************************************************************/
.ci-steps td {
  color: #7CB3EA;
  font-weight: 700;
  text-align: center;
}
.ci-steps th {
  text-align: center;
}
.ci-steps .promotions,
.ci-steps .cashback {
  width: 90%;
}
.ci-steps .jump {
  width: auto;
  background: none;
  border: 0;
}
.ci-steps .jump a {
  color: #404040;
  font-weight: 700;
  line-height: 35px;
  height: 35px;
  margin: 15px 0;
  padding: 0 0 0 50px;
  display: block;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
}
.ci-steps .jump a strong {
  color: #cc0011;
}
.ci-steps .step-1 {
  background: url('../../img/ci-page.png') -11px 0 no-repeat;
}
.ci-steps .step-1:hover {
  background: url('../../img/ci-page.png') -11px -35px no-repeat;
}
.ci-steps .step-2 {
  background: url('../../img/ci-page.png') -11px -70px no-repeat;
}
.ci-steps .step-2:hover {
  background: url('../../img/ci-page.png') -11px -105px no-repeat;
}
.ci-steps .step-3 {
  background: url('../../img/ci-page.png') -11px -140px no-repeat;
}
.ci-steps .step-3:hover {
  background: url('../../img/ci-page.png') -11px -175px no-repeat;
}
.ci-steps .step-4 {
  background: url('../../img/ci-page.png') -11px -210px no-repeat;
}
.ci-steps .step-4:hover {
  background: url('../../img/ci-page.png') -11px -245px no-repeat;
}
.ci-steps .step-5 {
  background: url('../../img/ci-page.png') -11px -280px no-repeat;
}
.ci-steps .step-5:hover {
  background: url('../../img/ci-page.png') -11px -315px no-repeat;
}
/******************************************************************************
 * Site Search (in aside)
 *****************************************************************************/
.site-search {
  border-bottom: 1px solid #EEE;
  padding: 0 0 20px;
}
.site-search:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .site-search {
  zoom: 1;
}
.site-search h4 {
  padding: 0;
  margin-bottom: -10px;
}
.site-search p {
  margin-top: 5px;
}
.site-search input {
  float: left;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.ie .site-search input {
  line-height: 20px;
}
.site-search #aside-search {
  width: 224px;
  height: 20px;
  border-right: 0;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.site-search .btn {
  width: 70px;
  height: 26px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.ie .site-search .btn {
  line-height: normal;
}
/******************************************************************************
 * Email alerts (in aside)
 *****************************************************************************/
.email-alerts {
  border: 1px solid #dddddd;
  background: #fafafa url('../../img/ico-email.gif') no-repeat 5px 8px;
}
.email-alerts h4 {
  padding: 5px 5px 0 32px;
}
.email-alerts p {
  padding: 5px;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
/******************************************************************************
 * Recent Posts (in aside)
 *****************************************************************************/
.recent-posts {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  border-top: 1px solid #dddddd;
}
.recent-posts a {
  display: block;
  color: #404040;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.recent-posts a:hover {
  color: #C01;
}
.recent-posts p {
  font-size: 11px;
  font-size: 0.7857142857142857rem;
  padding-top: 0;
  height: 15px;
  font-weight: normal;
}
.recent-posts .date {
  float: left;
}
.recent-posts .replies {
  float: right;
}
/******************************************************************************
 * Home / Main Search
 *****************************************************************************/
#main.home,
#main.pps,
#main.fourohfour {
  text-align: center;
  height: 360px;
  background-position: center center;
}
#main.home em,
#main.pps em,
#main.fourohfour em {
  font-style: normal;
  color: #FF8C33;
}
#main.home h1,
#main.pps h1,
#main.fourohfour h1 {
  padding: 0 0 5px;
  font-size: 31px;
  font-size: 2.2142857142857144rem;
}
#main.home h2,
#main.pps h2,
#main.fourohfour h2 {
  font-weight: 300;
  padding: 0 0 20px;
  font-size: 22px;
  font-size: 1.5714285714285714rem;
}
#main.home p,
#main.pps p,
#main.fourohfour p {
  font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 1em;
  margin: 0 auto;
  margin-bottom: -13px;
  color: #000;
  width: 525px;
  height: 40px;
}
#main.home form,
#main.pps form,
#main.fourohfour form {
  margin: 60px auto 0;
  width: 650px;
  height: 165px;
  padding: 20px 0 30px;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
  background-image: -moz-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
  background-image: -ms-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
  background-image: -o-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
  background-image: linear-gradient(top, #ffffff, rgba(255, 255, 255, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='rgba(255, 255, 255, 0.5)', GradientType=0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
}
.ie #main.home form,
.ie #main.pps form,
.ie #main.fourohfour form {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: url('../../img/homepage/formbg.png');
}
#main.home label,
#main.pps label,
#main.fourohfour label {
  font-size: 22px;
  font-size: 1.5714285714285714rem;
  margin-bottom: 5px;
  display: inline;
}
#main.home #fuelsearch,
#main.pps #fuelsearch,
#main.fourohfour #fuelsearch,
#main.home #sitesearch,
#main.pps #sitesearch,
#main.fourohfour #sitesearch {
  border-right: 0px;
  width: 415px;
  height: 32px;
  padding-left: 10px;
  border: 1px solid #AAA;
  border-right: 0;
}
#main.home input,
#main.pps input,
#main.fourohfour input {
  float: left;
  font-size: 18px;
  font-size: 1.2857142857142858rem;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie #main.home input,
.ie #main.pps input,
.ie #main.fourohfour input {
  line-height: 32px;
}
#main.home .btn,
#main.pps .btn,
#main.fourohfour .btn {
  width: 90px;
  height: 38px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie #main.home .btn,
.ie #main.pps .btn,
.ie #main.fourohfour .btn {
  line-height: normal;
}
#main.home input,
#main.pps input,
#main.fourohfour input,
#main.home .btn.primary,
#main.pps .btn.primary,
#main.fourohfour .btn.primary {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(150, 150, 150, 0.7);
}
.fourohfour form {
  box-shadow: none;
}
.aside-skyscraper {
  width: 160px;
}
/******************************************************************************
 * Blogs and Search
 *****************************************************************************/
.blogs article,
.search article {
  margin: 0 0 20px;
  border-bottom: 1px solid #EEE;
  padding: 0 0 20px;
}
/******************************************************************************
 * Single Item
 *****************************************************************************/
.single footer {
  display: block;
  margin: 20px 0;
}
/******************************************************************************
 * My Alerts & Settings
 *****************************************************************************/
#petrol_settings fieldset,
#petrol_settings div {
  padding: 0 0 20px;
}
#petrol_settings .alert {
  position: relative;
  background: #fafafa;
  padding: 10px;
  display: inline-block;
  text-align: left;
  margin: 10px 10px 10px 0;
  line-height: 22px;
  width: auto;
}
#petrol_settings .alert:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie #petrol_settings .alert {
  zoom: 1;
}
#petrol_settings .alert a {
  float: left;
}
#petrol_settings .alert input {
  float: left;
  width: 280px;
}
#petrol_settings .alert select {
  float: left;
  margin: 0 10px;
}
#petrol_settings .alert span {
  padding: 10px 0 0;
  clear: both;
  display: block;
}
/******************************************************************************
 * Header 
 *****************************************************************************/
#header {
  height: 102px;
  border-bottom: #ffffff solid 34px;
  background-color: #af0102;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #cc0011, #af0102);
  background-image: -moz-linear-gradient(top, #cc0011, #af0102);
  background-image: -ms-linear-gradient(top, #cc0011, #af0102);
  background-image: -o-linear-gradient(top, #cc0011, #af0102);
  background-image: linear-gradient(top, #cc0011, #af0102);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0011', endColorstr='#af0102', GradientType=0);
}
#header .logo {
  position: absolute;
  top: 25px;
}
body.xmas #header .logo {
  top: -5px;
}
/******************************************************************************
 * Footer 
 *****************************************************************************/
#footer {
  margin: 0 auto;
  color: #666;
  background-color: #efefef;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #e9e9e9, #efefef);
  background-image: -moz-linear-gradient(top, #e9e9e9, #efefef);
  background-image: -ms-linear-gradient(top, #e9e9e9, #efefef);
  background-image: -o-linear-gradient(top, #e9e9e9, #efefef);
  background-image: linear-gradient(top, #e9e9e9, #efefef);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#efefef', GradientType=0);
}
#footer:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie #footer {
  zoom: 1;
}
#footer.slim {
  height: 25px;
}
#footer.slim p {
  font-size: 10px;
  font-size: 0.7142857142857143rem;
  padding: 0;
  margin: 0.5em 20px;
}
#footer p {
  padding: 80px 0 0;
  margin: 30px 20px 40px;
  float: right;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
#footer .logo {
  background: url('../../img/sprite.png') 0 0 no-repeat;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 30px;
  right: 20px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 30px;
  float: left;
}
#footer ul ul {
  padding: 10px 0;
}
#footer li {
  float: left;
  line-height: 1.5em;
  margin: 0;
  height: 130px;
  border-right: 1px solid #DFDFDF;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
#footer li li {
  font-weight: normal;
  border: 0;
  height: auto;
}
#footer a {
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .facebook {
  background: url('../../img/sprite.png') -290px 0 no-repeat;
}
#footer .facebook:hover {
  background: url('../../img/sprite.png') -325px 0 no-repeat;
}
#footer .twitter {
  background: url('../../img/sprite.png') -290px -34px no-repeat;
}
#footer .twitter:hover {
  background: url('../../img/sprite.png') -325px -34px no-repeat;
}
#footer .gplus {
  background: url('../../img/gplus_sprite.png') 0px -1px no-repeat;
}
#footer .gplus:hover {
  background: url('../../img/gplus_sprite.png') -40px -1px no-repeat;
}
#footer .rss {
  background: url('../../img/sprite.png') -290px -68px no-repeat;
}
#footer .rss:hover {
  background: url('../../img/sprite.png') -325px -68px no-repeat;
}
#footer .social {
  width: 200px;
  padding: 0 0 0 65px;
}
#footer .social ul {
  width: 200px;
}
#footer .social a {
  margin: 0 10px 0 0;
  display: block;
  width: 35px;
  height: 34px;
  text-indent: -9999em;
}
.ie6 #footer .social a,
.ie7 #footer .social a {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
#footer .about {
  width: 360px;
}
#footer .about li {
  display: inline-block;
  width: 160px;
}
/******************************************************************************
 * Navigation 
 *****************************************************************************/
nav {
  font-family: Cabin;
  position: absolute;
  top: 102px;
  left: 0;
  height: 34px;
  font-weight: 400;
  width: 100%;
  background: #FFF;
}
nav a {
  display: inline-block;
  line-height: 34px;
  padding: 0 20px;
  text-decoration: none;
  color: #000;
}
nav a:hover {
  background: #C01;
  color: #FFF;
}
nav ul ul a,
nav .on,
nav .current-page-ancestor a,
nav .current-menu-item a,
nav .current_page_parent a {
  color: #FFF;
}
nav ul {
  z-index: 999;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
nav ul ul {
  display: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  top: 34px;
  width: 252px;
}
nav li {
  float: left;
  margin: 0;
}
nav li ul,
nav li .on,
nav li.current-page-ancestor a,
nav li.current-menu-item a,
nav li.current_page_parent a {
  background-color: #cc0011;
}
nav li ul a:hover {
  background-color: #99000d;
}
nav li ul li a {
  border-bottom: 1px solid #b3000f;
}
nav li li {
  float: none;
  text-indent: 55px;
  font-weight: 500;
  padding-left: -10px;
}
nav li li a,
nav li li a:hover {
  background-image: url('../../img/sprite.png');
  background-repeat: no-repeat;
  line-height: 55px;
  display: block;
  -webkit-transition: 0.3s ease-in-out all;
  -moz-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  -o-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
nav .navMyMotoring ul,
nav .navMyMotoring .on,
nav .navMyMotoring.current-page-ancestor a,
nav .navMyMotoring.current-menu-item a,
nav .navMyMotoring.current_page_parent a {
  background-color: #007cc4;
}
nav .navMyMotoring ul a:hover {
  background-color: #005c91;
}
nav .navMyMotoring ul li a {
  border-bottom: 1px solid #006cab;
}
nav .navGetInsured ul,
nav .navGetInsured .on,
nav .navGetInsured.current-page-ancestor a,
nav .navGetInsured.current-menu-item a,
nav .navGetInsured.current_page_parent a {
  background-color: #ff7113;
}
nav .navGetInsured ul a:hover {
  background-color: #df5900;
}
nav .navGetInsured ul li a {
  border-bottom: 1px solid #f96300;
}
nav .navThinkFuel ul,
nav .navThinkFuel .on,
nav .navThinkFuel.current-page-ancestor a,
nav .navThinkFuel.current-menu-item a,
nav .navThinkFuel.current_page_parent a {
  background-color: #ffa200;
}
nav .navThinkFuel ul a:hover {
  background-color: #cc8200;
}
nav .navThinkFuel ul li a {
  border-bottom: 1px solid #e69200;
}
nav .navThinkFuel ul a:hover {
  background-color: #db8b00;
}
nav .navGoGreen ul,
nav .navGoGreen .on,
nav .navGoGreen.current-page-ancestor a,
nav .navGoGreen.current-menu-item a,
nav .navGoGreen.current_page_parent a {
  background-color: #55a945;
}
nav .navGoGreen ul a:hover {
  background-color: #438536;
}
nav .navGoGreen ul li a {
  border-bottom: 1px solid #4c973e;
}
nav .navBlog ul,
nav .navBlog .on,
nav .navBlog.current-page-ancestor a,
nav .navBlog.current-menu-item a,
nav .navBlog.current_page_parent a {
  background-color: #8a8a8a;
}
nav .navBlog ul a:hover {
  background-color: #717171;
}
nav .navBlog ul li a {
  border-bottom: 1px solid #7d7d7d;
}
nav .navCarCare a {
  background-position: -365px -158px;
}
nav .navBuyingAndSelling a {
  background-position: -365px -74px;
}
nav .navCarHire a {
  background-position: -365px -242px;
}
nav .navParking a {
  background-position: -365px -830px;
}
nav .navSafety a {
  background-position: -365px -914px;
}
nav .navCarInsurance a {
  background-position: -365px -326px;
}
nav .navMotorcycleInsurance a {
  background-position: -365px -746px;
}
nav .navBreakdownCover a {
  background-position: -365px 10px;
}
nav .navCarWarranties a {
  background-position: -365px -410px;
}
nav .navSpecialistPolicies a {
  background-position: -365px -998px;
}
nav .navMoreWaysToSave a {
  background-position: -365px -662px;
}
nav .navTheFuelIndustry a {
  background-position: -365px -1082px;
}
nav .navGreenTechnologies a {
  background-position: -365px -578px;
}
nav .navGreenCommuting a {
  background-position: -365px -494px;
}
nav .passport {
  position: absolute;
  right: 0;
  width: 190px;
  background: url('../../img/sprite.png') 21px -44px no-repeat;
}
nav .passport li {
  background: #FFF;
}
nav .passport.loggedin {
  width: 320px;
  background: url('../../img/sprite.png') 151px -44px no-repeat;
}
/******************************************************************************
 * Fuel Station Page Styles
 *****************************************************************************/
.price-search-members {
  margin-top: 0;
}
.price-search-members h1 {
  padding-top: 0;
}
.price-search-members h3 {
  text-align: center;
}
.price-search-members #map {
  display: block;
  width: 100%;
  height: 548px;
}
/******************************************************************************
 * Price Search inner form
 *****************************************************************************/
.price-search-members-form {
  font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 620px;
  background: #fafafa;
  padding: 5px 0;
  margin: 10px auto;
}
.price-search-members-form p {
  text-align: center;
}
.price-search-members-form label {
  display: inline;
}
.price-search-members-form input {
  width: 120px;
  float: none;
}
.price-search-members-form input,
.price-search-members-form select {
  margin: 0 2px;
}
.price-search-members-form .btn {
  margin: 0;
  width: auto;
}
/******************************************************************************
 * Fuel Station Table
 *****************************************************************************/
.price-search-members-table {
  width: 100%;
}
.price-search-members-table th,
.price-search-members-table td {
  border: 0;
}
.price-search-members-table thead th {
  background: none;
  font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.0714285714285714rem;
}
.price-search-members-table tbody th {
  text-align: left;
  line-height: 2em;
  width: 45%;
}
.price-search-members-table tbody td {
  line-height: 2em;
  border-left: 2px solid #FFF;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}
.price-search-members-table tbody tr td,
.price-search-members-table tbody tr th {
  background-color: #e8f6fe;
}
.price-search-members-table tbody tr.on td,
.price-search-members-table tbody tr.on th {
  background-color: #bad6a0;
  cursor: pointer;
}
.price-search-members-table .name {
  font-weight: 700;
  width: 60%;
  padding-left: 30px;
  padding: 7px 5px 7px 37px;
  background-repeat: no-repeat;
  background-position: 4px 9px;
  text-align: left;
  line-height: normal;
}
.price-search-members-table .price {
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
.price-search-members-table .last-update {
  text-align: right;
}
.price-search-members-table .even td,
.price-search-members-table .even th {
  background-color: #ffffff;
}
.price-search-members-table small {
  font-weight: 200;
}
/******************************************************************************
 * Fuel Station Stats
 *****************************************************************************/
.price-search-members-stats {
  text-align: center;
  margin: 20px 0;
  line-height: 30px;
}
.price-search-members-stats span {
  margin: 0 10px;
}
.price-search-members-stats .hi {
  background: url('../../img/max-min.gif') 0 1px no-repeat;
  padding: 0 0 0 30px;
}
.price-search-members-stats .lo {
  background: url('../../img/max-min.gif') 0 -23px no-repeat;
  padding: 0 0 0 30px;
}
.price-search-members-stats .sa {
  display: block;
}
/******************************************************************************
 * Fuel Station Map inner styles
 *****************************************************************************/
.map-info {
  background-repeat: no-repeat;
  font-family: cabin;
  position: relative;
  width: 350px;
}
.map-info h2 {
  padding: 2px 0 0 30px;
}
.map-info p {
  font-size: 15px;
  font-size: 1.0714285714285714rem;
  padding-bottom: 0;
}
.map-info p.address {
  margin: 0;
  display: block;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.map-info form {
  position: absolute;
  bottom: 2px;
  right: 0;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.ie7 .map-info form {
  bottom: 20px;
}
.map-info input,
.map-info .btn {
  margin: 0;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
.map-info input {
  width: 120px;
  height: 20px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie .map-info input {
  line-height: 20px;
}
.map-info input.btn {
  height: 26px;
  border: 0;
  width: 40px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ie .map-info input.btn {
  line-height: normal;
}
.price-search-basic .map-info p {
  padding: 0;
}
.price-search-basic .map-info .btn {
  font-size: 15px;
  font-size: 1.0714285714285714rem;
}
/******************************************************************************
 * Breadcrumb
 *****************************************************************************/
#breadcrumb,
.bbp-breadcrumb p {
  position: absolute;
  top: 20px;
  left: 20px;
  line-height: 20px;
  width: 620px;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
  padding: 0;
}
/******************************************************************************
 * Pagination
 *****************************************************************************/
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #dddddd;
}
.pagination li {
  display: inline;
  padding: 0;
  margin: 0;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 0 15px;
  line-height: 30px;
  text-decoration: none;
  border-left: 1px solid #dddddd;
  margin-left: -4px;
  -webkit-transition: 0.2s linear all;
  -moz-transition: 0.2s linear all;
  -ms-transition: 0.2s linear all;
  -o-transition: 0.2s linear all;
  transition: 0.2s linear all;
}
.pagination li:first-child a {
  border-left: 0;
  margin-left: 0;
}
.pagination a:hover {
  background-color: #EEE;
}
.pagination .current {
  background: #DFDFDF;
}
/******************************************************************************
 * Quiz
 *****************************************************************************/
#quiz li p {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0;
  margin-bottom: 10px;
}
/******************************************************************************
 * Code Show
 *****************************************************************************/
.code-show ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 640px;
}
.code-show ul:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .code-show ul {
  zoom: 1;
}
.code-show li {
  margin: 0 10px 10px 0;
  padding: 5px;
  float: left;
  width: 290px;
  cursor: pointer;
}
.no-js .code-show li {
  float: none;
  width: 100%;
}
.code-show textarea {
  width: 614px;
  height: 80px;
  font-family: 'Bitstream Vera Sans Mono', Courier, monospace;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
/******************************************************************************
 * Jump Links
 *****************************************************************************/
.jump {
  border: 1px solid #DDD;
  background: #F9F9F9;
  padding: 0.2em 1em;
  margin: 10px 0;
  width: 50%;
}
.jump h4 {
  padding-bottom: 0;
}
.jump a {
  text-decoration: none;
}
.jump a:hover {
  text-decoration: underline;
}
.jump ol {
  list-style: none;
  padding: 0;
}
.jump ol ol {
  list-style: lower-roman;
  padding: 0 0 0 30px;
}
.jump li {
  line-height: 1.5em;
  margin: 0;
  font-size: 14px;
  font-size: 1rem;
}
/******************************************************************************
 * Stars
 *****************************************************************************/
.stars {
  background: url('../../img/stars.png') no-repeat;
  width: 125px;
  height: 24px;
  padding: 0;
}
.stars span {
  background: url('../../img/stars.png') 0 -24px;
  height: 24px;
  display: block;
  text-indent: -9999em;
}
.stars span.s0 {
  width: 0px;
}
.stars span.s1 {
  width: 25px;
}
.stars span.s2 {
  width: 50px;
}
.stars span.s3 {
  width: 75px;
}
.stars span.s4 {
  width: 100px;
}
.stars span.s5 {
  width: 125px;
}
/******************************************************************************
 * Boxes
 *****************************************************************************/
.boxes,
.comparison {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: -10px;
  margin-left: -20px;
  width: 640px;
}
.boxes:after,
.comparison:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .boxes,
.ie .comparison {
  zoom: 1;
}
.boxes li,
.comparison li {
  width: 298px;
  height: 150px;
  padding: 0;
  margin: 0 0 20px 20px;
  border: 1px solid #dddddd;
  background: #fafafa;
  float: left;
}
.boxes li li,
.comparison li li {
  width: auto;
  height: auto;
  border: 0;
  background-color: none;
}
.landing .boxes p,
.landing .comparison p {
  text-align: center;
  clear: both;
  padding: 0;
}
.boxes .offer,
.comparison .offer {
  text-align: center;
  color: #7CB3EA;
  font-weight: 700;
  margin: 10px;
  height: 70px;
  margin: 30px 10px 0;
}
.boxes .offer img,
.comparison .offer img {
  margin-top: -20px;
  float: left;
}
.comparison ul {
  margin: 0 10px 20px;
  width: 40%;
  padding: 0;
  list-style: none;
  display: inline-block;
  float: left;
}
.comparison li {
  position: relative;
  height: 350px;
  float: left;
}
.comparison li li {
  height: auto;
  margin: 5px 0;
  width: 100%;
  padding: 0 0 0 20px;
}
.comparison p {
  clear: both;
  margin: 0 10px;
}
.ci-steps .comparison p {
  padding: 0;
}
.comparison .company {
  text-align: center;
}
.comparison .stars {
  margin: 0 auto;
}
.ci-steps .comparison .stars {
  margin: 0 auto 10px;
}
.comparison .getquote {
  position: absolute;
  top: 300px;
  left: 91px;
}
.non-comparison {
  list-style: none;
  margin: 0;
  padding: 0;
}
.non-comparison ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  height: 90px;
  border: 1px solid #dddddd;
  background: #fafafa;
}
.non-comparison li li {
  margin: 24px 0 0 10px;
  width: 130px;
  float: left;
}
.non-comparison li .company {
  width: 170px;
  margin: 0 0 0 10px;
  height: 90px;
  text-align: center;
}
ul.more,
.fuel-companies {
  width: 640px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -20px;
}
ul.more:after,
.fuel-companies:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie ul.more,
.ie .fuel-companies {
  zoom: 1;
}
ul.more a,
.fuel-companies a {
  text-decoration: none;
}
ul.more a:hover,
.fuel-companies a:hover {
  text-decoration: underline;
}
ul.more h3,
.fuel-companies h3 {
  padding: 0 0 5px;
}
ul.more p,
.fuel-companies p {
  padding: 0 0 10px;
}
ul.more li,
.fuel-companies li {
  width: 300px;
  margin: 5px 0 20px 20px;
  float: left;
}
.fuel-companies li {
  padding: 10px;
  height: 140px;
  margin: 5px 0;
  text-align: center;
}
.fuel-companies img {
  display: block;
  margin: 0 auto;
}
.fuel-companies a {
  height: 72px;
  display: block;
}
/******************************************************************************
 * Banner Link
 *****************************************************************************/
.bannerlink {
  position: relative;
  padding: 0;
  margin: 10px 0;
  background: #faf8f9 url('../../img/bannerlink-arrow.png') no-repeat right;
}
.bannerlink a {
  display: block;
  height: 62px;
  color: #404040;
  text-decoration: none;
  font-weight: 500;
  padding: 16px 0 0 70px;
}
.bannerlink a span {
  color: #cc0011;
}
.bannerlink a:hover span {
  text-decoration: underline;
}
.bannerlink img {
  position: absolute;
  top: 18px;
  left: 10px;
}
/******************************************************************************
 * Ticks, Crosses, Good and the Bad
 *****************************************************************************/
li.good {
  background: url('../../img/good.png') no-repeat;
}
li.bad {
  background: url('../../img/bad.png') 0 2px no-repeat;
}
.yes {
  background: url('../../img/tick.png');
  display: inline-block;
  width: 26px;
  height: 26px;
  text-indent: -9999em;
}
.ie6 .yes,
.ie7 .yes {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
.no {
  background: url('../../img/cross.png');
  display: inline-block;
  width: 26px;
  height: 26px;
  text-indent: -9999em;
}
.ie6 .no,
.ie7 .no {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
/******************************************************************************
 * European Breakdown Cover Comparison
 *****************************************************************************/
.european_compare small {
  display: block;
}
.european_compare td {
  text-align: center;
}
.european_compare .single,
.european_compare .annual {
  font-weight: 700;
}
.european_compare .single {
  color: #3598FD;
}
.single .moredetails {
  background: url('../../img/buttons.png') 0 -76px no-repeat;
  display: block;
  width: 66px;
  height: 37px;
  text-indent: -9999em;
}
.ie6 .single .moredetails,
.ie7 .single .moredetails {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
.annual .moredetails {
  background: url('../../img/buttons.png') 0 -113px no-repeat;
  display: block;
  width: 66px;
  height: 37px;
  text-indent: -9999em;
}
.ie6 .annual .moredetails,
.ie7 .annual .moredetails {
  text-indent: 0;
  font-size: 0;
  line-height: 0;
}
/******************************************************************************
 * Provider Tables
 *****************************************************************************/
table.provider {
  width: 100%;
}
table.provider td {
  border: 0;
}
table.provider .buy {
  vertical-align: bottom;
  width: 150px;
  padding: 0 0 20px;
  text-align: center;
}
div.breakdown-cover {
  position: relative;
  background: #f3f3f3;
  height: auto;
  padding: 10px 160px 10px 10px;
  margin-bottom: 20px;
}
div.breakdown-cover .btn {
  font-size: 16px;
  font-size: 1.1428571428571428rem;
  margin: 0 auto;
  height: 22px;
}
div.breakdown-cover .buy.rac-offer {
  background-color: #f7901e;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #f7a31e, #f7901e);
  background-image: -moz-linear-gradient(top, #f7a31e, #f7901e);
  background-image: -ms-linear-gradient(top, #f7a31e, #f7901e);
  background-image: -o-linear-gradient(top, #f7a31e, #f7901e);
  background-image: linear-gradient(top, #f7a31e, #f7901e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a31e', endColorstr='#f7901e', GradientType=0);
}
div.breakdown-cover .buy {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 150px;
  background: #B8B7B7;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
}
div.breakdown-cover .buy p {
  color: #FFF;
  text-shadow: 1px 1px 1px #555;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
div.breakdown-cover .buy strong {
  padding: 5px 0;
  display: block;
  font-size: 36px;
  font-size: 2.5714285714285716rem;
}
/******************************************************************************
 * Boxed
 *****************************************************************************/
.boxed,
.bankinfo {
  background: #fafafa;
  border: 1px solid #dddddd;
  padding: 10px;
  margin: 10px 0;
}
/******************************************************************************
 * Contact Form
 *****************************************************************************/
#petrolprice_contact textarea {
  width: 400px;
  height: 150px;
}
/******************************************************************************
 * Poll
 *****************************************************************************/
.poll {
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
}
.poll p,
.poll dl {
  padding: 0;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.poll p {
  text-align: center;
}
.poll .question {
  font-weight: 600;
  text-align: left;
  padding: 5px;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.poll form {
  padding: 5px;
}
.poll label {
  display: inline-block;
  width: 120px;
  height: auto;
  margin-left: 10px;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.poll label:hover {
  text-decoration: underline;
}
.poll input {
  float: left;
  width: auto;
}
.poll li {
  clear: both;
}
.poll ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.poll dd {
  margin: 0 0 10px;
  border-top: 2px solid #48850C;
  font-size: 11px;
  font-size: 0.7857142857142857rem;
}
/******************************************************************************
 * Bank Info
 *****************************************************************************/
.bankinfo {
  position: relative;
}
.package {
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: left;
}
.package a {
  width: 200px;
  padding: 5px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #B3B3B3;
  color: #404040;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-size: 0.8571428571428571rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
.package.green a {
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  border-color: #518800;
  background-color: #538801;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(#a2dd50, #72ba02 25%, #538801);
  background-image: -moz-linear-gradient(top, #a2dd50, #72ba02 25%, #538801);
  background-image: -ms-linear-gradient(#a2dd50, #72ba02 25%, #538801);
  background-image: -o-linear-gradient(#a2dd50, #72ba02 25%, #538801);
  background-image: linear-gradient(#a2dd50, #72ba02 25%, #538801);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2dd50', endColorstr='#538801', GradientType=0);
}
.package a:hover {
  background-position: 0 -15px;
  text-decoration: none;
}
.package a:active {
  box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.3);
}
.package span {
  text-align: right;
  display: block;
}
.package strong {
  font-size: 16px;
  font-size: 1.1428571428571428rem;
}
.site-notice {
  padding-top: 20px;
}
.site-notice .pad {
  background: #FFF;
}
.site-notice p {
  margin: 0 1em;
}
/******************************************************************************
 * Randoms
 *****************************************************************************/
.error {
  color: #C01;
}
.price_uk {
  text-align: center;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
}
.two-cols li {
  width: 45%;
  margin-right: 10px;
}
.fuel-types {
  list-style: none;
}
.fuel-types:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .fuel-types {
  zoom: 1;
}
.fuel-types li {
  margin: 0 0 0 50px;
}
.fuel-types img {
  margin: 10px 0 0 -60px;
  float: left;
}
.cols:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .cols {
  zoom: 1;
}
.cols .left-col,
.cols .right-col {
  width: 50%;
  float: left;
}
.cols p {
  clear: both;
}
/******************************************************************************
 * Comments
 *****************************************************************************/
section.comments {
  border: 1px solid #dddddd;
  background: #fafafa;
  margin: 0;
  padding: 10px;
}
section.comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.comments .children {
  margin-left: 60px;
}
section.comments h2 {
  padding: 0 0 10px;
}
section.comments article {
  padding: 20px 0;
}
section.comments article h3 {
  float: left;
  margin: 0 0 0 55px;
  padding: 0;
  line-height: 20px;
}
section.comments article h3 small {
  float: none;
}
section.comments .content {
  padding: 0;
  margin: 0 0 0 55px;
  width: auto;
  float: none;
  font-size: 14px;
  font-size: 1rem;
}
section.comments header {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding: 3px 0;
  height: 20px;
}
section.comments header small {
  float: right;
}
section.comments small a {
  text-decoration: none;
  margin: 0 0 0 20px;
}
section.comments small a:hover {
  text-decoration: underline;
}
section.comments img {
  position: absolute;
  top: 25px;
  left: 0;
  background: #F9F9F9;
  padding: 3px;
  float: left;
  margin-top: -30px;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transition: rotate(-4deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}
.ie section.comments img {
  padding-right: 0;
}
/******************************************************************************
 * Comment Form
 *****************************************************************************/
#add-comment:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie #add-comment {
  zoom: 1;
}
#add-comment label {
  font-family: Cabin;
  display: block;
}
#add-comment .details p {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  width: 48%;
}
#add-comment .details .email {
  float: right;
}
#add-comment .details input {
  width: 98%;
  margin: 0;
}
#add-comment textarea {
  display: block;
  width: 99%;
  height: 100px;
}
#add-comment #submit-comment {
  float: right;
}
#add-comment .note {
  float: left;
  width: 400px;
}
/******************************************************************************
 * Channel Homepage
 *****************************************************************************/
.channel h1 {
  text-indent: 55px;
  padding: 0 0 20px;
}
.channel h3 {
  padding-top: 10px;
  font-size: 20px;
  font-size: 1.4285714285714286rem;
}
.channel h3 a {
  color: #000000;
  text-decoration: none;
}
.channel h3 img {
  position: absolute;
  left: 5px;
  top: 0;
}
.channel .feature-img {
  position: absolute;
  top: 10px;
  left: 20px;
}
.channel a {
  text-decoration: none;
}
.channel ul {
  width: 960px;
  padding: 20px 0 0;
  list-style: none;
  clear: both;
}
.channel ul ul {
  padding: 0;
  width: 45%;
}
.channel li {
  float: left;
  width: 460px;
  padding: 0;
  margin: 0 20px 0 0;
}
.channel li li {
  position: relative;
  display: block;
  width: auto;
  padding: 0 0 20px 60px;
  width: 400px;
  margin: 0;
  float: none;
}
.channel li li li {
  padding: 0;
}
.channel .featured {
  padding: 0;
  font-family: Cabin, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.channel .featured:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .channel .featured {
  zoom: 1;
}
.channel .featured img {
  width: 460px;
  position: absolute;
  top: 0;
}
.channel .featured li {
  margin: 0;
  width: auto;
}
.channel .featured h2,
.channel .featured p {
  margin: 0 5px;
}
.channel .featured h2 {
  font-size: 23px;
  font-size: 1.6428571428571428rem;
  padding: 5px 0;
}
.channel .featured p {
  font-size: 15px;
  font-size: 1.0714285714285714rem;
  padding: 0;
}
.channel .featured a {
  width: 460px;
  display: inline-block;
  position: relative;
  color: #404040;
  padding: 135px 0 0;
  height: 100px;
}
/******************************************************************************
 * Featured Sections
 *****************************************************************************/
.featured {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  width: 640px;
  margin-left: -20px;
}
.featured:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .featured {
  zoom: 1;
}
.featured li {
  float: left;
  position: relative;
  padding: 0 20px 0 0;
}
.featured a {
  text-decoration: none;
  display: block;
  position: relative;
  height: 210px;
  color: #404040;
  background: #faf8f9;
}
.featured h2 {
  padding: 135px 10px 0;
  margin: 0;
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
.featured p {
  margin: 0 10px;
  text-align: left;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
.featured img {
  width: 100%;
}
.featured li {
  float: left;
  position: relative;
  padding: 0 0 0 20px;
}
.featured.five-items .i1,
.featured.five-items .i2 {
  margin: 0 0 10px;
}
.featured.five-items .i1 {
  width: 393.3333333333333px;
}
.featured.five-items .i2 {
  width: 205.45454545454547px;
}
.featured.five-items .i3,
.featured.five-items .i4,
.featured.five-items .i5 {
  width: 186.66666666666666px;
}
.featured.five-items .i3 h2,
.featured.five-items .i4 h2,
.featured.five-items .i5 h2 {
  padding-top: 105px;
}
.featured.five-items .i3 a,
.featured.five-items .i4 a,
.featured.five-items .i5 a {
  height: 180px;
}
.featured.five-items .i5 {
  width: 205.45454545454547px;
}
.featured.four-items .i1,
.featured.four-items .i2 {
  margin: 0 0 10px;
}
.featured.four-items .i1 {
  width: 393.3333333333333px;
}
.featured.four-items .i2 {
  width: 205.45454545454547px;
}
.featured.four-items .i3,
.featured.four-items .i4 {
  width: 300px;
}
.featured.four-items .i3 a,
.featured.four-items .i4 a {
  height: 180px;
}
.featured.four-items .i3 h2,
.featured.four-items .i4 h2 {
  padding-top: 105px;
}
.featured.three-items .i1 {
  width: 620px;
}
.featured.three-items .i2,
.featured.three-items .i3 {
  width: 300px;
}
.featured.three-items .i2 h2,
.featured.three-items .i3 h2 {
  padding-top: 105px;
}
.featured.three-items .i2 a,
.featured.three-items .i3 a {
  height: 180px;
}
/******************************************************************************
 * Featured Boxes Colours
 *****************************************************************************/
.channel h4,
.landing h4 {
  font-weight: 500;
  color: #404040;
}
.channel .featured a:hover h2,
.landing .featured a:hover h2,
.channel .featured a:hover p,
.landing .featured a:hover p {
  color: #FFF;
}
.channel .featured img,
.landing .featured img {
  position: absolute;
  top: 0;
}
.channel h3 {
  padding-bottom: 0px;
}
.channel .mymotoring.featured .on a {
  background: #007cc4;
}
.channel .mymotoring.featured .on a h2,
.channel .mymotoring.featured .on a p {
  color: #FFF;
}
.channel .mymotoring a:hover {
  background: #007cc4;
}
.channel .getinsured.featured .on a {
  background: #ff7113;
}
.channel .getinsured.featured .on a h2,
.channel .getinsured.featured .on a p {
  color: #FFF;
}
.channel .getinsured a:hover {
  background: #ff7113;
}
.channel .thinkfuel.featured .on a {
  background: #ffa200;
}
.channel .thinkfuel.featured .on a h2,
.channel .thinkfuel.featured .on a p {
  color: #FFF;
}
.channel .thinkfuel a:hover {
  background: #ffa200;
}
.channel .gogreen.featured .on a {
  background: #55a945;
}
.channel .gogreen.featured .on a h2,
.channel .gogreen.featured .on a p {
  color: #FFF;
}
.channel .gogreen a:hover {
  background: #55a945;
}
.landing .mymotoring.featured li.on a {
  background: #009cf7;
}
.landing .mymotoring.featured li.on a h2,
.landing .mymotoring.featured li.on a p {
  color: #FFF;
}
.landing .mymotoring li:first-child a {
  background: #009cf7;
}
.landing .mymotoring li:first-child h2,
.landing .mymotoring li:first-child p {
  color: #FFF;
}
.landing .mymotoring a:hover,
.landing .mymotoring li:first-child a:hover {
  background: #007cc4;
}
.landing .getinsured.featured li.on a {
  background: #ff9046;
}
.landing .getinsured.featured li.on a h2,
.landing .getinsured.featured li.on a p {
  color: #FFF;
}
.landing .getinsured li:first-child a {
  background: #ff9046;
}
.landing .getinsured li:first-child h2,
.landing .getinsured li:first-child p {
  color: #FFF;
}
.landing .getinsured a:hover,
.landing .getinsured li:first-child a:hover {
  background: #ff7113;
}
.landing .thinkfuel.featured li.on a {
  background: #ffb533;
}
.landing .thinkfuel.featured li.on a h2,
.landing .thinkfuel.featured li.on a p {
  color: #FFF;
}
.landing .thinkfuel li:first-child a {
  background: #ffb533;
}
.landing .thinkfuel li:first-child h2,
.landing .thinkfuel li:first-child p {
  color: #FFF;
}
.landing .thinkfuel a:hover,
.landing .thinkfuel li:first-child a:hover {
  background: #ffa200;
}
.landing .gogreen.featured li.on a {
  background: #71bf62;
}
.landing .gogreen.featured li.on a h2,
.landing .gogreen.featured li.on a p {
  color: #FFF;
}
.landing .gogreen li:first-child a {
  background: #71bf62;
}
.landing .gogreen li:first-child h2,
.landing .gogreen li:first-child p {
  color: #FFF;
}
.landing .gogreen a:hover,
.landing .gogreen li:first-child a:hover {
  background: #55a945;
}
/******************************************************************************
 * Biodiesel Directory
 *****************************************************************************/
#biodiesel-dir,
#biodiesel-dir ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#biodiesel-dir li {
  display: block;
  border: 1px solid #dddddd;
  background: #fafafa;
  margin: 20px 0;
  padding: 10px;
}
#biodiesel-dir li li {
  margin: 0;
  padding: 0;
  border: 0;
}
#biodiesel-dir li li li {
  text-align: right;
}
#biodiesel-dir h2 {
  padding: 0;
  margin: 0 0 10px;
  border-bottom: 1px solid #dddddd;
}
#biodiesel-dir h3 {
  padding: 10px 0 5px;
}
#biodiesel-dir p {
  padding: 0 0 10px;
}
#biodiesel-dir .contact {
  padding: 0;
}
#biodiesel_form label {
  width: 155px;
  margin-right: 10px;
  display: inline-block;
  text-align: right;
}
#biodiesel_form label.error {
  padding-left: 10px;
  width: 150px;
  text-align: left;
}
#biodiesel_form input,
#biodiesel_form textarea {
  width: 250px;
}
#biodiesel_form input.error,
#biodiesel_form textarea.error {
  width: 200px;
}
#biodiesel_form .btn {
  margin-left: 165px;
  width: 255px;
}
/******************************************************************************
 * Car Insurance Provider Reviews
 *****************************************************************************/
.cir ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cir li {
  margin: 0;
}
.cir section.providers article h2 {
  padding: 0;
}
.cir section.providers article h3,
.cir section.providers article ul {
  display: none;
}
.cir .comments {
  border: 0;
  border-top: 1px solid #dddddd;
  padding: 0;
  padding-top: 20px;
  margin-top: 20px;
}
.cir article {
  position: relative;
  border: 1px solid #dddddd;
  background: #fafafa;
  margin: 20px 0;
  padding: 10px;
}
.cir .review {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 245px;
  line-height: 30px;
  font-weight: 700;
  padding: 0;
  font-size: 18px;
  font-size: 1.2857142857142858rem;
}
.ie .cir .review {
  width: 250px;
}
.cir .stars {
  position: absolute;
  top: 40px;
  right: 80px;
  padding: 0;
}
.cir .numof {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  width: 45px;
  height: 41px;
  text-align: center;
  float: right;
  color: #FFF;
  background: url('../../img/sprite.png') -245px -49px no-repeat;
}
.cir img {
  background: #FFF;
  border: 1px solid #dddddd;
  padding: 5px;
}
.cir .getquote {
  margin: 10px 0;
}
.cir .more-info {
  position: absolute;
  right: 8px;
  bottom: 15px;
}
.cir .more-info a {
  line-height: 28px;
  height: 28px;
  display: block;
  padding: 0 34px 0 0;
  background: url('../../img/sprite.png') -7px -74px no-repeat;
}
article.provider {
  /**
 * 	For the comments fields but we don't nest them because we don't need too
 */
}
article.provider h2 {
  padding: 0 0 10px;
}
article.provider h3 {
  display: block;
}
article.provider ul {
  display: block;
  margin: 0 0 10px;
}
article.provider li {
  background: url('../../img/tick.png') no-repeat;
  padding: 5px 10px 10px 30px;
  width: 259px;
}
article.provider h4 {
  padding: 0;
  margin: 0;
  width: 450px;
}
article.provider article {
  border: 0;
  padding: 0;
  margin: 20px 0;
}
article.provider article .stars {
  top: 0;
  right: 0;
}
article.provider .star-rating {
  width: 125px;
  float: right;
  position: relative;
}
article.provider .star-rating .stars {
  top: auto;
  right: 0;
}
article.provider .info {
  padding: 0;
  color: #A6A6A6;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
article.provider .brief-review {
  width: 70%;
  float: left;
}
article.provider .detailed-review {
  clear: both;
}
#reviewer-subject {
  width: 100%;
}
/******************************************************************************
 * Rotator 
 *****************************************************************************/
#rotator {
  position: relative;
  width: 980px;
  height: 250px;
  background: #FFF;
  overflow: hidden;
  /* remove the list styles, width : item width * total items */
  /* width of the item, in this case I put 250x250x gif */
}
#rotator ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
  width: 1000em;
  position: absolute;
  z-index: 1;
  height: 230px;
}
#rotator li {
  position: relative;
  float: left;
  width: 560px;
  height: 230px;
  list-style: none;
  margin: 0 215px;
}
#rotator .fit-it {
  width: 980px;
  height: 250px;
  margin: 0;
  margin-top: -10px;
}
#rotator .next,
#rotator .prev {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  cursor: pointer;
  top: 105px;
  text-indent: -9999em;
}
#rotator .next {
  right: 10px;
  background: url('../../img/sprite.png') -204px -50px no-repeat;
}
#rotator .prev {
  left: 10px;
  background: url('../../img/sprite.png') -165px -50px no-repeat;
}
.no-js #rotator li {
  display: none;
}
.no-js #rotator .stats,
.no-js #rotator .app {
  display: block;
}
.stats-rotator {
  padding: 10px 0 0;
}
.stats-rotator h3 {
  text-align: center;
  font-size: 17px;
  font-size: 1.2142857142857142rem;
}
.stats-rotator h3 span {
  color: #D10000;
}
.stats-rotator table {
  margin: 0 auto;
}
.stats-rotator th.max {
  text-indent: 13px;
  background: url('../../img/max-min-small.gif') 13px 10px no-repeat;
}
.stats-rotator th.min {
  text-indent: 13px;
  background: url('../../img/max-min-small.gif') 13px -7px no-repeat;
}
.stats-rotator td,
.stats-rotator th {
  border: none;
  background: none;
  text-align: center;
  border-top: 2px solid #FFF;
  border-left: 5px solid #FFF;
  padding: 1px 15px;
  font-size: 15px;
  font-size: 1.0714285714285714rem;
}
.stats-rotator tbody th {
  text-align: right;
}
.testimonial-rotator {
  position: relative;
}
.testimonial-rotator h3 {
  margin-bottom: 20px;
  line-height: 1em;
  font-size: 23px;
  font-size: 1.6428571428571428rem;
}
.testimonial-rotator blockquote {
  width: 400px;
  margin: 0 0 0 20px;
  font-style: italic;
  padding: 0 20px;
  color: #404040;
}
.testimonial-rotator blockquote:before,
.testimonial-rotator blockquote:after {
  color: #CCC;
  font-size: 40px;
  font-size: 2.857142857142857rem;
}
.testimonial-rotator blockquote:before {
  content: '“';
  margin-left: -25px;
  float: left;
  margin-top: 0;
}
.testimonial-rotator blockquote:after {
  content: '”';
  margin-top: 25px;
  float: right;
}
.testimonial-rotator p.citation {
  margin: 0.5em 0 0;
  width: 400px;
  display: block;
  text-align: right;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.testimonial-rotator p.viewmore {
  position: absolute;
  bottom: 0;
  font-size: 0.9em;
}
.testimonial-rotator img {
  position: absolute;
  top: 60px;
  right: 25px;
  padding: 3px 3px 8px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border: 1px solid #EFEFEF;
  background: #FFF;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transition: rotate(3deg);
}
.u-heade,
.u-box,
.u-long {
  margin: 0 0 10px;
}
.u-header {
  position: absolute;
  top: 5px;
  right: 0;
  width: 728px;
  height: 90px;
}
.u-box {
  display: block;
  width: 300px;
  height: 250px;
}
.u-long {
  display: block;
  width: 120px;
  height: 600px;
  float: right;
  margin: 0 0 20px;
  padding: 0;
}
.u-long-wide {
  display: block;
  width: 160px;
  height: 600px;
  float: left;
  margin: 0 0 20px;
  padding: 0;
}
.banner {
  display: block;
  width: 468px;
  height: 60px;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../../img/fancybox/fancybox.png');
}
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: transparent url('../../img/fancybox/fancybox.png') -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}
#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url('../../img/fancybox/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('../../img/fancybox/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('../../img/fancybox/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../../img/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../../img/fancybox/fancybox.png');
  background-position: -40px -162px;
}
#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../../img/fancybox/fancybox-y.png');
  background-position: -20px 0px;
}
#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../../img/fancybox/fancybox.png');
  background-position: -40px -182px;
}
#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../../img/fancybox/fancybox-x.png');
  background-position: 0px -20px;
}
#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../../img/fancybox/fancybox.png');
  background-position: -40px -142px;
}
#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../../img/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../../img/fancybox/fancybox.png');
  background-position: -40px -122px;
}
#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}
.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}
.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('../../img/fancybox/fancy_title_over.png');
  display: block;
}
.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}
#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}
#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}
#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url('../../img/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url('../../img/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url('../../img/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}
.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../img/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
/******************************************************************************
 * WordPress Elements
 *****************************************************************************/
.attachment {
  text-align: center;
}
.attachment img {
  border: 1px solid #dddddd;
  padding: 5px;
}
.aligncenter {
  margin: auto;
  display: block;
}
.alignleft {
  float: left;
  margin: 5px 10px 5px 0;
}
.alignright {
  float: right;
  margin: 5px 0 5px 10px;
}
.wp-caption {
  border: 1px solid #dddddd;
  background: #fafafa;
}
.wp-caption img {
  margin: 5px 5px 0;
}
.wp-caption-text {
  margin: 5px 5px 0;
  margin-top: -5px;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
/******************************************************************************
 * Fluid Width 
 *****************************************************************************/
body.fluid .content {
  margin-top: 0;
}
body.fluid .extra {
  margin: 20px auto;
}
body.fluid #footer,
body.fluid .pad {
  width: auto;
  padding: 0;
}
body.fluid #header .pad,
body.fluid nav .pad {
  margin: 0 20px;
}
body.fluid #main {
  width: auto;
  margin: 20px;
}
body.fluid .content {
  width: auto;
}
aside#petroltweets-tweets .pad {
  margin: 0 20px;
  height: 90px;
}
aside#petroltweets-tweets article.userTweet {
  padding: 20px 0;
  clear: both;
}
#thetweets {
  overflow-y: scroll;
  margin-left: 20px;
}
.tweet {
  margin: 20px 0;
}
.tweet p {
  display: inline;
  float: right;
  width: 80%;
  text-align: left;
  margin: 0;
  margin-right: 20px;
  padding: 0;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
.tweet p.tweet-img {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
}
.tweet a {
  color: #2e9aca;
  text-decoration: none;
}
.tweet a:hover {
  text-decoration: underline;
}
.tweet p.tweet-media {
  margin-top: 7px;
}
.tweet a.tweet-user {
  font-weight: 700;
  color: #1686cf;
}
.tweet span.tweet-username {
  color: #AAA;
  font-size: 10px;
  font-size: 0.7142857142857143rem;
}
.tweet .tweet-meta {
  background: url('../../img/bird_16_gray.png') no-repeat;
  text-indent: 20px;
  margin-top: 3px;
  font-size: 10px;
  font-size: 0.7142857142857143rem;
}
.tweet .tweet-meta a {
  color: #2e9aca;
}
.tweet:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .tweet {
  zoom: 1;
}
.leaflet-popup-content p {
  margin: 0 !important;
  width: 83%;
}
.no-js #petroltweets {
  display: none;
}
.app-mapper .app-container {
  margin: 20px;
  margin-left: 370px;
}
.app-mapper .app-map {
  float: left;
  background: none;
  width: 100%;
  height: 100%;
}
.app-mapper .app-aside {
  margin-left: -350px;
  width: 350px;
  height: 100%;
  background: #FFF;
  float: left;
}
.app-mapper .app-aside .pad {
  margin: 20px;
}
/******************************************************************************
 * VARIABLES
 *****************************************************************************/
/******************************************************************************
 * MIXINS
 *****************************************************************************/
.RoundedShape {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
/******************************************************************************
 * STYLES
 *****************************************************************************/
#containerPartnership h1 {
  font-size: 36px;
  font-family: Cabin;
}
#containerPartnership h2 {
  font-size: 24px;
  font-family: Cabin;
}
#containerPartnership h3 {
  font-size: 18px;
  font-family: Cabin;
  font-weight: 100;
}
#containerPartnership {
  width: 800px;
  margin: 0 auto;
}
.partnership-page-title {
  margin: 0 auto;
  width: 650px;
}
.headline {
  text-align: center;
  margin: 35px 0px 35px 0px;
}
.column {
  width: 360px;
}
hr.soften {
  height: 1px;
  margin: 54px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent) !important;
  background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.1), transparent);
  border: 0;
}
.partnership-page-title > h3 {
  margin-top: -10px;
}
.col {
  width: 780px;
  position: relative;
  margin: 50px 0;
}
#wrapperPartnership {
  margin: 0 auto;
  width: 980px;
  padding-bottom: 10px;
}
#mainPartnership {
  width: 980px;
  background: #fff;
  margin: 20px 0px 20px 0px;
  padding: 0px 0px 75px 0px;
}
.box-shadow {
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.rounded {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#contact {
  width: 778px;
  background: #f5f5f5;
  border: solid 1px #e9e9e9;
  border-radius: 4px;
  margin-top: 50px;
}
#contact p {
  text-align: center;
  padding: 24px 0 24px 0;
  font-weight: bold;
  font-size: 18px;
}
#contact a {
  padding: 14px 40px;
  margin-left: 20px;
  font-size: 24px;
}
/******************************************************************************
 * HERO
 *****************************************************************************/
h1.partnership-title {
  text-align: center;
  color: white;
  font-size: 60px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding-top: 28px;
}
h2.partnership-tagline {
  text-align: center;
  color: white;
  font-size: 24px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  margin-top: -10px;
}
#hero {
  display: block;
  height: 400px;
  width: 980px;
  background-color: #c01;
  background-image: url('../../img/partnerships/advertisingPage-header2.png');
  background-repeat: no-repeat;
}
/******************************************************************************
 * NAVIGATION
 *****************************************************************************/
.nav-pills > li {
  float: left;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #2d2d2d;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
ul.nav-partnership {
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 45px 0px;
  display: inline;
  text-align: center;
}
ul.nav-partnership li {
  list-style: none;
  margin-right: 135px;
  display: inline-block;
}
ul.nav-partnership li:last-child {
  margin-right: 0px;
}
ul.nav-partnership a {
  text-decoration: none;
  font-weight: 500;
}
.partnership-table {
  display: table;
  margin: 0 auto;
  padding: 8px 0px;
}
#partnership-menu-outer {
  width: 100%;
  background: whiteSmoke;
}
/******************************************************************************
 * EMAIL
 *****************************************************************************/
.partnership-email-example {
  position: relative;
  width: 660px;
  margin: 0 auto;
}
.partnership-email-example {
  margin-top: 25px;
}
.partnership-email-example > .banner-format {
  width: 211px;
  display: inline-block;
}
.partnership-email-example > .banner-format h3 {
  line-height: 0px;
  margin-top: 10px;
}
.partnership-email-example > .banner-format p {
  text-align: left;
}
.partnership-email-example > .email-banner-format {
  width: 328px;
  display: inline-block;
}
.partnership-email-example > .email-banner-format h3 {
  line-height: 0px;
  margin-top: 10px;
}
.partnership-email-example > .email-banner-format p {
  text-align: left;
}
.ad-unit-spacing {
  margin-right: 9px;
}
#privacy {
  margin-right: 20px;
}
#targeting {
  position: absolute;
  top: 0;
  right: 0px;
}
#fuel-alert-clip {
  position: absolute;
  top: 122px;
  left: 1px;
  width: 656px;
  height: 312px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  overflow: hidden;
}
#emailContent {
  margin-right: 50px;
  height: 311px;
  width: 660px;
  overflow: hidden;
  position: relative;
}
#slider-vertical {
  position: absolute;
  right: 0px;
  top: 200px;
}
#scroll-pane {
  position: absolute;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.partnership-email-example .ui-slider-range,
.partnership-email-example .ui-widget-content {
  background: none;
  border: 0;
}
.partnership-email-example .ui-slider-handle {
  background-image: url('../../img/partnerships/drag-me2.png');
  background-repeat: no-repeat;
  background-position: 0px -61px;
  background-color: transparent;
  border: 0;
  height: 61px;
  width: 118px;
}
.partnership-email-example .ui-slider-handle:hover {
  background-position: 0px 0px;
}
.partnership-email-example .ui-slider-handle:active {
  background-position: 0px 0px;
}
/******************************************************************************
 * CPM
 *****************************************************************************/
.partnership-batchelors-redesign {
  width: 660px;
  margin: 0 auto;
}
.partnership-batchelors-redesign {
  margin-top: 25px;
}
/******************************************************************************
 * Data-Feed
 *****************************************************************************/
.column-partnership {
  width: 375px;
  padding-bottom: 50px;
}
.column-partnership p {
  text-align: left;
}
img.flush-right {
  position: absolute;
  right: 0px;
  top: 65px;
}
#commercialFeed {
  margin-right: 20px;
}
#customFeed {
  position: absolute;
  top: 0;
  right: 0px;
}
#asdaPartnershipContainer {
  width: 890px;
  position: relative;
}
/******************************************************************************
 * iPhone
 *****************************************************************************/
#iPhone-showcase {
  position: relative;
  height: 600px;
  width: 890px;
  margin-bottom: 50px;
}
#iPhone-display {
  position: absolute;
  background-image: url('../../img/partnerships/iPhone.jpg');
  background-repeat: no-repeat;
  height: 596px;
  width: 302px;
}
#iPhone-screen {
  position: absolute;
  top: 106px;
  left: 25px;
  height: 382px;
  width: 255px;
  background: gray;
}
#slider {
  width: 409px;
  position: absolute;
  top: 106px;
  left: 24px;
}
.scroll {
  width: 256px;
  height: 383px;
  overflow: auto;
  position: relative;
  clear: left;
}
.scrollContainer div.panel {
  height: 383px;
  width: 256px;
}
.control {
  position: relative;
  background: white;
  width: 430px;
  height: 66px;
  padding: 15px 15px;
}
.control img {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}
.thumb {
  width: 100px;
  height: 85px;
  background: black;
  position: absolute;
  top: 8px;
}
.controlBlock {
  position: absolute;
  right: 10px;
  width: 320px;
}
ul.iphoneNavigation {
  list-style-type: none;
  position: absolute;
  top: -65px;
  left: 300px;
  margin: 0px 0px 0px 0px;
}
ul.iphoneNavigation h3 {
  line-height: 0px;
}
ul.iphoneNavigation > li {
  margin: 15px 0px;
}
ul.iphoneNavigation a {
  color: #404040;
  text-decoration: none;
  outline: none;
}
ul.iphoneNavigation a.selected {
  text-decoration: none;
  outline: none;
}
ul.iphoneNavigation a.selected h3 {
  line-height: 0px;
}
.selected > .control {
  background: whiteSmoke;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff ff), to(whiteSmoke));
  background-image: -webkit-linear-gradient(top, #ffffff, whiteSmoke);
  background-image: -moz-linear-gradient(top, #ffffff, whiteSmoke);
  background-image: -ms-linear-gradient(top, #ffffff, whiteSmoke);
  background-image: -o-linear-gradient(top, #ffffff, whiteSmoke);
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 14px 14px;
  outline: none;
}
/******************************************************************************
 * BULLETS
 *****************************************************************************/
h2.bullet-point-title {
  text-align: center;
}
.bullet-icon {
  background-image: url('../../img/partnerships/bullet-icon-sprite.png');
  background-repeat: no-repeat;
  background-position: 0px -5px;
  height: 65px;
  width: 44px;
  float: left;
}
ul#double {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
ul#double {
  width: 780px;
  margin-bottom: 20px;
  overflow: hidden;
}
ul#double li {
  list-style: none;
  line-height: 1.5em;
  float: left;
  display: inline;
  margin-top: 30px;
}
#double li {
  width: 48%;
}
/* 2 col */
.bullet-points {
  width: 800px;
  position: relative;
}
li.remove-margin {
  margin-right: 31px;
}
ul#double .bullet-time {
  background-position: 0px -5px;
}
ul#double .bullet-location {
  background-position: -195px -5px;
}
ul#double .bullet-pricing {
  background-position: -78px -5px;
}
ul#double .bullet-cogg {
  background-position: -117px -5px;
}
ul#double .bullet-puzzle {
  background-position: -39px -5px;
}
ul#double .bullet-pump {
  background-position: -156px -5px;
}
ul#double .bullet-user {
  background-position: -234px -5px;
}
ul#double .bullet-mail {
  background-position: -390px -5px;
}
ul#double .bullet-padlock {
  background-position: -429px -5px;
}
ul#double .bullet-target {
  background-position: -468px -5px;
}
ul#double .bullet-data {
  background-position: -546px -5px;
}
ul#double .bullet-download {
  background-position: -624px -5px;
}
ul#double .bullet-speech {
  background-position: -585px -5px;
}
ul#double .bullet-piggyBank {
  background-position: -507px -5px;
}
ul#double .bullet-content {
  background-position: -273px -5px;
}
ul#double .bullet-ads {
  background-position: -351px -5px;
}
ul#double .bullet-usage {
  background-position: -663px -5px;
}
ul#double .bullet-mobile {
  background-position: -702px -5px;
}
ul#double .bullet-brand {
  background-position: -741px -5px;
}
.partnership-enquiries {
  width: 820px;
  margin: 20px auto;
  border: 1px solid #E6E6E6;
  background: #FFF;
  font-family: Cabin;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0 1px 1px #cccccc;
}
.partnership-enquiries header {
  border-bottom: 1px solid #CCC;
  text-align: center;
  background-color: #e0e0e0;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: -moz-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: -ms-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: -o-linear-gradient(top, #ffffff, #e0e0e0);
  background-image: linear-gradient(top, #ffffff, #e0e0e0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.partnership-enquiries header h1 {
  color: #343434;
  text-shadow: 0 1px 1px #FFF;
}
.partnership-enquiries .blurb,
.partnership-enquiries .confirmation,
.partnership-enquiries form,
.partnership-enquiries footer {
  width: 628px;
  margin: 20px auto;
}
.partnership-enquiries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.partnership-enquiries li {
  float: left;
}
.partnership-enquiries .confirmation,
.partnership-enquiries .confirmation p {
  text-align: center;
}
.partnership-enquiries .blurb {
  position: relative;
  padding: 30px 0;
  vertical-align: middle;
}
.partnership-enquiries .blurb h2,
.partnership-enquiries .blurb p {
  padding: 0;
  padding-left: 55px;
  margin-right: -100px;
}
.partnership-enquiries .blurb .img {
  position: absolute;
  padding: 0;
  top: 0;
  left: -55px;
}
.partnership-enquiries label {
  font-weight: 700;
  font-size: 16px;
  font-size: 1.1428571428571428rem;
}
.partnership-enquiries .opt {
  color: #CCC;
  font-size: 14px;
  font-size: 1rem;
}
.partnership-enquiries .req {
  color: #C01;
}
.partnership-enquiries fieldset {
  margin: 20px 0 0;
}
.partnership-enquiries .error {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  font-size: 0.8571428571428571rem;
}
.partnership-enquiries .field {
  width: 270px;
  float: left;
}
.partnership-enquiries .field.alt {
  float: right;
}
.partnership-enquiries .field input {
  width: 98%;
}
.partnership-enquiries .field .internal {
  width: 45%;
  display: inline-block;
}
.partnership-enquiries .field .internal.end {
  margin-left: 20px;
}
.partnership-enquiries textarea {
  width: 325px;
  height: 120px;
}
.partnership-enquiries legend {
  font-weight: 700;
  border-bottom: 1px solid #CCC;
  width: 100%;
  line-height: 1.5em;
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 1.8571428571428572rem;
}
.partnership-enquiries .info {
  border: 1px solid #BCE8F1;
  background: #D9EDF7;
  color: #3A87AD;
  margin-top: 2.2em;
  padding: 10px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.partnership-enquiries .info p {
  margin: 0 20px;
  text-shadow: 0 1px 1px #FFF;
  font-size: 13px;
  font-size: 0.9285714285714286rem;
}
.partnership-enquiries .finished {
  text-align: center;
  font-weight: 700;
  margin: 40px 0;
  font-size: 26px;
  font-size: 1.8571428571428572rem;
}
.partnership-enquiries .finished .btn {
  display: block;
  width: 210px;
  margin: 10px auto;
  line-height: 2em;
  font-size: 22px;
  font-size: 1.5714285714285714rem;
}
.partnership-enquiries .topics {
  clear: both;
  padding-top: 20px;
}
.partnership-enquiries .topics:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .partnership-enquiries .topics {
  zoom: 1;
}
.partnership-enquiries .topics li {
  width: 33%;
}
.partnership-enquiries .topics li label {
  font-weight: normal;
}
.partnership-enquiries .topics p,
.partnership-enquiries .topics input {
  float: none;
}
.partnership-enquiries .topics input {
  float: left;
  width: auto;
  margin: 4px 10px 0 0;
}
.partnership-enquiries .topics p {
  width: 100%;
}
.partnership-enquiries footer {
  border-top: 1px solid #CCC;
}
.partnership-enquiries footer p {
  text-align: center;
}
.partnership-enquiries footer span {
  margin-left: 40px;
}
/******************************************************************************
 * 
 * print.less 
 * ----------
 * 
 * A really basic looking site for the printer; keep it 2 toned kids!
 * 
 *****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/******************************************************************************
 * You can't see it but it's layout is still there.
 *****************************************************************************/
.invisible {
  visibility: hidden;
}
/******************************************************************************
 * Remove the element completely from screen and readers
 *****************************************************************************/
.hide {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
/******************************************************************************
 * Removes it from view, but still readable by screen readers
 *****************************************************************************/
.readabilyhide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/******************************************************************************
 * Clears, not a fan but for user edited content it's a good idea to have
 *****************************************************************************/
.clear {
  clear: both;
}
.clearthis:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .clearthis {
  zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.full {
  width: 100%;
}
.horizontal {
  width: 100%;
}
.horizontal:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ie .horizontal {
  zoom: 1;
}
.horizontal li {
  float: left;
  width: 25%;
}
.horizontal li li {
  float: none;
  width: auto;
}

/* GIACCO START */

.w2dc_field address { 
	display:inline;
}
.is_directory #breadcrumb { 
	display:none;
}
.popup-content { 
	clear:both; 
	overflow:hidden;
}
.popup-image-cnt { 
	float:left; 
	width:30%; 
	margin-right:5%; 
}
.popup-image-cnt img { 
	width:100%; 
}
.popup-info { 
	float:left; 
	width:65%; 
}
.main_businesses .content  { 
	margin-top:0;
}
.main_businesses h1 { 
	margin:0; 
	padding:0;
}
.main_businesses.main_businesses_no_sidebar article
{
	width: 100%;
}
.aside-business h2
{
	font-size: 1.1em;
}
.aside-business>ul,.aside-business>ul>li
{
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;
}
.w2dc_search_overlay
{
	background-color: #AF0102;
	background-image: -moz-linear-gradient(center top , #CC0011, #AF0102);
	min-height: 300px;
	padding-top: 15px;
}
.aside-business .w2dc_search_tabs .w2dc_search_section_label
{
	display: none;
}
.aside-business .w2dc_search_tabs .w2dc_search_tab:first-child .w2dc_search_section_label
{
	display: block;
	font-size: 1.1em;
	margin-bottom: 3px;
}
.aside-business .w2dc_search_tabs .w2dc_search_tab:first-child .row>div:last-child
{
	display: none;
}
.aside-business .w2dc_search_tabs .w2dc_search_tab .row
{
	padding: 0 15px!important;
}
.aside-business .w2dc_search_tabs #where_radius_label_3717,.aside-business .w2dc_search_tabs input[id^=where_radius_label]
{
	width: 35px;
}
.aside-business .w2dc_search_tabs .btn.btn-primary
{
	width: 100%;
}
.aside-business .w2dc_search_tabs .advanced_search_label
{
	display: none;
}
.aside-business .w2dc_categories_widget .w2dc_categories_list > a
{
	border-bottom: 1px dashed #F1F1F1;
	display: block;
	font-weight: normal;
	padding: 5px;
}
.aside-business .w2dc_categories_widget .w2dc_categories_list >a img
{
	float: right;
	width: 16px;
}
.aside-business .gkkbanner
{
	background-color: #F9F9F9;
	border: 1px solid #DFDFDF;
	clear: both;
	margin: 10px 0;
	padding: 10px;
}
.aside-business .gkkbanner img
{
	border: 2px solid white;
	float: right;
	width: 40px;
}
.aside-business .gkkbanner span
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.w2dc_content
{
	font-size: 12px;
}
.w2dc_listings_block_header
{
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	color: #666666;
	padding: 7px 10px;
}
.w2dc_listings_block_header #w2dc_found_listings
{
	float: left;
	margin: 0;
}
.w2dc_listings_block_header #w2dc_orderby_links
{
	margin: 0;
	text-align: right;
}
.w2dc_listings_block
{
	background: none;
	border: none;
	box-shadow: none;
}
.w2dc_listings_block .w2dc_listing
{
	padding: 15px 0!important;
}
.w2dc_listings_block .row
{
	padding: 0!important;
}
.w2dc_listings_block .row .listing_logo_wrap
{
	padding: 0;
}
.w2dc_listings_block .listing_logo_wrap
{
	margin: 0;
}
.w2dc_listings_block .w2dc_listing_header
{
	float: left;
	margin-right: 15px;
}
.w2dc_listings_block .stat
{
	float: right;
}
.w2dc_listings_block .stat .ui-rater-starsOff
{
	float: right;
	margin-left: 10px;
}
.w2dc_listings_block .listing_text_fields
{
	clear: both;
	font-size: 11px;
	font-weight: 200;
}
.w2dc_listings_block .listing_text_fields .w2dc_field_output_block
{
	margin: 0;
}
.w2dc_listings_block .listing_text_fields .w2dc_field_icon
{
	width: 12px;
}
.w2dc_listings_block .w2dc_field_output_block address
{
	display: inline;
}
.w2dc_listings_block .w2dc_field_output_block
{
	clear: right;
}
.w2dc_single .listing_videos_wrap .listing_video
{
	margin-top: 40px;
}
.w2dc_single .w2dc_field_output_block
{
	margin: 0 0 0 275px;
}
.w2dc_single .w2dc_field_output_block.w2dc_field_output_block_3
{
	clear: both;
	margin-left: 0;
}
.w2dc_single .w2dc_field ul,.w2dc_single .w2dc_field ul li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.w2dc_single .w2dc_field ul li:hover
{
	border-bottom: 1px dotted gray;
	cursor: default;
}
.w2dc_single .w2dc_field ul li:after
{
	content: ", ";
}
.w2dc_single .w2dc_field ul li:last-child:after
{
	content: ".";
}
.submit_section_steps
{
	background: #eee;
	margin: 30px 0;
	padding-bottom: 30px;
}
.submit_section_steps .adv_circle, .submit_section_steps .adv_circle .adv_circle_active
{
	background: none;
	border: 0;
	box-shadow: none;
}
.submit_section_steps .adv_circle
{
	height: inherit;
	opacity: 0.5;
}
.submit_section_steps .adv_circle.adv_circle_active
{
	opacity: 1;
}
.submit_section_steps .adv_circle.adv_circle_passed
{
	opacity: 0.7;
}
.submit_section_steps .adv_line
{
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid #054289;
	border-top: 10px solid rgba(0, 0, 0, 0);
	height: 0;
	margin: 33px 30px 0;
	opacity: 0.5;
	width: 0;
}
.submit_section_steps .adv_line.adv_line_active
{
	opacity: 1;
}
.submit_section_steps .adv_line.adv_line_passed
{
	opacity: 0.7;
}
.submit_section_steps .adv_step
{
	box-sizing: content-box;
}
.w2dc_submit .submit_section_levels .panel-default > .panel-heading
{
	background-color: #af0102;
	background-image: linear-gradient(top, #cc0011, #af0102);
	background-image: -moz-linear-gradient(top, #cc0011, #af0102);
	background-image: -ms-linear-gradient(top, #cc0011, #af0102);
	background-image: -o-linear-gradient(top, #cc0011, #af0102);
	background-image: -webkit-linear-gradient(top, #cc0011, #af0102);
	background-repeat: repeat-x;
	border-color: #DDDDDD;
	color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0011', endColorstr='#af0102', GradientType=0);
}
.w2dc_submit .submit_section_levels .panel-heading h3
{
	color: #FFF;
	font-size: 15px;
}
.submit_section_productinfo .submit_section_inside>div
{
	padding: 5px 0;
}
.w2dc_payment_method
{
	width: 33%;
}
.w2dc_payment_method .w2dc_payment_gateway_icon img
{
	height: 50px;
}

/*David 27-04-2015 Add businesses in the area*/

.map-info-business h2 {
	margin-left: 10px;
}
#dir-listings {
	margin-bottom: 25px;
}
.business-name {
	margin-left: 8px;
}