#sLoad {
	position: absolute;

	top: 2px;
	#top: 3px;
	right: 2px;
}

.pgSubMatches {
	position: absolute;

	top: 16px;
	#top: 17px;
	left: 0px;
	
	width: 195px;
	#width: 197px;
	
	max-height: 125px;

	border: 1px solid #7F9DB9;
	background-color: #FFFF9B;
}

.pgSubMatches ul {
	position: relative;
	
	margin: 0px;
	padding: 0px;

	list-style-type: none;
}

.pgSubMatches ul li {
	margin: 0px;
	padding: 0px;
}

.pgSubMatches ul li a {
	display: block;

	padding: 5px;
	padding-top: 3px;
	padding-bottom: 3px;

	font-family: Verdana, Trebuchet MS;
	font-size: 11px;
	font-weight: normal;

	color: #666666;

	text-transform: capitalize;
	text-decoration: none;

	background-color: #FFFF9B;
}
.pgSubMatches ul li a:visited { text-decoration: none; }
.pgSubMatches ul li a:hover { text-decoration: none; background-color: #bfddff; color: #1c7fc0; }
.pgSubMatches ul li a:active { text-decoration: none; }

.pgSubMatches ul li a.isSelected {
	text-decoration: none;

	background-color: #bfddff;
	color: #1c7fc0;
}

#searchResults_map {
	z-index: 0;
	#z-index: -1;
}
