	
/* List Display 
-----------------------------------*/
#top_links {
	display: none;
	}
	
.page_links {
	display: none;
	}

dl.property {
	border-top: 1px solid #D5D5D5;
	clear: none;
	float: left;
	padding: 10px;
	/*width: 25%;*/
	}
	
dl.property dt {
	margin-right: 10px;
	}
	
dl.property dt img {
	width: 160px;
	height: 120px;
	}
	
.disclosure {
	display: none;
	}
	
/* Detail Display
----------------------------------*/

ul#top_links {
	height: 1%;
	position: relative;
	list-style: none;
	}
	
ul#top_links li {
	float: left;
	margin-right: 10px;
	}
	
ul#top_links img {
	vertical-align: middle;
	margin-right: 5px;
	}
	
div.main_photo {
	float: left;
	clear: left;
	margin-right: 10px;
	}
	
div.main_photo img {
	width: 300px;
	}
	
div.property_info ul {
	list-style: none;
	}
	
div#additional_pics {
	position: relative;
	height: 1%;
	margin-bottom: 1.0em;
	}
	
div#additional_pics img {
	margin-right: 10px;
	margin-bottom: 10px;
	width: 100px;
	}
	