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

.forSalePhoto{
	width:274px;
	height:183px;
	margin:0px;
	padding:0px;
	background:#FFF;
	overflow:hidden;
	text-align:center;
}
.forSalePhoto img{
	width:274px;
	margin:0px;
	padding:0px;
}
.forSaleProperty{
	background:#FFF;
	padding-bottom:4px;
	border-bottom:30px solid #717780;
}
.forSaleDescription{
	background-color:#FFF;
	margin:0px;
	color:#0c1e3c;
	padding:12px 18px;
	width:518px;
	height:159px;
	font-size:11pt;
	line-height:13pt;
	float:right;
	position: relative;
}