.listing{
	display:block;
	padding:10px;
	line-height:150%;
	border-bottom:1px solid #eee;
}

.listing h1{
	display:block;
	margin:0px;
	padding:3px;
	padding-left:0px;
	color:#990000;
	font-size:16px;
	border-bottom:1px solid #A0905D;
}

.listing h1 a{
	text-decoration:none;
}

.listing img{
 border:1px solid #990000;
 margin:5px;
 text-align:left;
}

.listing p{
padding:2px;
}

.listing span{
 display:block;
 padding:2px;
 color:#990000;
}

.listing span strong{
	color:#990000;
}

.propertyinfo{
	float:left;width:200px;padding:5px;
	background-color:#F9EACE;
	border:1px solid #000;
	margin:2px;
	margin-left:0px;
	display:block;
}

.propertyinfo h2{
	padding:5px;
	display:block;
	background-color:#990000;
	color:#fff;
	margin:0px;
	font-size:12px;
}

.propertyinfo p{
 background-color:#eee;
 border-bottom:1px solid #ccc;
 margin:0px;
 padding:3px;
}

















.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

 
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}


p{
	font-size:14px;
	line-height:150%;
	text-align:justify;
}

h2{
	font-size:16px;
	color:#0668AC;
	padding:5px;
	margin:0px;
	margin-bottom:5px;
	border:1px solid #ccc;
	background-color:#eee;
	display:block;
}
