﻿.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%;
}

.inv-container{
	position: relative;
	display: inline-block;
	margin: 0 0;
	padding: 0;
	/* for clearing word and letter spacing for inline-blocks */
	word-spacing: 0;
	font-size: 0px;
  	letter-spacing: 0px;
  	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 0pt;
	text-align: center;
}


.inv-container .unit{
	position: relative;
	clear: both;
	overflow: auto;
	color: #222;
	font-size: 10pt;
	width: calc(25% - 10px);
	display: inline-block;
	margin: 5px;
	overflow: hidden;
    height: 500px;
}


.inv-container .unit .title-area{
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Reem Kufi', sans-serif;
	color: #860202;
	overflow: hidden;
	height: 55px;
}

.inv-container .unit .title-area .title{
	
}

.inv-container .unit:nth-child(even) {
    background: #eee;
}

.inv-container .unit:nth-child(odd) {
    background: #f5f5f5;
}



.inv-container .unit .thumbcontainer {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: calc(100% - 10px);
	overflow: hidden;
}

.inv-container .unit .unitthumb{
	position: relative;
	background: #fff;
	display: block;
	height: 235px;
	margin: 0px auto;
	max-width: none;
	width: auto;
	overflow: hidden;
}



.inv-container .unit .unitnum{
	position: absolute;
	text-align: center;
	display: block;
	bottom: 0;
	right: 0;
	font-size: 20px;
	color: #FFF;
	background: rgba(0, 0, 0, .35);
	padding: 4px 6px;
}

.inv-container .unit .price{
	position: absolute;
	text-align: center;
	display: block;
	top: 0;
	left: 0;
	font-family: 'Reem Kufi', sans-serif;
	font-size: 28px;
	color: #FFF;
	background: rgba(0, 0, 0, .35);
	padding: 4px 6px 0px 6px;
}

/* box that all specs are in */
.inv-container .unit .specs {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	white-space:nowrap;
	overflow: hidden;
	padding-top: 10px;
	font-size: 16px;
}

/* default for all spec items */
.inv-container .unit .specs .specitem {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	white-space:nowrap;
	overflow: hidden;
}

/* each spec has a label and a piece of data */
.inv-container .unit .speclabel {
	display: inline;
	white-space:nowrap;
}

.inv-container .unit .speclabel::after {
	content: ": ";
}

.inv-container .unit .specdata {
	display: inline;
	font-weight: bold;
	white-space:nowrap;
}

.inv-container .unit .tools .tool {
	display: inline-block;
	margin-right: 5px;
	padding: 5px 15px;
	background: #999;
	color: #fff;
}

.inv-container .unit .tools .tool:last-child {
	margin-right: 0;
}

.inv-container .unit .tools .tool:hover {
	opacity: .8
}

.inv-container .unit .tools .tool-makeoffer {

}

.inv-container .unit .tools .tool-purchase {

}

.inv-container .unit .tools .tool-details {

}

.unitnumtitle, .spec_sleeper, .spec_facapacity, .spec_facapacity, .spec_racapacity, .spec_ratio, .spec_wheelbase, .spec_wheels, .spec_tires {
	display: none !important;
}






.inv-container .fulllink {
	position: absolute;
	display: block;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d80003;
	color: #FFF;
	padding: 10px 0;
	text-align: center;
	font-family: 'Reem Kufi', sans-serif;
	font-size: 30px;
	text-decoration: none;
}

.inv-container .fulllink:hover {
	text-decoration: none;
	background: #f80006;
}






/* AT MEDIA STATEMENTS */


@media screen and (max-width: 800px) {
	.inv-container .unit {
	    width: calc(100% / 3 - 10px);
	}	
	
	.inv-container .unit .title-area {
		font-size: 16px;
	}
		
	.inv-container .unit .unitnum{
		font-size: 18px;
	}

	.inv-container .unit .price {
		font-size: 24px;
	}

	.inv-container .unit .unitthumb{
		height: 225px;
	}	
			
	.inv-container .unit .specs {
			font-size: 15px;
	}

}


@media screen and (max-width: 600px) {
	.inv-container .unit {
	    width: calc(50% - 10px);
	}	

	.inv-container .unit .title-area {
		font-size: 15px;
	}
		
	.inv-container .unit .unitnum{
		font-size: 16px;
	}

	.inv-container .unit .price {
		font-size: 20px;
	}

	.inv-container .unit .unitthumb{
		height: 215px;
	}	
			
	.inv-container .unit .specs {
			font-size: 14px;
	}

}



@media screen and (max-width: 400px) {

	.inv-container .unit .thumbcontainer {
		width: 100%;
	}	

	.inv-container .unit .title-area {
		font-size: 14px;
	}
		
	.inv-container .unit .unitnum{
		font-size: 14px;
	}

	.inv-container .unit .price {
		font-size: 16px;
	}

	.inv-container .unit .unitthumb{
		height: 205px;
	}	
			
	.inv-container .unit .specs {
			font-size: 13px;
	}
}









/* BEGIN INVENTORY FOOTER */

.inv-container .inv-footer{
	margin: 15px 0 10px 0;
	overflow: auto;
	zoom: 1;

}

.inv-container .inv-footer .page-summary{
	float: left;
}

.inv-container .inv-footer .pages{
	float: right;
}

.inv-container .inv-footer .pages .page{
	text-decoration: none;
	padding: 0 3px;
}

.inv-container .inv-footer .pages .page-num{
	
}

.inv-container .inv-footer .pages .page-current{
	color: #666;
}

/* END INVENTORY FOOTER */






































/* ----- SEARCH BAR ----- */
/* ----- SEARCH BAR ----- */
/* ----- SEARCH BAR ----- */

form.searchcont{
	display: block;
	position: relative;
	margin: 0 0 0px 0;
	padding: 10px 10px 30px 10px;
	background: #f1f1f1;
	border: 1px #eee;
	font-size: 9pt;
}
form.searchcont .title{
	display: block;
	margin: -10px -10px 10px -10px;
	color: #fff;
	padding: 3px;
	font-weight: bold;
	padding: 16px 10px;
	background: #aaaaaa;
	text-transform: uppercase;
}

form.searchcont .title .advsearch, form.searchcont .title .simplesearch {
	position: absolute;
	right: 10px;
	padding-left: 20px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.requestnow {
	float: right;
	position: relative;
	padding: 6px 0 0 20px;
	text-decoration: none;
	font-size: 12px;
	color: #cb2f33;
	font-weight: bold;
}

form.searchcont .title .advsearch{
	background: transparent url(../images/arrow-down.png) no-repeat scroll left top;
}

form.searchcont .title .simplesearch{
	background: transparent url(../images/arrow-up.png) no-repeat scroll left top;
}

form.searchcont .extra{
	display: none;
	background: transparent;
	margin-top: 10px;
	float: left;
	clear: left
}

form.searchcont .buttons{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

form.searchcont span{
	background: transparent;
}

form.searchcont .filter{
	float: left;
	margin-right: 16px;
	background: transparent; 
}

form.searchcont .filter label{
	text-align: left;
	display: block;
	font-weight: bold;
	background: transparent;
}

form.searchcont .filter select, form.searchcont .filter input[type=text]{
	border-color: rgb(169,169,169);
	color: inherit;
	font: inherit;
}

form.searchcont .filter select{
	margin-left: 0;
	height: 29px;
}

form.searchcont button{
	margin-left: 10px;
}

form.searchcont input[type=text]{
	height: 24px;
	line-height: 24px;
	padding: 2px;
}

form.searchcont #lmiles, form.searchcont #hmiles, form.searchcont #lprice, form.searchcont #hprice{
	width: 60px;
	border-style: solid;
	border-width: 1px;

}

form.searchcont button[type=submit]{
	padding:8px 26px;
	border: none;
	background:#cb2f33;
	color:#FFF;
	cursor:pointer;
	text-transform: uppercase;
	letter-spacing: 3px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	font-weight: normal;
	height: 30px;
	line-height: 30px;

}

form.searchcont button[type=submit]:hover {
	background: #333;
}


#clearfilter {
	padding: 0 14px !important;
	height: 30px !important;
	line-height: 30px !important;
	margin-top: 0 !important;
}



/* ----- END SEARCH BAR ----- */
/* ----- END SEARCH BAR ----- */
/* ----- END SEARCH BAR ----- */







/* ----- SEARCH BY STOCK NUMBER ----- */
/* ----- SEARCH BY STOCK NUMBER ----- */
/* ----- SEARCH BY STOCK NUMBER ----- */


form.searchbystockid {
	width: 100%;
	text-align: left;
	padding-bottom: 10px;
}



form.searchbystockid input[type=text]{
	color: inherit;
	font: inherit;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	background: transparent; 
	margin-right: 16px;
	border: 1px solid #a9a9a9;
	width: 100px;

}


.searchbystocklabel {
	color: #a53a2d;
}


#searchbystockid_button {
	padding: 0 14px !important;
	height: 30px !important;
	line-height: 30px !important;
	
}


/* ----- END SEARCH BY STOCK NUMBER ----- */
/* ----- END SEARCH BY STOCK NUMBER ----- */
/* ----- END SEARCH BY STOCK NUMBER ----- */




/* ----- INVENTORY SORT STYLES ----- */
/* ----- INVENTORY SORT STYLES ----- */
/* ----- INVENTORY SORT STYLES ----- */


fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    border: 0px;
    background: #f8f8f8;
    margin-bottom: 10px;
    text-align: left;
}

.fieldsetred legend {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 2px;
  color: #860202 !important;

}

fieldset a {
	text-decoration: none;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 20px;
	color: #0c0b09 !important;
	font-weight: bold;
}

fieldset a:visited {
    color: #0c0b09 !important;
}


fieldset a:hover {
	color: #e5322d !important;
}


/* ----- END INVENTORY SORT STYLES ----- */
/* ----- END INVENTORY SORT STYLES ----- */
/* ----- END INVENTORY SORT STYLES ----- */






















.ViewAllHolder {
	text-align: center;
}


.buttonViewAll {
	display: inline-block;
	font-size: 22px;
	margin: 0 auto 30px;
	padding: 10px 16px;
	background: #cb2f33;
	color: #FFF !important;
	font-weight: bold;
	cursor: pointer;
}

.pricesuffix {
	font-size: 10px;
	color: #cb2f33;
	font-weight: bold;
	height: auto !important;
}
.newtrucks {
	padding-left: 10px;
	font-weight: bold;
	color: #cb2f33;	
}












/* ----- FOOTER ----- */
/* ----- FOOTER ----- */
/* ----- FOOTER ----- */

.inv-container .inv-footer{
	margin: 15px 0 10px 0;
	overflow: auto;
	zoom: 1;
}

.inv-container .inv-footer .page-summary{
	float: left;
}

.inv-container .inv-footer .pages{
	float: right;
}

.inv-container .inv-footer .pages .page{
	text-decoration: none;
	padding: 0 3px;
}

.inv-container .inv-footer .pages a {
	color: #333;
}

.inv-container .inv-footer .pages .page-current{
	color: #860202;
	font-weight: bold;
}

.page-summary {
	font-weight: bold;
	font-size: 12px;
}

/* ----- END FOOTER ----- */
/* ----- END FOOTER ----- */
/* ----- END FOOTER ----- */




