div.Listing
{
	width: 477px;
}
div.ListingTitle 
{
	background: black;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
}
div.ListingDescription 
{
	border: 1px solid black;
	padding: 8px;
	text-align:left;
	background: white;
}
div.ListingDescription p { margin-top: 0; }
div.ListingDescription img 
{
	margin-right: 10px;
	float: left;
}
div.ListingFields 
{
	padding-top: 5px;
	background: black;
	color: White;	
	height: 100%;
}

div.ListingFields span 
{
	display: block;
	width: 47%;	
	float:left;
	padding-left: 10px;
	text-align:left;
	color: White;
}