#contentWrapper { background-color: #fff; background-repeat: repeat-y; }
#layoutWrapper { padding: 0; }

/* Prevent the left-hand grey box from extending down into the footer */ 
#footerWrapper { background-color: #fff; }

#leftCol {
	width: 216px;
	padding: 22px 0px;
	float: left;
	text-align: center;
}

#leftCol .wsm_tip {
	text-align: left;
}

#rightCol {
	width: 760px; /* IE: 736px */
	padding: 12px;
	float: left;
	overflow: hidden;
}

#rightCol h2, #rightCol h3 {
	font-weight: normal;
}

#rightCol h3 {
	font-size: 18px;
}

#specialsSectionTitle {
	border-bottom: 1px solid black;
	padding: 0 0 4px 0;
	font-size: 24px;
}

.cell { 
	margin: 0 0 10px 0;
}

/*
  Dealer specials
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.wsm_configure {
  background-color: #000066;
  padding: 5px;
}

.dealer_special {
  display: none;
	padding: 5px;
	border: 1px solid black;
	overflow: hidden;
}

.ds_name {
  margin: 0;
  padding: 5px;
  color: #fff;
  background-color: #000;
}

/*
  Details Menu
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#detailsMenu {
	width: 192px;
	margin: 0px auto 22px auto;
	padding: 0 0 10px 0;
	background-color: #fff;
	background-position: 167px 0px;
	background-repeat: repeat-y;
	z-index: 20;
	text-align: left;
}

#detailsMenu h3 { 
	width: 192px; height: 30px;
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	text-indent: 3px;
	background-repeat: repeat-x;
	overflow: hidden;
}

#detailsMenu h3 span {
	display: block;
	height: 30px;
	float: left;
}

#detailsMenu h3 span.modelYear {
	padding: 7px 0px 0px 0px;
	color: #777;
	font-size: 16px;
}

#detailsMenuWrapper {
	background-position: -1664px 1px; 
	background-repeat: repeat-y; 
}

#detailsMenuWrapper div.dm_financing { 
	margin: 12px 0px; 
	padding: 0px 4px 0px 40px;
	background-position: -621px -56px;
	background-repeat: no-repeat; 
}

	/*** / linkout menu / ***/

	#linkout {
		width: 192px; 
		margin: 0px; padding: 0px; 
		overflow: hidden;
		list-style-type: none 
	}
	#linkout li { height: 27px; overflow: hidden }
	#linkout li a {
		display: block;
		height: 13px;
		margin: 0px; padding: 7px 0px 7px 45px;
		font-size: 11px; text-transform: uppercase;
		text-decoration: none; color: #000
	}
	#linkout li a:hover { color: #000 }
	#linkout li a.contact { background-position: 0 0; }
	#linkout li a.contact:hover { background-position: -192px 0; }

	/*** / sections menu / ***/

	#sections {
		width: 192px;
		margin: 12px 0px; padding: 0 0 10px 0; 
		overflow: hidden;
		list-style-type: none 
	}
	#sections li { height: 18px; overflow: hidden }
	#sections li a {
		display: block;
		height: 14px;
		margin: 0px; padding: 2px 0px 2px 42px;
		font-size: 11px; text-decoration: none; color: #000;
		background-position: 0px 145px;
	}
	#sections li a:hover, #sections li a.current { color: #000; background-position: -192px 145px }


/*
  CIC Skyscraper WSM fix
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div#lexusSlidesContainer_widget_wrapper,
div#lexusSlidesContainer_widget_wrapper div.wsm_innerBorder { height: 663px; }
table#lexusSlidesContainer_widget_sneezeguard { left: 0; width: 214px; }

/*Schedule Test Drive buttons*/
#detailsMenu .cta_button {
    margin: 20px 0 5px 0;
    text-align: center;
}

#detailsMenu .cta_button a img {
    border:none;
}



