.kcategoryfilters {
        text-align: left;
}
.categorySortBy {
	text-align: right;
        /* border-top: 1px dotted #E2001A; */
        padding: 0 0 8px 0;
        margin:0;
}
img.viewAllOnPage {
	margin-bottom: 3px;
}
.matrixTableTopNav, .matrixTableBottomNav {
	width: 100%;
}

.matrixCell {
	width: 188px;
	float: left;
	position: relative;
	text-align: center;
	display: inline;
	margin-bottom: 20px;
}
.matrixRow {
	clear: both;
}
.productListing {
	width: 188px;
	text-align: center;
	margin: 0 auto;
}
.productListing img {
	margin: 0 auto;
}
.listingPriceRow {
        min-height: 30px;
}
h2.listingName, h2.listingName a {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 2px 0 6px 0;
}
.listingPriceLabel {
	font-weight: bold;
	color: #000;
}
.listingPrice, .listingPriceStrike {
	font-weight: normal;
	color: #000;
}
.listingSalePriceLabel {
	font-weight: bold;
	color : #C00;
}
.listingSalePrice {
	font-weight: normal;
	color : #C00;
}
.listingOutOfStock {
	font-weight: normal;
	color : #C00;
}
.listingNav {
	margin-top: 5px;
}
.listingSummary {
        display: none;
}

