/* ------------------PROPERTY LISTINGS----------------*/

/* PAGEATION SECTION */
#property_list_list_option{background-color: #E9EEF1; border:solid 1px #CCCCCC; margin-bottom:10px; padding:10px;}
#property_list_pageation{background:#F0F0F0; border:solid 1px #CCCCCC; padding:10px; text-align:center;}




/* LIST SECTION */
#property_list_container{width:730px}
#property_list_header{ background:url(../images/bkg_grey.gif) repeat-x; height:30px; padding:10px 10px 0 10px;}
#property_list_price{ float:right;}
#property_list_image{ float:left;}
#property_list_details{ margin-left:210px;}
#property_list_action_tools{ margin-left:210px; width:500px;}
#property_list_action_tools li{ display:inline; list-style:none; padding-right:10px; margin-right:10px; border-right:1px solid #333}
.property_list_action_tools_last{ display:inline; list-style:none; padding-right:10px; margin-right:10px; border-right:1px solid #333}
.float_right{ float:right;}
#property_list_bottom_line { border-bottom:1px #f4f4f4 solid; padding-bottom:20px;  margin-bottom:10px}

/* DETAILS SECTION */
#property_det_left_col {width:270px; height:auto}
#property_det_right_col {width:430px; height:auto; float:right; padding:5px}




/*  text  */
.property_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #27296e;
}
.Essential_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FEC80E;
}
.Specifictaion_table {
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #072442;
}
