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


/*----------------------------------*/
/* x. Info pane on individual Cars	*/

#infoPane {
	font-size: .9em;
	height: 314px;
	padding: 0;
	color: #000;
/*	style="height: 314px;width: 231px;"*/
	background-color: #ccc;
	border-bottom: 1px solid #fff;
}
.visualPadding {
	overflow: auto;
	padding: 0 15px 0 10px;
}

	#infoPane a {
		color: #aaa;
		text-decoration: underline;
	}

		#infoPane a:hover, #infoPane li.selected a {
			color: #000;
		}

	#infoPane #priceRange {
		font-weight: bold;
		margin: 3px 0;
		clear: left;
	}

	#infoPane ul { /* covers both features and variables lists */
		list-style: none;
	}

		#infoPane #variations li {
			float: left;
			margin: 12px 10px 8px 0;
		}

		#infoPane ul#features li {
			list-style-type: disc;
			margin: 0 0 0 15px;
		}


/*----------------------------------*/
/* x. Inner Column (Main Content)	*/

#innerCol1 {
	color: #fff;
	background-color: #7597a0;
	min-height:400px;
	height:auto !important;
	height:400px;
}

#innerCol1 a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

	#innerCol3 {
	color: #fff;
	}

	#innerCol3 p.disclaimer {
	font-weight: bold;
	color: #000;
	font-size: 0.85em;
	}

	#innerCol3 a {
	color: #fff;
	text-decoration: none;
	}

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

	#innerCol3 p {
	padding: 5px 0 5px 10px;
	}

	.promo {
		height: 71px;
		border-bottom: 1px solid #fff;
		background: #a00015;
	}
	
#pNewCarsI10Edition #variations li.selected a,#pNewCarsI20Edition #variations li.selected a,#pNewCarsI30Edition #variations li.selected a{
	cursor:default;
	text-decoration:none;
}	