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


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/* BASE
///////////////////////////////////////////// */
div.ddsLogoProvider, .ddsLogoProvider a { text-align: right; margin: 10px 0; color: #333; text-decoration: none; font-size: 10px; font-size: 1.0rem; color: #666; }
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-dk.png) no-repeat 0 0; }
/*FOR LIGHT VERSION span.ddsLogoProvider { background: url(https://s3.amazon4aws.com/dom-cms/GlobalImages/dds-logo-lt.png) no-repeat 0 0; }*/

body { 
  background: url('https://s3.amazonaws.com/dom-cms/Site/589b47ad-c447-4dcc-8012-6453ebd7f31c/images/bkg-main.jpg') repeat-x left top #EFF1f3;
  font-family:Arial, Helvetica, sans-serif;
}

a { color: #1278c6;}
a:hover { color: #1693f3; }
a:visited { color: #10619e; }
a.button.black { color: #efefef; }
a.button.black:visited { color: #e0e0e0; }
a.button.blkGrad {
	background: #7d7e7d; /* Old browsers */
	background: -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	
}

#SiteContainer { background: #fff; max-width: 980px; margin: 10px auto; }

.boxshadow #SiteContainer {
	
	border: 3px solid #808080;
	border-top-width: 0;
	border-bottom-width: 0;

	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.85);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.85);

}


#SiteContainer > .container, #SiteContainer .navContainerItem { padding: 0; }

header .address { text-align: right; padding-bottom: 10px; position: relative; }

header {

	font-size: 12px; 
	border-bottom: 1px solid #000;
        background: url('https://s3.amazonaws.com/dom-cms/Site/589b47ad-c447-4dcc-8012-6453ebd7f31c/images/bkg-hdr.jpg') repeat-y left top #FFF;
}

#HdrMakeLogo a {
	display:block; 
	padding: 10px 0;
	text-align: center;
}

#HdrMakeLogo img {
	max-height: 90px;
}
#HdrDealerInfo{margin-top:10px;}

#HdrDealerInfo, #HdrContact {
	padding: 10px 0;
}
#HdrDealerInfo h1 { font-size: 2.8em; font-size: 2.8rem; margin-bottom:0; }
.oldie #HdrDealerInfo h1 { font-size: 28px; }
#HdrDealerInfo, #HdrDealerInfo a { color: #FFF; text-shadow: 2px 2px 2px rgba(15, 15, 15, 0.86); }
#HdrDealerAddress { font-weight: 700; font-family:Arial, Helvetica, sans-serif; font-size: 1.4em; font-size: 1.4rem; }

#HdrContact, #HdrContact label,#HdrContact span, #HdrContact a {
	font-size: 1.2em;
	font-weight:400;
	text-align: right;
	color: #000;
}
#HdrContact div { margin-bottom: 4px; }
#HdrContact label { float: left; width: 40%; font-weight: bold; }

#HdrMobileMenu { display: none; }
		
.navContainerItem { z-index: 30; position: relative; }	
.nav, div.nav { 
	z-index: 30; clear: both; margin: 0 auto; padding: 0; text-align: left; width: auto; height: auto;
	
	
}
.cssgradients div.nav{
	background: rgb(223,223,223); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(223,223,223,1) 0%, rgba(206,207,209,1) 30%, rgba(162,163,165,1) 85%, rgba(154,155,159,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(223,223,223,1)), color-stop(30%,rgba(206,207,209,1)), color-stop(85%,rgba(162,163,165,1)), color-stop(100%,rgba(154,155,159,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(206,207,209,1) 30%,rgba(162,163,165,1) 85%,rgba(154,155,159,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(206,207,209,1) 30%,rgba(162,163,165,1) 85%,rgba(154,155,159,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(223,223,223,1) 0%,rgba(206,207,209,1) 30%,rgba(162,163,165,1) 85%,rgba(154,155,159,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(223,223,223,1) 0%,rgba(206,207,209,1) 30%,rgba(162,163,165,1) 85%,rgba(154,155,159,1) 100%); /* W3C */
	xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#9a9b9f',GradientType=0 ); /* IE6-9 */


	 } 
.no-cssgradients .nav { background: #aaa; }
ul#nav-container { max-width: 980px; padding: 0; margin: 0 auto; list-style-type: none; z-index: 31; position: relative;  font-size: 11px; font-weight: bold; line-height: 35px; text-align: center; }
    #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 { display: block; padding: 0 20px; color: #000; font-size: 14px; }
      #nav-container > li.sfhover > a {  color: #0082E6; }
		.oldie #nav-container a:hover, .oldie #nav-container li.sfhover { color: #eee; background-color: #141414; }
		
	 #nav-container li, .nav li {
		  margin: 0;  padding: 0; position: relative;
		  float: none;
		  display: inline-block;
	 }
   .oldie #nav-container > li, .oldie .nav > li { display: block; float: left; }
	.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: 1px solid #000; border-top: none; line-height: normal; padding: 0; position: absolute; background: #ededed; width: 165px; display: none; }
            #nav-container li ul li, .nav li ul li { text-indent: 0; background: #9A9B9F; float: none; display: block; text-align: left; }
                #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-weight: bold; text-decoration: none;  font-size: 12px;}
                    #nav-container li ul li a:hover { background: #fff; text-decoration: none; color: #0082E6; }
            #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; }
/* NAVIGATION SEPARATORS
///////////////////////////////////////////// */
#nav-container li a {
	background: url("./nav-icon.png") no-repeat scroll right 1px transparent;
	/*border-right:1px solid #000;*/
}
#nav-container li:last-child a, #nav-container li ul li a, .nav li ul li a {
	background-image: none;
	/*border-right:0;*/
}



/* LINKS
///////////////////////////////////////////// */

/* TYPOGRAPHY
///////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 { font-family:"Times New Roman", Georgia, Times, serif; color: #000000; }

	h1 { font-size: 24px; font-size: 2.4rem; margin-bottom: 8px;}
	h2 { font-size: 20px; font-size: 2.0rem; margin-bottom: 6px; }
	h3 { font-size: 18px; font-size: 1.8rem; margin-bottom: 4px; }
	h4 { font-size: 16px; font-size: 1.6rem; margin-bottom: 3px; }
	h5 { font-size: 14px; font-size: 1.4rem; font-weight: normal; margin-bottom: 3px;  }
	h6 { font-size: 12px; font-size: 1.2rem; font-weight: normal; }

body, p, label, ul, ol, dl { font-size: 13px; color: #000; }

footer hr { background-color: #000; height:3px; margin: 0; }
footer, footer a { color: #000; }

footer { font-size: 85%; text-align:left; }

/*==============
  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}
input[type="submit"] {background: #1278c6; 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 20px;
    max-width: 600px;
    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;}

/* 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;
}

/* 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: none;
    border: none;
}
.formDisclaimer {
    background-color: transparent;
    background-position: 0 0;
    padding: 0;
    text-indent: 20px;
}

/* 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;}

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

/* -----------------------------------------
   Page Name 2
----------------------------------------- */
.specialHeading, .InvSpecialFlag h3 {
	background: rgb(141,141,141); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(141,141,141,1) 0%, rgba(100,100,100,1) 12%, rgba(58,58,58,1) 88%, rgba(43,43,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,141,141,1)), color-stop(12%,rgba(100,100,100,1)), color-stop(88%,rgba(58,58,58,1)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(100,100,100,1) 12%,rgba(58,58,58,1) 88%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(100,100,100,1) 12%,rgba(58,58,58,1) 88%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(141,141,141,1) 0%,rgba(100,100,100,1) 12%,rgba(58,58,58,1) 88%,rgba(43,43,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(141,141,141,1) 0%,rgba(100,100,100,1) 12%,rgba(58,58,58,1) 88%,rgba(43,43,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d8d8d', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */

color: #fff;
}

.button {
	background: rgb(69,72,77); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	
	color: #fff;
	border:  3px solid #808080;
}
.button:visited { color: #dadada; }

.InvSpecialFlag h3 {
	text-shadow: 1px 1px 1px #000;
	
	border-top: 1px solid #808080;
}
.InvSpecialName a { font-weight: normal;  color: #1278c6; border-bottom: 1px dotted #000; }


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

@media only screen and (max-width: 1024px) {		
	/* anything below 1024px */

	#HdrContact label { text-align: left; width: 30%; }
	
	#nav-container a, .nav a { padding: 0 12px; }
}
@media only screen and (max-width: 920px) {		
	#HdrContact label, #HdrContact span, #HdrContact a { font-size: 1em; }
}
@media only screen and (max-width: 919px) and (min-width: 767px) {		
	#HdrDealerInfo h1 span { display: block; }
}
@media only screen and (max-width: 767px) {		
	/* anything below 767px */
	
	header { padding-bottom: 5px; }
	
    header .logo, header .address { text-align: center; }
	
	#HdrContact {clear: both; }
	#HdrContact div { text-align: center; }
	#HdrContact label { float: none; display: inline; width:auto; }
	
	#HdrMobileMenu { display: block; text-align: center; }
	
    #nav-container, .nav ul { display: none; }
	#nav-container li, .nav li { display: block; text-align: left; float: none;}
	#nav-container a, .nav a { padding:0 10px; }
	#nav-container li ul, .nav li ul { position: static; width: auto; }
	#nav-container li ul li a { width: auto; }
	
	footer .hours { margin-top: 8px; border-top: 1px #c0c0c0 solid; padding-top: 3px; }
	
    .formcontainer form{box-shadow:none;margin-left:0}
    form input{display:block;float:none;width:100%}
    label + select{float:none}
}
@media only screen and (max-width: 600px) {
	#HdrDealerAddress span { display: block; }
#HdrDealerInfo h1 { font-size: 2.2em; font-size: 2.2rem; }
}
@media only screen and (max-width: 480px) {    
	/* anything below 480px */
  .formContainer form {box-shadow: none; margin: 0 auto 20px;  width: 100%;}
  input[type="submit"]{width:90%; margin: 10px auto 0;}	
}