.clear_all{
display:block;
height:0px;
clear:both;
}
.clear_all_padded{
display:block;
height:0px;
clear:both;
padding:20px 0;
}
h1{
	font-size:28px;
	margin-bottom: 4px;
	padding-bottom: 3px;  
	background: url(../images/article_headline.png) 50% 100% repeat-x;
	color:#009bd0;
	color:#FA641E;
	font-weight:bold;
	border:none !important;
}

/** ERRORS **/
div.form_errors{
	color:red;	
}
p.success{
	color:#390;
	background:#f1f1f1;
	padding:5px;
}

/** SUMMARY TABLES **/
table.summary, 
table.summary_left{
	width:100%;
	border-top:1px dotted #CCC;
	border-collapse:collapse;
	font-size:12px;
}
table.summary th, 
table.summary_left th{
	text-align:left;
	border-bottom:1px dotted #CCC;
	background:#f1f1f1;
	padding:5px;
}
table.summary tr:hover, 
table.summary_left tr:hover{
	background:#D3EBF8;
}
table.summary td, 
table.summary_left td{
	padding:5px;
	text-align:left;	
	border-bottom:1px dotted #CCC;
}
table.summary_left{
	width:100%;
	border-top:1px dotted #CCC;
	border-collapse:collapse;
}
table.summary_left th{
	text-align:left;
	border-bottom:1px dotted #CCC;
	width:180px;
}
table.summary_left td{
	text-align:left;	
	border-bottom:1px dotted #CCC;
}
table.summary_th_left th{
	width:150px;
	border-bottom:1px dotted #CCC;
}
table.summary_packages h2{
	margin:0;
	padding:0;
	display:block;
	float:left;
}
table.summary_directory{
margin-top:20px;	
}
table.summary_directory h5{
	margin:0;
	padding:0;
}
table.summary_directory td{
	border:none;
	padding:2px;
	font-size:10px;
	padding-left:10px;
}
table.summary_directory tr:hover{
	background:none;	
}

/** FORMS **/
div.field{
	display:block;
	clear:both !important;
}
div.login_field label{
	display:block;
	width:150px;
	min-width:150px;
}
div.login_field input{
	display:block;
	width:150px;
	min-width:150px;
}
div.field label{
	display:block;
	width:150px;
	min-width:150px;
}
div.radio label{
	display:inline;
	width:auto !important;
}
div.radio input{
	width:auto !important;
}
div.field input{
	width:300px;
}
div.field select{
	width:310px;
}
div.field textarea{
	width:300px;
}
input.submit_button{
	font-size:2em;
	width:auto !important;
	color:#333;
}


table.search_table{
	width:100%;	
	margin-top:10px;
}
table.search_table div{
	margin:0px !important;
}
div.search_field{
	
}
div.search_field select{
	width:200px;
	padding:5px;
}
div.search_field input{
	width:200px;
	padding:5px;
}

div.search_field input#search_submit{
	background:#0099CC;
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
}
div.search_field input#search_submit:hover{
	background:#DB4D0A;	
}

/** FETAURES **/
div.feature{
	display:block;
	float:left;
	background:#f1f1f1;
	color:#666;
	margin:1px;
	padding:5px;
	width:47%;
}
div.feature input{
	display:block !important;
	float:left !important;
	margin-top:2px;
	margin-right:5px;
}
div.feature label{
	display:block !important;
	float:left !important;
	width:80%;
	margin:auto 0;
	padding-left:5px;
}



/** REGION TOGGLER **/
.dh_toggler{
	padding:10px;
	cursor:pointer;	
	margin:1px;
	background:#f1f1f1;
}
.dh_toggler:hover{
	background:#CFCFCF;
}
div.dh_toggler_element{
	padding:5px;	
	margin:0px !important;
}

/** PROPERTY LISTING **/

div.dh_property_list_item{
	position:relative;
	border:1px solid #f1f1f1;
	margin-bottom:10px;
	height:85px;
	height:auto;
	min-height:85px;
	padding:10px;
}
div.property_list_thumb{
	position:relative;
	display:block;
	width:75px;
	height:75px;
	float:left;
	background:#f1f1f1;
	padding:5px;
}
div.property_list_details{
	position:relative;
	display:block;
	float:left;
	padding:0 10px;
	width:250px;
}
div.property_list_details h3{
	padding:0;
	margin:0;
	font-size:12px;
}
div.property_list_details p{
	font-size:10px;
	margin-top:0;
	padding:0;
	margin:0;
}
ul.mini_crumb{
	margin:0;
	padding:0;
	list-style-type:none;
}
ul.mini_crumb li{
	display:inline;
	font-size:10px;
	color:#09C;
}
ul.mini_crumb li a{
	color:#09C;
}
div.property_list_options{	
	position:relative;
	display:block;
	float:right;
	width:100px;
}
div.property_list_options .prop_price{
	display:block;
	color:#09C;
	font-size:14px;
	font-weight:bold;
	background:#f1f1f1;
	padding:2px;
	text-align:right;
}
div.property_list_options .prop_beds{
	display:block;
	background:#f1f1f1;
	padding:2px;
	margin-bottom:20px;
	text-align:right;
}
div.property_list_options .prop_button{
	display:block;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#FA641E;
	text-align:center;
	padding:5px;
	margin-top:10px;
}
div.property_list_options .prop_button a{
	color:#fff !important;
	font-weight:bold;
}
.prop_price{
	display:block;
	color:#09C;
	font-size:14px;
	font-weight:bold;
}


/**** PROPERTY DETAIL *****/

div.prop_gallery_container{
	/*
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#f1f1f1;
	*/
	padding:10px 0;
	border-top:1px dotted #CCC;
	border-bottom:1px dotted #CCC;
}
div.prop_thumb_container{
	width:200px;	
}
div.property_thumb_holder{
	display:block;
	float:left;
	text-align:center; 
	width:85px;
	/*height:85px;*/
	border:1px solid #ccc;
	margin:2px;
}
div.property_thumb_holder img{
	display:block;
	padding:5px;
	margin:0;
	line-height:85px;
	margin: auto;
	top:25%;
}

div.property_thumb_holder a{
	padding:0;
	margin:0;
}

div.property_info{
	display:block;
}
div.property_features{  
	display:block;
}
div.property_features ul{
	margin:0;
	padding:0;
}
div.property_features ul li{
	display:block;
	float:left;
	width:30%;
	padding:5px;
	background:#f1f1f1;
	margin:1px;
	color:#666;
}

a.enquiry_link{
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	background:#DB4D0A;
	padding:5px 10px;
	color:#FFF !important;
	font-weight:bold;
}

div.property_enquire{
	
}
div.agent_summary{
	border-left:1px dotted #ccc;
	padding-left:10px;
	margin-left:5px;
	font-size:9px;
}
div.agent_summary span.agent_logo{
	padding:2px 2px 0 0;	
}
div.ad_block img{
	margin-bottom:10px;	
}
div.ad_block table{
	background:#f0f0f0 !important;	
}


span.buynow{
	display:block;
	float:right;
	line-height:25px;
}