/***********************************************************
* Site: UKVansDirect.com                                   *
* Version: 1.0 11/06/06                                    *
* Author: Jonathan Senior                                  *
* Copyright (c) Jonathan Senior 2006. All rights reserved. *
***********************************************************/

html, body, select, option {
  background-color: #FFFFFF;
  font: 13px arial, helvetica, sans-serif;
  color: #000000;
}

#pagecontent a {
  text-decoration: underline;
  color: black;
}

#pagecontent a:hover {
  text-decoration: none;
  background-color: black;
  color: white;
}

#pagecontent a.nohover, #pagecontent a.nohover:hover {
  text-decoration: none;
  background-color: transparent;
  color: black;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

br.clear {
  clear: both;
}

br.clearright {
  clear: right;
}

img {
  border: 0;
}

  /* Displays thin hr through following HTML:
       <div class="hr"><hr /></div>           */

div.hr {
  height: 1px;
  background: #8C96A1 no-repeat scroll center;
  margin: 10px;
}

div.hr hr {
  display: none;
}

.marginless {
  margin: 0;
}

.centered {
  text-align: center;
}

#googlestats {
  text-align: center;
  padding-top: 25px;
}

div.hide {
  display: none;
}

  /* --- BEGIN:   Specifically for home page --- */

  .allpricesinclude img {
    margin-bottom: 20px;
  }

  .allpricesinclude p, .allpricesinclude ul {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
  }

  #vanofweek {
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    width: 568px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #vanofweek_background {
    z-index: 1;
  }

  #vanofweek_content {
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  #vanofweek_image {
    position: absolute;
    left: 372px;
    top: 9px;
  }

  #vanofweek_more {
    position: absolute;
    left: 373px;
    top: 126px;
  }

  #vanofweek_text {
    width: 350px;
    height: 128px;
    position: absolute;
    left: 2px;
    top: 28px;
    padding: 8px;
  }

  #vanofweek_text p {
    margin: 0;
    paddding: 0;
  }

  #vanofweek_title {
    font-size: 19px;
    font-weight: bold;
  }

  #vanofweek_description {
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    color: blue;
  }

  #vanofweek_price {
    font-size: 26px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    top: 124px;
    width: 360px;
    color: red;
  }

  #vanofweek_more a, #vanofweek_more a:hover, #welcome_text a, #welcome_text a:hover {
    background-color: transparent;
    color: black;
    text-decoration: none;
  }
  
  #welcome_text {
    font-size: 11px;
    width: 568px;
    margin-left: auto;
    margin-right: auto;
  }
  
  #welcome_text p {
    margin: 10px 0 0 0;
    padding: 0;
  }
  
  #homepagespecials {
    position: relative;
    width: 568px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
  div.homepagespecial {
    width: 180px;
    height: 130px;
    float: left;
    position: relative;
    display: block;
    margin-top: 14px;
  }
  
  div.homepagespecial_middle {
    width: 180px;
    height: 130px;
    float: left;
    position: relative;
    display: block;
    margin: 14px 14px 0 14px;
  }
  
  div.homepagespecial_background {
    z-index: 1;
  }
  
  div.homepagespecial_overlink {
    z-index: 3;
    position: absolute;
    left: 0px;
    top: 0px;    
  }
  
  div.homepagespecial_content {
    z-index: 2;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  div.homepagespecial_image {
    position: absolute;
    left: 6px;
    top: 65px;
  }
  
  div.homepagespecial_title {
    font-weight: bold;
    text-align: center;
    width: 160px;
    padding: 10px;
  }
  
  p.homepagespecial_modelname {
    font-size: 18px;
    margin: 0;
    padding: 0;
  }
  
  p.homepagespecial_variantname {
    font-size: 12px;
    margin: 0;
    padding: 0;
  }
  
  div.homepagespecial_saving {
    text-align: right;
    position: absolute;
    top: 75px;
    width: 160px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;
    color: red;
  }
  
  div.homepagespecial_price {
    text-align: right;
    position: absolute;
    top: 90px;
    width: 160px;
    padding: 0 10px;
    font-size: 22px;
    font-weight: bold;
    color: red;
  }
  
  p.smallprint {
    font-size: 10px;
    margin: 0;
    padding: 10px 0 0 0;
  }

  /* --- END:   Specifically for home page --- */

  /* --- BEGIN: Specifically for T&Cs --- */

  #terms ol li {
    font-size: 15px;
    font-weight: bold;
  }

  #terms p, #terms ol li ol li {
    font-size: 13px;
    font-weight: normal;
  }

  #terms ol li {
    margin-bottom: 20px;
  }

  #terms ol li ol {
    margin-top: 10px;
  }

  #terms ol li ol li {
    margin-bottom: 5px;
  }

  /* --- END:   Specifically for T&Cs --- */


  /* --- BEGIN: Specifically for FAQs --- */

  .question {
    font-weight: bold;
    font-size: 15px;
  }

  .answer {
  }

  /* --- END:   Specifically for FAQs --- */

  /* --- BEGIN: Specifically for Contact Us, Order Online --- */

  .contactrow {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contactrow .tandc {
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
  }
  
  .tandcerror {
    color: red;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    text-align: center;
  }

  .contacttype {
    float: left;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    width: 150px;
  }

  .contacttype .plain {
    font-weight: normal;
    font-size: 13px;
  }

  .contacttypeerror {
    float: left;
    font-weight: bold;
    font-size: 15px;
    text-align: right;
    width: 150px;
    color: red;
  }

  .contactdetails {
    margin-left: 180px;
  }

  .contactform {
    margin-top: 20px;
    padding: 10px;
    border-width: 1px;
    border-style: dotted;
    border-color: #6D7987;
  }

  .contactinput {
    background: white;
    color: black;
    font: 13px arial, helvetica, sans-serif;
    border-width: 1px;
    border-color: #6D7987;
    border-style: solid;
    padding: 2px;
  }

  .contactprice {
    background: white;
    color: black;
    font: 15px arial, helvetica, sans-serif;
    border-width: 0;
    padding: 0;
  }

  .contactbutton {
    background: #6D7987;
    color: white;
    font: 15px arial, helvetica, sans-serif;
    font-weight: bold;
    border-color: #6D7987;
    padding: 2px;
  }
  
  .contactbuttonsmall {
    background: #6D7987;
    color: white;
    font: 13px arial, helvetica, sans-serif;
    font-weight: bold;
    border-color: #6D7987;
    padding: 1px;
  }
  
  p.contactmessage {
    padding: 10px;
	margin: 0;
  }
  
  .contactcheckbox {
    margin: 0;
	padding: 0;
  }
  
  .checkboxtext {
    padding-left: 10px;
  }
  
  .formerror {
    padding-bottom: 15px;
  }

  .formerror p {
    color: red;
    font-weight: bold;
  }
  
  .formerror ul {
    color: red;
	font-weight: bold;
  }

  fieldset {
    border-color: #8C96A1;
    border-width: 1px;
    border-style: solid;
  }

  fieldset legend {
    font-size: 16px;
    font-weight: bolder;
    color: #8C96A1;
    padding-left: 5px;
    padding-right: 5px;
  }
  
  .updatebutton {
    float: right;
	padding-right: 10px;
  }

  .topmessage {
    margin: 0;
    margin-bottom:30px;
  }

  /* --- END:   Specifically for Contact Us, Order Online --- */

  /* --- BEGIN: Specifically for Vans --- */

  .manufacturer {
    border-style: solid;
    border-width: 0 0 1px 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: 568px;
    float: left;
  }

  .logo {
    padding-top: 5px;
    padding-bottom: 20px;
  }

  .model {
    float: left;
    display: inline;
    text-align: center;
    height: 83px;
    width: 90px;
    margin: 5px 11px;
  }

  .model p {
    margin: 0;
    padding-top: 2px;
    font-size: 11px;
  }
  
  p.vans_intro {
    margin: 0;
    padding: 0;
    margin-bottom: 15px
  }

  #pagecontent .manufacturer a, #pagecontent .manufacturer a:hover {
    background-color: transparent;
    color: black;
    text-decoration: none;
  }

  /* --- END: Specifically for Vans --- */

  /* --- BEGIN: Specifically for Model --- */

  #pagetitle {
    float: left;
  }

  #manufacturerlogo {
    float: right;
    padding-bottom: 10px;
  }

  #modelinfo {
    border-style: solid;
    border-width: 1px 0;
    padding: 0;
    margin-bottom: 10px;
    display:inline-block; 
    width: 100%; 
  }

  /* Hide from IE-mac \*/ 
  * html #modelinfo { 
    height: 1%; 
    width: auto; 
  } 
  #modelinfo { 
    display: table; 
  } 
  /* End hide from IE-mac */ 

  #modelinfo img {
    float: right;
    margin: 0 0 15px 15px;
  }

  #modelinfo p {
    padding: 15px 0;
    margin: 0;
    font-size: 12px;
  }

  #bullets p {
    font-weight: bold;
    font-size: 16px;
  }

  #bullets ul {
    font-weight: bold;
    font-size: 15px;
  }

  #bullets ul.standard li {
    color: blue;
  }

  #bullets ul.additional li {
    color: red;
  }

  #bullets ul li {
    padding-bottom: 2px;
  }

  #pricegrid_top, #pricegrid_bottom {
    margin: 0;
    padding: 0;
    width: 568px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: top left;
  }

  #pricegrid_top {
    background-image: url(../images/model/pricegrid_top.gif);
  }

  #pricegrid_bottom {
    background-image: url(../images/model/pricegrid_bottom.gif);
  }

  #pricegrid_main p {
    margin: 0;
    padding: 0;
  }

  .pricegrid_col1 {
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
  }

  .pricegrid_col2, .pricegrid_col3, .pricegrid_col4, .pricegrid_col5 {
    width: 90px;
  }
  
  .usedpricegrid_col1 {
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
  }

  .usedpricegrid_col2, .usedpricegrid_col3, .usedpricegrid_col5, .usedpricegrid_col6 {
    width: 80px;
  }
  
  .usedpricegrid_col4 {
    width: 37px;
  }

  #othermodels a, #othermodels a:hover {
    background-color: transparent;
    color: black;
    text-decoration: none;
  }

  #buttons {
    margin-top: 30px;
    margin-bottom: 170px;
  }

  #order_button {
    float: left;
  }

  #enquire_button {
    float: right;
  }

  /* --- END: Specifically for Model --- */
  
  /* --- BEGIN: Specifically for Testimonials --- */
  
  div.testimonial {
    padding: 20px 0 15px 0;
    margin: 0;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #6D7987;
  }

  p.testintro {
    margin: 0 0 25px 0;
    padding: 0;
  }
  
  p.testname {
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: 0;
  }
  
  p.testvehicle {
    font-weight: bold;
    font-style: italic;
    font-size: 14px;
    padding: 5px 0 0 0;
    margin: 0;
  }


  /* --- END: Specifically for Testimonials --- */