﻿@import url(/inventory/layouts/css/classedtemplate_v2.css);
@import url(http://inventory.htctrucks.com/css/classedtemplate_v2.css);
* {

}
.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: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	padding: 0;
	margin: 0;*/
}

.inv-container {
	text-align: left;
	position: relative;
	display: inline-block;
	margin: 0 auto !important;
	padding-left: 10px;
	/* for clearing word and letter spacing for inline-blocks */
	word-spacing: 0;
	font-size: 0px;
  	letter-spacing: 0px;
  	top: 150px;
}

.inv-container .unit {
    width: calc(25% - 10px);
    display: inline-block;
    position: relative;
    margin: 5px;
    overflow: hidden;
    height: 350px;
}







.inv-container .unit:nth-child(even) {
    background: #f2f2f2;
}

.inv-container .unit:nth-child(odd) {
    background: #f2f2f2;
}

.inv-container .unit:hover {
    background: #f9f9f9;
}



.inv-container .unit .thumbcontainer {
	width: 100%;
	overflow: hidden;
}


.inv-container .unit .unitthumb{
	/* width: 100%; */
	height: 145px !important;
	margin: 0px auto;
	max-width: none;
	width: auto !important;
	overflow: hidden;
}


.inv-container .unit .title-area{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #ce202e;
	font-size: 13px;
}



.inv-container .unit .unitnum {
	display: inline-block !important;
	width: 100%;
}




.inv-container .unit .price{
	font-weight: bold;
	font-size: 12px;
	float: left;
	width: 100%;
	padding-top: 4px;
	color: #414042;
}

.inv-container .unit .specs {
	width: calc(100% - 20px);
	font-size: 10px;
}


.unitnumtitle, .spec_sleeper, .spec_facapacity, .spec_facapacity, .spec_racapacity, .spec_ratio, .spec_wheelbase, .spec_wheels, .spec_tires {
	display: none !important;
}

.specitem {
	width: 100% !important;
}


@media screen and (max-width: 800px) {
	.inv-container .unit {
	    width: calc(100% / 3 - 10px);
	}
}

@media screen and (max-width: 600px) {
	.inv-container .unit {
	    width: calc(50% - 10px);
	}
}


@media screen and (max-width: 400px) {
	.inv-container .unit {
	    width: calc(100% - 10px);
	}
}








/* 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: 1px solid #bbb;
    background: #f8f8f8;
    margin-bottom: 10px;
    text-align: left;
}

.fieldsetred legend {
  font-size: 18px;
  font-weight: bold;
  padding: 2px 2px;
  color: #b90000;

}

.fieldsetblue legend {
  font-size: 26px;
  padding: 0.2em 0.5em;
  color: #00548f;
}

fieldset a {
	text-decoration: none;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 20px;
	color: #666;
	font-weight: bold;
}

fieldset a:visited {
    color: #666;
}


fieldset a:hover {
	color: #047d90;
}







.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 {margin-top: 150px;}
