@media screen, handheld {
/* Primary Content
===========================================================================*/

body.dealer-locator-section div#hero {
	height: 351px;
	padding: 20px;
	border: 3px solid #323232;
	margin: 0 -20px 0 0;
	background: transparent url("../images/site/bg_dealer-locator.png") top left repeat-x;
}

body.dealer-locator-section div#primary-content ul#tertiary-nav {
	margin-top: 0;
}

body.dealer-locator-section div#hero form#dealer-locator-form {
	float: left;
	width: 265px;
}

body.dealer-locator-section form#dealer-locator-form legend {
	margin-bottom: 2em;
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: 1.1667em; /* 14 from 12 */
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
}

body.dealer-locator-section form#dealer-locator-form label {
	display: block;
	clear: both;
}

body.dealer-locator-section form#dealer-locator-form label span.label-title {
	float: left;
	clear: both;
	margin-bottom: 1em;
	font-weight: bold;
	color: #333;
}

body.dealer-locator-section form#dealer-locator-form label input,
body.dealer-locator-section form#dealer-locator-form label select,
body.dealer-locator-section form#dealer-locator-form ul.form-buttons {
	float: right;
}

body.dealer-locator-section div#primary-content form#dealer-locator-form ul.form-buttons li {
    margin-left: 0;
    padding: 0;
    background: none;
}

body.dealer-locator-section label#for-country select#country,
body.dealer-locator-section label#for-state select#state {
	width: 170px;
}

body.dealer-locator-section form#dealer-locator-form input.text-input {
	width: 100px;
	border: 1px solid #ccc;
}

.js body.dealer-locator-section  label#for-state,
.js body.dealer-locator-section  label#for-zip {
	display: none;
}

ul.form-buttons span.loading-indicator {
	padding-right: 15px;
}

/* Map */

body.dealer-locator-section div#hero div#map {
	float: right;
	width: 342px;
	height: 342px; /* temp */
	padding: 4px;
	border: 1px solid #333;
	background-color: #F2EfE9;
        overflow: hidden;
}

/* Results */

div#no-dealer-form-wrapper { display: none; }

body.dealer-locator-section div#primary-content div#results {
	margin-top: 1em;
}

body.dealer-locator-section div#primary-content div#results > ul > li {
	float: left;
	width: 33%;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	margin-bottom: 1em;
	margin-left: 0;
	padding: 0;
	background: none;
}

/* end @media */
}