

.ListingItem h2 a {
	font: normal 20px MuseoSans500, arial;
	text-decoration: none;
}

.NormalListingThumbnail {
	float: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px 20px 0px 0px;
}

.NormalListingThumbnail a {
	display: block;
	width: 300px;
	height: 225px;
}


.ListingItem {
	float: left;
	clear: left;
	display: block;
	margin: 0px 0px 20px 0px;
	width: 100%;
}

.ListingItem .ItemContent {
	display: block;
	float: none;
	clear: none;
}

.ListingItem .ItemContent p {
	float: none;
	clear: none;
}


.ItemContent .Button {
	float: left;
}



