.map_popup_container {
	top: -190px;
	left: -10px;
	position: absolute;
	
}

.map_popup {
	background: url(../images/mapPopup.png) top left no-repeat;
	display: block;
	height: 188px;
	width: 214px;
	padding: 10px;
	position: relative;
}

	.map_popup table {
		width: 100%;
	}
	
	.map_popup td {
		vertical-align: middle;
	}

.map_thumb {
	background: #fff7e2;
	padding: 2px 3px 2px 3px;
	border: 3px solid white;
	width: 100px;
	text-align: center;
	height: 74px;
}

.map_thumb_upgrade {
	padding: 3px;
	border: 1px solid #cccccc;
	background: white;
	float: left;
}

	.map_thumb img {
		margin: 0 auto;
	}
	
	.map_popup .closer {
		position: absolute;
		top: 0px;
		right: 10px;
		color: #68594a;
		text-decoration: none;
		font-weight: bold;
		padding: 2px;
		font-size: 12px;
	}
	
		.map_popup .closer:hover {
			background: #68594a;
			color: white;
		}
	
	.map_content {
		color: black;
		margin-top: 5px;
		font-size: 10px;
	}
	
	.map_content h3 {
		font-size: 11px;
		font-weight: bold;
		display: block;
		margin: 0 0 5px 0;
	}
	
	.map_content ul {
		margin: 5px 0 ;
	}
	
	.map_actions a {
		color: #68594a;
		text-decoration: none;
	}
	
	.map_actions a:hover {
		text-decoration: underline;
	}
	
#google_event_map {
	padding: 5px;
	border: 1px solid #CCCCCC;
	float: left;
}	
	
#google_event_map #map {
	display: block;
	height: 400px;
	width: 400px;
}

.interactive_map #map {
	display: block;
	width: 670px;
	height: 500px;
}

#venue_location_map {
	padding: 10px;
	background: #FFFFFF;
	display: block;
	height: 235px;
	border: 1px solid #AAAAAA;
}

#venue_location_map #map {
	display: block;
	height: 200px;
	width: 200px;
}

#venue_location_map #map span {
	display: block;
}

	#venue_location_map .gmnoprint {
		width: 150px;
		white-space: normal !important;
		bottom: -32px !important;
		font-style: italic !important;
		font-size: 9px !important;
		color: #2F3022 !important;
	}

.interactive_map .map_wrapper {
	padding: 10px;
	background: #e5e6c7;
	display: block;
	width: 670px;
}
