#condo-info-top {
	float:left;
	width: 175px;
	background-image: url(../graphics/prop-details-box-top.png);
	height: 40px;
}

#condo-info-top a {
	text-align: center;
	font-weight: bold;
	margin-left: 10px;
	line-height: 40px;
}

#condo-info-mid ul {
	padding: 0px;
	margin: 0px;
}

#condo-info-mid li {
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
	margin-left: 10px;
}

#condo-info-mid {
	float:left;
	width: 175px;
	background-image: url(../graphics/prop-details-box-mid.png);
	background-repeat: repeat-y;
	clear: left;
}

#condo-info-btm {
	float:left;
	width: 175px;
	background-image: url(../graphics/prop-details-box-btm.png);
	clear: left;
}

#condo-info-btm ul {
	padding: 0px;
	margin: 0px;
}

#condo-info-btm li {
	list-style-type: none;
	font-size: 12px;
	padding: 0px;
	margin-left: 10px;
}
