div#location_results strong {
    font-size: 130%;
    color: #b65f17;
}

div#location_results {
    font-size: 110%;
    line-height: 140%;
}

div#location_results li { position: relative; }
div#location_results a { padding: 4px 2px; overflow: visible; }
div#location_results a:hover img {
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    left: -6px;
    top: 6px;
}

div#location_instructions h3 { font-size: 1.308em; margin-bottom: 0.5em; }
div#location_instructions p { margin: 0; line-height: 1.2em; clear: left; font-size: 120%; }
div#location_instructions span.inst { font-size: 81.3%; }

div#where_are_cars_container {
    padding: 20px 15px 10px 15px;
    background: transparent url(/images/template/css/bg_chooser_top.png) left top no-repeat;
}

input#location-search {
    padding: 1px 0 0 1px;
    font-size: 160%;
    /* font-weight: bold; */
}
#where_are_cars_trigger label{ /* match the size when js is off */
	color:#555555;
	font-family: arial, helvitica, sans-serif;
	font-size:160%;
}


/*   #where_are_cars_trigger input.prompt { padding: 3px 0 0 1px; font-size: 130%; width: 162px; font-weight: normal; } */

#where_are_cars .notetxt { color: #888; font-size: 80%; }

/* fixes for firefox's charming multiple background image effect. plus a few opera mac goodies. */
div#where_are_cars_container {	padding: 8px 0 0 0; }
	div#where_are_cars_container > div{ float: left;	}
	#where_are_cars .cities { width: 452px;} /* for opera mac */
	#where_are_cars .cities ul {
	    margin-left: 15px;
		width: 97%;
	}
	#where_are_cars .cities li { width: 32%; }
	div#location_no_results, div#location_instructions p, div#location_instructions h3, #where_are_cars .cities h2, body #where_are_cars #cars-footer p{
	    margin-left: 15px;
	}
	div#location_quick_links {clear: left;} /* for opera mac */


