

#Gmap {
	width: 740px;
	height: 560px;
	position: absolute;
	overflow: hidden;
}

#search_map_listings {

	width: 740px;
	height: 410px;
	margin: 0px 0;
	text-align:left;

}

#search_map_listings a, #search_map_listings a:visited {
	color:#0A7ED5;
	border-bottom: none;
	font-weight:bold;
}

 #search_map_listings a:hover {
	color:#0A7ED5;
	text-decoration:underline;
	border-bottom: none;
	font-weight:bold;
}



.marker-overlay {
	width: 450px;
	min-height: 220px;
	height: auto;


}

.marker-image {
	margin-right: 10px;
	height:auto;
	
	max-height:120px;
	overflow:hidden;

}

.rental-marker-image img {
	width: 150px;
}

.marker-content {
	padding:0;
	margin:0;
	width: 230px;
	font-size:10px;
	
	color:#666666;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:13px;
	font-weight:normal;	
	text-align:left;
}
.marker-overlay p{
	margin: 10px 0;
	line-height: 1.5;
	}


.ofh {
	overflow: hidden;
}

.relative {
	position: relative;
}



.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	clear: both;
}

.float-container {
	overflow: hidden;
}



	
.map-based-listings-button {
	background-color:#cecece;/*#f3f3f3;*/
	margin:0;
	padding:0;
	position: relative; 
	display: block; 
		width: 740px; 
	height: 30px;
	}
.map-based-listings-button a{
	/*background-color:blue;*/
	width: 740px; 
	height: 23px;
	padding-top:7px;
	text-align:center;
	vertical-align:middle;
	color:#0A7ED5;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:none;	
	
}



strong {
	font-weight: bold;
}




