body, input, select, textarea {
	font-size: 102%;
	line-height: 140%;
	}
	
div.clear {
	clear: both;
	}
	
ul {
	list-style: none;
	padding: 0;
	}

div#idx {
	/*font-family: Helvetica, Arial sans-serif;*/
	font-size: 90%;
	padding:  0 20px;
	/*padding-left: 35px;*/
	line-height: 120%;
	padding-right: 220px;
	position: relative;
	height: 1%;
	}	
	
div#idx h1 {
	line-height: 120%;
	}
	
div#idx a {
	color: blue;
	}

	
/* Search Form
-----------------------------------*/

div#idx_search {
	}

#search_form label {
	float: left;
	height: 1.0em;
	width: 200px;
	}
	
#search_form input {
	margin-bottom: 0.5em;
	}
	
fieldset {
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 1.0em;
	}
	
legend {
	font-weight: bold;
	}
	
/* Quick Searches */

div.quick_searches {
	position: absolute;
	right: 0;
	width: 200px;
	font-size: 90%;
	line-height:140%;
	padding-top: 20px;
	}
	
div.quick_searches h3 {
	margin-bottom: 0;
	font-size: 110%;
	}

div.quick_searches a {
	display: block;
	}
	
/* List Display 
-----------------------------------*/

div#idx_list {

	}
	
div#idx div#results {
	position: relative;
	height: 1%;
	}

dl.property {
	border-top: 1px solid #fff;
	clear: left;
	font-size: 80%;
	padding-top: 10px;
	min-height: 160px;
	_height: 160%;
	}
	
dl.property dt {
	margin-right: 10px;
	}
	
dl.property dt img {
	width: 200px;
	height: 150px;
	float: left;
	}
	
dl.property dd.city, dl.property dd.links {
	margin-left: 210px;
	}
	
dl.property dd.mls, dl.property dd.price, dl.property dd.beds_baths {
	clear: right;
	float: right;
	}
	
dl.property dd.comments {
	padding-top: 10px;
	margin-left: 210px;
	}
	
/* Detail Display
----------------------------------*/

div#idx_detail {
	
	}

ul#top_links, ul#bottom_links {
	height: 1.25em;
	position: relative;
	list-style: none;
	}
	
ul#top_links li, ul#bottom_links li {
	float: left;
	margin-right: 10px;
	}
	
ul#top_links img, ul#bottom_links img {
	vertical-align: middle;
	margin-right: 5px;
	}
	
div.main_photo {
	float: left;
	}
	
div.main_photo img {
	width: 300px;
	margin-right: 10px;
	}
	
div.property_info {
	position: relative;
	min-height: 240px;
	_height: 240px;
	}
	
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;
	}
	
div#detail_description {
	clear: left;
	}
	
p.listing_broker {
	font-size: 90%;
	color:  #999;
	}
	