/* CSS Document */

.numberlink {
	text-decoration: none;
}
.positve {
	color: #FFFFFF;
	background-color: #FF0000;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	
}
#listingwrap{
	width: 790px;
	position: relative;
	padding-left:10px;

}
#listing{
width:140px;
height:270px;
padding:2px;
float: left;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
border: 2px solid #000000;
margin: 5px;
}

#city1{
	background-color: #990000;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}#city2{
	background-color: #FF0000;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}#info{
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}#image{
	padding-top:4px;
	height: 110px;
	valign: center;
	position:relative;
}.sold{
	position:absolute;
	left: 0;
	top: 4px;
	background-image: url(graphics/sold.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:100%;
	height:100px;
}#details{
	height: 120px;
	overflow: visible;
}.reduced{
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}.ltype{
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}.price{
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}.address{
	font-size: 14px;
	font-weight: bold;
	height:30px;
}.status{
height:30px;
	font-size:16px;
	background-image: url();
}
