#properties dl {
	position: relative;
	width: 552px;
	height: 180px;
	margin-bottom: 20px;
	padding: 0;
	background: transparent url(/images/property-list-box.gif) top left no-repeat;
}

#properties dt {
	position: absolute;
	top: 13px;
	left: 172px;
	width: 400px;
	font-size: 22px;
	font-weight: bold;
}

#properties dd {
	margin: 0;
	padding: 0;
}

#properties dd.photo {
	position: absolute;
	top: 18px;
	left: 8px;
	width: 150px;
	height: 100px;
}

#main #properties dd.photo img { 
	background-image: none;
	background-color: #fff;
	float: none;
	padding: 2px;
	margin: 0;
	border: 1px solid #558954;
}

#properties dd.property-types {
	position: absolute;
	bottom: 8px; 
	left: 8px;
	
	font-size: 90%;
	font-weight: normal;
	color: #006E51;
}
#properties dd.property-types a {color: #006E51; text-decoration: none;}
#properties dd.property-types a:hover {text-decoration: underline;}

#properties dd.button {
	display: none;
	position: absolute;
	bottom: 8px;
	right: 28px;
	width: 132px;
	height: 30px;
}

#properties dd.location {
	position: absolute;
	top: 38px;
	left: 172px;
	width: 390px;
	height: 20px; 
	color: #555;	
}

#properties dd.description {
	position: absolute;
	top: 60px;
	left: 172px;
	width: 380px;
	height: 72px;
	overflow: auto;
	font-size: 96%;
}