/*
body {
	font-family: Helvetica Neue;
	font-size: 13px;
	line-height: 1.3;
	color: #666666;
}

input {
	margin: 2px;
}
*/

#map_container {
	width: 100%;
	display: block;
	margin: 40px auto;
	overflow: hidden;
	height: 506px;
}

.map_controls {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
}

.map_controls ul {
	margin: 0px;
	padding: 0px;
}

.map_controls ul li {
	padding: 0px !important;
}

.map_canvas {
	height: 100%;
	display: block;
	overflow: hidden;
	border: 5px solid #E5E3DF;
	margin: 0px auto;
}

.map_street {
	height: 100%;
	display: none;
	overflow: hidden;
	border: 5px solid #E5E3DF;
	margin: 0px auto;
}

.map_directions {
	width: 238px;
	height: 450px;
	display: none;
	overflow: hidden;
	margin: 0px auto;
	float: left;
}

.b_map {
	width: 43px;
	height: 26px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	float: left;
}

.b_map.off {
	background-position: -4px -3px;
}

.b_map.on {
	background-position: -4px -30px;
}

.b_satellite {
	width: 55px;
	height: 26px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	float: left;
}

.b_satellite.off {
	background-position: -48px -3px;
}

.b_satellite.on {
	background-position: -48px -30px;
}

.b_satellite.end {
	width: 60px;
}

.b_satellite.end.off {
	background-position: -160px -3px;
}

.b_satellite.end.on {
	background-position: -160px -30px;
}

.b_terrain {
	width: 55px;
	height: 26px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	float: left;
}

.b_terrain.off {
	background-position: -104px -3px;
}

.b_terrain.on {
	background-position: -104px -30px;
}

.b_zoom {
	width: 24px;
	height: 23px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
}

.b_zoom.out {
	height: 26px;
}

.b_zoom.in.off {
	background-position: -3px -57px;
}

.b_zoom.in.on {
	background-position: -28px -57px;
}

.b_zoom.out.off {
	background-position: -3px -81px;
}

.b_zoom.out.on {
	background-position: -28px -81px;
}

.b_street_view {
	width: 24px;
	height: 24px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
}

.b_street_view.off {
	background-position: -159px -57px;
}

.b_street_view.on {
	background-position: -184px -57px;
}


.directions_start {
	width: 35px;
	height: 43px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	background-position: -413px -73px;
}

.directions_point {
	width: 21px;
	height: 26px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	background-position: -159px -82px;
}

.map_view {
	width: 84px;
	height: 18px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	margin: 2px 10px;
}

.map_view.off {
	background-position: -221px -73px;
}

.map_view.on {
	background-position: -221px -92px;
}

.street_view {
	width: 97px;
	height: 14px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	margin: 4px 10px;
}

.street_view.off {
	background-position: -311px -73px;
}

.street_view.on {
	background-position: -311px -88px;
}

.street_view_fail {
	width: 52px;
	height: 49px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	background-position: -53px -57px;
	margin: 20px auto 10px;
}

.street_view_fail_text {
	width: 95%;
	margin: 0px auto;
	text-align: center;
}

.directions_fail {
	width: 52px;
	height: 49px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	background-position: -106px -57px;
	margin: 20px auto 10px;
}

.directions_fail_text {
	width: 95%;
	margin: 0px auto;
	text-align: center;
}

.print {
	width: 50px;
	height: 14px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	margin: 3px 10px;
}

.print.off {
	background-position: -70px -112px;
}

.print.on {
	background-position: -10px -112px;
}

.b_get_directions {
	width: 210px;
	height: 34px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	margin: 5px 2px;
}

.b_get_directions.off {
	background-position: -221px -38px;
}

.b_get_directions.on {
	background-position: -221px -3px;
}

.map_directions_input {
	height: 131px;
}

.map_directions_input input {
	margin-bottom: 5px;
	width: 210px;
}

.map_directions_panel {
	width: 233px;
	height: 314px;
	margin: 5px 5px 0px 0px;
	overflow-y: auto;
	border-top: 3px solid #666666;
}

.horizontal_divider {
	clear: both;
	height: 1px;
	background: url('../images/horizontal_divider.png') repeat-x center;
	display: block;
	width: 100%;
	padding: 5px 0px;
}

.vertical_divider {
	height: 21px;
	width: 1px;
	background: url('../images/vertical_divider.png') no-repeat;
	display: block;
}

.directions {
	width: 110px;
	height: 14px;
	display: block;
	background: url('../images/google_map_sprite.png') no-repeat;
	overflow: hidden;
	margin: 3px 10px;
}

.directions.off {
	background-position: -249px -112px;
}

.directions.on {
	background-position: -129px -112px;
}

.street_view.f_right,
.vertical_divider.f_right,
.map_view.f_right {
	float: right;
}

.directions.f_left,
.vertical_divider.f_left,
.print.f_left {
	float: left;
}

.map_note {
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
	clear: both;
}

input.error {
	background: #FFED8E;
}

.direction_steps {
	width: 95%;
	margin: 5px auto 0px;
}

.direction_steps td.start_address,
.direction_steps td.end_address {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px;
}

.direction_steps td.end_address,
.direction_steps td.total_distance {
	border: 0px;
}

.direction_steps td {
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 5px 0px;
}

.direction_steps td.distance,
.direction_steps td.total_distance {
	text-align: right;
	white-space: nowrap;
}

.copyright {
	font-size: 10px;
	text-align: center;
	width: 95%;
	margin: 0px auto 5px;
}

#custom_infowindow {
	width: 201px;
	height: 148px;
	margin-left: 90px;
}

#custom_infowindow_contents {
	width: 201px;
	height: 110px;
	background: url(../images/map_infowindow/infowindow_contents.png) top left;
	display: block;
	line-height: 1.0em;
}

#custom_infowindow_beak {
	width: 16px;
	height: 26px;
	background: url(../images/map_infowindow/infowindow_beak.png) top left no-repeat transparent;
	margin-left: -90px;
}

#custom_infowindow_tl {
	width: 7px;
	height: 7px;
	background: url(../images/map_infowindow/infowindow_tl.png) top left no-repeat transparent;
}

#custom_infowindow_tr { 
	width: 10px;
	height: 7px;
	background: url(../images/map_infowindow/infowindow_tr.png) top left no-repeat transparent;
}

#custom_infowindow_bl {
	width: 7px;
	height: 10px;
	background: url(../images/map_infowindow/infowindow_bl.png) top left no-repeat transparent;
}

#custom_infowindow_br {
	width: 10px;
	height: 10px;
	background: url(../images/map_infowindow/infowindow_br.png) top left no-repeat transparent;
}

#custom_infowindow_t {
	width: 201px;
	height: 7px;
	background: url(../images/map_infowindow/infowindow_t.png) top left no-repeat transparent;
}

#custom_infowindow_l {
	width: 7px;
	min-height: 110px;
	background: url(../images/map_infowindow/infowindow_l.png) top left no-repeat transparent;
}

#custom_infowindow_r {
	width: 10px;
	min-height: 110px;
	background: url(../images/map_infowindow/infowindow_r.png) top left no-repeat transparent;
}

#custom_infowindow_b {
	width: 201px;
	height: 10px;
	background: url(../images/map_infowindow/infowindow_b.png) top left no-repeat transparent;
}

#custom_infowindow_close {
	/* add close button here */
}

.custom_infowindow_contents_container {
	clear: both;
	overflow: hidden;
}
.custom_infowindow_contents_thumb {
	float: right;
	padding: 10px 10px 0px 5px;
}
.custom_infowindow_contents_details {
	font-size: 12px;
	padding-top: 10px;
	padding-left: 8px;
}

.custom_infowindow_contents_details h3 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.custom_infowindow_contents_details h4 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
}

.custom_infowindow_buttons {
	width: 202px;
	height: 23px;
	margin-top: -6px;
	margin-left: 4px;
	font-size: 11px;
}
.custom_infowindow_buttons a {
	color: #FFFFFF !important;
}
.custom_infowindow_buttons a:hover,
.custom_infowindow_button_details:hover a,
.custom_infowindow_button_favorite:hover a {
	color: #000000 !important;
}
.custom_infowindow_button_details {
	width: 76px;
	height: 18px;
	float: left;
	background: url('../images/map_infowindow/infowindow_button_details.png') no-repeat;
	padding-top: 3px;
	padding-left: 25px;
}
.custom_infowindow_button_details:hover {
	background: url('../images/map_infowindow/infowindow_button_details_on.png') no-repeat;
}
.custom_infowindow_button_favorite {
	width: 87px !important;
	height: 18px;
	float: left !important;
	background: url('../images/map_infowindow/infowindow_button_favorites.png') no-repeat;
	padding-top: 3px !important;
}
.custom_infowindow_button_favorite:hover {
	background: url('../images/map_infowindow/infowindow_button_favorites_on.png') no-repeat;
}



.favorites_map_add {
	margin-left: 8px;
	padding-left: 15px;
	background: url(../images/map_infowindow/favorites_map_add.png) no-repeat 0px 1px;
	font-weight: bold;
}
.custom_infowindow_button_details:hover .favorites_map_add,
.custom_infowindow_button_favorite:hover .favorites_map_add {
	color: #000000 !important;
	background: url(../images/map_infowindow/favorites_map_add_on.png) no-repeat 0px 1px;
}

.favorites_map_added {
	margin-left: 8px;
	padding-left: 15px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/map_infowindow/favorites_map_added.png) no-repeat 0px 1px;
}
.custom_infowindow_button_details:hover .favorites_map_added,
.custom_infowindow_button_favorite:hover .favorites_map_added {
	color: #000000 !important;
	background: url(../images/map_infowindow/favorites_map_added_on.png) no-repeat 0px 1px;
}

