#title { 
	min-width: 240px; 
}
#text1 { 
	width: 210px; 
	margin-bottom:20px;
}
#text2 {
	width: 570px;
	margin-bottom: 20px;
}
#image1 {
	margin-left: 10px;
}
#image2 {
	margin-bottom: 20px;
}
.clearAll {
	clear: both;
}
.floatLeft {
	float: left;
}
#resultsContainer { 
	margin-top: 5px;
	margin-bottom: 10px;
}

#resultsInfo {
	width: 100%;
}
.vehiclesearchresults_imageWidth {
	width: 300px;
}
/*#searchParams {
	float: left;
}
#emailAFriendBtn {
	float: right;
	padding-right: 10px;
}*/
#noMatchText {
	margin-top: 10px;
}

#modifySearchContainer {
	margin-top: 10px;
}
#modifySearchHead {
	width: 292px;
}
#modifySearchBody {
	position: absolute;
	display: none;
}

#resultsPagination {
	text-align: right;
}

.resultsData {
	width: 100%;
}
.resultsData tr {
	height: 17px;
}
.resultsData td {
	padding-left: 10px;
}


/* Styles to maintain column sizes */
.col1_1 {
	width: 14%;
}
.col1_2 {
	width: 15%;
}
.col1_3 {
	width: 15%;
}

.col1 {
	width: 44%;
}
.col2 {
	width: 18%;
}
.col3 {
	width: 18%;
}
.col4 {
	width: 20%;
}

#thumbnailImg {
	visibility: hidden;
	position: absolute;
	left: 570px;
	cursor: pointer;
	cursor: hand;
}

/* Search form styles */
div.label{
 	width: 95px;
	padding-top: 3px;
	float: left;
}

#searchFormContainer {
	width: 300px;
	margin-right: 20px;
}

#basicSearchBody {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#newBasicSearchSubmit {
	text-align: right;
	padding-right: 15px;
}
#preownedBasicSearchSubmit {
	text-align: right;
	padding-right: 15px;
}

#advancedSearchHead {
	width: 190px;
	height: 21px;
}
#newAdvancedSearchContainer {
	display: none;
	position: absolute;
	width: 300px;
}
#preownedAdvancedSearchContainer {
	display: none;
	position: absolute;
	width: 300px;
}
#advancedSearchBody {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#advancedSearchClose {
	width: 175px;
}

#advancedSearchSubmit {
	text-align: right;
	padding-right: 15px;
}

.special {
	height: 55px;
}
.vehicleSpecialBanner {
	width: 100%;
	text-align: right;
	margin: -1px 0px 0px 1px;
	cursor: pointer;
}
#specialsPriceDisclaimer {
	position: absolute;
	font-size: 10px;
	padding: 10px 0px 0px 10px;
	filter: alpha(opacity=80);
	opacity: .80;
}

