body.listing
{
	margin: 0 0 25px 0;
	padding: 0;
	font: 13px Arial, Helvetica, sans-serif;
	width: 575px;
	overflow-x: hidden;
	color: #000000;
}

body.details
{
	margin: 0 0 25px 0;
	padding: 0;
	width: 672px;
	font: 13px Arial, Helvetica, sans-serif;
}

form, img
{
	margin: 0;
	padding: 0;
}

#inventoryListings thead tr td, #inventoryListings thead tr th
{
	/*color: #000000;*/
}

#inventoryListings tbody tr
{

}

#inventoryListings tbody tr th
{
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 80px;
	/*color: #000000;*/
}

#inventoryListings tbody tr td.description
{
	text-align: left;
	padding-left: 10px;
	/*color: #000000;*/
	font-weight: bold;
}

#inventoryListings tbody tr td.description table tr td
{
	/*color: #000000;*/
	font-weight: bold;
}

.filter
{
	margin: 10px 0;
	font-weight: bold;
	background-color: #EEE;
	border: 1px solid #000;
	padding: 3px;
}

ul#thumbnails
{
	margin: 2px 0 0 0;
	padding: 0;
	text-align: left;
}

ul#thumbnails li
{
	list-style: none outside none;
	display: inline;
	padding: 0;
	margin: 0;
}

ul#thumbnails li a img
{
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}

.specs th
{
	text-align: right;
	font-weight: bold;
}

.odd
{
	background-color: #EEE;
}

.even
{
	background-color: #FFF;
}
