/************************************************************************************************************************
  COLORS, BORDERS & FONTS
************************************************************************************************************************/

html {
  font: 62.5% Arial;
}

body {
  background: #fff;
  color: #000;
  font-size: 1.2em;
}

a:link {
  background: inherit;
  color: #666;
}

h1  { font-size: 1.7em; }

h2  { font-size: 1.5em; }

h3  { font-size: 1.3em; }

h4  { font-size: 1.2em; }

h5  { font-size: 1.1em; }

h6  { font-size: 1.0em; }

fieldset {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: solid 1px #999;
}

img {
  border: none;
}

input,
select {
  font-size: 1.0em;
}

.header a {
  background: inherit;
  color: #fff;
}

.header a.logo {
  background: url(/images/header.png) no-repeat;
  width: 960px;
  height: 120px;
  display: block;
  text-indent: -9999px;
}

.primary-menu,
.primary-menu a {
  background: #ccc;
  color: #666;
}

.content,
.secondary-menu {
  background: #fff;
  color: #000;
}

.content a,
.secondary-menu a {
  background: inherit;
  color: #06c;
}

.content li#res-no {
  color: #c00;
}

.content .validation-summary {
  background: #ffc url(/images/error.gif) no-repeat 32px 32px;
  border-bottom: solid 2px #fc3;
  border-top: solid 2px #fc3;
  color: #f00;
  font-weight: bold;
  font-size: 1.6em;
}

.content .validation-summary ul {
  font-size: 75%;
}

.content .blackout {
  background: inherit;
  color: #f00;
  font-weight: bold;
}

.content .vehicle-blackout img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.content .vehicle-available img {
}

.content .fleet .name {
  font-weight: bold;
}

.content .title {
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
}

.content .vehicle .name {
  font-weight: bold;
}

.content .vehicle .features {
  font-size: 0.9em;
}

.content .quote tr.Total {
  font-size: 1.2em;
  font-weight: bold;
}

.secondary-menu li,
.secondary-menu li li:first-child {
  border-left: solid 1px #666;
}

.secondary-menu li:first-child {
  border-left: none;
}

.vehicle-list li {
  font-weight: bold;
}

.vehicle-list li li {
  font-weight: normal;
}

.main .wait {
  background: #f00 url(/images/loading.gif) no-repeat 8px;
  color: #fff;
}

#secondary {

}

#tertiary {
  background: #ddd;
}

/************************************************************************************************************************
  LAYOUT
************************************************************************************************************************/

body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: .5em 0;
}

p {
  padding: 0 0 1em;
  margin: 0;
}

table {
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

ul.form {
  margin: 0;
  padding: 0;
}

.main {
  margin: auto;
  width: 960px;
}

.main .wait {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 8px 8px 8px 28px;
}

/******************** Header ********************/

.print-heading {
  display: none;
}

.lang {
  margin: 0;
  padding: 2px;
  text-align: right;
}

  .lang li {
    display: inline;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0 2px;
  }

  .lang li a,
  .lang li span {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 21px;
  }

  .lang li.en a,
  .lang li.en span  { background-image: url(/images/flag-en.gif); }

  .lang li.es a,
  .lang li.es span  { background-image: url(/images/flag-es.gif); }

  .lang li.pt a,
  .lang li.pt span  { background-image: url(/images/flag-pt.gif); }

  .lang li a {
    font-weight: normal;
  }

.header {
}

.header .lang {
  float: right;
  padding: .5em 0;
}

.header .lang a {
  padding-left: 1em;
}

.header .lang img {
  vertical-align: middle;
  margin-right: .25em;
}

.primary-menu {
  font-weight: bold;
  padding: .5em 1em;
}

.primary-menu ul,
.primary-menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu a {
  margin: 0 1em;
  text-decoration: none;
}

.content {
  clear: both;
  min-height: 372px;
}

.content .col {
  float: left;
}

.content .box {
  overflow: hidden;
  margin: 8px 4px;
  padding: 8px;
}

.content .validation-summary {
  margin: 4px 0;
  padding: 32px 16px 16px 132px;
}

.content .form {
  list-style: none;
}

.content .form li {
  padding: .5em 0;
}

.content .form label,
.content legend {
  color: #666;
  display: block;
  font-size: 95.5%;
}

.content .form .inline label {
  display: inline;
}

.content .buttons {
  clear: both;
  padding: 18px 0;
  text-align: center;
}

.content .buttons input {
  margin-left: .25em;
  margin-right: .25em;
  margin-top: 5px;
}

.actions {
  clear: both;
  margin-top: 1em;
  text-align: center;
}

.actions a,
.actions input {
  margin-left: .5em;
  margin-right: .5em;
}

.title {
  margin-bottom: 4px;
  padding: 8px;
}

.ssl {
  clear: both;
  background: url(/images/lock.gif) no-repeat;
  color: #090;
  font-weight: bold;
  padding: 0 0 0 18px;
}

/******************** Secondary Menu ********************/

.secondary-menu {
  padding: .5em 0;
  text-align: center;
}

.secondary-menu a {
  padding: 0 .5em;
}

.secondary-menu ul,
.secondary-menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/******************** Footer ********************/

.footer {
  background: #ccc;
  color: #333;
  margin-top: 5px;
  padding: 20px 15px 20px;
  position: relative;
}

  .footer .copyright p {
    line-height: 40px;
    padding: 0;
  }

  .footer .logo {
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 40px;
    margin-left: 30px;
    text-indent: -9999px;
  }

  .footer .design {
    background-image: url(/images/design-gray.png);
    width: 80px;
  }

  .footer .power {
    background-image: url(/images/power-gray.png);
    width: 120px;
  }

/************************************************************************************************************************
  ELEMENTS
************************************************************************************************************************/

/******************** Responsive image ********************/
.img-responsive {
  display: block;
  min-width: 100%;
  max-width: 100%;
}

/******************** Items ********************/
.items {
  display: inline-block;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%;
}

  .items .item {
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .items .item-inner {
    padding-left: 5px;
    padding-right: 5px;
  }

  .items img {
    display: block;
    min-width: 100%;
    max-width: 100%;
  }

/******************** Featured ********************/
.featured {
  border-bottom: solid 1px #ccc;
}

  .featured .item {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
   
  }

  .featured a {
    text-decoration: none;
  }

/******************** Fleet ********************/
.fleet .item {
  text-align: center;
  width: 33.3333%;
}

/******************** Calendar ********************/
.calendar a {
  text-decoration: none;
}

/******************** Reservation ********************/
div#reservation ul li             { float: left; }

div#reservation ul li#res-no        { width: 50%; clear: both; }

div#reservation ul li#status        { width: 50%; }

div#reservation ul li#pickup-location     { width: 50%; clear: both; }

div#reservation ul li#pickup-date       { width: 50%; }

div#reservation ul li#dropoff-location    { width: 50%; clear: both; }

div#reservation ul li#dropoff-date      { width: 50%; }

/******************** Contact ********************/
div#contact ul li             { float: left; }

div#contact ul li input,
div#contact ul li select        { width: 85%;  }

div#contact ul li#first-name      { width: 50%; clear: both; }

div#contact ul li#last-name       { width: 50%; }

div#contact ul li#email         { width: 50%; clear: both; }

div#contact ul li#phone         { width: 50%; }

div#contact ul li#country         { width: 65%; clear: both; }

/***************** Address ****************/
div#home-address ul li              { float: left; }

div#home-address ul li input,
div#home-address ul li select           { width: 85%; }

div#home-address ul li#uxExtendedAddressStreet1 { width: 60%; clear: both; }

div#home-address ul li#uxExtendedAddressStreet2 { width: 25%; }

div#home-address ul li#uxExtendedAddressCity  { width: 45%; clear: both; }

div#home-address ul li#uxExtendedAddressState   { width: 45%; }

div#home-address ul li#uxExtendedAddressZip   { width: 25%; clear: both; }

div#home-address ul li#country          { width: 65%; }

/***************** Driver License ****************/
div#DriverLicense ul li                   { float: left; }

div#DriverLicense ul li input,
div#DriverLicense ul li select                { width: 80%;  }

div#DriverLicense ul li#uxExtendedDriverLicenseCountryID  { width: 60%; clear: both; }

div#DriverLicense ul li#uxExtendedDriverLicenseState    { width: 30%; }

div#DriverLicense ul li#uxExtendedDriverLicenseNumber     { width: 35%; clear: both; }

div#DriverLicense ul li#uxExtendedDriverLicenseExpiry     { width: 25%; }

div#DriverLicense ul li#uxExtendedDOB             { width: 25%; }

/******************** Payment ********************/
div#payment ul li         { float: left; }

div#payment ul li input,
div#payment ul li select    { width: 85%;  }

div#payment ul li#cc-type     { width: 25%; clear: both; }

div#payment ul li#cc-no     { width: 33%; }

div#payment ul li#cc-exp    { width: 18%; }

div#payment ul li#cc-ccv    { width: 12%; }

div#payment ul li#cc-name     { width: 60%; clear: both; }

/* Pickup - Flight ********************************************************************************/
div#pickup fieldset#flight ul li            { float: left; }

div#pickup fieldset#flight ul li input,
div#pickup fieldset#flight ul li select         { width: 85%; }

div#pickup fieldset#flight ul li#flight-airline     { width: 60%; clear: both; }

div#pickup fieldset#flight ul li#flight-no        { width: 25%; }

/* Pickup - Hotel *********************************************************************************/
div#pickup fieldset#hotel ul li            { float: left; }

div#pickup fieldset#hotel ul li input,
div#pickup fieldset#hotel ul li select         { width: 85%; }

div#pickup fieldset#hotel ul li#uxExtendedHotelId    { width: 60%; clear: both; }

div#pickup fieldset#hotel ul li#uxExtendedHotelRoom  { width: 25%; }

div#pickup fieldset#hotel ul li#uxExtendedHotelGuest   { width: 60%; clear: both; }

/* Pickup - Address *******************************************************************************/
div#pickup fieldset#address textarea          { width: 85%; height: 100px; }

/******************** Comments ********************/
div#comments textarea       { width: 85%; height: 100px; }

/******************** Vehicle ********************/

div.vehicle .info {
  float: right;
  /* padding-right: 8px; */
  width: 35%;
}

div.vehicle .name {
  padding-top: 4px;
}

div.vehicle .models {
}

div.vehicle .occupancy {
  /* margin: 16px 0 0 32px; */
  margin: .5em 0 .5em 2em;
  padding: 0;
}

/******************** Extras ********************/

.content .extras {
  width: 100%;
}

.content .extras td {
  padding: 2px;
  vertical-align: middle;
}

.content .extras td.qty {
  text-align: right;
}

.content .extras td.price {
  padding-right: 0;
}

/******************** Quote ********************/

.content .quote {
}

  .content .quote td {
    padding: 2px 0 2px 8px;
    vertical-align: middle;
  }

  .content .quote td.qty {
    text-align: right;
  }

  .content .quote td.charge {
  }

  .content .quote td.subtotal {
    text-align: right;
  }

/******************** Vehicle list ********************/

.vehicle-list {
  margin: 0;
  padding: .25em;
}

.vehicle-list a {
  text-decoration: none;
  white-space: nowrap;
}

.vehicle-list a:hover {
  text-decoration: underline;
}

.vehicle-list ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.vehicle-list li {
  list-style: none;
  display: inline;
  font-weight: bold;
  margin-right: .5em;
}

.vehicle-list li li {
  font-weight: normal;
  margin-left: .5em;
}

/************************************************************************************************************************
  PAGES
************************************************************************************************************************/

/******************** Home  ********************/

.page-home div.col#primary {
  width: 70%;
}

.page-home div.col#secondary {
  width: 30%;
}

.page-home ul.home-bullets {
  font-weight: bold;
  font-size:1.1em;
}

/******************** Contact page ********************/

.page-contact div.col#primary {
  width: 60%;
}

.page-contact div.col#secondary {
  width: 40%;
}

.page-contact li#message {
  clear: both;
}

  .page-contact li#message textarea {
    width: 20em;
    height: 100px;
  }

.page-contact li#branch {
  clear: both;
}

.page-contact .locations {
  margin: 0;
  padding: 0;
}

  .page-contact #locations ul {
    list-style: none;
  }

.page-contact .location {
  float: left;
  clear: both;
  width: 100%;
  border-top: solid 1px #ccc;
  padding: 1em 0;
}

.page-contact .location:first-child {
  border-top: none;
}

  .page-contact .location .info {
    float: left;
    width: 40%;
  }

  .page-contact .location .info .name {
    font-weight: bold;
    padding-bottom: .5em;
  }

  .page-contact .location .info .home-address {
    text-transform: uppercase;
    padding-bottom: .5em;
  }

  .page-contact .location .info .phones {
    clear: both;
    margin: 0;
    padding: 0;
  }

  .page-contact .location .info .phones label {
    float: left;
    width: 5em;
  }

  .page-contact .location .info .map {
    clear: both;
  }

  .page-contact .location .hours {
    float: left;
    width: 60%;
  }

  .page-contact .location .hours {
  }

  .page-contact .location .hours label {
    float: left;
    width: 7em;
  }

  .page-contact .location .hours ul {
    margin: 0;
    padding: 0;
  }

  .page-contact .location .hours li {
    font-weight: normal;
  }

/******************** Rent home  ********************/

.page-rent-home div.col {
  float: right;
}

.page-rent-home div.col#primary {
  width: 70%;
}

.page-rent-home div.col#secondary {
  width: 30%;
}

.page-home li#pickup-date,
.page-home li#dropoff-date,
.page-rent-home li#pickup-date,
.page-rent-home li#dropoff-date {
  clear: both;
  float: left;
  padding-right: 1em;
  width: 120px;
}

.page-home li#rate-code,
.page-rent-home li#rate-code {
  clear: both;
  float: left;
  padding-right: 1em;
  width: 120px;
}

.page-home li#pickup-location select,
.page-home li#dropoff-location select,
.page-rent-home li#pickup-location select,
.page-rent-home li#dropoff-location select {
  width: 200px;
}

.page-home li#pickup-date input,
.page-home li#dropoff-date input,
.page-rent-home li#pickup-date input,
.page-rent-home li#dropoff-date input {
  width: 80px;
}

.page-home li#rate-code input,
.page-home li#coupon-code input,
.page-rent-home li#rate-code input ,
.page-rent-home li#coupon-code input {
  width: 80px;
}

.page-home li#email,
.page-home li#confirmation {
  float: left;
  padding-right: 1em;
}

.page-home li#confirmation input {
  width: 70px;
}

/******************** Group page ********************/

.page-rent-group div.col#primary {
  width: 65%;
}

.page-rent-group div.col#secondary {
  width: 35%;
}

/******************** Quote page ********************/

.page-rent-quote div.col#primary {
  width: 58%;
}

.page-rent-quote div.col#secondary {
  width: 42%;
}

.page-rent-quote div.box#reservation {
}

.page-rent-quote div.box#vehicle {
}

.page-rent-quote div.box#other-choices {
}

.page-rent-quote div.box#extras {
}

.page-rent-quote div.box#quote {
}

.page-rent-quote table.fleet td {
  padding: 4px;
  width: 33%;
}

/******************** Reserve page ********************/

.page-rent-reserve div.col#primary {
  width: 50%;
}

.page-rent-reserve div.col#secondary {
  width: 50%;
}

.page-rent-reserve div.box#reservation {
}

.page-rent-reserve div.box#vehicle .vehicle {
  text-align: center;
}

.page-rent-reserve div.box#quote {
}

.page-rent-reserve li#flight-airline {
  clear: both;
}

.page-rent-reserve li#comments {
  clear: both;
}

.page-rent-reserve li#cc-exp input {
  width: 4em;
}

.page-rent-reserve li#cc-ccv input {
  width: 3em;
}

/******************** View page ********************/

.page-rent-view div.col#primary {
  width: 50%;
}

.page-rent-view div.col#secondary {
  width: 50%;
}

.page-rent-view div.box#reservation {
}

.page-rent-view div.box#vehicle .vehicle {
  text-align: center;
}

.page-rent-view div.box#quote {
}

.page-rent-view li#cc-exp input {
  width: 4em;
}

.page-rent-view li#flight-airline {
  clear: both;
}

.page-rent-view li#comments {
  clear: both;
}

/******************** Faq page ********************/

.page-faq div.col#primary {
  width: 65%;
}

.page-faq div.col#secondary {
  width: 35%;
}

/******************** Vehicle page ********************/

.page-vehicles .content .pic {
  float: right;
  padding-left: 4px;
}

/*** Car Sales page ***/

.page-sale-home {
}

  .page-sale-home div.col#primary {
    width: 65%;
  }

  .page-sale-home div.col#secondary {
    width: 35%;
  }

  .page-sale-home .units {
    border-top: solid 1px #ccc;
    width: 100%;
  }

    .page-sale-home .units td {
      border-bottom: solid 1px #ccc;
      padding: 4px 0;
    }

    .page-sale-home .units .pic {
      width: 30%;
    }

    .page-sale-home .units .price {
      width: 20%;
    }

.page-sale-unit {
}

  .page-sale-unit div.col#primary {
    width: 45%;
  }

  .page-sale-unit div.col#secondary {
    width: 55%;
  }

  .page-sale-unit .price {
    float: right;
    font-size: 1.6em;
    display: block;
    color: #f00;
    margin: 0;
    padding: .5em 0;
  }

  .page-sale-unit #info ul {
    margin: 0;
    padding: 0;
  }

    .page-sale-unit #info ul li {
      float: left;
      font-weight: bold;
      width: 48%;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .page-sale-unit #info ul li label {
      font-weight: normal;
      float: left;
      width: 60px;
      padding-right: 4px;
    }

  .page-sale-unit #features ul {
    margin: 0;
    padding: 0 0 0 20px;
  }

    .page-sale-unit #features ul li {
      float: left;
      width: 48%;
      margin: 0;
      padding: 0;
    }

  .page-sale-unit #contact li#message {
    clear: both;
    width: 96%;
  }

  .page-sale-unit #contact li#message textarea {
    width: 96%;
  }

  .page-sale-unit .bigpic {
    border: solid 1px #666;
    display: block;
    width: 480px;
    margin: 0 auto 16px auto;
  }

  .page-sale-unit #pictues table {
  }

    .page-sale-unit #pictures td {
      padding: 0 4px;
    }

      .page-sale-unit #pictures td img {
        border: solid 1px #666;
      }

div.paypal {
  text-align: center;
}

div.disclaimer {
  padding: 12px;
}

div.payment-description {
  height: 150px;
  overflow: auto;
    padding: 5px 12px;
}

div.conversion-result {
  font-size: 1.5em;
  font-weight: bold;
  padding-top: 1em;
  text-align: center;
}

div.currency-disclaimer {
  font-size: smaller;
  padding-bottom: 1em;
  text-align: center;
}

#cluetip {
}

  #cluetip #cluetip-outer {
    background: #fff;
    color: #000;
    border: solid 1px #999;
    padding: 10px 20px;
  }

  #cluetip #cluetip-waitimage {
    background-image: url(/images/wait.gif);
    height: 11px;
    position: absolute;
    width: 43px;
  }

  #cluetip #cluetip-close {
    padding-top: 10px;
    text-align: right;
  }

/************************************************************************************************************************
  ONE-COLUMN LAYOUT
************************************************************************************************************************/
div.one-column {
}

  div.one-column div.col        { width: 100%; }

/************************************************************************************************************************
  TWO-COLUMN LAYOUT
************************************************************************************************************************/
div.two-column {
}

  div.two-column div.col#primary    { width: 50%; }

  div.two-column div.col#secondary  { width: 50%; }

/************************************************************************************************************************
  THREE-COLUMN LAYOUT
************************************************************************************************************************/
div.three-column {
}

  div.three-column div.col#primary  { width: 33%; }

  div.three-column div.col#secondary  { width: 33%; }

  div.three-column div.col#tertiary   { width: 33%; }
