/* Reset Styles */
body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:100%; font-weight:normal; font-family:Arial, Helvetica, Geneva, sans-serif; }
address, caption, cite, code, dfn, em, var { font-style:normal; font-weight:normal; }
ol, ul { list-style:none; margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; } 
caption, th { text-align:left; font-weight:normal; font-style:normal; }
acronym, abbr, fieldset, img { border:0;}
legend { display:none; }
textarea { font-family:Arial, Helvetica, Geneva, sans-serif !important; font-size:95%; }

html, body {
	padding:0;
	margin:0;
	text-align:center;
	background-color:#FFF;
	font-family:Arial;
	font-size: 100%;
}	
a {
	color: #d82221;
}
a img {
	border:0;
}
form {
	padding:0;
	margin:0;
	width:auto;
}
h1 {
	font-size:16px;
	color:#D82221;
}
h2 {
	font-size:14px;
}
input.text_input {
	color:#3B3B3B;
	padding:1px;	
}

#box1 input#location {
	width:225px !important;	
}
input#location {
	margin-left:0;	
}


/* (Basic CSS file modified from Elders China site) */
/* page structure -----------------------------------------*/

#content{
	float:right;
	padding:10px 20px 0 0;
	width:600px;
	font-size: 0.85em;
	line-height:1.25em;
}
#content.empty{
	/* for IE L2 homepages */
	font-size: 0em;
	line-height:0em;
}
#content.prop_detail{
	width:auto;
	padding:10px 20px 0 20px;
}
#content h1 {
	font-weight:bold;
	font-size:1.6em;	
	margin-bottom:12px;
}
#content h2 {
	font-weight:bold;
	font-size:1.2em;	
	margin-bottom:12px;
}
#content form td {
	padding: 4px 0 4px 4px;	
}
#content ul {
	margin-top:13px;
	margin-left:18px;
	margin-bottom:15px;
}
#content ul li {
	margin-bottom:5px;	
}
#content ol {
	list-style-type: none;
	padding:0;
	margin:13px 0 15px 18px;		
}
#content ol li {
	background-image: url(/images/square_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 0.8em;
	margin: 0.3em 0;
}
#content p{
	padding: 9px 10px 6px 0;
}
#content em{
    font-style:italic;
}
#content #new_search_panel p {
	padding:0;	
}
div.logo {
	width: 355px;
	position: relative;
	float: left;
	padding-left: 20px;
	
}
div.logo img{
	margin-right: 20px;	
}
div.logo a{
	float:left;
	text-decoration: none;
}
div.logo h1 {
	margin-top:3px;
	font-size: 2.1em;
	color: #666;
}
div.logo h1 a {
	color: #666;	
}
#header {
	height:45px;
	padding-top:10px;
	padding-bottom:15px;
	position: relative;
	clear: both;
	width:100%;
}
#page{
	width:985px;
	margin:auto;
	text-align:left;
}
#page_bottom{
	height:105px;
	/* background:#FFFFFF url(/images/footer_bg.jpg) no-repeat left top; */
	background:#FFFFFF url(/images/footer_red_bg.jpg) no-repeat left top;
	color: #fff;
	padding:0px 26px;
}
#page_left{
	float:left;
	padding-left:20px;
	width:605px;
}
#page_left{
	font-size:12px;
}
#page_left a{
	color:#000;
	text-decoration:none;	
}
#page_left a:hover{
	text-decoration:underline;
}
#page_middle{
	background:url(/images/page_bg_985.gif) #FFF repeat-y;
	padding:0px 26px 10px 26px;
}
#page_right{
	padding-top:38px;
	padding-right:40px;
	width: 264px;
	float: right;
}


/* navigation --------------------------------------------------------------------  */
#header_nav{
	width:933px;
	margin:0px auto 7px auto;
}

#breadcrumbs {
	float:left;
	height:18px;
	padding:0 0 0 20px;
	font-size: 0.75em;
	color:#4F4F4F;	
}
#breadcrumbs a {
	color:#4F4F4F;
	text-decoration:none;	
}
#breadcrumbs a:hover {
	text-decoration:underline;	
}

/** Main Navigation drop down menu**/
#h-mainnav, #h-subnav, #h-subnav ul{
padding:0;
margin:0;
list-style:none;
}
ul#h-mainnav {
height:30px;
}
ul#h-mainnav li.bdr{
/* danh@20110909 - #16010 - nav changes */
/* border-left: 3px solid #ffffff; */
border-left: 2px solid #ffffff;
/* end danh@20110909 - #16010 - nav changes */
}
ul#h-mainnav li.first{
border-left:none;
}
ul#h-mainnav li{
/* danh@20110909 - #16010 - nav changes */
/* width:231px;/* 930/4 */
width:185px;/* 930/4 */
/* end danh@20110909 - #16010 - nav changes */
float:left;
height:29px;
border-bottom:1px solid #ffffff;
border-left: 3px solid #ffffff;
background: transparent url('/assets/images/navigation/bg.mainnav.0.jpg') repeat-x left top;
}
ul#h-mainnav li a,ul#h-subnav li a{
display:block;
height:17px;
/* hasLayout for IE6 <a> */
font-size:14px;
}
ul#h-mainnav li a{
padding:6px 15px;
}

ul#h-subnav li ul li a{
padding-left:15px;
padding-right:15px;
}

ul#h-subnav li a{
padding:6px 0;
}

ul#h-mainnav li a{
display:block;
/* danh@20110909 - #16010 - nav changes */
/* width:201px; */
/* end danh@20110909 - #16010 - nav changes */
color:#ffffff;
background: #8B8275 url('/assets/images/navigation/bg.mainnav.0.jpg') repeat-x left top;
text-decoration:none;
}
ul#h-mainnav li a:hover,
ul#h-mainnav li a:focus,
ul#h-mainnav li a.active {
background: #d52b1e url('/assets/images/navigation/bg.mainnav.2.jpg') repeat-x left top;
}

div#h-banner {
clear:left;
height:106px;
}

/** Sub Navigation **/
ul#h-subnav{
	position:relative;
	z-index:200;
	height:29px;
	border-top:1px solid #ffffff;
	background: transparent url('/assets/images/navigation/bg.mainnav.2.jpg') repeat-x left top;
}
ul#h-subnav li{
	background: transparent url('/assets/images/navigation/border.subnav.grey.jpg') repeat-x left center;
	float:left;
}
ul#h-subnav li.nav_3 {
	width:311px;
}
ul#h-subnav li.nav_4 {
	width:233px;
}
ul#h-subnav li.nav_5 {
	width:186px;
}
ul#h-subnav li.nav_6 {
	width:155px;
}
ul#h-subnav #last_sub_nav.nav_6{
	width:158px;
}
ul#h-subnav li a{
	display:block;
	margin-left: 1px;
	color:#FFF;
	background: #d52b1e url('/assets/images/navigation/bg.mainnav.2.jpg') repeat-x left top;
	text-decoration:none;
	text-align:center;
}
ul#h-subnav li.first a {
	margin-left: 0;
}
ul#h-subnav li:hover a, ul#h-subnav li.sfhover a{
	background: #8B8275 url('/assets/images/navigation/bg.mainnav.0.jpg') repeat-x left top;
}
ul#h-subnav li:hover li a, ul#h-subnav li.sfhover li a{
	background:transparent;
}
ul#h-subnav li ul {
	width:180px;
	position: absolute;
	left: -999em;
	top:29px;
}
ul#h-subnav ul li{
	background: #8B8275 url('/assets/images/navigation/bg.mainnav.0.jpg') repeat-x left top;
	border-left:0;
	border-bottom:0;
	border-top:1px solid #ffffff;
	text-align:left;
	width:180px;
}
ul#h-subnav li ul a{
	font-size:12px;
	padding-top:3px;
	padding-bottom:3px;
	background: #8B8275 url('/assets/images/navigation/bg.mainnav.0.jpg') repeat-x left top;
	text-align:left;
}

ul#h-subnav ul li:hover, ul#h-subnav ul li.sfhover{
	background: #d52b1e url('/assets/images/navigation/bg.sub.mainnav.2.jpg') repeat-x left top;
}
ul#h-subnav li:hover ul ul, ul#h-subnav li:hover ul ul ul, ul#h-subnav li:hover ul ul ul ul, ul#h-subnav li.sfhover ul ul, ul#h-subnav li.sfhover ul ul ul, ul#h-subnav li.sfhover ul ul ul ul {
	left: -999em;
}
ul#h-subnav li:hover ul, ul#h-subnav li li:hover ul, ul#h-subnav li li li:hover ul, ul#h-subnav li li li li:hover ul, ul#h-subnav li.sfhover ul, ul#h-subnav li li.sfhover ul, ul#h-subnav li li li.sfhover ul, ul#h-subnav li li li li.sfhover ul {
	left: auto;
	
}

/* this style is used for 2 button subnav*/
#nav_right{
	/*background:url(/images/nav_right.gif) #FFF no-repeat bottom left;*/
	width:230px;
	height:23px;
	float:right;
	padding-right:60px;
	/*position:absolute;*/
	/*z-index: 0;*/
	display: inline;
}

/* this style is used for 4 button subnav */
#nav_right_long{
	/*background:url(/images/nav_right.gif) #FFF no-repeat bottom left;*/
	width:400px;
	/*height:23px;*/
	float:right;
	padding-right:60px;
	/*position:absolute;*/
	/*z-index: 0;*/
	display: inline;
}

/* sub nav at top of page ---------------------------------------------------------------------- */

#buttons{
	/*height:23px;
	width:400px;	*/
	line-height: 23px;
	vertical-align: middle;
}
#buttons a{
	color:#000;
	text-decoration:none;
	font-size: 0.8em;
}
#buttons div.generic_button_active a{
	color:#FFF;
	text-decoration:none;
	font-size: 0.8em;
}
div.contact_us{
	float:left;
	display: inline;
	background:transparent url(/images/contact_us_bg.gif) no-repeat;
	width:137px;
	padding-right:25px;
	text-align:center;
	height:23px;
}
div.generic_button{
	float:left;
	display: inline;
	background:transparent url(/images/button.jpg) no-repeat;
	width:96px;
	text-align:center;
	height:23px;
	margin-right: 1px;
}
div.generic_button_active{
	float:left;
	display: inline;
	background:transparent url(/images/button_active.jpg) no-repeat;
	width:96px;
	text-align:center;
	height:23px;
	margin-right: 1px;
}
div.mailing_list{
	float:left;
	display: inline;
	background:transparent url(/images/mailing_list_bg.gif) no-repeat;
	width:156px;
	text-align:center;
	height:23px;
}
	

/*  page footer ----------------------------------------------------------------- */
#footer{
	height:35px;
	margin:0 auto;
	padding-top:12px;
	font-size: 0.7em;
	
}
#footer a{
	color:#fff;
	text-decoration:underline;
}
#footer a:hover{
	text-decoration:none;
}

.footer_link{
	float:right;
}

.footer_links{
	white-space: nowrap;
	margin-bottom:20px;
}
#footer_text{
	padding-top:10px;
	text-align:center;
}
#footer_text span{
	padding:0px 5px;
}
#footer_text span a{
	text-decoration:none;
}
#footer_text span a:hover{
	text-decoration:underline;
}

/* level2_left  - all left hand side of page */ 
#level2_left{
	float: right;
	width:600px;
	display: inline;
	margin: 0 20px 0 0px;
}

/* level2_right  - div for sidebar to go into */
#level2_right{
	float: left;
	width:275px;
	display: inline;
	font-size: 14px;
	margin: 0 0 0 20px;
}

/* property ID search box ---------------------------------*/

#property_id_search h4 {
	font-size:115%;
	font-weight:bold;
	color:#D63131;
}

#property_id_search input, input#id_num {
	 color:#3B3B3B;
	 padding:1px;
	 margin-top:-1px;
}
 


/* other page elements --------------------------------------------------------------- */

#home_content{
	width:782px;
	float:left;
}


/* Generic buttons --------------------------------------------------------------- */

.button_33, .button_50, .button_70, .button_90, .button_120, .button_150, .button_180, .button_browse, .button_red_67 {
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border:0;
}
a.button_33, a.button_50, a.button_70, a.button_90, a.button_120, a.button_150, a.button_180{
	display:block;
	padding-top: 1px;
	height: 25px;
}
input.button_33, input.button_50, input.button_70, input.button_90, input.button_120, input.button_150, input.button_180{
	padding-bottom: 5px;
	height: 23px;
	cursor:pointer;
}
/* For the slider sidebars, these button needed tweaking */
.panel input.button_33, .panel input.button_50, .panel input.button_70, .panel input.button_90, .panel input.button_120, .panel input.button_150, .panel input.button_180, 
.panel2 input.button_33, .panel2 input.button_50, .panel2 input.button_70, .panel2 input.button_90, .panel2 input.button_120, .panel2 input.button_150, .panel2 input.button_180 {
	margin:0;
	padding:0;
	height:26px;
	background-position:0 4px;
	font-size:13px;
	color:#fff;
}
.button_33{
	width:33px;
	background:url('/images/button_33.gif') transparent no-repeat scroll;
}
.button_50{
	width:50px;
	background:url('/images/button_50.gif') transparent no-repeat scroll;
}
.button_70{
	width:70px;
	background:url('/images/button_70.gif') transparent no-repeat scroll;
}
.button_90{
	width:90px;
	background:url('/images/button_90.gif') transparent no-repeat scroll;
}
.button_120{
	width:120px;
	background:url('/images/button_120.gif') transparent no-repeat scroll;
}
.button_150{
	width:150px;
	background:url('/images/button_150.gif') transparent no-repeat scroll;
}
.button_180{
	width:180px;
	background:url('/images/button_180.gif') transparent no-repeat scroll;
}
.button_red_67 {
	width:67px;
	background:transparent url(/images/button_red_67.jpg) no-repeat scroll;
}
input.button_red_67 {
	height:23px;
	cursor:pointer;	
}
input.button_browse {
	height:23px;
	cursor:pointer;
	margin-top:10px;
	margin-left:7px;	
}
.button_browse {
	width:74px;
	height:23px;
	background:transparent url(/images/button_browse.jpg) no-repeat scroll;	
}

#feedback_panel_holder input.button_70 {
	font-size:13px;
	height:26px;
	width:70px !important;
	margin:0;
	padding:0;
}

#make_enquiry_panel_holder input.button_70 {
	font-size:13px;
	height:26px;
	width:70px !important;
	margin:0;
	padding:0;
}

/* button on grey for property ID search form */
 a.button_grey_50{
	display:block;
	padding-top: 1px;
	height: 25px;	 
}
 
input.button_50_grey{
	height: 23px;
	cursor:pointer;	
	margin-left: 2px;
	text-align:center;
 }
 
 .button_50_grey{
	color: #FFF !important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border:0;
	width:39px;
	background:url(/images/level2_go.jpg) transparent no-repeat scroll;
}
#newsletter_go_button {
	position:relative;
	top:-83px;
	left:-35px;
}

/* Advanced Search Form --------------------------------------------------------------- */

#quick_links h2 {
	font-weight:bold;
}
#quick_links ul li a {
	color:#3B3B3B;
	font-size:90%;
	text-decoration:none;
}
#quick_links ul li a:hover {
	text-decoration:underline;	
}
#quick_links ul {
	margin-top:13px;
	margin-left:30px;
}
tbody.hidden {
	display:none;	
}
td.form_label {
	font-weight:bold;
	background-color:#fff !important;
	font-size:12px !important;
	width:220px;
}
td.form_field {
	font-size:12px !important;	
}
tr.alt_grey td {
	background-color:#F3F3F3 !important;
}
span.search_exp {
	font-size:12px !important;
	font-weight:normal !important;
	line-height:125%;
	display:block;
	color:#4E4E4E;
	font-style:italic;
}
span.search_exp_hint {
	font-size:12px !important;
	font-weight:normal !important;
	line-height:120%;
	display:block;
	padding:9px 30px 9px 9px;
	margin-bottom:2px;
	background:#DBEAFB url(/images/info_logo.gif) no-repeat right top;
	color:#073341;
}
#listing_search input {
	padding:1px;	
}
tbody#residential_section tr td, tbody#all_section_3 tr td, tbody#commercial_section tr td {
	padding-top:5px !important;
	padding-bottom:5px !important;
}
#all_section_3 tr td input.button_90 {
	padding-bottom: 5px;	
}
.formtable td,
#listing_search td {
	border-bottom:1px solid #E4E3E3;
	background-color:#fff;	
}
#listing_search td td  {
	border:none !important;	
}
#listing_search tr td {
	padding:5px 0;
}
#listing_search tr#state_search td {
	padding-top:10px;	
	padding-bottom:10px;
}
tr#price_range_padding td, tr#state_padding td {
	padding-top:7px !important;
	padding-bottom:7px !important;		
}
select.hidden {
	display:none;	
}
tr#search_type_padding td {
	padding-top:10px !important;
	padding-bottom:10px !important;	
}


/* Suburb suggest --------------------------------------------------------------- */

#suburb_options{
	z-index: 100;
	width:231px;
	position:absolute;
	background-color:transparent;
	font-family:Arial;
	font-size:10px;
	border:1px #000 solid;
	/* Fix for scrollbars in mac FF2 */
	overflow:auto;
}
#suburb_options.list_hidden{
	display:none;
}
#suburb_options ul li{
	margin:0;
	padding:0;
	float:left;
}
#suburb_options ul li a{
	display:block;
	width:231px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	color:#000;
}
#suburb_options ul li a.link{
	background-color:#FFF;
	border-bottom: 1px solid #B5B5B5;
}
#suburb_options ul li a.link_highlight{
	background-color:#B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}
#suburb_options ul li a .count{
	display:block;
	float:right;
	margin-right:5px;
	cursor:pointer;
}
#suburb_options ul li a .name{
	display:block;
	float:left;
	margin-left:5px;
	cursor:pointer;
}
#suburb_options ul{
	list-style:none;
	margin:0;
	padding:0;
	width:231px;
}
.hide_select{
	visibility:hidden;
}
.show_select{
	visibility:visible;
}
.select_strut{
	height:35px;
}
#warning {
	background-color:#CECECE;
	color:#d82221;
	width: 100%;
}
/* Staff Listings --------------------------------------------------------------- */
.staff_item {
	width: 95%;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: url(/images/divider_top.gif) repeat-x;
}
.staff_item h2 {
	color: #D82221;	
}
#staff_list ul {
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#staff_list ul {
	margin-left:-10px;
	margin-top:8px;	
}
#staff_list li {
	display: inline;
	padding-left: 10px;
	list-style-type: square;
}
#staff_list ul li a {
	color:#D82221;
	text-decoration:underline;	
}
#staff_list ul li a:hover {
	text-decoration:none;	
}
.staff_item img {
	/*border: 2px solid black;*/
	margin-left: 10px;
}
.staff_item hr {
	line-height: 1px;
	margin: 3px 0px 3px 0px;
	padding: 0px 0px 0px 0px;
	color: #CCCCCC;
}
.staff_item h3{
	font-size: 1.1em;
}
.email_preview {
	font-size:95%;
	display:block;
	margin-top:15px;
	padding:1px 15px 15px 15px;
	background-color:#FFFED5;
	border:2px solid #A6A6A6;
	line-height:170%;
}
.email_preview h4 {
	margin:0;
	padding:0;
	padding-bottom:10px;	
}
#property_id_number {
	float:right;
	width:432px;
	margin-right:55px;
	padding-top:14px;
	padding-bottom:15px;
	text-align:right;
}
#property_id_number_home {
	float:right;
	width:430px;
	margin-right:136px;
	padding-top:17px;
	padding-bottom:8px;
	text-align:right;	
}
#property_id_number p, #property_id_number_home p {
	display:inline;
	color:#D63131;
	font-weight:bold;
	font-size:90%;
	margin-right:4px;
}
#property_id_number form, #property_id_number_home form {
	display:inline;
	background:url(/images/bg_property_id_form.jpg) no-repeat 0 0;
	margin:0;
	padding:5px 0 7px 4px;
	_padding:2px 0 7px 4px;
}
#property_id_number input.text_input, #property_id_number_home input.text_input {
	color:#646464;
	margin:0;
	padding:1px;
	width:127px;
	font-size:90%;
}

/* other table formatting ----------------------------------------------------------- */
.form-section { background: url(/images/divider_top.gif) repeat-x; border-left: 1px solid #CCC; border-right:1px solid #CCC;  border-bottom: 1px solid #CCC; margin-left : 10px; margin-bottom: 13px; margin-top: 14px; clear : both; padding : 10px; float : left; width : 530px; }
.form-section label { display : block; cursor : pointer; }
.form-section input, .form-section select { vertical-align : middle;  }
.calc_header{background: url(/images/260_top.gif) no-repeat top left; margin-bottom: -4px; width: 260px;}
.metric_header{background: url(/images/440_top.gif) no-repeat top left; margin-bottom: -4px; width: 440px;}
.calc_body{ background-color: #F3F3F3; border-left: 1px solid #D9D9D9; border-right: 1px solid #D9D9D9; text-align: left; padding-left: 15px; padding-bottom: 5px; }
.calc_body input, .calc_body select{margin:3px;}
.calc_body input.padded10{margin-left: 12px;}
.calc_body input.padded20{margin-left:25px;}
.calc_footer{background: url(/images/260_bottom.gif) no-repeat top left;}
.metric_footer{background: url(/images/440_bottom.gif) no-repeat top left;}
#listing_detail_rural table{ width: 100%; }

/** Footer Links **/
#footerlinks{
    font-size:0.8em;
    border-top: 1px solid #E4E3E3;
    margin-top: 10px;
    padding: 0 20px 10px 20px;
}
#footerlinks h1, #footerlinks h2, #footerlinks h3, #footerlinks h4, #footerlinks h5, #footerlinks h6{
    font-weight:bold;
    font-size: 1.1em;
}
#footerlinks table{
    width:100%;
}

#footerlinks table tr td{
    vertical-align:top;
    padding-top:10px;
}
#footerlinks table tr td ul li{
    padding-top:5px;
}
/** //Footer Links **/

/** Left Nav headings **/
#level2_right h3 {
    background: url("/images/panel_heading_264.gif") no-repeat scroll 0 0 transparent;
    color: #D82221;
    font-size:16px;
    font-weight: bold;
    height: 31px;
    width:255px;
    padding: 9px 0 0 16px;
    margin-bottom:15px;
}

#level2_right h3 a, #level2_right h3 a:hover, #level2_right h3 a:visited{
    width:251px;
    display:block;
    text-decoration:none;
}
/** //Left Nav headings **/

/* latest properties */
#level2_right #latest_properties{
    width: 264px;
    margin-bottom: 15px;
}

#level2_right .feat{
    font-size: 0.8em;
    background:url("/images/latest_footer.gif") no-repeat scroll center bottom #FFFFFF;
    padding:3px 3px 19px 3px;
}
#level2_right .feat .feat_header h3{
    font-size: 1.5em;
    font-weight:bold;
    color: #D82221;
    background:none;
    padding: 0 13px;
}
#level2_right .feat .feat_header{
    background: url("/images/latest_header.gif") no-repeat scroll 0 0 #FFFFFF;
    height: 24px;
    padding: 5px 0px;
}

#level2_right .feat .feat_body{
    background: url("/images/feature_bg_120.jpg") repeat-x scroll 0 0px transparent;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
    padding:10px 10px 0 10px;
    height: 221px;
    width: 236px;
    overflow: hidden;
}

#level2_right .feat .feat_body .latest{
    width:236px;
}

#level2_right .feat .feat_body h4{
    color: #D82221;
    font-size:1.0em;
    font-weight:bold;
    padding-bottom:10px;
}

#level2_right .feat_item{
    border-bottom: 1px solid #CFCFCF;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height:100px;
    overflow: hidden;
}

#level2_right .feat .last{
    border-bottom:none!important;
    margin-bottom:0px!important;
    padding-bottom:0px!important;
}

#level2_right .feat_left{
    float:left;
    width:55%;
    height:100px;
}
#level2_right .feat_right{
    float:right;
    width:41%;
}

#level2_right .hidden{
    display:none;
}

/* // latest properties */

/* residential, rural, commercial, lifestyle & holiday rental section pages */
#content .section_page ol{
    list-style-type: decimal;
}
#content .section_page ol li{
    background-image:none;
    padding:0;
    margin:0;
}
#content .section_page ul li a, #content .section_page ul li a:hover, #content .section_page ul li a:visited{
    color: #D82221;
    text-decoration:underline;
}
/* //residential, rural, commercial, lifestyle & holiday rental section pages */


/* homepage search */
#wide_search{
    padding: 0 0 19px 0;
    z-index:5;
    overflow:hidden;
}
.wide_search_home{
    width:919px;
    background:transparent url(/images/home_search_footer.gif) no-repeat 0px bottom scroll;
    margin:0 7px 0 7px;
}
.wide_search_internal{
    background:transparent url(/images/wide_search_footer.gif) no-repeat 0px bottom scroll;
    width:893px;
    margin:3px 7px 0 0;
    position:absolute;
    top:310px;
}
.wide_search_open{
    display:block;
}
.wide_search_closed{
    display:none;
}
#wide_search map area, #wide_search map area:active, #wide_search map area:focus{
    outline:none;
    border: none !important
}
#wide_search_head{
    height:42px;
    background:transparent url(/images/wide_search_head.gif) no-repeat 0px 0px scroll;
    position:relative;
}
.wide_search_home #wide_search_head{
    background:transparent url(/images/home_search_head.gif) no-repeat 0px 0px scroll;
}
#wide_search_head h2{
    font-size: 1.3em;
    font-weight:bold;
    color: #D82221;
    margin:7px 0 0 20px;
    padding:4px 0 0 0;
}
.wide_search_internal #wide_search_head h2{
    height:22px;
    overflow:hidden;
}
#wide_search_head #wide_search_close{
    display:block;
    width:58px;
    height:21px;
    float:right;
    cursor:pointer;
    background:transparent url(/images/panel_heading_close.gif) no-repeat;
    margin: 6px 8px 0 0;
}

#wide_search_body{
    background:transparent url(/images/home_search_bg.jpg) repeat-x 0px 0px scroll;
    border-left:1px #BDBDBD solid;
    border-right:1px #BDBDBD solid;
    padding:0px 7px;
    position:relative;
    height:270px;
}
#search_map{
    float:left;
    width:291px;
    height:270px;
    overflow:hidden;
}
#wide_search_form{
    float:right;
    display:block;
    width:562px;
    height:270px;
    padding-right: 5px;
    position:relative;
    margin-left:10px;
    background:none;
}
.wide_search_home #wide_search_form{
    margin-left:30px;
}
map#search_state_map, map#search_state_map area, map#search_state_map area:hover, map#search_state_map area:active,
#search_map, #search_map_selected, #search_map_selected img {
    border: 0 none;
    outline: 0 none;
}

#search_map, #search_map_selected{
    background:transparent url(/maps/australia.gif) no-repeat 0px 0px scroll;
}
#search_map .WA{
    background:transparent url(/maps/australia.gif) no-repeat 0px -270px scroll;
}
#search_map .NT{
    background:transparent url(/maps/australia.gif) no-repeat 0px -540px scroll;
}
#search_map .SA{
    background:transparent url(/maps/australia.gif) no-repeat 0px -810px scroll;
}
#search_map .QLD{
    background:transparent url(/maps/australia.gif) no-repeat 0px -1080px scroll;
}
#search_map .NSW{
    background:transparent url(/maps/australia.gif) no-repeat 0px -1350px scroll;
}
#search_map .ACT{
    background:transparent url(/maps/australia.gif) no-repeat 0px -1620px scroll;
}
#search_map .VIC{
    background:transparent url(/maps/australia.gif) no-repeat 0px -1890px scroll;
}
#search_map .TAS{
    background:transparent url(/maps/australia.gif) no-repeat 0px -2160px scroll;
}
#search_state_map area {
    outline:none;
}

#wide_search_form #location{
    width:542px;
    font-size:1.4em;
    height:35px;
    line-height:35px;
}

#wide_search_form #suburb_options {
	width:542px;
}
#wide_search_form #suburb_options ul{
    width:542px;
}
#wide_search_form #suburb_options a{
    width:542px;
    height:30px;
    line-height:30px;
    font-size:1.1em;
}

#wide_search_form .search_column{
    float:left;
    margin: 11px 10px 0 0;
    font-size:0.8em;
    white-space:nowrap;
}

#wide_search_form p.inc_suburbs{
    margin: 8px 10px 0 0;
    font-size:0.8em;
}

#wide_search_form #col_sale_type, #wide_search_form #col_building_type,
#wide_search_form #col_business_type, #wide_search_form #col_enterprise_type{
    width:160px;
}

#wide_search_form #col_property_type{
    width:127px;
}

#wide_search_form #col_price_range{
    width: 244px;
}

#wide_search_form #col_bedrooms{
    width: 170px;
}

#wide_search_form #col_comm_enterprise_type{
    width: 176px;
}

#wide_search_form .search_column h2{
    color: #D82221;
    font-weight:bold;
    font-size:1em;
    margin-bottom:5px;
    padding-left:1px;
}

#wide_search_form .search_column label, #wide_search_form .search_column span{
    padding: 0 3px;
}

#wide_search_form .search_column span.land_area_unit{
    padding:0;
    font-size:0.9em;
}

#wide_search_form #submit{
    bottom: 5px;
    position: absolute;
    right: 14px;
}

#id_search{
    bottom:5px;
    position: absolute;
    /*left: 343px;*/
    left: 328px;
    font-weight:bold;
    color: #D82221;
    z-index:10;
    font-size:15px;
}

#id_search span {
    color: #000;
}

#id_search input {
    margin-left:10px;
    width: 94px;
}

#wide_search_form #business_type, #wide_search_form #commercial_type{
    width:150px;
}

#wide_search_form .search_column select[multiple=multiple]{
    width:150px;
}

#wide_search_form #submit input{
    background: url("/images/button_120_40.gif") no-repeat scroll 0 0 transparent;
    width:120px;
    color: #FFFFFF !important;
    text-align: center;
    background-position: 0 4px;
    color: #FFFFFF;
    font-size: 18px;
    height: 40px;
    margin: 0;
    padding: 1px;
    cursor: pointer;
    border:0;
}

#region_select{
    float: left;
    padding-left: 20px;
    font-size: 0.8em;
    width:225px;
}
.wide_search_home #region_select{
    padding-left: 30px;
}
#region_select select{
    width:225px;
}

#region_select select:disabled{
color: #808080;
}

#region_select h2 {
    color: #D82221;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 5px;
    background-color: #DEDCDD;
}

#region_select p {
    margin-bottom:5px;
}
#wide_search #back{
    background: none #FFF;
    margin:10px 0 0 0;
}
#wide_search_footer{
    font-size:0px;
    line-height:0px;
}
#level2_right #wide_search_expander{
    width: 275px;
    height: 44px;
    margin:10px 0 10px 0;
    padding:0;
    background: url(/images/panel_heading.gif) no-repeat -6px top;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
#level2_right #wide_search_expander a{
    display:block;
    width: 259px;
    height: 35px;
    padding: 9px 0 0 16px;
    font-size: 16px;
    outline: none;
    text-decoration: none;
    font-weight: bold;
}
#level2_right .wide_search_expander_open{
    display:none;
}
#level2_right .wide_search_expander_closed{
    display:block;
}
.sidebar_clear_wide_search{
    padding-top:357px;
}
.clear_wide_search{
    margin:347px 0 0 0;
}


#social-network {
    font-size: 0.8em;
    background:url(/images/feature_footer_257_long.gif) no-repeat left bottom #FFFFFF;
    padding:0px 4px 6px 0;
    width: 257px;
    float: left;
}

#page_middle  #social-network .feat_header h3{
    background: none;
}

#social-network .feat_header{
    background: url(/images/feature_head_257.gif) no-repeat scroll 0 0 #FFFFFF;
    height: 24px;
    padding: 5px 10px;
}

#social-network .wrap{
    background: url(/images/feature_bg_120.jpg) repeat-x scroll 0 0px transparent;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
    padding:10px 10px 0 10px;
    margin-bottom: 5px;
}

#page_middle #column-3 #social-network .feat_header h3{
    margin: 0px;
    padding: 0px;
    font-size: 1.3em;
    font-weight:bold;
}

#social-network #tweets {
    overflow: auto;
}

#social-network p.about {
    padding: 10px 0;
}

#social-network #tweets p {
    padding:0 0 5px 0;
    border-bottom: 1px solid #CFCFCF;
    margin: 0 0 5px 0;
}

#social-network #tweets p.more {
    border-bottom: none;
    text-align: center;
}

div.follow{
    padding-top: 10px;
    height: 30px;
}

div.follow a {
    display: block;
    text-decoration: none;
    background: url(/images/social-networks.gif) #fff no-repeat;
    height: 30px;
    width: 30px;
    float: right;
    margin: 0 4px;
}

div.follow p {
    float: left;
    margin: 8px 0 0 0px;
    color: #D82221;
    font-weight: bold;
}

div.follow a.twitter {
    background-position: -30px 0;
}

div.follow a.facebook {
    background-position: 0 0;
}

div.follow a.googleplus {
    background-position: -60px 0;
}

div.follow a.linkedin {
    background-position: -90px 0;
}

#level2_right #social-network {
   margin-left: 3px;
}

#level2_right #social-network h3 {
    padding: 4px;
}

#rotator {
    overflow: hidden;
}
#rotator .first {
    z-index: 8;
}
#rotator img {
    z-index: 5;
    position: absolute;
}


