/*Important style definition is 'position:absolute'. Means the element can
be placed at an arbitrary position without affecting the flow of surrounding
elements*/
#location_map_area
{
	width:465px;
	height:388px;
	position:relative;
	border:solid 1px #fff;
	padding:0;
	overflow:visible;
	z-index:1000;
}


.popup_window
{
	position:absolute;
	border:solid 1px #d1d1d1;
	background-color:#fff;
	padding:4px;
	z-index:1001;
}

.locations_popup_store
{
	color: #CC0000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.locations_popup_address
{
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
}

.locations_popup_zoom
{
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 4px;
}

a.locations_popup_zoom
{
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: none;
}

a.locations_popup_zoom:hover
{
	color: #000000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	text-decoration: underline;
}

.locations_popup_details_btn
{
	padding: 7px 4px 4px 0px;
	margin:0;
}

.locations_popup_go_btn
{
	float: right;
}

