@charset "utf-8";
/* CSS Document */

#GMap
{
	border:solid 1px #6e90a6;
	width:475px;
	height:475px;
}

#GMap_shadow
{
	width:475px;
	background-image:url(../images/home/bottom_shadow.png);
	background-repeat:repeat-x;
	height:9px;
}

div.LabeledMarker_markerLabel  
{
  color: black;
  font-family: Arial;
  width: 32px;
  text-align: center;
}

#GMap_result
{
	width:482px;
	text-align:center;
	padding-top:5px;
}

#GMap_stats, #GMap_url
{
	display:none;
}


/*
Cluster popups
*/

.popup_window .cluster_call
{
	height:60px;
}

.popup_window .cluster_call .avatar
{
	float:left;
	width:50px;
}

.popup_window .cluster_call .text
{
	float:left;
	margin-left:10px;
}

.popup_window .cluster_call .text .footer
{
	
	margin-top:5px;
	font-size:10px;
}


/*
Call popup
*/

.popup_window .caller_data 
{
}


.popup_window .call_data 
{
	margin-top:10px;
}

