.listingTable {
	background-color: #152C53;
	width: 578px;
	border: 1px solid #152C53;
	font-family: Arial, Helvetica, sans-serif;
}
.listingThumb {
	color: #FFFFFF;
	width: 90px;
	text-align: center;
}
a.listingThumb:link, a.listingThumb:visited, a.listingThumb:active {
	color: #FFFFFF;
}
a.listingThumb:hover {
	text-decoration: underline;
}
.listingCell {
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px 2px;
}
.listingHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #152C53;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
}
.listingID {
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px 2px;
	text-align: center;
	white-space: nowrap;
	width: 65px;
}
.listingNote {
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px 2px;
}
.listingDims {
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px 2px;
}
.listCategory {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 15px;
}
.listingPrice {
	color: #000000;
	background-color: #FFFFFF;
	padding: 1px 2px;
	white-space: nowrap;
	text-align: center;
}
.listingSold {
	color: #FF0000;
	background-color: #FFFFFF;
	padding: 1px 2px;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	width: 70px;
}
