@charset "utf-8";
/* CSS Document */

/* result.php */

.result_center_right
{
	width: 765px;
	display: block;
	float: left;
}

.result_content
{
	border: solid #B0E8EA;
	border-width: 0px 1px 0px 1px;
}

.result_sort_and_page
{
	padding: 0px 0px 10px 0px;
	overflow: hidden;
}

.result_sort_by
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	width: 200px;
	display: block;
	float: right;
}

.result_title
{
	background-color: #F4F4F7;
	height: 20px;
	overflow: hidden;
	font-weight: bold;
	color: #0000CC;
	margin-top: 10px;
	padding: 10px 30px 0px 15px;
	/*margin: 0px 15px 0px 15px;*/
	text-align: center;
}

.result_title_price
{
	width: 200px;
	display: block;
	float: left;
	margin-left: 500px;
}

.result_details
{
	margin: 10px 15px 0px 15px;
	padding: 0px 15px 10px 0px;
	border-bottom: 1px solid #B0E8EA;
	overflow: hidden;
}

.result_details_image_div
{
	/*height: 80px;*/
	width: 80px;
	text-align: center;	
	display: block;
	float: left;
	padding: 0px 10px 0px 10px;
}

.result_details_image
{
	border: 0px;
}

.result_details_text, .result_details_text_forsales
{
	width: 400px;
	text-align: left;
	display: block;
	float: left;
	font-size: 13px;
}

.result_details_text a, .result_details_text_forsales a
{
	text-decoration: none;
}

.result_details_text a:hover, .result_details_text_forsales a:hover
{
	text-decoration: underline;
}

.result_details_text a:visited, .result_details_text_forsales a:visited
{
	text-decoration: none;
	font-size: 13px;
}

.result_details_type, .result_details_street, .result_details_area
{
	/*width: 250px;*/
}

.result_details_price, .result_details_price_forsales
{
	text-align: center;
	width: 200px;
	display: block;
	float: left;
	font-weight: bold;
}

/* for sales/letting list */
.result_title_beds_forsales
{
	width: 30px;
	display: block;
	float: right;
}

.result_title_type_forsales, .result_title_price_forsales
{
	width: 120px;
	display: block;
	float: right;
}

.result_details_text_forsales{
	display: block;
	float: left;
	width: 345px;
}

.result_details_beds_forsales{
	display: block;
	float: right;
	width: 20px;
}

.result_details_type_forsales, .result_details_price_forsales
{
	display: block;
	float: right;
	width: 120px;
	text-align: center;
}
/* end sales/letting list */

.ads_per_page
{
	text-align: right;
	color: #0000CC;
	margin: 10px 15px 10px 0px;
	
}

.ads_per_page a{}

.result_pager_div{
	background-color: #F4F4F7;
	height: 30px;
	padding: 5px 0px 0px 0px;

	margin: 0px 0px 0px 0px;
	overflow: hidden;
	
}

.result_page_no
{
	width: 150px;
	display: block;
	float: left;
	text-align: left;
	padding-left: 10px;
	margin-top: 5px;
	
	/*border: 1px solid #B0E8EA;*/
}

.result_page_no_number
{
	font-weight: bold;
}

.result_pager{
	display: table-cell;
	float: left;
	color: #0000CC;
	vertical-align: middle;
	width: 450px;
	margin-top: 3px;
	/*height: 10px;
	border: 1px solid #B0E8EA;*/
}

.result_pager a img{
	border-width: 0px;
	display:inline-block; 
	vertical-align:middle;
}

.result_goto_page
{
	text-align: right;
	width: 150px;
	display: block;
	float: right;
}

.result_goto_input
{
	width: 25px;
}

.result_goto_button
{
	width: 35px;
	text-align: left;

}

.result_table {
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.result_th_header {
	background-color: #F4F4F7;
	color: #0000CC;
}

.result_th_header th {
	height: 30px;
}

.result_tr td {
	border-bottom: solid 1px #B0E8EA;
	padding: 10px 0px 10px 0px;
}

.result_td_image {
	width: 120px;
}

.result_td_address {
	text-align: left;
}
.result_td_newhome_price {
	width: 220px;
 	color: #A21E2C;
	font-weight: bold;	
}

.result_td_price, .result_td_type {
	width: 120px;
}

.result_td_price {
 	color: #A21E2C;
	font-weight: bold;
}

.result_td_beds {
	width: 30px;
}

.result_td_logo {
	width: 100px;
}

/* End result.php */


/* For details.php */

.search_details
{	
}

.details_toptitle_left
{
	width: 40%;
	display: block;
	float: left;
}

.details_toptitle_right
{
	text-align: right;
	width: 40%;
	display: block;
	float: right;

    font-size: 13px;
    line-height: 30px;
	padding-right: 10px;
	color: 008389;
	font-weight: normal;
}

.details_title
{
	/*border-top: 1px solid #B0E8EA;
	margin-top: 20px;*/
	
	border-bottom: 1px solid #B0E8EA;	
	padding: 0px 0px 5px 0px;
	text-align: center;	
}

.details_title_name
{
	font-size: 19px;
	font-weight: bold;
	color: #008389;
}

.details_title_type, .details_title_price
{
	font-size: 16px;
	margin: 7px 0px 5px 0px;
}

.details_title_price
{
 	color: #A21E2C;
	font-weight: bold;
}

.details_left
{
	width: 750px;
	margin-right: 10px;
	display: block;
	float: left;
	/*padding: 10px 0px 10px 0px;*/
}

.details_content{
	clear: both;	
	border:solid #B0E8EA;
	border-width: 0px 1px 1px 1px;
	padding: 10px;
	text-align: center;
	color: #008389;		
}

.details_right
{
	width: 220px;
	display: block;
	float: left;
}

.details_image_div_large
{
	margin-top: 10px;
	padding-left: 90px;
}

.details_image_div_large_area
{
	text-align: center;	
	display: table-cell;
	vertical-align: middle;
}

.details_image_large
{
	/*width: 450px;
	height: 350px;*/
	text-decoration: none;
}

.details_image_div_small_group
{
	padding-top: 20px;
	overflow: hidden;
}

.details_image_div_small
{
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	margin: 0px 5px 5px 0px;
	border: 1px solid #B0E8EA;
}

.details_image_div_small_area
{
	width: 80px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.details_image_small
{
	border: 0px none;
}

.details_style
{
	margin-top: 30px;
}

.details_subtitle
{
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0px 10px 0px;
	color: #008389;
}

.details_style_subtitle
{
	background-color: #EFEFEF;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	/*width: 725px;*/
	height: 23px;
	border: solid #B0E8EA;
	border-width: 1px 0px 1px 0px;
	
	padding-top: 7px;
	/*display: table-cell;
	vertical-align: middle;*/
}

.details_style_subtitle_name
{
	/*border: solid #B0E8EA 1px;*/
	width: 330px;
	display: inline-block;	
}

.details_style_list_name
{
	width: 330px;
	display: inline-block;
	text-align: left;
}

.details_style_others, .details_style_price
{
	width: 120px;
	display: inline-block;
}

.details_style_price
{
	font-weight: bold;
 	color: #A21E2C;
}

.details_style_beds
{
	width: 30px;
	display: inline-block;
	/*border: solid #B0E8EA 1px;*/
}

.details_style_list
{
	/*width: 100%;*/
	text-align: center;
	border: solid #B0E8EA;
	border-width: 0px 0px 1px 0px;
	
	padding: 7px 0px 7px 0px;
}

.details_desc
{
	margin: 30px 0px 40px 0px;
}

.details_desc_title
{
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

.details_desc_sub
{
	overflow: hidden;
	text-align: left;
	font-size: 14px;
	margin-bottom: 30px;
}

.details_desc_subtitle, .details_desc_subinfo
{
	display: block;
	float: left;
	border: solid #B0E8EA ;
	border-width: 0px 0px 1px 0px;
	line-height: 25px;
}

.details_desc_subtitle
{
	font-weight: bold;
	width: 20%;
}

.details_desc_subinfo
{
	/*color: #000;*/
	color: #FF9127;
	width: 30%;
	font-weight: bold;
}

.details_desc_info
{
	text-align: left;
	font-size: 14px;
}

.details_desc_map_div
{
	text-align: center;
	margin-top: 30px;
}

.details_desc_map_title
{
}
.details_desc_map
{
	width: 720px;
	height: 375px;
	margin-left: auto;
	margin-right: auto;
}

.details_view_count
{
	text-align: center;
	margin-top: 10px;
}

.details_view_count_span
{
	background: #000;
	color: #00FF00;
	/*color: #FFF;*/
	width: auto;
	font-size: 16px;
	font-weight: bold;
}

.details_agent
{
	margin-bottom: 10px;
}

.details_agent_info
{
	text-align: left;
	margin: 10px 0px 30px 0xp;
	padding-bottom: 20px;
	
	border-bottom: 1px solid #B0E8EA;

}

.details_agent_image_div
{
	text-align: center;
	margin: 20px 0px 20px 0px;
}

.details_agent_image
{
	/*width: 180px;
	height: 180px;*/
	margin-left: auto;
	margin-right: auto;
}

.details_agent_title, .details_agent_name, .details_agent_details
{
	width: 100%;
	margin: 2px 0px 2px 0px;
	
	word-wrap: break-word;
}

.details_agent_name
{
	font-size: 15px;
	font-weight:bold;
	color: #008389;	
}

.details_agent_subtitle
{	
	font-weight: bold;	
}

.details_agent_subinfo
{}

.details_agent_link
{
	text-align: left;
}

/*.details_agent_sent_email
{
	margin: 20px 0px 10px 0px;
}*/

.details_agent_send_email
{
	padding-left: 22px;
	background: url(../images/mini_email.gif) no-repeat 0px;
}

.details_agent_sent_title
{
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 5px;
}

.details_agent_input
{
	width: 193px;
	margin-bottom: 10px;
}

.details_other_info
{
	line-height: 25px;
	text-align: left;
	/*border: solid #B0E8EA;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 10px*/
}
.details_other_info span
{
	padding-left: 22px;
}

.details_report
{
	background: url(../images/mini_report.gif) no-repeat 0px;
}

.details_favourite
{
	background: url(../images/mini_star.gif) no-repeat 0px;
}

.details_print
{
	background: url(../images/mini_print.gif) no-repeat 0px; 
}

.details_addthis
{
	/*text-align: left;
	border: 1px solid #B0E8EA;*/
	width: 200px;
}

/* End details.php*/
