#gmMap {
	position: relative;
	width: 394px;
	height: 318px;
	float: left;
	border: 1px solid #828282;
}

#gmInput {
	position: relative;
	width: 260px;
	height: 318px;
	float: left;
	margin-left: 5px;
}

#gmDealers {
	position: relative;
	width: 686px;
	height: auto;
	margin-top: 10px;
}

#gmRoute {
	position: relative;
	width: 666px;
	height: auto;
	margin-top: 10px;
	display: none;
}

#gmRoute a {
	color: #656668;
	text-decoration: none;
}

.gmTextInput {
	padding: 3px;
	width: 154px;
	height: 16px;
	color: #000000;
	border: 1px solid #000000;
	border-bottom: 2px solid #ec1a25;
}

#mapsContent {
	position: relative;
	width: 666px;
	margin-top: 10px;
}

.gmTableContent {
	position: relative;
	width: 656px;
	z-index: 88;
	float: left;
	border: 1px solid #828282;
}

.gmDealerHeader {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	border-bottom: 1px solid #ec1a25;
}

.gmTabHeader {
	position: relative;
	width: auto;
	height: 19px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border: 1px solid #828282;
	border-bottom: 0px;
	float: left;
	margin-bottom: -1px;
	background-color: #ffffff;
	z-index: 99;
	font-family: Arial, Verdana;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	margin-top:15px;
}

.gmDealer {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 1px solid #e0e0e0;
	color: #656668;
}

.width100pixels {
	width: 100px;
}

.width10procent {
	width: 10%;
}

.width20procent {
	width: 20%;
}

.width50procent {
	width: 50%;
}

a.gmLink:link,a.gmLink:active,a.gmLink:visited {
	color: #656668;
	text-decoration: none;
}

a.gmLink:hover {
	color: #000000;
	text-decoration: underline;
}