/* Divs */

.fp_main {
	float: left;
	width: 236px;
	margin-left: auto;
	margin-right: auto;
	}

.fp_head {
	display: none;
	}
	
.fp_aname {
	font-weight: bold;
	width: 100px;
	float: right;
	text-align: left;
	color: #000;
	font-size:11px;
	
	}
	
.fp_image {
	float: left;
	height: 105px;
	margin-right: 2px;
	}
	

	
	
.fp_status {
	display: none;
}
	
.fp_text {
	text-align: left;
	color: #000;

	}

.fp_foot {
	height: 6px;
	font-size: 0px;

	}
	
/* Text */

.fp_txtbeds {
}

.fp_txtbaths {
}

.fp_txtproptype {
}

.fp_txtcity {
	text-transform: capitalize;
	display:block;
}

.fp_txtprice {
}

.fp_txtaname {
}

