/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/

/* LINKS
///////////////////////////////////////////// */
a, a:link, a:visited { color: #fff; }
a:hover { color: #c00; }

/* TYPOGRAPHY
///////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  font-family: Georgia, Times New Roman, Serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 32px; font-size: 3.2rem; margin-bottom: 10px;}
h2 { font-size: 24px; font-size: 2.4rem; margin-bottom: 8px; }
h3 { font-size: 20px; font-size: 2.0rem; margin-bottom: 6px; }
h4 { font-size: 16px; font-size: 1.6rem; margin-bottom: 4px; }
h5 { font-size: 12px; font-size: 1.2rem; font-weight: normal; margin-bottom: 2px; }
h6 { font-size: 10px; font-size: 1.0rem; font-weight: normal; }
p, li {
  color: #fff;
  font-size: 14px; font-size: 1.4rem;
  line-height: 1.2;
}

/* -----------------------------------------
   Shared Styles
----------------------------------------- */
img { vertical-align: top; }
.txtCenter { text-align: center; }
.txtRight { text-align: right; }
.txtLeft { text-align: left; }
.rightBump15 { margin-right: 15px; }
.paddingLR10 div div { padding-left: 10px; padding-right: 10px; }


/* BASE
///////////////////////////////////////////// */
div.ddsLogoProvider, .ddsLogoProvider a { text-align: right; margin: 10px 0; text-decoration: none; font-size: 10px; font-size: 1.0rem; color: #999; }
span.ddsLogoProvider { float: right; vertical-align: middle; position: relative; top: -3px; margin-left: 5px; width: 71px; height: 21px; background: url(https://s3.amazonaws.com/dom-cms/GlobalImages/dds-logo-lt.png) no-repeat 0 0; }

body { background-color: #000000; }

#SiteContainer { background: #8c9297; max-width: 980px; margin: 0 auto; padding: 10px 0 0; }

.container { padding: 0; }
#main .container { padding: 0 20px; }
footer .container { padding: 0 10px 20px; }

#main {
  background: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

header .container {
  background: #e00403; /* Old browsers */
  background: -moz-linear-gradient(top,  #e00403 0%, #600000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00403), color-stop(100%,#600000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e00403 0%,#600000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e00403 0%,#600000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e00403 0%,#600000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e00403 0%,#600000 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00403', endColorstr='#600000',GradientType=0 ); /* IE6-9 */
  margin: 0 10px 10px;
  padding: 0 20px 0 0;
}
.address {
  color: #fff;
  font-size: 12px; font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
}
.address h1 {
  font-size: 18px; font-size: 1.8rem;
  line-height: 1.4;
  color: #fff;
  margin-top: 12px;
  margin-bottom: 4px;
}
.address a, .address a:link, .address a:visited {
  color: #fff;
}
.address a:hover { #8c9297; }
.hdrPhone, .hdrPhone a, .hdrPhone a:link, .hdrPhone a:visited {
  color: #fff;
  font-size: 16px; font-size: 1.6rem;
  margin-bottom: 4px;
}
.hdrPhone a:hover { color: #8c9297; }




.navContainerItem { z-index: 30; position: relative; padding: 0; }
.nav, div.nav {
  background: #cccccc; /* Old browsers */
  background: -moz-linear-gradient(top,  #cccccc 0%, #444444 34%, #222222 41%, #555555 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(34%,#444444), color-stop(41%,#222222), color-stop(100%,#555555)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cccccc 0%,#444444 34%,#222222 41%,#555555 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cccccc 0%,#444444 34%,#222222 41%,#555555 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cccccc 0%,#444444 34%,#222222 41%,#555555 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cccccc 0%,#444444 34%,#222222 41%,#555555 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
  z-index: 30; clear: both; margin: 0 auto; padding: 0; text-align: left; width: auto; height: auto; border: none;
}




#nav-container, #nav-container ul, .nav ul { display: block; max-width: 980px; padding: 0; margin: 0 auto; list-style-type: none; z-index: 31; position: relative; font-size: 11px; font-size: 1.1rem; font-weight: bold; line-height: 35px;}
  #nav-container:before, #nav-container:after, #nav-container ul:before, #nav-container ul:after, .nav ul:before, .nav ul:after  { content:""; display:table; }
  #nav-container:after, #nav-container ul:after, .nav ul:after { clear: both; }
#nav-container a, .nav a { color: #fff; display: block; text-transform: uppercase; padding: 0 12px; width: auto; line-height: 36px; }
  #nav-container a:hover, #nav-container li.sfhover a { background: none; color: #c00; }
#nav-container li, .nav li { display: inline-block; font-size: 14px; font-size: 1.4rem; zoom: 1; *display: inline; position: relative; float: none; margin: 0; background: none; padding: 0; }
	.nav li:hover{background:none;text-shadow: none;}
#nav-container li img { display: block; margin: 0; }
#nav-container li ul, .nav li ul { z-index: 32;  border: 2px solid #000; border-top: none; line-height: normal; padding: 0; position: absolute; background: #ededed; width: 130px; display: none; }
#nav-container li ul li, .nav li ul li { text-indent: 0; width: 100%; border-bottom: 1px dotted #ccc; background: none; }
  #nav-container li ul li:last-child, .nav li ul li:last-child {border-bottom: none; }
#nav-container li ul li a { color: #333; font-weight: bold; text-align: left; padding: 8px 5px; font-size: 10px; font-size: 1.0rem; font-weight: bold; text-decoration: none; width: 120px; line-height: 1.2; }
  #nav-container li ul li a:hover, #nav-container li.sfhover ul li a:hover { background: #9e0b0f; text-decoration: none; color: #fff; text-shadow: 1px 1px 0.05em #000; }
#nav-container li ul ul, .nav li ul ul {  left: 0px;margin: -23px 0 0 10px; }
#nav-container li:hover ul ul, #nav-container li:hover ul ul ul, #nav-container li:hover ul ul ul ul{ display:none; }
#nav-container li:hover ul, #nav-container li li:hover ul, #nav-container li li li:hover ul, #nav-container li li li li:hover ul{ display:block; }

#mobileNav {
  background: #cccccc; /* Old browsers */
  background: -moz-linear-gradient(top,  #cccccc 0%, #444444 34%, #222222 41%, #555555 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(34%,#444444), color-stop(41%,#222222), color-stop(100%,#555555)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cccccc 0%,#444444 34%,#222222 41%,#555555 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cccccc 0%,#444444 34%,#222222 41%,#555555 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cccccc 0%,#444444 34%,#222222 41%,#555555 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cccccc 0%,#444444 34%,#222222 41%,#555555 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#555555',GradientType=0 ); /* IE6-9 */
  border: 1px solid #333;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 12px; font-size: 1.2rem;
  line-height: 2.4;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 1px 1px 0px #000;
  text-transform: uppercase;
}

/* Int. Explorer 8 fixes */
.oldie #nav-container li ul {border:1px solid #000; border-top: none;}
.oldie a:link, .oldie a:visited, .oldie a:hover {text-decoration:none;}
.oldie .nav, .oldie div.nav {text-align: center; }


.flexslider {
  background: transparent;
  border: 0 none;
  margin: 0;
  webkit-border-radius: 0;
  moz-border-radius: 0; 
  o-border-radius: 0;
  border-radius: 0;
}

footer {
  padding-top: 10px;
  background: #000;
  color: #fff;
}
footer h4, footer h5, footer h6 {
  color: #fff;
  font-size: 14px;  font-size: 1.4rem;
  line-height: 1.2;
  font-style:normal;
  border-bottom: 1px dotted #ccc;
}
.hours { text-align: right; }
footer .six > div { margin-bottom: 6px; }
footer .six .four { margin-bottom: 6px; }

.canvasItem, .notEditable { min-height: 10px; }

.InvSpecialName a, .InvSpecialName a:link, .InvSpecialName a:visited {
  color: #333;
}
.InvSpecialName a:hover { color: #c00; }
#CalcPayment label, .paymentCalcItem label { color: #fff; }

/*==============
  COUPONS AND SPECIALS
==============*/

#couponPrice h1 {
    color: #000000;
}

#couponHeader h3 {
    color:#000000;
}
#couponInfo p {
    color:#000000;
}
.InvSpecialVehicleBody h3 {
    color: #000000;
}
.InvSpecialVehicleInfo {
  color: black;
}
.invDetailsDisclaimer {color: 000;}

/*==============
  FORM STYLES   
==============*/

/* ===== COLORS ===== */
.formContainer form{
  background: #eaeaea; /* also color of even rows */
  border: 1px solid #bbb;
}
form li {border-bottom: 1px solid #ccc;}
form li:nth-child(2n+1) {background: #FFF;}
form > li:last-child{background:none}
form li li:nth-child(2n+1) {background: none;}
form li:last-child{border-top:2px solid #999; background:none}
form li li:last-child{border-top:0 none; }


input[type="submit"] {background: #c00; color: #fff;}
label + input[data-val="true"], label + textarea[data-val="true"] {border: 1px solid #C00; /* Border on required fields */}
.field-validation-error { /* Validation error msgs */
  background: #ffebf0;
  color: #C00;
  border-color:#f99;
}
form li ul {
   border: 1px solid #ccc;
   margin: 0 10px;
}
/* ===== STRUCTURE ===== */
.formContainer form {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    width: 96%;
    padding:0;
}

/* Put the input fields on the same line as their labels */
form label {
    font-weight: normal;
    line-height: 24px;
    display: inline;
}
form li {
    clear: left;
    height: auto;
    overflow:hidden;
    margin: 0;
    padding: 6px;
}
form li:last-child{border-bottom:none}
input, select{float:right;}

form li ul { float: right; }
form li li { border-bottom: 0 none; clear: none; float: left; }

/* Style the submit button */
input[type="submit"] {
  border: none;
  border-radius: 6px;
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.25);
  clear: both;
  cursor: pointer;
  font-size: 18px;
  margin: 20px 20% 0;
  padding: 10px 30px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
  width: 60%;
}
label + select, label + input[type="text"], label + input[type="email"], label + input[type="password"], label + input[type="checkbox"] {width: 50%;}
label + textarea {
  width: 100%;
  height:100px;
  margin-bottom: 6px;
}

/* Validation errors */
.field-validation-error {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  line-height: 2;
  border-style: solid;
  border-width:1px;
}

/* Reset for Secure Disclaimer */
.formContainer {
  background: #555;
  border: none;
  padding-bottom: 20px;
}
.formDisclaimer {
  background-color: transparent;
  background-position: 8px 4px;
  color: #fff;
  padding: 4px 10px 0;
  text-indent: 18px;
}

/* Reset for map form inputs */
dl.form input {float: none;}

/* Reset for Inv. Listings page */
#InvContainer form, #InvContainer li {
  background: none;
  border: none;
  box-shadow: none;
}
#InvContainer input, #InvContainer select {display: block; float:none}

/* Reset for Inv. Details Page form */
#Profilefrm {margin: 0; float: none;}
#Profilefrm input {display: inline;}
#Profilefrm li {clear: none; padding: 0;}


.InvSpecialVehicleDisclaimer {
    color: #000;
}


/*==============
  END OF FORM   
==============*/

.bottomBump30 { margin-bottom: 30px; }
.topBump30 { margin-top: 30px; }
.leftBump30 { margin-left: 30px; }
.rightBump30 { margin-right: 30px; }

.bottomBump15 { margin-bottom: 15px; }
.topBump15 { margin-top: 15px; }
.leftBump15 { margin-left: 15px; }
.rightBump15 { margin-right: 15px; }

.bottomBump10 { margin-bottom: 10px; }
.topBump10 { margin-top: 10px; }
.leftBump10 { margin-left: 30px; }
.rightBump10 { margin-right: 10px; }

.bottomPad30 { padding-bottom: 30px; }
.topPad30 { padding-top: 30px; }
.leftPad30 { padding-left: 30px; }
.rightPad30 { padding-right: 30px; }

.bottomPad20 { padding-bottom: 20px; }
.topPad20 { padding-top: 20px; }
.leftPad20 { padding-left: 20px; }
.rightPad20 { padding-right: 20px; }

.bottomPad15 { padding-bottom: 15px; }
.topPad15 { padding-top: 15px; }
.leftPad15 { padding-left: 15px; }
.rightPad15 { padding-right: 15px; }

.bottomPad10 { padding-bottom: 10px; }
.topPad10 { padding-top: 10px; }
.leftPad10 { padding-left: 10px; }
.rightPad10 { padding-right: 10px; }

/* -----------------------------------------
   Media Queries
----------------------------------------- */

@media only screen and (max-width: 800px) {
  #nav-container li, .nav li { font-size: 12px; font-size: 1.2rem; }
}
@media only screen and (max-width: 768px) {
  .formcontainer form{box-shadow:none;margin-left:0}
  form input{display:block;float:none;width:100%}
  label + select{float:none}
  #CalcPaymentRev select{width: 100%;}  
#CalcPayment dl.form input {float: right; margin-left:5px;}
#CalcPayment .form span.formw .bump, .paymentCalcItem .form span.formw .bump {margin-left: 5px; }
  #CalcPayment .formw, .paymentCalcItem .formw {color:#FFF !important;}
}
@media only screen and (max-width: 767px) {
  header .logo, header .address { text-align: center; }
  header .logo { margin-bottom: 6px; }
  .address a.mapLink:link {
    font-size: 16px; font-size: 1.6rem;
  }
  .address a.mapLink:link br { display: none; }
  .hdrPhone, .hdrPhone a, .hdrPhone a:link, .hdrPhone a:visited {
    font-size: 28px; font-size: 2.8rem;
  }
  .nav, div.nav { background: #555; }
  #nav-container, .nav ul { display: none; }
  #nav-container li, .nav li { display: block; text-align: left; float: none;}
  #nav-container li.sfhover { background: #000; }
  #nav-container li ul, .nav li ul { position: static; width: auto; }
  #nav-container li ul li a { width: auto; }
  header .container { padding: 0; }
  #sideBoxALL,.mitsuLogo { display: none; }

}
@media only screen and (max-width: 550px) {
  .formContainer form {box-shadow: none; margin: 0 auto 20px;  width: 100%;}
  input[type="submit"]{width:90%; margin: 10px auto 0;}
}
@media only screen and (max-width: 450px) {
  
}
