/* ---------------------------------------------*/ 
/*	Designed and Produced by Carlson Marketing  */
/*	Build start date:                           */
/*	Developer: Nik Lazell                       */
/*			                                    */
/*	New Cars [Page] CSS                         */
/*			                                    */
/* ---------------------------------------------*/


/*----------------------------------*/
/* x. Overrides                		*/


/* Content Column */
#innerCol1 {
	width: 618px;
	background: #fff;
	border: 0;
}

#innerCol2 {
	color: #fff;
	width: 231px;
	margin: 0;
	border: 0;
	float: right;
}

	#innerCol2 h3 {
		font-size: 1.5em;
		padding: 10px 0 0 15px;
	}

	#innerCol2 p {
	    margin: 3px 15px 10px;
	}

	#innerCol2 a, #innerCol2 a:visited {
		color: #fff;
		text-decoration: none;
	}

	#innerCol2 .promo {
		background-color: #a00015;
		border-bottom: 1px solid #fff;
	}

/*----------------------------------*/
/* x. Car content blocks       		*/

.carWrap {
	float: left;
	margin: 0 1px 1px 0;
}

.carWrap.last {
	margin-right: 0;
}

dl.carOffers {
	width: 180px;
	/*min-height:28px;*/
	min-height:38px;
	height: auto !important;
	/*height: 28px;*/
	height: 38px;
	padding: 5px 5px 5px 20px;
	color: #fff;
	background-color: #000;
}

	dl.carOffers dt {
		font-weight: bold;
		margin-bottom: 1px;
	}

	#innerCol1 a, dl.carOffers dd a, dl.carOffers dd a:visited  {
		color: #7b9ab7;
		text-decoration: none;
	}

