@charset "UTF-8";
/* CSS Document */

/*=========================*/
/*     INVENTORY LIST      */
/*=========================*/

/* IMPORTANT:   The main parameter to watch, when you modify the container width is the Width of .InvList-UL-MainUL   */



/* Module Global */
.InvList {
	padding-right: 5px;
	padding-left: 5px;
}
.InvList a {
}
.InvList label {
	color: #FFFFFF;
}

.InvList ul {
	list-style-type: none;
}


/* Module Structural */


.InvList-MakesBlock {   /*  The block that contains the number of vehicles for each brands */
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #4e0002;
}
.InvList-MakesBlock ul {
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 18px;
}
.InvList-MakesBlock li {
	float: left;
	display: block;
	width: 170px;			/* Adjust this so that 5 of these blocks fit on one line.  When a line is full, side spacing should be equal. */
	margin-top: 0px;
}
.InvList-BrandHeader {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	background-image: url(../images/contentblock-bg-header.gif);
	background-position: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff9300;
	border-bottom-color: #ff9300;
	background-repeat: no-repeat;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff9300;
	border-left-color: #ff9300;
}
.InvList-VehicleBlock {
	padding:5px;
	border:1px solid #4e0002;
	margin-bottom:10px;
	padding-bottom:17px;
	color:#ff9300;
}

.InvList-VehicleBlock:hover {
	padding:5px;
	border:1px solid #ff9300;
	margin-bottom:10px;
	padding-bottom:17px;
	color:#ff9300;
}


.InvList li.YMM-Line span {
	display: block;
	height: 20px;
}
.InvList li.YMM-Line {
	display:block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.InvList li.Title-Line span {
	display: block;
	
}
.InvList li.Title-Line {
	display:block;
	padding: 3px;
	background-color:#930f12; 
}

.InvList li.Details-Line {
	padding-top: 10px;
}

.InvList-UL-MainUL {
	display:block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width:700px;
	float: right;
}
.InvList-UL-MainUL li {
	padding-left: 3px;
	
}
.InvList-UL-Colors {
	float: left;
	margin: 0px;
	padding: 0px;
	width:300px;
}

.InvList-UL-Colors li {
	padding:0;
	}

.InvList-UL-Mileage {
	float: left;
	margin: 0px;
	padding: 0px;
}

.InvList-UL-Location {
	float: Right;
	margin: 0px;
	padding: 0px;
}

.InvList-UL-Location li {
	text-align:right;
	}


.InvList-Pagination {
	border: 1px solid #ff9300;
	padding:15px;	
}

.InvList-Pagination ul {
	padding:0;
	margin:0;
	text-align:center;
}

.InvList-Pagination li {
	padding:0;
	margin:0;
	display:inline;
}

.InvList-Pagination a {
	padding: 5px;
	border: 1px solid #ff9300;
	color:#ff9300;
	text-decoration: none;
}

.InvList-Pagination a:hover, a.pagination-selection {
	border: 1px solid #75090C;
	color: #000000;
	background-color:#ff9300;
	text-decoration: none;
}


/* Module Style */


.Image-Thumbnail {
	width: 160px;
}
.InvList-YearMakeModel {
	float:left;
	font-size: 20px;
	max-width: 550px;
	overflow: hidden;
	padding-bottom:3px;
}
.InvList-Photos {
	float:left;
	padding-left: 15px;
	line-height: 20px;
	padding-right: 4px;
}
.InvList-HistoryReport {
	float:left;
	
}
.InvList-Price {
	float:right;
	font-size: 20px;
}
.InvList-Title {
	float:left;
	font-weight: bold;
	max-width: 590px;
	max-height:16px;
	overflow:hidden;
}
.InvList-PriceType {
	float:right;
	font-weight: bold;
}
.InvList-NumPhotos {
}
.InvList-History-Report {
}
.InvList-PriceType {
	float: right;
}


a.InvList-PhotosClick{
	background-image: url(../images/inv-list-photologo.gif);
	display: block;
	height: 20px;
	width: 30px;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}


a.InvList-PhotosClick:hover{
	background-position: top;
}

a.InvList-AutoCheck{
	background-image: url(../images/logo-view-autocheck.gif);
	display: block;
	height: 20px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	margin-top:5px;
	clear:both;
}

a.InvList-AutoCheck:hover{
	background-position: right top;
}

a.InvList-Carfax{
	background-image: url(../images/logo-view-carfax.gif);
	display: block;
	height: 20px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	margin-top:5px;
	clear:both;
}

a.InvList-Carfax:hover{
	background-position: top;
}

