body, html, h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
code,
em,
img,
small,
strong,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul { list-style: none; }
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:hover, a:active { outline: 0; }
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button, input { line-height: normal; }
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
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; }
textarea {
  overflow: auto;
  vertical-align: top;
}
.float-right { float: right; }
.float-left { float: left; }
.hide { display: none; }
.show { display: block; }
.clear { margin-bottom: 18px; zoom: 1; }
.clear:before, .clear:after { display: table; content: ""; zoom: 1; }
.clear:after { clear: both; }
.uppercase { text-transform: uppercase; }
.center-text { text-align: center; }
.center-block { margin:0; margin-left: auto; margin-right: auto; }
.add-tb-margin { margin: 10px 0; }
.add-padd { padding: 10px; }
.no-left-padding { padding-left: 0; }
.text-shadow { text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
.orange-text { color: #ff5900; }
.small-text { font-size: 11px; }
.top-space { margin-top: 20px; }
.bottom-space { margin-bottom: 20px; }
.red-text { color: red; }
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #404040;
  background-color: #d8d8d8;
  padding: 30px 0 0;
}
.wrapper {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.wrapper:before, .wrapper:after {
  display: table;
  content: "";
  zoom: 1;
}
.wrapper:after { clear: both; }
a {
  color: #ff5900;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #c24400;
  text-decoration: underline;
}
p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px;
}
small { font-size: 11px; }
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 13px; }
h5 small { color: #bfbfbf; }
hr {
  margin: 20px 0 19px;
  border: 0;
  background: url(/images/divider.png) repeat-x bottom;
  height: 5px;
  display: block;
  clear: both;
}
.bottom-line {  
  background: url(/images/divider.png) repeat-x bottom;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.row {
  margin-left: -20px;
  zoom: 1;
  position:  relative;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after { clear: both; }
[class*="col"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.col1 { width: 40px; }
.col2 { width: 100px; }
.col3 { width: 160px; }
.col4 { width: 220px; }
.col5 { width: 280px; }
.col6 { width: 340px; }
.col7 { width: 400px; }
.col8 { width: 460px; }
.col9 { width: 520px; }
.col10 { width: 580px; }
.col11 { width: 640px; }
.col12 { width: 700px; }
.col13 { width: 760px; }
.col14 { width: 820px; }
.col15 { width: 880px; }
.col16 { width: 940px; }
.col-one-third { width: 300px; }
.col-two-thirds { width: 620px; }
.offset1 { margin-left: 80px; }
.offset2 { margin-left: 140px; }
.offset3 { margin-left: 200px; }
.offset4 { margin-left: 260px; }
.offset5 { margin-left: 320px; }
.offset6 { margin-left: 380px; }
.offset7 { margin-left: 440px; }
.offset8 { margin-left: 500px; }
.offset9 { margin-left: 560px; }
.offset10 { margin-left: 620px; }
.offset11 { margin-left: 680px; }
.offset12 { margin-left: 740px; }
.offset-one-third { margin-left: 340px; }
.offset-two-thirds { margin-left: 660px; }
input, textarea, button, select {
 margin: 0;
 padding: 0;
 font:inherit;
 font-weight: normal;
 line-height: normal;
}
input[type=text],textarea, select{
  display: inline-block;
  height: 18px;
  padding: 4px;
  font-size: inherit;
  line-height: 18px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
textarea { height: 8em!important; }
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 8px 0;
  line-height: normal;
  border: none;
}
select, input[type=file] {
  height: 27px;
  line-height: 27px;
}
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
form .clearfix:before, form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
form .clearfix:after { clear: both; }
label,
input,
select,
textarea {
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 170px;
  text-align: right;
  color: #404040;
}
form .input { margin-left: 190px; }
.help-block {
  font-size: 11px;
  line-height: 18px;
  color: #bfbfbf;
  display: block;
  max-width: 600px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong { color: #808080; }
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child { padding-top: 6px; }
.inputs-list li + li { padding-top: 2px; }
.inputs-list input[type=radio], .inputs-list input[type=checkbox] { margin-bottom: 0; }
.btn {
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  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);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: normal;
  color: #333;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  border: 1px solid #ccc;
}
.btn.primary {
  color: #ffffff;
  background-color: #d74c00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff5900), to(#d74c00));
  background-image: -moz-linear-gradient(top, #ff5900, #d74c00);
  background-image: -ms-linear-gradient(top, #ff5900, #d74c00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5900), color-stop(100%, #d74c00));
  background-image: -webkit-linear-gradient(top, #ff5900, #d74c00);
  background-image: -o-linear-gradient(top, #ff5900, #d74c00);
  background-image: linear-gradient(top, #ff5900, #d74c00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5900', endColorstr='#d74c00', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #d74c00;
}
.btn.secondary {
  color: #ffffff;
  background-color: #276599;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4989bf), to(#276599));
  background-image: -moz-linear-gradient(top, #4989bf, #276599);
  background-image: -ms-linear-gradient(top, #4989bf, #276599);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4989bf), color-stop(100%, #276599));
  background-image: -webkit-linear-gradient(top, #4989bf, #276599);
  background-image: -o-linear-gradient(top, #4989bf, #276599);
  background-image: linear-gradient(top, #4989bf, #276599);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4989bf', endColorstr='#276599', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #007be3 #4989bf #00457f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.dark {
  color: #ffffff;
  background-color: #222222;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -ms-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(top, #333333, #222222);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #aaaaaa #333333 #858585;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.danger {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #fff;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 5px 9px 5px;
  font-size: 11px;
}
.btn.full {
  display: block;
}
.btn:hover {
  background-position: 0 -15px;
  text-decoration: none;
}
.btn.fake:hover {
  background-position: 0 0;
  cursor: default;
}
.btn.telephone-icon em {
  position: absolute;
  top: 3px; left: 40px;
  width: 16px;
  height: 16px;
  background-image: url(/images/telephone.png)
}
.btn.pound-icon em {
  position: absolute;
  top: 3px; left: 20px;
  width: 16px;
  height: 16px;
  background-image: url(/images/money_pound.png);
  overflow: hidden;
  text-indent: -999em;
}
.btn.apply-icon em {
  position: absolute;
  top: 3px; left: 20px;
  width: 16px;
  height: 16px;
  background-image: url(/images/application_edit.png);
  overflow: hidden;
  text-indent: -999em;
}
.header .logo {
  position: relative;
  height: 75px;
  top: -10px;
}
.header .logo h1 {
  position: absolute;
  top: 2px; left: 13px;
  width: 195px;
  height: 68px;
}
.header .logo h1 a {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(/images/top-logo.png) no-repeat;
  text-indent: -999em;
  overflow: hidden;
}
.header .navigation {
  background-color: #d74c00;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ff5900), color-stop(25%, #ff5900), to(#d74c00));
  background-image: -webkit-linear-gradient(#ff5900, #ff5900 25%, #d74c00);
  background-image: -moz-linear-gradient(top, #ff5900, #ff5900 25%, #d74c00);
  background-image: -ms-linear-gradient(#ff5900, #ff5900 25%, #d74c00);
  background-image: -o-linear-gradient(#ff5900, #ff5900 25%, #d74c00);
  background-image: linear-gradient(#ff5900, #ff5900 25%, #d74c00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5900', endColorstr='#d74c00', GradientType=0);
  height: 50px;
  border-radius: 4px;
}
.header .navigation ul { 
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .navigation ul li { display: inline; }
.header .navigation ul li a {
  float: left;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px;
  margin: 13px 5px 0;
  position: relative;
  z-index: 5;
  border-radius: 4px;
}
.header .navigation ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.header .navigation ul li a b {
  position: absolute;
  top: 0; right: -6px;
  width: 1px;
  height: 23px;
  background: rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.showrooms .header .navigation ul li a.showrooms-btn,
.delivery .header .navigation ul li a.delivery-btn,
.service .header .navigation ul li a.service-btn {
  background: rgba(0, 0, 0, 0.2);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 1px 0 rgba(0, 0, 0, 0.2);
}
.header .navigation select { 
  width: 180px;
  font-size: 11px!important;
  margin-top: 10px;
}
.content-holder { position: relative; }
.page-header {
  margin-bottom: 17px;  
  background: url(/images/divider.png) repeat-x bottom;
  padding-bottom: 10px;
}
.top-box {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}
.cars-holder { position: relative; }
.cars-holder li {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
}
.cars-holder li a {
  display: block;
  padding: 10px;
}
.cars-holder li a:hover { text-decoration: none; }
.cars-holder li a img { margin-bottom: 10px; }
.cars-holder h5 {
  display: block;
  text-align: center;
  height: 50px;
}
.cars-holder h5 small {
  display: block;
  color: #404040;
  margin-top: 5px;
  margin-bottom: 10px;
}
.cars-holder li p {
  clear: both;
  margin-bottom: 5px;
}
.cars-holder li p label {
  float: left;
  width: 90px;
  text-align: right;
  margin: -5px 10px 0 0;
}
.cars-holder li h3 {
  display: block;
  text-align: center;
  padding: 10px 0 5px;
  font-size: 30px;
}
.right-box {
  margin: 0 0 20px;
  background: #fff;
  border-radius: 4px;
  width: 200px;
  padding: 10px;
}
.shadow { position: relative; }
.shadow i {
  position: absolute;
  z-index: -50;
}
.col2.shadow i {
  bottom: -3px; left: -3px;
  width: 106px;
  height: 6px;
  background: transparent url(/images/shadows/col2.png);
}
.col4.shadow i {
  bottom: -6px; left: -5px;
  width: 231px;
  height: 12px;
  background: transparent url(/images/shadows/col4.png);
}
.col6.shadow i {
  bottom: -12px; left: -12px;
  width: 365px;
  height: 25px;
  background: transparent url(/images/shadows/col6.png);
}
.col7.shadow i {
  bottom: -26px; left: -16px;
  width: 434px;
  height: 54px;
  background: transparent url(/images/shadows/col7.png);
}
.col8.shadow i {
  bottom: -26px; left: -16px;
  width: 493px;
  height: 56px;
  background: transparent url(/images/shadows/col8.png);
}
.col9.shadow i {
  bottom: -32px; left: -20px;
  width: 556px;
  height: 64px;
  background: transparent url(/images/shadows/col9.png);
}
.col10.shadow i {
  bottom: -21px; left: -20px;
  width: 619px;
  height: 44px;
  background: transparent url(/images/shadows/col10.png);
}
.col12.shadow i {
  bottom: -26px; left: -23px;
  width: 746px;
  height: 54px;
  background: transparent url(/images/shadows/col12.png);
}
.col16.shadow i {
  bottom: -26px; left: -23px;
  width: 987px;
  height: 54px;
  background: transparent url(/images/shadows/col16.png);
}
.col-one-third.shadow i {
  bottom: -29px; left: -11px;
  width: 322px;
  height: 63px;
  background: transparent url(/images/shadows/col-one-third.png);
}
.white-box { 
  background: #fff;
  border-radius: 4px;
}
.orange-box { 
  background: #ff5900;
  border-radius: 4px;
  color: #fff;
}
.orange-box a { color: #fff; }
.blue-box { 
  background: #4989bf;
  border-radius: 4px;
  color: #fff;
}
.blue-box a { color: #fff; }
.grey-box { 
  background: #434343;
  border-radius: 4px;
  color: #fff;
}
.manufacturer-info, .mini-search { 
  margin-bottom: 20px;
  position: relative;
  z-index: 5;
  border-radius: 4px;
  display: block;
  clear: both;
}
.manufacturer-holder { padding: 10px; }
.car-image { 
  background: #fff;
  border-radius: 4px;
  height: 500px;
}
.car-image .main_img { margin: 10px 10px 5px; }
.car-image .image_reel { 
  margin: 0 10px 10px;
  text-align: center;
}
.car-details { 
  background: #fff;
  border-radius: 4px;
  height: 500px;
}
.car-details h4 {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c6c6c6;
}
.car-details h6 { 
  margin-bottom: 10px;
  color: #bbbbbb;
}
.car-details h4 {
  margin-bottom: 10px;
  height: auto;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  color: #ffffff;
  background-color: #d74c00;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ff5900), to(#d74c00));
  background-image: -moz-linear-gradient(top, #ff5900, #d74c00);
  background-image: -ms-linear-gradient(top, #ff5900, #d74c00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5900), color-stop(100%, #d74c00));
  background-image: -webkit-linear-gradient(top, #ff5900, #d74c00);
  background-image: -o-linear-gradient(top, #ff5900, #d74c00);
  background-image: linear-gradient(top, #ff5900, #d74c00);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5900', endColorstr='#d74c00', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #d74c00;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.car-links { margin: 10px 0; }
.car-links ul { list-style: none; }
.car-links ul li { display: inline; }
.car-links ul li a {
  float: left;
  width: 180px;
  margin: 0 0 10px 0;
  text-align: center;
}
.car-info {
  display: block;
  clear: both;
}
.car-info p { 
  clear: both;
  padding: 5px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
}
.car-info p strong {
  float: left;
  width: 180px;
}
.car-info h6.float-right { 
  color: #ff5900;
  font-size: 14px;
  margin-bottom: 0;
}
.car-info p label {
  float: left;
  width: 120px;
  margin-right: 10px;
  font-weight: bold;
}
.car-info .info-right { width: 260px; }
.car-btns {
  margin: 10px 0 8px 0;
  text-align: center;
}
.car-btns a { margin-right: 5px; }
.table-holder { padding: 20px 20px 0 0; }
.table-holder div {
  padding-bottom: 15px;
  clear: both;
}
.table-holder div form { float: right; }
.table-holder div form p { 
  float: left;
  margin-left: 10px;
}
.table-holder div form p input[type="text"], .table-holder div form p select {
  padding: 2px;
  width: 75px;
  line-height: normal;
  height: auto;
}
.table-holder div h3 {
  float: left;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  margin-top: 5px;
}
.finance-example { background: #fff; color: #404040; }
.finance-table { border-radius: 4px; }
.finance-example .calculator td {
  border: 0;
  background: #4989bf;
  color: #fff;
  padding: 0;
}
.finance-example .table-header { background: #434343; }
.finance-example .table-header td {
  color: #fff;
  font-weight: bold;
}
.finance-example td { 
  padding: 5px;
  border: 1px solid #ccc;
}
.enquiry-form { padding: 10px; }
.enquiry-form .page-header { color: #ff5900; }
.enquiry-location {
  background: #ff5900;
  padding: 10px;
  border-radius: 0 4px 4px 0;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.enquiry-location .map-holder {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.enquiry-location .map-holder #map_canvas {
  width: 100%;
  height: 200px;
  color: #000;
  text-shadow: none;
}
.enquiry-location h5 { margin-bottom: 10px; }
.enquiry-location .location-info {
  display: block;
  clear: both;
}
.enquiry-location .location-info label {
  float: left;
  width: 120px;
  font-weight: bold;
  color: #fff!important;
}
.enquiry-location .location-info span {
  float: left;
  margin: 8px 0 0 10px;  
}
.enquiry-location .location-info:before,
.enquiry-location .location-info:after {
  display: table;
  content: "";
  zoom: 1;
}
.enquiry-location .location-info:after { clear: both; }
.enquiry-location .showroom-img {
  position: absolute;
  right: 20px;
  top: 310px;
  background: #fff;
  border-radius: 4px;
  padding: 4px;
}
.enquiry-form form { padding: 10px; }
.enquiry-form form .form-item{margin-bottom:18px;zoom:1;}
.enquiry-form form .form-item:before,
.enquiry-form form .form-item:after{display:table;content:"";zoom:1;*display:inline;}
.enquiry-form form .form-item:after{clear:both;}
.enquiry-form form .input{margin-left:150px;}
.enquiry-form form label{padding-top:6px;font-size:13px;line-height:18px;float:left;width:130px;text-align:right;color:#404040;}
.tabs-holder { padding: 10px; }
.tabs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.tabs:after, {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.tabs:after { clear: both; }
.tabs > li { float: left; }
.tabs > li > a { display: block; }
.tabs {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.tabs > li {
  position: relative;
  top: 1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 36px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs > li.active > a {
  color: #808080;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.tab-content { 
  clear: both;
  padding: 0 10px;
}
.tab-content > * { display: none; }
.tab-content > .active { display: block; }
.delivery-map { 
  padding: 10px;
  height: 500px;
}
.delivery-map #map_canvas {
  width: 100%;
  height: 100%;
}
.distance-search { padding: 10px; }
.search-form-holder { 
  padding: 10px;
  position: relative;
  z-index: 10;
}
.search-form-holder form {
  background: #4989bf;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
}
.search-form-holder .page-header em {
  float: right;
  width: 16px;
  height: 16px;
  background-image: url(/images/icons/magnifier.png);
  margin-right: 105px;
}
.search-form-holder form h5 { text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
.search-form-holder select { width: 240px; }

.search-form-holder a { 
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-left: 10px;
}
.slider {
  float: left;
  position: relative;
  margin-top: 10px;
}
.slider .window {
  height:230px;
  width: 940px;
  overflow: hidden;
  position: relative;
  margin-top: -10px;
  margin-left: -300px;
  z-index: 1;
}
.slider .image_reel {
  position: absolute;
  top: 0; left: 0;
  height: 380px;
  background: #ffffff;
}
.slider .image_reel img { float: left; width: 940px; height: 230px; }
.slider .paging {
  position: absolute;
  bottom: -20px; right: 0;
  z-index: 100;
  display: none;
  margin-left: -3px;
}
.slider .paging a { 
  color: #fff;
  float: left;
  width: 12px;
  height: 12px;
  background: url(/images/paging-normal.png);
  text-indent: -999em;
  text-decoration: none;
  margin-left: 3px;
}
.slider .paging a:hover { text-decoration: none; }
.slider .paging a.active { background: url(/images/paging-active.png); }
.results-holder a { 
  color: #404040;
  text-decoration: none;
}
.results-holder { padding: 10px; }
.results-holder h5 {
  color: #ff5900;
  float: left;
  margin: 0 0 10px 20px;
  width: 610px;
}
.search .finance-example { margin: -10px 0 10px 10px; }
.results-car-info ul { list-style: none; }
.results-car-info ul li {
  display: block;
  clear: both;
  font-size: 14px;
}
.results-car-info ul li span {
  font-weight: bold;
  float: left;
  width: 120px;
  margin: 0 0 10px 0;
}
.results-car-price h3 {
  background: #ff5900;
  color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
  font-size: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 0 20px 0;
}
.results-car-price h3 span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.filter-search-results {
  text-align: right;
  line-height: 34px;  
}
.filter-search-results select {
  width: 150px;
  font-size: 11px;
}
.pagination { height: 36px; }
.pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination li { display: inline; }
.pagination a {
  float: left;
  padding: 0 10px;
  line-height: 25px;
  border-right: 1px solid #ccc;
  text-decoration: none;
}
.pagination a:hover, .pagination .active a {
  background-color: #4989bf;
  color: #fff;
}
.pagination .disabled a, .pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.pagination .next a { border: 0; }
.manufacturer-logos .col2 {
 text-align: center;
 margin-bottom: 20px;
 padding: 10px 0 6px;
}
.manufacturer-logos .col2 span { display: none; height: 0; }
.search .mini-search .page-header,
.showrooms .mini-search .page-header,
.testimonials .mini-search .page-header,
.service .mini-search .page-header,
.delivery .mini-search .page-header { display: none; }
.search .mini-search p,
.showrooms .mini-search p,
.testimonials .mini-search p,
.service .mini-search p,
.delivery .mini-search p {
  float: left;
  margin-left: 20px;
  margin: -10px 10px 10px 0;
}
.search .mini-search p select,
.showrooms .mini-search p select,
.testimonials .mini-search p select,
.service .mini-search p select,
.delivery .mini-search p select { width: 220px; }
.map-holder { margin: 10px; }
.map-holder #map_canvas {
  width: 100%;
  height: 400px;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  margin-top: 10px;
  zoom: 1;
}
.media-grid:before, .media-grid:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.media-grid:after { clear: both; }
.media-grid li { display: inline; }
.media-grid a {
  float: left;
  display: inline;
  padding: 4px;
  margin: 0 0 20px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  text-align: center;
}
.media-grid a img {
  margin: 0 auto;
}
.media-grid a span {
  display: block;
  margin: 5px 0 3px;
  font-size: 10px;
  color: #ddd;
}
.media-grid a:hover {
  border-color: #ff5900;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  text-decoration: none;
}
.media-grid a:hover span { color: #ff5900; }
.jquery-lightbox-overlay { background: #000000; }
.jquery-lightbox {
  position: relative;
  padding: 17px 0;
}
.jquery-lightbox-border-top-left,
.jquery-lightbox-border-top-right,
.jquery-lightbox-border-bottom-left,
.jquery-lightbox-border-bottom-right {
  position: absolute;
  height: 17px;
  width: 12%;
  z-index: 7000;
}
.jquery-lightbox-border-top-left {
  background: url(/images/lightbox.png) no-repeat 0 0;
  top: 0; left: 0;
}
.jquery-lightbox-border-top-right {
  background: url(/images/lightbox.png) no-repeat right 0;
  top:0; right:0;
}
.jquery-lightbox-border-top-middle {
  background: #2b2b2b;
  position: absolute;
  height: 7px;
  width: 78%;
  top: 0; left: 12%;
  z-index: 7000;
  overflow: hidden;
}
.jquery-lightbox-border-bottom-left {
  background: url(/images/lightbox.png) no-repeat 0 bottom;
  bottom: 0; left: 0;
}
.jquery-lightbox-border-bottom-right {
  background: url(/images/lightbox.png) no-repeat right bottom;
  bottom: 0; right: 0;
}
.jquery-lightbox-border-bottom-middle {
  background: #2b2b2b;
  height: 7px;
  width: 78%;
  position: absolute;
  bottom: 0; left: 12%;
  z-index: 7000;
  overflow: hidden;
}
.jquery-lightbox-title {
  background: #2b2b2b;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 14px;
  padding: 5px 8px;
  margin: 3px;
  position: absolute;
  bottom: 0;
  z-index: 7000;
  opacity: 0.9;
}
.jquery-lightbox-html {
  z-index: 7000;
  position: relative;
  border: 0;
  border-left: 7px solid #2b2b2b;
  border-right: 7px solid #2b2b2b;
  padding: 0px 15px;
  vertical-align: top;
}
.jquery-lightbox-html embed,
.jquery-lightbox-html object,
.jquery-lightbox-html iframe { vertical-align:top; }
.jquery-lightbox-background {
  position: absolute;
  top: 7px; left: 7px;
  z-index: 6999;
  float: left;
  padding: 0;
}
.jquery-lightbox-background img {
  display: block;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.jquery-lightbox-mode-image .jquery-lightbox-html {
  z-index: 6998;
  padding: 0;
}
.jquery-lightbox-mode-html .jquery-lightbox-background { background:#FFFFFF; }
.jquery-lightbox-mode-html .jquery-lightbox-html { overflow:auto; }
.jquery-lightbox-loading { background:#FFFFFF url(/images/loading.gif) no-repeat center center; }
.jquery-lightbox-button-close {
  background: url(/images/lightbox.png) no-repeat -190px -115px;
  position: absolute;
  top: 12px;
  right: -26px;
  width: 29px;
  height: 29px;
}
.jquery-lightbox-button-close:hover { background: url(/images/lightbox.png) no-repeat -220px -115px; }
.jquery-lightbox-button-close span,
.jquery-lightbox-buttons span { display: none; }
.jquery-lightbox-mode-image .jquery-lightbox-button-close {
  right: 14px;
  z-index: 7002;
}
.jquery-lightbox-buttons {
  position: absolute;
  top: 7px; left: 7px;
  z-index: 7001;
  height: 39px;
  display: none;
}
.jquery-lightbox-buttons .jquery-lightbox-buttons-init,
.jquery-lightbox-buttons .jquery-lightbox-buttons-end {
  width: 5px;
  height: 39px;
  float: left;
  display: inline;
}
.jquery-lightbox-buttons .jquery-lightbox-buttons-init {
  background: url(/images/lightbox.png) no-repeat -151px -153px;
  margin: 7px 0 0 7px;
}
.jquery-lightbox-buttons .jquery-lightbox-buttons-end {
  background: url(/images/lightbox.png) no-repeat -244px -153px;
  margin: 7px 0 0 0;
}
.jquery-lightbox-buttons .jquery-lightbox-button-left {
  background: url(/images/lightbox.png) no-repeat -156px -153px;
  width: 24px;
  height: 39px;
  float: left;
  display: inline;
  margin: 7px 0 0 0;
}
.jquery-lightbox-buttons .jquery-lightbox-button-left:hover { background: url(/images/lightbox.png) no-repeat -156px -194px; }
.jquery-lightbox-buttons .jquery-lightbox-button-right{
  background: url(/images/lightbox.png) no-repeat -220px -153px;
  width: 24px;
  height: 39px;
  float: left;
  display: inline;
  margin: 7px 0 0 0;
}
.jquery-lightbox-buttons .jquery-lightbox-button-right:hover { background: url(/images/lightbox.png) no-repeat -220px -194px; }
.jquery-lightbox-buttons .jquery-lightbox-button-max {
  background: url(/images/lightbox.png) no-repeat -182px -153px;
  width: 36px;
  height: 39px;
  float: left;
  display: inline;
  margin: 7px 0 0 0;
}
.jquery-lightbox-buttons .jquery-lightbox-button-max:hover { background: url(/images/lightbox.png) no-repeat -182px -194px; }
.jquery-lightbox-buttons .jquery-lightbox-button-min {
  background: url(/images/lightbox.png) no-repeat -162px -235px;
  width: 36px;
  height: 39px;
  float: left;
  display: inline;
  margin: 7px 0 0 0;
}
.jquery-lightbox-buttons .jquery-lightbox-button-min:hover { background: url(/images/lightbox.png) no-repeat -207px -235px; }
.jquery-lightbox-buttons-custom {
  height: 39px;
  float: left;
  display: inline;
  background: #2b2b2b;
  line-height: 39px;
  font-size: 10px;
  margin: 7px 0 0 0;
}
.jquery-lightbox-buttons-custom a {
  color: #FFFFFF;
  font-size: 10px;
  display: inline;
  font-weight: normal;
  text-decoration: underline;
  padding: 0 3px;
}
.jquery-lightbox-mode-image .jquery-lightbox-button-close { opacity:0.7; }
.jquery-lightbox-mode-image .jquery-lightbox-buttons { opacity:0.3; }
.jquery-lightbox-mode-image:hover .jquery-lightbox-buttons,
.jquery-lightbox-mode-image:hover .jquery-lightbox-button-close { opacity:0.9; }
.jquery-lightbox-navigator { display:none; }
.testimonial-entry h5 { margin-bottom: 10px; }
.testimonial-entry .admin-controls {
  position: absolute;
  top: 0; right: -70px;
}
#aboutmotordepot {
  width: 800px;
  height: 420px;
  padding: 10px;
}
#siteinfo {
  width: 800px;
  height: 350px;
  padding: 10px;
}
#racinfo {
  width: 400px;
  height: 250px;
  padding: 10px;
}
#quickjump {
  width: 600px;
  height: 350px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}
#quickjump ul { margin:0; }
#quickjump ul li {
  float: left;
  width: 30%;
  padding: 5px;
} 
#techspecs {
  width: 400px;
  height: 350px;
  padding: 10px;
}
.mini-map {
  display: block;
  height: 130px;
  margin: 10px 0;
  background: #ccc;
}
.service-info { height: 140px; }
ul.default { 
  margin: 5px 0 10px 25px;
  list-style: disc; 
}
ol.default { list-style: decimal; }
.default li { line-height: 18px; }
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 190px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 190px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.hessle-corner-banner {
  position: absolute;
  top: -11px; right: -11px;
  width: 101px;
  height: 101px;
  background: url(/images/mot-corner.png);
}
.meet-team {
  background: #f5f5f5;
  padding: 10px 0 0;
  margin: 20px 0 10px;
}
.meet-team h6 { margin-top: -15px; }
.team-header { margin: 0 0 10px 20px; }
#quote-span {
  display: block;
  background-color: #276599;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#4989bf), to(#276599));
  background-image: -moz-linear-gradient(top, #4989bf, #276599);
  background-image: -ms-linear-gradient(top, #4989bf, #276599);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4989bf), color-stop(100%, #276599));
  background-image: -webkit-linear-gradient(top, #4989bf, #276599);
  background-image: -o-linear-gradient(top, #4989bf, #276599);
  background-image: linear-gradient(top, #4989bf, #276599);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4989bf', endColorstr='#276599', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #007be3 #4989bf #00457f;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 4px;
  margin: 20px 0 10px 0;
  color: #fff;
  text-align: center;
}
.social-network ul { 
  list-style: none;
  margin: 10px 0 -5px;
}
.social-network ul li { display: inline; }
.social-network ul li a {
  display: inline;
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  text-indent: -999em;
  overflow: hidden;
}
.social-network ul li a.facebook-btn { background-image: url(/images/icons/facebook.png); }
.social-network ul li a.twitter-btn { background-image: url(/images/icons/twitter.png); }
.social-network ul li a.youtube-btn { background-image: url(/images/icons/youtube.png); }
.social-network ul li a.blogger-btn { background-image: url(/images/icons/blogger.png); }
.newsletter-signup h3 {
  margin-bottom: 5px;  
  background: url(/images/divider.png) repeat-x bottom;
  padding-bottom: 5px;
}
.newsletter-signup input[type=text] {
  color: #404040;
  width: 187px;
}
.footer { 
  padding-bottom: 20px;
  clear: both;
  display: block;
  position: relative;
}
.footer p { 
  font-size: 10px;
  line-height: 14px;
}
.footer ul li { padding: 3px 0; }
.contact_form input[type=text]:focus:invalid,
.contact_form textarea:focus:invalid {
  background: #fff;
  box-shadow: 0 0 5px #d45252;
  border-color: #b03535
}
.directions-btn {
  float: right;
  width: 100px;
  position: relative;
  margin: -10px 10px 0 0;
}
.directions-btn a {
  position: absolute;
  top: 0; left: 0; 
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 70px 0 0;
  background: url(/images/directions-icon.gif) no-repeat top center;
}
.finance-example .calculator .page_header {  
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
#slider-code { 
  height: 85px;
  overflow:hidden;
  margin: 20px 20px 20px;
  background-color: #434343;
  padding: 10px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border-bottom-color: #bbb;
  width: 440px;
}
#slider-code img { box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3); }
#slider-code .viewport {
  float: left;
  width: 440px;
  overflow: hidden;
  height: 85px;
  position: relative;
}
#slider-code .disable { visibility: hidden; }
#slider-code .overview { 
  list-style: none;
  position: absolute;
  left: 0; top: 0;
}
#slider-code .overview li{
  float: left;
  margin-right: 10px;
  height: 80px;
  width: 105px;
}
.nav-btns {
  position: absolute;
}
.nav-btns a {
  width: 20px;
  height: 105px;
  text-decoration: none;
  text-indent: -999em;
  position: absolute;
}
.nav-btns a.next { 
  background: #2f2f2f;
  top: -10px;
  left: -30px;
}
.nav-btns a.prev { 
  background: #2f2f2f;
  top: -10px;
  right: -470px;
  z-index: 80;
}
.narrow { margin: 5px 0 15px 0; }
.narrow h5, .narrow a {
  float: left;
  margin-right: 20px;
  font-size: 12px;
}
.narrow h5 {
  line-height: normal;
  height: auto;
  margin-top: 2px;
}
.narrow a {
  display: inline-block;
  color: #ff5900;
  text-decoration: underline;
  margin-bottom: 15px;
}
.simular .col4 { height: 350px; }
.popup_holder { padding: 30px; }
.question h3 { 
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.question h5 { 
  margin-bottom: 10px;
  text-align:  center;
}
.question .form-actions { margin: 20px 0; }
.mini-car { 
  border-radius: 4px;
  font-size: 10px;
}
.mini-car span span { display: none; }
#carImage { margin-bottom: 30px; }
#car-photos { position: relative; }
.sliding-images {
  float: left;
  position: relative;
  margin-left: 15px;
}
.sliding-images img {
  float: left;
  height: 85px;
  width: 108px;
  display: block;
}
.sliding-images-btn.next, .sliding-images-btn.prev {
  float: left;
  bottom: -85px; left: 0;
  width: 15px;
  height: 85px;
  text-indent: -999em;
  overflow: hidden;
  background-image: url(/images/prev-btn.jpg);
  background-position: bottom center;
  border-radius: 4px 0 0 4px;
  margin: 0;
  position: absolute;
  z-index: 600;
}
.sliding-images-btn.next {
  background-image: url(/images/next-btn.jpg);
  border-radius: 0 4px 4px 0;
  left: 445px;
}
.sliding-images-btn:hover { background-position: top center; }
.car-deals ul {
  background-image: url(/images/divider.png);
  background-repeat: repeat-x;
  background-position: top center;
  padding-top: 10px;
}
.car-deals ul li { padding: 5px 0; }
.car-deals ul li a { text-decoration: underline; }
.four-o-four { margin-top: 30px; }
.search-table {
  position: relative;
  left: -15px;
  font-size: 11px;
  width: 630px;
}
.search-table .table-header { font-size: 10px; }
.mini-calculator { margin-bottom: 20px; }
.mini-calculator h5, .mini-calculator p {
  float: left;
  margin-right: 10px;
}
.mini-calculator h5 { 
  line-height: 28px;
  margin-right: 25px;
  padding-left: 20px;
  background-image: url(/images/calculator.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
}
.mini-calculator p.submit-finance-btn { width: 120px; }
.mini-calculator input[type=text], .mini-calculator select {
  width: 110px;
}
.car-header {
  background-color: #ff5900;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-bottom: 10px;
}
.car-header h4 { line-height: 22px; }
.car-price {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.car-price h5 {
  display: block;
  color: #ff5900;
  text-align: center;
  margin: 0 0 10px;
  font-size: 22px;
}
.car-price h6 {
  font-weight: normal;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  color: #979797;
}
.car-details-left {
  float: left;
  width: 220px;
  margin-right: 10px;
}
.car-finance {
  float: left;
  width: 220px;
}
.car-details-left p, .car-finance p {
  clear: both;
  font-size: 11px;
  margin: 0;
  padding: 3px 0;
}
.car-details-left p strong, .car-finance p strong {
  float: left;
  width: 110px;
  margin: 3px 10px 0 0;
  text-align: right;
}
.car-finance .car-finance-form p {
  float: left;
  margin: 0 5px 5px 0;
  padding: 5px 0 0;
  clear: none;
}
.car-finance .car-finance-form p input[type=text], .car-finance .car-finance-form p select {
  width: 66px;
  font-size: 11px;
  padding: 3;
  line-height: normal;
  height: auto;
}
.car-finance h5 {
  display: block;
  clear: both;
  background: #4989bf;
  padding: 5px;
  color: #fff;
  margin: 0;
  line-height: normal;
  border-radius: 4px 4px 0 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}
.car-finance .finance-example-holder {
  background: #eee;
  padding: 5px 0;
  margin: 0 0 5px;
  border-radius: 0 0 4px 4px;
}
.car-finance .finance-example-holder p strong { width: 135px; }
.car-buttons {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* "twipsy" */
.twipsy {
  display: block;
  position: absolute;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  z-index: 1000;
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.twipsy.above .twipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.twipsy.left .twipsy-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.twipsy.below .twipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.twipsy.right .twipsy-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.twipsy-inner {
  padding: 3px 8px;
  background-color: #000000;
  color: white;
  text-align: center;
  max-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.twipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in { opacity: 1; }
.enquire-car-info  {
  clear: both;
  display: block;
  text-align: center;
  background-color: #eee;
  background-image: url(/images/telephone.jpg);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 10px;
  border-radius: 4px;
  margin-top: 20px;
  width: 440px;
  position: relative;
}
.enquire-car-info b {
  width: 34px;
  height: 34px;
  background: url(/images/telephone-mirror.jpg);
  position: absolute;
  top: 10px; right: 10px;
}
.car-finance-info p {
  clear: both;
  display: block;
}
.car-finance-info p strong {
  float: left;
  width: 150px;
  margin-right: 10px;
  text-align: right;
}
.call-us-on span { color: #4989bf; margin-bottom: 20px; }
.call-us-on small { 
  display: block;
  margin-top: 10px;
  margin-left: -10px;
}
#recaptcha_response_field {
  margin-left: -100px;
  position: absolute;
  left: 0;
}
.adv-search {
  margin-top: -20px;
  width: 565px;
}
.adv-search label { color: #fff; }
.more-finance-examples { height: 320px; }
.more-finance-examples h5 {
  margin-bottom: 5px;
  color: #ff5900;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.more-finance-examples p { clear: both; font-size: 12px; }
.more-finance-examples p strong {
  float: left;
  width: 180px;
  text-align: right;
  margin-right: 10px;
}
.finance-examples-car-details p {
  clear: both;
  font-size: 11px;
  margin: 0;
  padding: 3px 0;
}
.finance-examples-car-details p strong {
  float: left;
  width: 110px;
  margin: 3px 10px 0 0;
  text-align: right;
}
.more-finance-examples form label { width: 100px; }
.more-finance-examples form .input { margin-left: 110px; margin-top: 12px; }
.px-holder {
  padding: 10px;
  width: 600px;
  margin-top: -20px;
}
.sidebar {
  position: fixed;
  top: 200px;
  right: 0;
  display: none;
  background: #000000;
  padding: 10px 50px 10px 10px;
  width: 220px;
  opacity: .85;
  z-index: 5000;
}
.sidebar-trigger {
  position: fixed;
  top: 200px; right: 0;  
  width: 40px;
  height: 40px;
  background: orange;
  z-index: 5001;
  transition: all linear 300ms;
}
.sidebar-trigger.active { right: 280px; }
.search .search-form-holder p a,
.showrooms .search-form-holder p a { position: absolute; top: 13px; right: 13px;}
.default-color {
  float: right;
  color: #404040;
  font-weight: normal;
  font-size: 13px;
  margin-right: 10px;
}
