.productCategoryList
{
	margin:0;
	padding:0;
}
.productCategoryList td
{
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	vertical-align:top;
	border-top:1px dotted #aaa;
}
.productPhoto
{
	border:1px solid #888;
}
.title
{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	display:block;
}
.description
{
	font-size:11px;
	line-height:normal;
	color:#444;
}
.productCategoryList img
{
	border:none;
}

.productListingTable
{
	width:98%;
	border:1px solid #888;
	border-spacing:0 0;
	border-collapse:collapse;
}
.productListingTable td
{
	padding:10px;
	background:#eee;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
.productListingTable .thumbnail
{
	padding:0;
	vertical-align:top;
}
.productListingTable .thumbnail img
{
	border:0;
	max-width:80px;
	max-height:80px;
	margin:15px 0 10px 15px;
}
.productListingTable a
{
	text-decoration:none;
}
.productFeaturesTable
{
	border:1px solid #aaa;
	background:#ddd;
	border-spacing:0 0;
	border-collapse:collapse;
}
.productFeaturesTable td, .productFeaturesTable th
{
	padding:0px;
	vertical-align:top;
}
.productFeaturesTable th
{
	font-weight:bold;
	padding:5px;
	text-align:center;
	background: #aaa url("../../images/interface/product_features_table_th.gif") repeat-x center top;
}
.productFeaturesTable img
{
	border:0;
	margin-right:10px;
}

#sidebar .productLinks
{
	margin:0; padding:0;
	padding-left:18px;
}
#sidebar .productLinks li
{
	list-style:none;
	list-style-image: url('../../images/interface/bullet_product_links.gif');
	margin-bottom:7px;
}