@charset "utf-8";
/* CSS Document */

.wrapper .bodycontainer .leftCol {
	float: left;
	width: 382px;
	position: relative;
}
.wrapper .bodycontainer .leftCol .searchContainer {
	background-image: url(/images/searchInventoryBg.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 382px;
}
.wrapper .bodycontainer .leftCol .searchContainer .newInvtory {
	width: 190px;
	height: 150px;
	float: left;
	position: relative;
}
select  {
	color: #326EAA;
	
	font-size: 90%;
	width: 150px;
	
}

.wrapper .bodycontainer .leftCol .searchContainer .usedInvtory {
	width: 190px;
	height: 150px;
	float: left;
	position: relative;
}


.wrapper .bodycontainer .leftCol .largeAd {
	padding-top: 15px;
}

.wrapper .bodycontainer .rightCol {
	width: 513px;
	position: relative;
	margin-left: 25px;
	float: left;
	margin-bottom: 20px;
}
.SOWrapper {	
	position: relative;	
}
.SOcontainer {
	/*background-image: url(/images/specialOffersBG.jpg);*/
	background-repeat: no-repeat;	
	/*height: 1400px;*/
	width: 513px;
}
.SOcontainer .offerHd {
	margin-top: 20px;
	margin-left: 20px;
}
.SOcontainer .offers {
	/*height: 260px;*/
	/*overflow: auto;*/
	width: 675px;
	margin-top: 0px;
	margin-left: 20px;
	padding-right: 20px;
}
.SOcontainer .offers img {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}

.SOcontainer .offers a {
	font-weight: bold;
	text-decoration: none;
	color: #E1AC41;
}
.SOcontainer .footNote {
	font-size: 110%;
	margin-right: 30px;
	margin-left: 20px;
	font-weight: bold;
	color: #336699;
	margin-top: 10px;
}
