﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}


/***** END RESET *****/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

body {
	font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif !important;
	font-size:13px;
	line-height:20px;
	color:#363636;
	background:#fff url('../siteart/bg.jpg') repeat-x;
	overflow-x:hidden;
	
}

#clouds{
	background:url('../siteart/clouds.jpg') top center no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}
#logo {
    background: #101a96;
    font-family: "Roboto", sans-serif;
    color: #fff;
    padding: 20px;
    border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}
#logo a{
	height: auto;
    display: flex;
    flex-wrap: wrap;
}
#logo span {
    font-size: 70px;
    position: relative;
    color: #fff;
    font-style: italic;
    font-weight: 900;
	padding-top: 10px;
		text-decoration: none;
	width: 100%;
}
#logo p {
    margin: 0px;
    padding-top: 20px;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
		text-decoration: none;
}
/***** TEXT/LINK FORMATTING *****/

a:link, a:visited {text-decoration:none;}

a:hover, a:active {color:#363636; text-decoration:underline;}

p{margin-bottom:18px;}

h1,h2,h3,h4,h5{
	margin-bottom:3px;
	line-height:normal;
}

h1{font-size:30px; font-variant:small-caps; font-style:italic; margin-bottom:7px;}
h2{font-size:24px; font-variant:small-caps; font-style:italic;}
h3{font-size:20px;}
h4{font-size:16px;}
h5{font-size:13px; font-style:italic;}

/***** SITE FRAMEWORK *****/


.left{float:left;}
.right{float:right;}
.clear_it{clear:both;}
.border_it{border:1px solid #a4a4a4;}

#wrap {
	margin: 0 auto;
	width: 100%;  /** Change to appropriate table width **/
	max-width: 1000px;
	position:relative;
	margin-top:5px;
}

#logo img{ width:100%; }


#content{
	width: 100%; 
	max-width: 710px;
	float: left;
	padding-top: 10px;
}
.two-cols {width: 49%; display:inline-block; float:left; text-align:left;}
#sidebar{
	width:100%;
	max-width: 230px;
	vertical-align: top;
	float: right;
	padding-top: 12px;
}

#phone{
	background:url('../siteart/phone_logo.png') no-repeat center left;
	height:73px;
	width:150px;
	max-width: 100%;
	padding-left:80px;
	font-weight:bold;
	font-style:italic;
	font-variant:small-caps;
	font-size:20px;
	line-height:30px;
	margin-bottom:10px;
}

#phone .number{
	color:#a5a5a5;
	font-style:normal;
	font-size:22px;
}

.module_hdr1{
	background:url('../siteart/sidebar_hdr1.png') no-repeat;
	height:20px;
	width:100%;
	max-width: 210px;
	padding:10px;
	font-size:22px;
	color:#FFF;
	font-style:italic;
	font-variant:small-caps;
}

.module_content1{
	background:url('../siteart/sidebar_body1.gif') repeat-y;
	width:100%;
	max-width: 210px;
	padding:5px 10px;
	color:#363636;
}

.module_ftr1{
	background:url('../siteart/sidebar_ftr1.png') no-repeat;
	height:7px;
	width:100%;
	max-width: 230px;
	margin-bottom:10px;
}

.module_hdr2{
	background:url('../siteart/sidebar_hdr2.png') no-repeat;
	height:22px;
	width:100%;
	max-width: 210px;
	padding:8px 10px;
	font-size:22px;
	color:#FFF;
	font-style:italic;
	font-variant:small-caps;
}

.module_content2{
	background:url('../siteart/sidebar_body2.gif') repeat-y;
	width:100%;
	max-width: 210px;
	padding:5px 10px;
	color:#FFF;
}

.module_content2 ul{
	float:left;
	width:50%;
}

.module_ftr2{
	background:url('../siteart/sidebar_ftr2.png') no-repeat;
	height:7px;
	width:100%;
	max-width: 230px;
	margin-bottom:10px;
}


ul.bullet{
	list-style:disc;
	margin:0px 0px 18px 25px;
}


/*----scrolling inv styles ------*/
.scrolling{
	width:100%;
	height:92px;
	max-width:688px;
	
}
.banner {
	width:100%;
	height:92px;
	overflow:hidden;
	background:#cfcfcf;
	padding: 6px;
	border-radius: 6px;
    border: 2px solid #c1c0c0;
	max-width: 688px;
}

/*---------end---------------*/
.frame{background:url('../siteart/img_frame.png') no-repeat;

	width:100%;
	max-width: 710px;
	position:absolute;
	z-index:500;
}
#inventory_top{
	background:url('../siteart/wide_top.gif') no-repeat;
	height:10px;
	width:960px;
	max-width: 100%;
}

#inventory{
	background:url('../siteart/wide_bg.gif') repeat-y;
	width:940px;
	max-width: 100%;
	padding:0px 10px;
}

#inventory iframe{
	overflow-y:auto;
	overflow-x:hidden;
	height:5000px;
}

#inventory_bottom{
	background:url('../siteart/wide_bottom.gif') no-repeat;
	height:10px;
	width:960px;
	max-width: 100%;
}



/***** FOOTER STYLES *****/
a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:10pt;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:10pt;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:10pt; color:#999999;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:8pt; color:#999999;}

.divfooter{max-width: 100%;width:450px; text-align:center; margin:20px auto; line-height:normal;}



/***** INVENTORY STYLES *****/

#inv{padding: 5% 0;}
#inv *:not(.fa):not(.far):not(.fas):not(.fab):not(.material-icons){font-family: bahnschrift, urw-din, 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: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !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:#031893 !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 {background:#031893 !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 #031893 !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: #031893 !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: 980px) {
	#wrap{width: 90%;}	
	#content{float:none; margin:0 auto; text-align:center;}
	#sidebar{float: none; margin: 0 auto; text-align: center;}
	.two-cols{ float:none; text-align:left;}
	ul.bullet{ text-align:left;}
}
@media screen and (max-width: 650px) {
	#wrap{width: 90%;}	
	#content{float:none; margin:0 auto; text-align:center;}
	#sidebar{float: none; margin: 0 auto; text-align: center;}
	.two-cols{ float:none; text-align:left; width: 50%; margin: 0 auto;}
	.two-cols img{ margin-bottom: 20px;width: 90%;}
}
@media screen and (max-width: 320px) {
	.two-cols{ float:none; text-align:left; width: 78%; margin: 0 auto;}
	.two-cols img{ margin-bottom: 20px; width: 90%;}
}