﻿
/*////////////////////*/
/* Google Maps Styles */
/*////////////////////*/

#google_map {
    height: 396px;
}

.location_popup {
	font-weight: normal;
}

.location_popup p {
	font-size: 0.813em;
	margin-bottom: 0;
}

.location_popup h3.location_name {
	padding-right: 30px;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 0.875em;
}

.location_popup .get_directions {
	margin: 20px 0 5px 0;
}

.location_popup .get_directions p.label {
	margin: 0 0 5px 0;
	font-size: 10px;
}

.location_popup .get_directions input {
	background: none;
	border: none;
	height: 17px;
	width: 183px;
	padding: 3px 0 0 4px;
}

.location_popup .get_directions .form {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	height: 20px;
	width: 210px;
	background: url(/images/layout/directions_field.gif) no-repeat;
}

.location_popup .get_directions a {
	position: absolute;
	display: block;
	left: 186px;
	top: 0;
	width: 24px;
	height: 20px;
}


/*******************/
/* Mini Google Map */
/*******************/

#google_map_container {
	position: relative;
	z-index: 0;
}

#google_map_container #tooltip {
	position: absolute;
	width: 146px;
	visibility: hidden;
}


#google_map_container #tooltip img {
	display: block;
}

#google_map_container #tooltip h3 {
	padding: 3px 8px;
	font-size: 13px;
	color: #fff;
	background: #464646;
}

#google_map_container .gmnoprint span, 
#google_map_container .gmnoprint a
{
	font-size: 8px !important;
}

