/* Search Form
-----------------------------------*/

#search_form label {
	display: block;
	}
	
#search_form input {
	margin-bottom: 0.5em;
	}
	
/* List Display 
-----------------------------------*/

dl.property {
	border-top: 1px solid #D5D5D5;
	clear: none;
	float: left;
	padding: 10px;
	margin-right: 10px;
	width: 42%;
	}
	
dl.property dt {
	margin-right: 10px;
	}
	
dl.property dt img {
	width: 200px;
	height: 150px;
	}
	
/* Detail Display
----------------------------------*/

ul#top_links {
	height: 1.25em;
	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;
	}
	
div.main_photo img {
	width: 300px;
	margin-right: 10px;
	margin-left: 10px;
	}
	
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;
	}
	