div#search-result-google-map {
   width: 635px;
   height : 500px;
   background-position: center;
   background-repeat: no-repeat;
   position: relative;
}


.map-loading {
   background-image: url('../nav/googlemaps/loading.gif');
   background-color: #fff;
}

.map-loading div{
   display: none;
}

div.gmap-info {
   width:375px;
   max-height:250px;
   overflow:auto;
}

div.gmap-info img {
   float:left;
   display:inline;
   margin:0 15px 10px 0;
}
div.gmap-info a{
	display:block;
	width:130px;
	height:28px;
	line-height:28px;
	text-align:center;
	background-color:#ac3b32;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	font-weight:700;
	margin:0 2px 0 0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
div.gmap-info a:hover{
	text-decoration:underline;
}
div.gmap-info hr {
	clear: both;
}

div#office-map div#search-result-google-map {
   width:446px;
   height:350px;
}

/** Office maps **/
div.office-address {
   width:45%;
   float:left;
}

div.office-contact {
   width:45%;
   float:left;
}
