#listings {
	font-size: 7pt; 
}	

table#listings td {
	padding: 8;
}	

.even {
	background-color: #ffffff;
}

.odd {
/*	background-color: #efefef; */
/*	background-color: #fff2e5; */
	background-color: #fff4ea;
}

#detail {
	font-size: 9pt; 
}	

.label {
	background-color: #fff4ea;
	text-align: right; 
	font-weight: bold;
	font-size: 9pt; 
}

.data {
	font-weight: bold;
	font-size: 9pt; 
}

.no_photo {
	background-image: url('images/listings/no_photo.gif'); 
	background-repeat: no-repeat; 
	position: relative; 
	height: 120; 
	text-align: Center; 
	background-position: center 50%;
	font-weight: bold;
	font-size: 12pt; 
}

div.Listing {
	width: 99%;
	float: left;
}

div.ListingPhoto {
	width: 165px;
	float: right;
}

div.condition {
	width: 100%;
	background: #ff9830;
	color: #FFFFFF;
}