.prop-holder {
	clear: both;
	width: 880px;
	margin-left: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	border: 1px solid #B2B2B2;
	display: block;
	position: relative;
	height: 200px;
	overflow: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #5B5B5B;
	z-index: 1;
}

.horseshoe {
	display:inline;
	margin-right:10px;	
}

.soldstatus {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 0px;
	top: 0px;
}

.rentstatus {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 220px;
	top: 0px;
}


.prop-holder a {
	color: #000000;
}
.blackprice {
	color: #000000;
}
.prop-holder p {
	margin: 10px;
}
.acres {
	background-color: #F0EDD9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E4C5;
	border-right-color: #E8E4C5;
	border-bottom-color: #E8E4C5;
	border-left-color: #E8E4C5;
	padding-top: 2px;
	padding-bottom: 2px;
}
.prop-img {
	float: left;
	margin-right: 10px;
}
.eqprice {
	right: 10px;
	position: absolute;
	top: 2px;
}
.name-price {
	background-color: #E6DCB8;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DEDDB6;
	border-right-color: #DEDDB6;
	border-bottom-color: #DEDDB6;
	border-left-color: #DEDDB6;
	color: #035531;
}
.eqfeatures {
	background-color: #F5F4E9;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F0EDD9;
	border-right-color: #F0EDD9;
	border-bottom-color: #F0EDD9;
	border-left-color: #F0EDD9;
}
.eqother {
	background-color: #FBFBF7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F5F4E9;
	border-right-color: #F5F4E9;
	border-bottom-color: #F5F4E9;
	border-left-color: #F5F4E9;
	padding-top: 2px;
	padding-bottom: 2px;
}
