﻿/***** BEGIN RESET *****/
* {
    background:transparent;
    border:0;
    margin:0;
    padding:0;
    font-family:Arial, sans-serif;
}
ol, ul {list-style: none;}
.clear {clear: both; height:0px; margin:0;}

/***** END RESET *****/
.h1 {font-size:28px; text-transform:uppercase; color:#477626; font-weight:bold; -webkit-text-size-adjust: none;}
h2 {font-size:20px; color:#6c6c6c; line-height:28px; -webkit-text-size-adjust: none;}
.h4 {font-size:18px; color:#fff; line-height:28px; font-weight:bold; -webkit-text-size-adjust: none;}
h5 {color:#6c6c6c; margin-top:10px; font-size:14px; font-weight:bold;-webkit-text-size-adjust: none;}
h6 {color:#fff; margin:10px 0 2px 0; font-size:16px; -webkit-text-size-adjust: none;}

a {text-decoration:none;}

p {line-height:20px; font-size:15px; -webkit-text-size-adjust: none;}

/******** Basic Styles ********/
body {background:#3d3d3d; overflow-x:hidden;}
.show-menu-for-mobile {display:none;}  /* At most larger screen widths, the burger icon for the mobile menu won't be displayed. */
#site-width {width:93%; margin:0 auto;}
#inventorywrap {width:100%; max-width:1020px; margin:0 auto;}

/*.closest-box {display:none !important;}
.listings-wrapper .grey-background.border.control-box {display:none !important;}*/

/******** Header Styles ********/
header {padding:20px 0;}
.logo {float:left;}
.headerright {float:right; width:30%; text-align:right; padding-top:20px;}
header .dealer img {display: inline-block; vertical-align: middle;}
header .dealer {padding: 10px 0;}
header .dealer span {display: inline-block; vertical-align: middle;}
/*--------Search Bar Styles--------*/
header #search input{
	color: #fff;
	border: 1px solid #fff;
	width: 45%;
	max-width: 100%;
	background: transparent !important;
	background-image:url(../siteart/search.png) !important  ;
	background-repeat: no-repeat !important;
	background-position: 10px 10px !important; 
	background-repeat: no-repeat;
	padding: 12px 40px;
	-webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;

}

header #search input:focus {
    width: 60%;
}

header #search input.button, #search input[type=submit], #search input[type=reset] {
    border:1px solid #fff;
    background-image: none;
    padding: 0;
    border: none;
    color: white;
    cursor: pointer;
}

 #searchwrap {
	width:350px; 
	position:absolute; 
	top:150px; 
	right:65px; 
	color:#fff; 
	line-height:20px;
	background: #477626;
}

#keywordsearch {padding:10px 15px;}
#detailedsearch {background:#3d3d3d; padding:10px 15px;}
.keysearch {width:97%; margin:10px auto;}
.searchfield {width:97%; margin:20px auto;}

#detailedsearch input  {background:#504e4f; padding:10px 3px; margin:5px 0; width:98%; color:#fff;}
#keywordsearch input {background:#477626; color:#fff; border:1px solid #fff;padding:10px 3px; margin:5px 0; width:97.6%;}
#searchform select {background:#504e4f; color:#fff; padding:10px 3px; margin:5px 0; width:100%;}
.example-val p{display: inline-block; vertical-align: middle;}

#slider-range {margin-top:10px !important;}
.noUi-pips-horizontal {padding:12px 0 !important;}
.noUi-marker.noUi-marker-horizontal {width:1px !important;}
.noUi-marker noUi-marker-horizontal noUi-marker-normal {left:20% !important;}

.label {margin-top:15px; float:left; width:33%; font-size:10px;}
.labelmiddle {margin-top:15px; float:left; width:33%; text-align:center; font-size:10px;}
.labellast {margin-top:15px; float:left; width:33%; text-align:right; font-size:10px;}

#searchform input.button,
#searchform input.button:focus {
    width:100%; 
    margin:20px 0 10px 0;
    padding:7px 0;
    background: #477626; 
    border:2px #477626 solid;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-family:Arial, sans-serif;
	text-transform:uppercase;
}
#searchform input.button:hover {
	background: #51842D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#51842D, #477626); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#51842D, #477626); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#51842D, #477626); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#51842D, #477626); /* Standard syntax */
	color:#fff;
	text-shadow:none;
	border:2px #51842D solid;
}

.invframe {float:left; width:90%;}
#invsearchwrap {
	width:350px; 
	position:absolute; 
	top:65px; 
	right:65px; 
	color:#fff; 
	line-height:20px;
	background: #477626;
}

.dealer {background:#477626; width:50%; padding:5px 0; float:right; margin-top:10px;}
a .dealer {color:#fff; font-size:18px; text-align:center;}
a .dealer:hover {
	background: #51842D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#51842D, #477626); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#51842D, #477626); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#51842D, #477626); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#51842D, #477626); /* Standard syntax */
}

#pagemiddle {background:#fff; padding:20px 0;}
#pagemiddle a {color:#477626; text-decoration:none;}
#pagemiddle a:hover {color:#38b148; text-decoration:none;}
#middle img {width:100%;}

.request {float:right; width:20%; color:#fff; background:#477626; margin-top:30px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-align:center; padding:5px 0; font-size:14px; font-weight:bold;}
.request:hover {
	background: #51842D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#51842D, #477626); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#51842D, #477626); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#51842D, #477626); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#51842D, #477626); /* Standard syntax */
}

/******Footer Styles ******/ 
footer {background: #3d3d3d; color:#6c6c6c;}
footer a {color:#6c6c6c; text-decoration:none;}
footer a:hover {color:#878787;}
.footerleft {float:left; width:40%; padding:20px 0;}
.left {float:left; width:33%;}
.footerright {float:right; padding-bottom:20px; text-align:right;}



/******** Nav Styles ********/
#navwrap {
	background: #477626; 
}

#nav {
    position:relative;
    display:block;  
    z-index:9000;
    margin:0 auto 0 auto;
    padding:0 0 0 0;
    text-align:center;
	width:90%;
}
  
#nav ul, nav li {
    list-style: none;  
    margin:0 0 0 0;
    padding:0 0 0 0;  
}
  
#nav ul li {
    display: block;
    position: relative;
    float:right;
    text-align:center;
}
  
#nav li ul {
    display: none;
}
  
  
#nav ul li a { /* appearance of the first-level links */
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight:normal;
    font-size:18px;
    line-height:18px;
    transition:color .2s ease-in-out; -moz-transition:color .2s ease-in-out; -webkit-transition:color .2s ease-in-out;
    padding:8px 17px;  
    text-align:center;
   	font-family:Arial, sans-serif;
}
 
 
#nav ul li a:hover { /* appearance of the first-level links on hover */
    height: 1%; 
    color:#fff; 
    background: #51842D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#51842D, #477626); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#51842D, #477626); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#51842D, #477626); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#51842D, #477626); /* Standard syntax */
}
  
  
#nav ul li li a { /* appearance of the sub-level links */
    width:270px;
    padding:8px 0 8px 15px;
    text-align:left;
    background:#3d3d3d;
    border-bottom:1px #878787 solid;
    border-right: 1px 878787 #51842D;
    border-left: 1px 878787 #51842D; 
	font-size:16px;   
}
#nav ul li li a:hover { /* appearance of the sub-level links on hover */
    color:#fff; 
    background: #477626; 
}

/* Unless needing to do something extra or experimental, DON'T edit these positioning styles below! */
#nav ul ul {
    display: none;
    position: absolute; 
    top:100%;
    left:0;
}
  
#nav ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}
  
#nav ul li:hover > ul {  
    display: block;
    line-height:18px; /* make sure your line-height always matches that of your main link styles!*/
    z-index: 100;
    background:#4b0000; /* make sure your background color always matches your link styles!*/
}
  
#nav ul ul li {float: none; position: relative;}

#formpage {
vertical-align:top;
}

#formpage div {
vertical-align:top;
padding:5px 5px;
}

#formpage input {
	padding:6px 5px;
	border:1px solid #8e8d8d;
	font-family:Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	background:#fff;
}

#formpage textarea {
	padding:6px 5px;
	border:1px solid #8e8d8d;
	font-family:Arial, sans-serif;
	color:#8e8d8d;
	font-size:12px;
	background:#fff;
}

 
/* selects have similar styles to input & textarea fields, but with no padding. Text in a dropdown select is positioned differently */
#formpage select {
	border:1px solid #8e8d8d;
	font-family:Arial, sans-serif;
	color:#8e8d8d;
	vertical-align:middle;
	font-size:12px;
	line-height:normal;
	padding:5px;
	width:100%;
}

.formfield {width:31%; float:left; margin:5px 10px; background:#fff;}
   
#formpage input  {
    width:100%;
}
 
#formpage input.larger  {
    width:100%;
}

#formpage textarea {
    width:100%;
    height:85px;
}

#formpage input.radio {
    padding:0; 
    border:0;
    margin:0 5px 0 0;
    width:15px;
    height:15px;
    display:inline;
 }

/* focus states of various types of fields */
#formpage input:focus,
#formpage textarea:focus,
#formpage select:focus {
	background:#8e8d8d; 
	color:#FFF;
	border:1px solid #fff;
	outline-style:none;
}
#formpage input.radio:focus,
#formpage input.checkbox:focus {
	background:none; 
	border:0;
	outline-style:none;
}

#formpage input.button,
#formpage input.button:focus {
    width:200px; 
    margin:0;
    padding:7px 0;
    background: #477626; 
    border:2px #477626 solid;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-family:Arial, sans-serif;
	text-transform:uppercase;
}
#formpage input.button:hover {
	background: #51842D; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#51842D, #477626); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#51842D, #477626); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#51842D, #477626); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#51842D, #477626); /* Standard syntax */
	color:#fff;
	text-shadow:none;
	border:2px #51842D solid;
}
 


/* for plain text next to an input field, if not using a table structure */
#formpage label.basic {
    color:#212121;
    font-size:13px;
    text-align:left;
}
#formpage label.checkbox {
  /*  color:#212121;*/
    font-size:13px;
    text-align:left;
    display:inline;
    padding:0;
}
 

/*control the Captcha */

.CaptchaPanel {
margin:0 0 0 0 !important;
padding:0 0 0 0 !important;
text-align: center;
line-height:normal !important;
}

.CaptchaImagePanel {
margin:0 0 0 0;
padding:0 0 0 0;
}

.CaptchaMessagePanel {
padding:0 0 0 0 !important;
margin:0 0 0 0 !important;
font-weight:normal !important;
font-size:12px;
line-height:14px;
}

.CaptchaAnswerPanel {
margin:0 0 0 0;
padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 
.captcha {width:50%; margin:0 auto;}





#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: Arial, sans-serif!important;} /* Reset font, ignore icons */

.listing-top-right a, .lower-detail-data-left button, .send-email-btn, .media-buttons a, .media-buttons button, .faceted-search, .listing-dealer-info a, .view-listing-details-link, .main-detail-data .contact-options a, .fin-calc-btn-mobile, .selected-facet, .page-nav, .apply-button, .back-button, .calculator-btn, .mobile-done-button {
    -moz-border-radius: 90px !important;
    -o-border-radius: 90px !important;
    -webkit-border-radius: 90px !important;
    border-radius: 90px !important;
}


.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label input {margin: 2px 3px 3px 4px;}
.faceted-text-input-searchType .search-type input[type=checkbox], .faceted-text-input-searchType .search-type  input[type=radio] {margin: 0px 3px 0px 6px;}


.bread-crumbs-heading .return-links .return-links-link span, #no-compare-listings, .bread-crumbs-heading .return-links .return-links-link i {color:#477626 !important;}


.hosted-content .attachment-search .search-checkboxes label .row {margin-left:0 !important;margin-right:0 !important;margin-bottom:0px !important;}

.view-listing-details-link, .selected-facet, .view-listing-details-link, .buy-now-link, .check-availability-link, .email-seller-link, .offer-btn, .buy-btn, .dealer-phone-mobile, .offer-btn-mobile, .send-email-btn-mobile, .send-wholesale-email-btn-mobile, .fin-calc-btn-mobile, .mobile-breadcrumb, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button, .dealer-btns-bottom a, .list-content .list-error-container .info button {background:#477626 !important;}

.spacer span {max-width: 500px; width: 100% !important;}
.selected-facet span {background: transparent !important; padding: 5px 10px;color:#fff !important;}
.selected-facet span:hover {background: transparent !important; padding: 5px 10px;color:#477626 !important;}

.selected-facet, .dealer-phone-mobile, .offer-btn, .offer-btn-mobile, .fin-calc-btn-mobile, .send-wholesale-email-btn-mobile, .send-email-btn-mobile, .buy-now-link, .view-listing-details-link, .main-detail-data .contact-options a, button.g-recaptcha.button, .page-nav, .apply-button, .mobile-done-button{border: solid 1px #477626 !important; transition: ease all 0.2s !important;}

.selected-facet:hover, .dealer-phone-mobile:hover, .offer-btn:hover, .offer-btn-mobile:hover, .fin-calc-btn-mobile:hover, .send-wholesale-email-btn-mobile:hover, .send-email-btn-mobile:hover, .buy-now-link:hover, .view-listing-details-link:hover, .main-detail-data .contact-options a:hover, button.g-recaptcha.button:hover, .page-nav:hover, .apply-button:hover, .mobile-done-button:hover, .dealer-btns-bottom a:hover {background: #fff !important; color: #477626 !important;}

.check-availability-link, .email-seller-link, .video-chat-link, .faceted-search, .faceted-show-all-btn, .cs-btns a, .calculator-btn {background: #000 !important; border: solid 1px #000 !important; transition: ease all 0.2s !important;}
.check-availability-link:hover, .email-seller-link:hover, .video-chat-link:hover, .faceted-search:hover, .faceted-show-all-btn:hover, .cs-btns a:hover, .calculator-btn:hover {background: #fff !important; color: #000 !important;}

.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, #inv .error-message, #inv .info, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .search-results, .list-content .list-top-section .listing-option-bar .list-listings-count, .detail-price, .compare-price, .compare-title {color: #000 !important;}
 
/* heading */
.list-content .list-title .list-title-text, .detail-content-mobile .detail-main-body .detail-mobile-top .detail-title, .main-detail-data .detail-title, .parts-title-text {
	padding-left: 4px; 
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label, .part-detail-additional-data .data-label, .part-detail-content .detail-contact-bar {background: #000 !important;}
.detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-page-nav, .contact-options a {background: #000 !important;}
.list-main-section .contact-options a {border: #000 solid 1px !important; transition: ease all 0.2s !important;}
.list-main-section .contact-options a:hover {background: transparent !important; color: #000!important;}

.detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-listing-mobile .dealer-phone-container a, .back-button {border-color: #000!important; color: #000!important;}

.material-icons, .collapsible-content a {color:#fff!important;}

#parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details {background-color: #000!important;}

.detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile{margin-right:0!important;}

.detail-content .detail-main-body .main-detail-data .details-fin-calc .detail-btn-calc{height: 48px !important; box-sizing: border-box;}

/************************************************ Responsive Styles **/

@media screen and (max-width: 1780px) and (min-width:1481px) {
.show-menu-for-mobile {display:none;}

#site-width {width:90%; margin:0 auto;}
#inventorywrap {width:95%; margin:0 auto;}

.dealer {width:60%; padding:7px 5px;}
a .dealer {font-size:15px;}
.formfield {width:29%; float:left; margin:5px 10px;}


.invframe {float:left; width:75%;}
#invsearchwrap {
	width:350px; 
	position:absolute; 
	top:65px; 
	color:#fff; 
	line-height:20px;
	background: #477626;
}

.footerleft {width:68%;}
}

@media screen and (max-width: 1480px) and (min-width:1024px) {
.show-menu-for-mobile {display:none;}

#site-width {width:90%; margin:0 auto;}
#inventorywrap {width:95%; margin:0 auto;}

.dealer {width:60%; padding:7px 5px;}
a .dealer {font-size:15px;}
.formfield {width:29%; float:left; margin:5px 10px;}

#nav ul li a  {padding:8px 12px;}

#searchwrap {top:110px; right:30px;}
#detailedsearch {background:#3d3d3d; padding:3px 15px;}
.keysearch {width:97%; margin:3px auto;}
.searchfield {width:97%; margin:3px auto;}

#detailedsearch input  {background:#504e4f; padding:5px 3px; margin:3px 0; width:98%;}
#keywordsearch input {background:#477626; color:#fff; border:1px solid #fff;padding:5px 3px; margin:5px 0; width:97.6%;}
#searchform select {background:#504e4f; color:#fff; padding:3px 3px; margin:5px 0; width:100%;}

.invframe {float:left; width:60.5%;}
#invsearchwrap {
	width:350px; 
	position:absolute; 
	top:100px; 
	right:5px; 
	color:#fff; 
	line-height:20px;
	background: #477626;
}

.request {width:30%;}

.footerleft {width:68%;}
}



@media screen and (max-width: 1023px) and (min-width:768px) {
.show-menu-for-mobile {display: none;}

#site-width {width:90%; margin:0 auto;}
#inventorywrap {width:95%; margin:0 auto;}

.logo {width:50%;}
.logo img {width:100%;}
#search input{width:60%;}
.dealer {width:75%; padding:7px 5px;}
a .dealer {font-size:14px;}

#nav ul li a  {font-size:13px; padding:8px 10px;}

.formfield {width:29%; float:left; margin:5px 10px;}
#searchwrap {background:#3d3d3d; width:100%;  position:relative; top:0; right:0;}

#detailedsearch {
	background: #477626; /* For browsers that do not support gradients */
	padding:10px 15px;
}
.keysearch {width:96.2%; margin:10px auto;}
.searchfield {width:98%; margin:10px auto;}
#detailedsearch input  {background:#fff; padding:10px 3px; margin:5px 0; width:99.27%;}
#keywordsearch input {background:#3d3d3d; color:#fff; border:1px solid #fff;padding:10px 3px; margin:5px 0; width:100%;}
#searchform select {background:#fff; color:#3d3d3d; padding:10px 3px; margin:5px 0; width:100%;}

#searchform input.button,
#searchform input.button:focus {
    width:100%; 
    margin:10px 0 10px 0;
    padding:7px 0;
    background: #3d3d3d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3d3d3d, #504e4f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3d3d3d, #504e4f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3d3d3d, #504e4f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3d3d3d, #504e4f); /* Standard syntax */
    border:2px #477626 solid;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-family:'FranklinGothicITCbyBT-Heavy', Arial, sans-serif;
	text-transform:uppercase;
}
#searchform input.button:hover {
	background: #504e4f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#504e4f, #3d3d3d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#504e4f, #3d3d3d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#504e4f, #3d3d3d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#504e4f, #3d3d3d); /* Standard syntax */
	color:#fff;
	text-shadow:none;
	border:2px #477626 solid;
}
#colorblock {padding-bottom:50px;}

.invframe {float:none; width:100%;}
#invsearchwrap {width:100%; margin:0 auto 20px; top:10px; right:0; position:relative;}

.request {width:30%;}

.footerleft {width:70%;}
}



@media screen and (max-width: 767px) and (min-width:621px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

h1 {font-size:18px;}

#site-width {width:90%; margin:0 auto;}
#inventorywrap {width:95%; margin:0 auto;}
.logo {width:50%;}
.logo img {width:100%;}
#search input{width:60%;}
.dealer {width:80%; padding:7px 5px;}
a .dealer {font-size:12px;}


.formfield {width:43%; float:left; margin:5px 10px;}
#searchwrap {background:#3d3d3d; width:100%;  position:relative; top:0; right:0;}
#detailedsearch {
	background: #477626; /* For browsers that do not support gradients */
	padding:10px 15px;
}

.keysearch {width:98%; margin:10px auto;}
.searchfield {width:98%; margin:10px auto;}
#detailedsearch input  {background:#fff; padding:10px 3px; margin:5px 0; width:99.2%;}
#keywordsearch input {background:#3d3d3d; color:#fff; border:1px solid #fff;padding:10px 3px; margin:5px 0; width:99%;}
#searchform select {background:#fff; color:#3d3d3d; padding:10px 3px; margin:5px 0; width:100%;}

#searchform input.button,
#searchform input.button:focus {
    width:100%; 
    margin:10px 0 10px 0;
    padding:7px 0;
    background: #3d3d3d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3d3d3d, #504e4f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3d3d3d, #504e4f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3d3d3d, #504e4f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3d3d3d, #504e4f); /* Standard syntax */
    border:2px #477626 solid;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	text-transform:uppercase;
}
#searchform input.button:hover {
	background: #504e4f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#504e4f, #3d3d3d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#504e4f, #3d3d3d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#504e4f, #3d3d3d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#504e4f, #3d3d3d); /* Standard syntax */
	color:#fff;
	text-shadow:none;
	border:2px #477626 solid;
}
#colorblock {padding-bottom:50px;}

.invframe {float:none; width:100%;}
#invsearchwrap {width:100%; margin:0 auto 20px; top:10px; right:0; position:relative;}

.request {width:40%;}

.footerleft {width:65%;}
.h4 {font-size:14px;}
.arrow {width:3%;}

/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0.25rem 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}

@media screen and (max-width: 620px) and (min-width:461px) {
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

.h1 {font-size:16px;}

#site-width {width:95%; margin:0 auto;}
#inventorywrap {width:95%; margin:0 auto;}

.logo {width:100%; float:none; text-align:center; margin:0 auto 8px auto;}
.headerright {float:none; text-align:center; margin:0 auto; width:90%;}
#search input{width:100% !important; margin:0 auto !important; padding: 12px 0px !important; text-align: center !important;}
#search input:focus {width: 100% !important; text-align: center !important}
.dealer {width:100%; padding:7px 0; margin:10px auto;}
#search input {background:none;}
#searchwrap {background:#3d3d3d; width:100%;  position:relative; top:0; right:0;}
#detailedsearch {
	background: #477626;
	padding:10px 15px;
}
.keysearch {width:96.2%; margin:10px auto;}
.searchfield {width:98%; margin:10px auto;}
#detailedsearch input  {background:#fff; padding:10px 3px; margin:5px 0; width:99.27%;}
#keywordsearch input {background:#3d3d3d; color:#fff; border:1px solid #fff;padding:10px 3px; margin:5px 0; width:100%;}
#searchform select {background:#fff; color:#3d3d3d; padding:10px 3px; margin:5px 0; width:100%;}

#searchform input.button,
#searchform input.button:focus {
    width:100%; 
    margin:10px 0 10px 0;
    padding:7px 0;
    background: #3d3d3d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3d3d3d, #504e4f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3d3d3d, #504e4f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3d3d3d, #504e4f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3d3d3d, #504e4f); /* Standard syntax */
    border:2px #477626 solid;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	text-transform:uppercase;
}
#searchform input.button:hover {
	background: #504e4f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#504e4f, #3d3d3d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#504e4f, #3d3d3d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#504e4f, #3d3d3d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#504e4f, #3d3d3d); /* Standard syntax */
	color:#fff;
	text-shadow:none;
	border:2px #477626 solid;
}
#colorblock {padding-bottom:50px;}

.invframe {float:none; width:100%;}
#invsearchwrap {width:100%; margin:0 auto 20px; top:10px; right:0; position:relative;}

.request {width:40%;}

.formfield {width:100%; float:left; margin:5px 0 5px 0;}

.footerleft {float:none; width:100%;}
.left {width:33%;}



/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0.25rem 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}

 
 

@media screen and (max-width: 460px){
.show-menu-for-mobile {display: block;}
.hide-for-mobile {display:none;}
.hide {display:none;}

.h1 {font-size:16px;}

#site-width {width:87%; margin:0 auto;}
#inventorywrap {width:95%; margin:0 auto; padding-top:20px;}

.logo {width:100%; float:none; text-align:center; margin:0 auto 12px auto;}
.logo img {width:100%;}
.headerright {float:none; text-align:center; margin:0 auto; width:90%;}
#search input{width:100%; margin:0 auto; padding: 12px 0px;}
#search input:focus {width: 100%;}
.dealer {width:100%; padding:7px 0; margin:10px auto;}
#search input {background:none;}
#searchwrap {background:#3d3d3d; width:100%;  position:relative; top:0; right:0;}
#detailedsearch {
	background: #477626;
	padding:10px 15px;
}
.keysearch {width:96.2%; margin:10px auto;}
.searchfield {width:98%; margin:10px auto;}
#detailedsearch input  {background:#fff; padding:10px 3px; margin:5px 0; width:98%;}
#keywordsearch input {background:#3d3d3d; color:#fff; border:1px solid #fff;padding:10px 3px; margin:5px 0; width:97%;}
#searchform select {background:#fff; color:#3d3d3d; padding:10px 3px; margin:5px 0; width:100%;}

#searchform input.button,
#searchform input.button:focus {
    width:100%; 
    margin:10px 0 10px 0;
    padding:7px 0;
    background: #3d3d3d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#3d3d3d, #504e4f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3d3d3d, #504e4f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3d3d3d, #504e4f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3d3d3d, #504e4f); /* Standard syntax */
    border:2px #477626 solid;
    font-size:14px;
	line-height:14px;
	font-weight:bold;
    color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	font-family:'FranklinGothicITCbyBT-Heavy', Arial, sans-serif;
	text-transform:uppercase;
}
#searchform input.button:hover {
	background: #504e4f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#504e4f, #3d3d3d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#504e4f, #3d3d3d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#504e4f, #3d3d3d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#504e4f, #3d3d3d); /* Standard syntax */
	color:#fff;
	text-shadow:none;
	border:2px #477626 solid;
}
#colorblock {padding-bottom:50px;}

#formpage div {padding:5px 0;}
.formfield {width:96%; float:left; margin:5px 0 5px 0;}

.invframe {float:none; width:100%;}
#invsearchwrap {width:100%; margin:0 auto 20px; top:10px; right:0; position:relative;}

.request {float:none; margin:0 auto;width:90%;}

.footerleft {float:none; width:100%; margin:0 auto; padding:10px 0;}
.left {width:33%; margin:10px auto; text-align:left;}
.footerright {float:none; width:100%; text-align:center;}
.h4 {font-size:13px;}
footer p {font-size:12px; line-height:18px;}
.arrow {width:1.7%;}


/******************styles for the main site navigation during mobile display*************/
#navicon {
	float: left;
	font-size: 32px;
	font-size: 2em;
	text-decoration: none;
	position: relative;
	z-index: 99999999999999999;
	margin: 0.25rem 0 0.25rem 0.5rem;
	color:#fff;
}
#nav  {display:none;}
}
