@charset "UTF-8";
/* CSS Document */

/*--DEALER LOCATOR--*/
.dealer_locator{
	position: absolute;
	background-color: #eeeeee;
	height:100%;
	z-index: 8;
	opacity:1;
	font-family: "Trebuchet MS", sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.dealer_name{
	position: absolute;
	color:#102c52;
	font-size: 14px;
	font-weight: bold;
	margin-top:2px;
	width:100%;
	text-transform: uppercase;
	overflow:visible;
	padding-left:10px;
}

.dealer_address{
	position: absolute;
	color:#102c52;
	font-size: 13px;
	top: 20px;
	width:100%;
	line-height:13px;
	overflow:visible;
	padding-left:10px;
}

.dl_cta{
	position: absolute;
	top: 65px;
	width:84px;
	height: 20px;
	margin-left: 315px;
	overflow:visible;
}

.dl_border{
	position: absolute;
	width:100%;
	overflow:visible;
	margin-top:98px;
}

.dl_border img{
	width:100%;
}

.dealer_close_btn{
	position:relative;
	width:22px;
	height:22px;
	float:right;
	margin:4px;
}

.dealers{ /*container each dealer result panel*/
	font-size: 17px;
	padding-bottom:10px;
	padding-right:5px;
	width:auto;
	height: 105px;
	margin-top:3px;
	position: relative;
}

.dealers form{
	margin-top:5px; /*margin for button*/
}

.input_panel{ /*container for the input_field and dealer_close_btn*/
	font-size: 12px;
	color:#FFFFFF;
	width:auto;
	height:70px;
	background-color: #102c52;
}

.input_field{ /*div for zip text, input field and find button*/
	float:left;
	height:inherit;
}

#zip_heading{ /*text*/
	float:left;
	margin-left:10px;
	overflow:visible;
	line-height:70px;
}

#field{ /*div for input field*/
	float:left;
	padding-left:5px;
	overflow:visible;
	margin-top:25px;
}

#button{ /*find button*/
	float:left;
	padding-left:5px;
	cursor:pointer;
	overflow:visible;
	margin-top:22px;
	width:81px;
	height:39px;
}

#field input{ /*input field*/
	float:left;
	width:55px;
	height:15px;
}

#error_msg{
	position:absolute;
	top:160px;
	width:100%;
	font-size: 14px;
	text-align:center;
	color:#7d868c;
	line-height:17px;
}