#primary h1
{
	font-size:25px;
}
.productCategoryList
{
	margin:0;
	padding:0;
	margin-top:15px;
}
.productCategoryList td
{
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	vertical-align:top;
}

.productPhoto
{
	border:1px solid #888;
}
.title
{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:5px;
	display:block;
}
.description
{
	font-size:12px;
	line-height:normal;
	color:#ccc;
}
.cat_description
{
	font-size:12px;
	line-height:normal;
	color:#ccc;
}
.productCategoryList img
{
	border:none;
}


.productListingTable
{
	width:100%;
	border:1px solid #333;
	border-spacing:0 0;
	border-collapse:collapse;
	margin-top:5px;
	margin-bottom:35px;
	background:#222;
}
.productListingTable td
{
	padding:10px;
	background:transparent;
	border-top:1px dotted #000;
	border-bottom:1px dotted #000;
}
.productListingTable .thumbnail
{
	padding:0;
	vertical-align:top;
}
.productListingTable .thumbnail img
{
	border:0;
	m2ax-width:100px;
	m2ax-height:100px;
	margin:15px 0 15px 15px;
}
.productListingTable a
{
	text-decoration:none;
}
.productListingTable .description
{
	font-size:11px;
}
.productListingTable .brand
{
	clear:both;
	font-size:11px;
	font-style:italic;
}




.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;
}

