body { 
	margin: 0;
	padding: 0;
}
img { 
	border: none;
}
/* ########## start: Links style ########## */
a.popWindowLink { 
	display: block;
	float: left;
}
/* ########## end: Links style ########## */
/* ########## start: ID layout ########## */
#container { 
	margin: 10px;
}
#leftSection { 
	float: left;
	width: 48%;
}
#rightSection { 
	float: right;
	width: 50%;
}
/* ########## end: ID layout ########## */
/* ########## start: General Class ########## */
.btnSold { 
	width: 125px;
	margin-top: -227px;
	margin-left: 1px;
}
/* same style for modern browsers (not IE6) */
html>body .btnSold { 
	width: 125px;
	margin-top: -224px;
	margin-left: 1px;
}
.clearFloat { 
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size: 0px;
}
/* ########## end: General Class ########## */
/* ########## start: heading ########## */
div.heading { 
	width: 100%;
	margin-bottom: 6px;
}
div.heading h3 { 
	margin: 0;
	padding: 0;
	float: left;
}
div.heading p { 
	display: block;
	float: right;
}
div.heading a { 
	text-decoration: none;
	font-weight: bold;
	display: block;
}
/* ########## end: heading ########## */
/* ########## start: resultToolbar ########## */
div.resultToolbar { 
	width: 100%;
	height: 46px;
	margin-bottom: 6px;
}
div.resultToolbar table { 
	width: 100%;
	height: 46px;
}
div.resultToolbar .bignumber { 
	font-size: 32px;
	float: left;
	text-align: left;
	margin: 4px 4px 0 10px;
}
div.resultToolbar .smallnumber { 
	font-size: 12px;
	float: left;
	text-align: left;
	margin: 10px 0 0;
	line-height: 12px;
}
div.resultToolbar a { 
	margin: 0 2px 0 2px;
}
/*
div.resultToolbar label {
	margin-left: 8px;
}

div.resultToolbar select {
	margin-right: 8px;
}
*/
div.resultToolbar th { 
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 0;
}
div.resultToolbar .alignLeft { 
	text-align: left;
	padding-left: 20px;
}
div.resultToolbar .smallTxt { 
	font-size: 77%;
}
div.resultToolbar h1, div.resultToolbar h2 { 
	margin: 0;
	padding: 0;
}
/* ########## end: resultToolbar ########## */
/* ########## start: carListing ########## */
div.carListing { 
	
}
div.carListing h4 { 
	margin: 0;
	padding: 0;
}
div.carListing table { 
	width: 100%;
}
div.carListing th { 
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
div.carListing td { 
	padding: 4px;
	text-align: left;
	vertical-align: middle;
}
div.carListing td.alignCenter { 
	text-align: center;
}
div.carListing td.noborder { 
	border: 0;
}
div.carListing td { 
	border-bottom: 1px solid #eee;
}
div.carListing .sizecol0 { 
	width: 50px;
}
div.carListing .sizecol1 { 
	width: 100px;
}
div.carListing .sizecol2 { 
	width: 150px;
}
div.carListing .sizecol3 { 
	width: 180px;
}
div.carListing .sizecol4 { 
	width: 250px;
}
div.carListing .sizecolAuto { 
	width: auto;
}

div.carListing td img.noborder { 
	border: 0;
}

/* ########## end: carListing ########## */
/* ########## start: photogallery ########## */
div.photogallery { 
	margin: 14px 0;
	padding: 5px 0 5px 0;
	border: 1px solid #eee;
}
div.photogallery td { 
	margin: 0;
	padding: 5px 0 5px 0;
	text-align: center;
	border: none;
}
div.photogallery p { 
	color: #3e3e3e;
	padding-top: 5px;
}
/* ########## end: photogallery ########## */
/* ########## start: toolsNav ########## */
div.toolsNav { 
	width: 100%;
}
div.toolsNav a { 
	font-weight: bold;
	text-decoration: none;
}
div.toolsNav ul { 
	margin: 6px;
	padding: 0;
	list-style-type: none;
}
div.toolsNav li { 
	padding: 5px 3px 5px 24px;
	border-bottom: 1px solid #eee;
}
/* ########## end: toolsNav ########## */
/* ########## start: formPage ########## */
div.formPage p { 
	font-size:12px;
	margin-bottom: 12px;
	width: 90%;
}
div.formPage h4 { 
	font-size:16px;
	margin-bottom: 6px;
}
div.formPage table { 
	width: 100%;
	margin-bottom: 12px;
}
div.formPage table table { 
	width: auto;
	margin: 0;
}
div.formPage th { 
	padding: 4px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
div.formPage td {
	font-size: 12px;
	padding: 6px 4px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #eee;
}
div.formPage table table th, div.formPage table table td { padding: 0; border: none; }
div.formPage .normalsize { 
	width: 250px;
	padding: 2px;
}
div.formPage textarea.normalsize { 
	width: 350px;
}
div.formPage .FormButton { 
	border-width: 0;
	margin-top: 5px;
	margin-left: 45%;
	padding: 0;
	width: auto;
}
