ul, li {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

#MapSearch_Areas option.area {font-weight: bold;}
#MapSearch_Areas option.subarea {padding-left: 1em;}


#rMap h3 {display:none;}
#rMap {position: relative;}

#rListings, #rMap {
	padding: 3px;
	border: 1px solid #eee;
}

#rlList {
	font-size: .8em;
	margin: 0;
	padding: 0;
}

*:first-child+html #PageContentContainer.twocolumn #PageNav {
	float: none;
	margin-right: 0;
	width: auto;
}

*:first-child+html #PageContentContainer.twocolumn #PageNav li {
	float: left;
}
*:first-child+html #PageContentContainer.twocolumn #PageNav ul:after {
	content: ".";
	height: 1px;
	visibility: hidden;
	clear:both;
}
*:first-child+html #PageContentContainer.twocolumn #PageNav ul {
	display: inline-block;
	margin-bottom: 1em;
}

*:first-child+html #PageContentContainer.twocolumn #PageContent {
	margin-left: 0;
}

#rmMap {
	height: 380px;
}

#GMap_ZoomHandle {
	padding: 1px;
	border: 1px solid #666;
}

#GMap_ZoomHandle.active {
	background-color: #FFFF66;
}


#rmMap .marker-label {
	font-size: 9px;
	width: 20px;
	overflow: visible;
	text-align: center;
}

html>body #rmStatus {	
	top: 1em;
	left: 13%;
    position: absolute;
    width:  46%;
    border: 2px groove #979797;
    background-color: #EEEEEE;
    z-index: 100;
    opacity: .85;
}


#rmStatus p {
	margin: 1em;
}

#rmStatus p img {
	vertical-align: middle;
	margin-right: 1em;
	margin-bottom: 1em;
}

#rmMap .tabpage {
	font-size: .8em;
}

#rmMap .tabpage a img.photo {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: .5em;
	
	margin-right: .5em;
	margin-bottom: .5em;
	float: left;
}

#rmMap .tabpage a:hover img.photo {
	border-color: #ddd;
	background-color: #fefefe;
}

#rmMap .tabpage ul.details {
	margin-bottom: .5em;
	float: left;
}

ul.details li.listprice span.label, ul.details li.address span.label {
	display: none;
}

#rmMap .tabpage li.important {
	font-weight: bold;
	text-transform: capitalize;
}

#rmMap .tabpage ul.details li.listprice {
	font-weight: bold;
}

#rmMap .tabpage ul.details span.label {
	width: 6em;
	float: left;
}

#rmMap .tabpage ul.actions {
	clear: both;
}

#rmMap .tabpage ul.actions li {
	margin-right: .5em;
	float: left;
}

#rmMap .tabpage ul.actions li a {
	display: block;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: .33em .5em;
	
}

#rmMap .tabpage ul.actions li a:hover {
	background-color: #fefefe;
}

#Filter {
	float: right;
	width: 180px;
	margin-left: 10px;
	font-size: 10px;
}

#Filter label {
	display: block;
}

#Filter fieldset ul {
	
}

#Filter fieldset li {
	margin: .5em;
}

#Filter fieldset li label {
	display: inline;
}

#Filter select {
	min-width: 130px;
}

#Results {
	margin-right: 190px;
}
