.product-collection {}
.product-collection .product-listing  { height: 1px; overflow: hidden; }
.product-list { border-bottom: 1px solid #ccc; padding-bottom: 5px; }
.product-list .product-collection {
	overflow: hidden;
	/*position: relative;*/
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #ccc;
	background-image:url(/images/widgits/category-list-bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	zoom: 1;
}
.product-list .product-detail { width: 410px; float: left; }
.product-list .section-banner { top: 0px; right: 0px; float: right; }
.landing-links { clear: both; }
.no-border { border: none !important; }
