#layoutWrapper, #contentWrapper { padding: 0px; }
#layoutWrapper { position: relative; }
#contentContainer { border: 0px; background-color: transparent; }
#primaryIFrame { width: 1000px; height: 740px; border: 0px; overflow-x: hidden; overflow-y: auto; }
#overlayIFrame { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 201; }
/* WSM fix */
#lexusFrameIn_sneezeguard { z-index: 10; }

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

#detailsMenu {
	position: absolute;
	width: 220px;
	margin: 0 8px 8px 8px;
	background-color: #fff;
	background-position: -456px 0;
	background-repeat: repeat-y;
	z-index: 20;
	border-top:17px solid #ffffff;
}

#detailsMenu h3 {
	width: 220px;
	height: 30px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	text-indent: 3px;
	background-position: -20px 0px;
	overflow: hidden;
}

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

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

	#linkout {
		width: 212px;
		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 a.contact { background-position: -20px -97px }
	#linkout a.contact:hover { background-position: -238px -97px }
	#linkout a.inventory { background-position: -20px -178px }
	#linkout a.inventory:hover { background-position: -238px -178px }

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

	#sections {
		width: 212px;
		margin: 12px 0px; padding: 0px; 
		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: -20px -79px;
	}
	#sections li a:hover, #sections li a.current { color: #000; background-position: -238px -79px }
	
/*-- / CPO Inventory / --*/
#CPOInventory {
	margin: 11px 20px 0px 0px;
	background-color: #fff;
}
#CPOInventory h3 {
	background-position: -20px -30px;
}
#CPOInventory ul {
	height: 215px;
	margin: 0px;
	padding: 0px 0px 11px 6px;
	overflow-y: scroll;
	overflow-x: hidden;
	list-style-type: none;
}
#CPOInventory ul li {
	float: left;
	width: 130px;
	margin-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 4px;
	color: #8b6364;
}
#CPOInventory ul li img {
	float: left;
	width: 50px;
	margin-right: 2px;
}
#CPOInventory ul li a {
	padding-left: 7px;
	background-position: -676px 4px;
	background-repeat: no-repeat;
}
