/* homepage Search layout content */
div#homepage_search
{
	float: left;
	width: 525px;
	height: 305px;
	text-align: left;
	background-color: white;
}

/* Flash Map Stylings */
div#homepage_search div#search_map_content											/* display the austalia map image on the right*/
{
	position: relative;
	float: left;
	width: 160px;
	margin: 0;
	padding: 0;
	font-size: 0.95em;
}
form input#Suburb {  	font-size: 1.5em !important; }


div#flash_map_search_form_content
{
	display: none;
	margin-left: 12px;
	margin-top: 6px;
}

div#flashmap
{
	width: 201px;
	float: left;
}

div#local_img
{
	float: left;
	padding: 15px 15px 0 5px;
	overflow: hidden;
	width: 175px;
	height: 270px;
}

div#flash_map_div
{
	width: 201px;
	float: left;
}

div#flash_map_div p
{
	margin-left: 16px;
	font-weight: bold;
}

/* Non-Map Search */

div#suburb_search_div
{
	float: left;
}

div#suburb_search_div p
{
	font-weight: bold;
}


div#suburb_search_div input[type="text"]
{
	margin-right: 0px;
	width: 285px; 
}
div#suburb_search_div div#working
{
	display: none;
	float: left;
	margin-left: 2px; 
	width: 44px; 
}

div#search_form_content
{
	float: left;
	width: 295px;
	height: 230px;
}

div#search_form_content div#surrounding_suburbs input { margin-top: 5px; }
div#search_form_content div#surrounding_suburbs label { width: 200px; margin-top: 2px;}


div#listing_types { float: left; }
div#listing_types .listing_pin 
{
	height: 20px;
	float:left;
	border-right: 1px solid white;
	width: 114px !important;
	font-size: 11px;
}
div#listing_types .listing_pin_long { width: 167px !important; } 
div#listing_types .pin_icon { float: left; margin: -2px 0px 0px 0px;}

div#listing_types input{float: left; margin-right: 0px; width: 20px; margin: 5px 2px 0px 0px;}
div#listing_types label{float: left; font-weight: bold; margin: 0px; width: 80px; font-size: 1em; padding: 3px 0 0 4px;}
div#listing_types label.long_label   {width: 111px;}
div#listing_types label.medium_label {width: 55px;}
div#listing_types label.short_label  {width: 33px;}

div#bedroom_search label, div#bathroom_search label, div#price_search label, div#property_type_search label {margin-left: 0px; padding-left: 0px; height: 20px; }

div#search_info { margin-top: 10px; }
div#search_info select { width: 65px; }
div#search_info .large_select{ width: 159px !important; margin-left: 0px;}
div#search_info .icon { float: left; width: 20px;}
div#search_info .major_label {width: 48px; padding-bottom: 0px; margin-bottom: 0px; margin-left: 7px;}
html div#search_info .major_label_lge { width: 82px; padding: 0px; margin-left: 7px; padding-top: 3px;}
div#search_info label {width: 8px; margin-left: 5px; margin-bottom: 0px;}

#flash_map_div {margin-left: -8px; } 

div#homepage_search_button { margin-top: 5px; float: right; }

div#for_rent_intro, div#for_sale_intro, div#sold_intro
{
	float: right; 
	width: 240px; 
	height: 600px; 
	margin-right: -8px;
	background-repeat: no-repeat; 
	background-position: 23px 180px;
}
div#for_rent_intro {background-image: url("/images/for_rent_logo.png");  }
div#for_sale_intro {background-image: url("/images/for_sale_logo.png");	background-position: 23px 210px;}
div#sold_intro {background-image: url("/images/sold_logo.png");  background-position: 113px 270px;}

