/* Main Content Search Box */
#search_box
{
	padding-top: 10px;
	width: 730px;
	margin-left:30px;
	
}


#search_box .inner
{
	margin-top: 0px;
	 background-color: #e5e6e7; 
	/* background-color: #cccccc; */
	padding: 10px;
	float: right;
}

#search_box #ad
{
	width: 270px;
	margin-right: 10px;
	float: left;
}




#search_box #search_form
{
	width: 260px;
	height: 344px;
	margin-right: 10px;
	border: 1px solid #c4c4c4;
	float: left;
	
}

#search_box #search_form .inner
{
	width: 240px;
	height: 298px;
}

#search_box #search_form img
{
	float: right;
	padding: 5px;
	padding-top: 8px;
}


#search_box #search_form select
{
	
	margin-bottom: 20px;
	width: 200px;
	font-size: 0.8em;
	right: 0px;
	float: right;
}

#search_form .button
{
	float: right;
}


#search_box #side_bar
{
	width: 170px;
	
	border: 1px solid #c4c4c4;
	float: left;
	height: 344px;
}

#search_box #side_bar .inner
{
	margin-top: 25px;
	width: 150px;
	height: 269px;
}

#search_box #side_bar p
{
	text-align: right;
	font-size: 0.9em;
}

#search_box #side_bar #find_out_more
{
	backroudcolor: #ffff;
	height: 20px;
	width: 160px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	border-top: 1px solid #c4c4c4;
	text-transform: uppercase;
	font-size: 0.8em;
	text-align: right;
	
}

/* Left Sidebar Search Box */
#left_side_bar #search_form
{
	float: left;
	margin-right: 0px;
	padding-left: 0px;
}

#left_side_bar #search_form select
{
	float: right;
	right: 0px;
	width: 190px;
	margin-bottom: 15px;
	font-size: 0.8em;
}

#left_side_bar #search_form .button
{
	margin-top: 0px;
}

/* Right Sidebar Search Box */
#right_side_bar #search_form
{
	float: left;
	margin-right: 0px;
	padding-left: 0px;
}

#right_side_bar #search_form select
{
	float: right;
	right: 0px;
	width: 190px;
	margin-bottom: 15px;
	font-size: 0.8em;
}

#right_side_bar #search_form .button
{
	margin-top: 0px;
}


/* == Different Display Modes of the Search Form == */
/* 
Basic Mode:
  - Project Type, Region and Project Names shown
  - Suburb and Price Ranges hidden

#search_form.search_form-basic #suburb_list_div,
#search_form.search_form-basic #price_list_div
{
	display: none;
}
*/

/* Price information is hidden over all project searches */
#search_form #price_list_div
{
	display: none;
}