v\:* {
  behavior:url(#default#VML);
}
#gmap_wrap {
	background-image: url(../images/trans.png);
	background-position: center top;
	margin: 0;
	padding: 30px;
}

#gmap_container {
	width: 100%;
	padding: 10px;
	background-image: url(../images/trans.png);
}
#gmap_map {
	width: 98%;
	height: 400px;
	border: 1px solid #FF0000;
}

#gmap_sidebar {
	margin: 15px 0;
	border: 1px solid #151515;
	padding: 10px;
	background-image: url(../images/trans.png);
}

#gmap_sidebar h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#gmap_sidebar ul.gmapSidebar {
  margin: 0;
  margin-left: 0.5em;
  padding: 0;
  list-style: none;
}
#gmap_sidebar ul.gmapSidebar li {
	display: inline;
	padding: 2px 4px;
	float: left;
	text-transform: uppercase;
}

.gmap_info_bubble {
	width: 220px;
	background-image: url(../images/gmap_bg_pop.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 75px;
}
.gmap_info_bubble img {
	width: 50px;
	margin-right: 10px;
	float: left;
	border: 3px solid;
	border-color: #FF0000;
}
.gmap_info_bubble td {
	text-align: left;
	vertical-align: top;
}

#gmap_profile {
	width: 100%;
	height: 150px;
}

#gmap_profile .gmap_info_bubble {
	width: 300px;
	background-image: url(../images/gmap_bg_pop.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100%;
}

#gmap_location_pop {
	border: 5px solid #FF0000;
	width: 430px;
	height: 430px;
}

#gmap_location_pop_map .gmap_info_bubble {
	width: 300px;
	background-image: url(../images/gmap_bg_pop.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 100%;
}

td.gmap_user_photo {
  width: 100px;
}
.gmap_info_bubble a:hover {
	color: #666666;
}

