#searchContainer {
	position: relative;
	display: block;
	height: 139px;
	border-bottom: 1px solid #000;
	background: #f7e0a7 url(../../images/resale/search/searchBackground.png) no-repeat left top;
}
	#searchOptionsTable {
		position: relative;
		display: block;
		width: 713px;
		margin-left: 15px;
		top: 33px;
	}
	#searchOptionsTable.large {
		top: 25px;
	}
		#searchOptionsTable th {
			text-align: right;
			padding: 5px;
			width: 99px;
			height: 30px;
			font-size: 15px;
			font-weight: normal;
		}
		#searchOptionsTable td {
			padding: 5px 0;
			width: 136px;
			font-size: 13px;
		}
		#searchOptionsTable select {
			width: 136px;
			height: 18px;
		}
		#searchOptionsTable select.range {
			width: 57px;
		}
		#searchOptionsTable input {
			width: 36px;
		}
		#searchOptionsTable input.text {
			width: 136px;
			height: 18px;
		}
	#searchButton {
		position: absolute;
		top: 105px;
		left: 584px;
		height: 28px;
		width: 82px;
		background: url(../../images/resale/search/searchButton.png) no-repeat left top;
		cursor: pointer;
		font-size: 14px;
	}
	#searchAjaxIndicator {
		position: absolute;
		top: 106px;
		left: 673px;
		height: 25px;
		width: 25px;
	}
#resultsContainer {
	position: relative;
	display: block;
	height: 340px;
	height: 560px;
	background: #707b85 url(../../images/resale/search/resultsBackground.png) repeat-x left top;
	overflow: hidden;
}
	#shadowTruck {
		position: absolute;
		display: block;
		z-index: 5;
		height: 153px;
		width: 178px;
		left: 286px;
		top: 100px;
		background: url(../../images/resale/search/shadowTruck.png) no-repeat left top;
	}
	#results {
		position: relative;
		display: block;
		background: #fff;
		z-index: 10;	
	}
	#results .showDetailsButton {
		position: relative;
		display: block;
		height: 13px;
		width: 40px;
		margin: 0 auto;
		text-decoration: underline;
		text-align: center;
		color: #00f;
		cursor: pointer;
	}
	#results .showDetailsButton:hover {
		color: #f00;
	}
	#resultsContainer .x-paging-info {
		left: 230px;
	}
	#compareClearButton {
		position: absolute;
		top: 2px;
		right: 90px;
	}
	#compareButton {
		position: absolute;
		top: 0;
		right: 20px;
	}
	.red .x-grid3-td-unitNumber {
		background: #ffd1d1;
	}
		.red.x-grid3-row-over .x-grid3-td-unitNumber {
			background: #ffabab;
		}
	.yellow .x-grid3-td-unitNumber {
		background: #fffeb2;
	}
		.yellow.x-grid3-row-over .x-grid3-td-unitNumber {
			background: #fffc53;
		}
#truckDetails {
	top: 340px;
}
#customerEditor {
	top: 375px;
}
#addressEditor {
	top: 500px;
}
.truckDetails {
	padding: 0 4px 13px 12px;
}
	#truckDetailsPanelTitle {
		position: relative;
		display: block;
		margin-right: 375px;	
	}
	.truck .red {
		background: #ffd1d1;		
	}
	.truck .yellow {
		background: #fffc53;		
	}
#compareControls {
	position: absolute;
	display: block;
	height: 25px;
	left: 289px;
	top: 0;
}
	.compareControl {
		position: relative;
		display: inline;
		float: left;
		height: 17px; /* 25px; */
		width: 31px;
		text-align: center;
		padding: 5px 1px;
		margin-right: 2px;
		background: url(../../images/global/buttons.png) no-repeat -286px -28px;
		font-weight: bold;
		font-size: 16px;
		color: #fff;
		cursor: pointer;
	}
	.compareControl.current, .compareControl.current:hover {
		background: url(../../images/global/buttons.png) no-repeat -286px 0px;
		color: #000;
	}
	.compareControl:hover {
		background: url(../../images/global/buttons.png) no-repeat -286px -56px;
		color: #fff;
	}

.controlPanels {
	height: 211px;
	width: 346px;
	background: url(../../images/global/controlPanelBackgroundSprites.png) no-repeat -450px 23px;
}
	.controlPanel {
		padding: 10px;
	}
	#quoteControlPanel {
		padding: 80px 0 0 48px;
	}
		#demoControlPanel input.date {
			background: #fff url(../../images/global/inputBackgroundSprites.png) no-repeat -234px 0px;
			width: 66px;
			height: 19px;
			font-size: 12px;
			color: #807C6E;
			padding: 4px 4px 0;
		}
		#demoControlPanel input.button.large {
			margin-top: 5px;
		}
		
		#demoControlPanel th, #demoControlPanel td {
			height: 28px;
		}
		
		.demoTable {
			width: 328px;
		}

		.demoTable .col1 {
			width: 55px;
		}
		.demoTable .col2 {
			width: 118px;
		}
		.demoTable .col3 {
			width: 42px;
		}
		.demoTable .col4 {
			width: 118px;
		}
		
		#emailDemoTo {
			width: 224px;
			height: 22px;
			padding: 2px 0pt 0pt 10px;
			font-size: 12px;
			color: #807C6E;
			background: #fff url(../../images/global/inputBackgroundSprites.png) no-repeat 0px 0px;
		}
		#demoTabStatus {
			position: absolute;
			display: block;
			left: 140px;
			top: 150px;
			height: 35px;
			width: 190px;
		}
		

	#emailControlPanel {
		padding: 58px 0 0 43px;
	}
	#emailControlPanel input.text {
		height: 22px; /* 24px; */
		width: 187px; /* 197px; */
		padding: 2px 0pt 0pt 10px;
		font-size: 17px;
		color: #807C6E;
		background: #fff url(../../images/global/inputBackgroundSprites.png) no-repeat 0px -24px;
	}
		#emailTabStatus {
			position: relative;
			display: block;
			padding-top: 15px;
			font-size: 15px;
		}
	#conditionControlPanel {
		padding: 80px 0 0 48px;
	}

#photoViewer {
	position: relative;
	display: block;
	height: 213px;
	width: 284px;
	/*overflow: hidden; perhaps use this later when I use unobtrusive JS magnifier?? */
	margin: 0 0 12px 359px;
	background: #ccc;
}
	#primaryPhoto {
		position: relative;
		display: block;
		height: 213px;
		width: 284px;
	}
	#lNext, #lPrev {
		position: absolute;
		display: block;
		height: 480px;
		width: 320px;
		top: 0px;
		left: 0px;
		background: url(../../images/global/lightboxSprites.png) no-repeat -370px 0;
		z-index: 2;
	}
	#lPrev:hover {
		background-position: 0 0;
	}
	#lNext {
		left: 320px;
	}
	#lNext:hover {
		background-position: -50px 0;
	}
	#lPrev.disabled:hover, #lNext.disabled:hover {
		background-position: -370px 0;
	}
.commandButtons {
	display: inline;
	float: left;
	width: 346px;
}
#photoThumbnails {
	position: relative;
	display: block;
	width: 284px;
	margin-left: 359px;
}
	#photoThumbnails img {
		position: relative;
		display: inline;
		float: left;
		height: 29px;
		width: 38px;
		margin-right: 4px;
		border: 2px solid #fff;
		background: #efefef;
	}
	#photoThumbnails img.active {
		border: 2px solid #f00;
	}
#soldStamp {
	position: relative;
	display: block;
	margin: 16px 0 0 37px;
	height: 120px;
	width: 250px;
	background: url(../../images/resale/search/soldStamp.png) no-repeat left top;
}
#magnifyingGlass {
	position: absolute;
	display: block;
	z-index: 10;
	height: 21px;
	width: 21px;
	top: 192px;
	left: 263px;
}
#crContainer {
	top: 340px;
}
	#crMessage {
		background: none;
	}
	.conditionReport {
		padding: 0 4px 13px 12px;
	}
	#crIframe {
		position: relative;
		display: block;
		height: 392px;
		width: 620px;
		margin: 15px 20px;
	}
#seoContent {
	position: relative;
	display: block;
	padding: 20px;
}
	#seoContent p {
		padding-bottom: 15px;
	}

