.kcategoryfilters {
        text-align: left;
}
.categorySortBy {
	text-align: right;
	margin-bottom: 10px;
}
img.viewAllOnPage {
	margin-bottom: 3px;
}
.matrixTableTopNav, .matrixTableBottomNav {
	width: 100%;
}

.matrixCell {
	width: 222px;
	float: left;
	position: relative;
	text-align: center;
	display: inline;
	margin-bottom: 20px;
  height: auto;
}
.matrixRow {
	clear: both;
}
.productListing {
	width: 202px;
	text-align: center;
	margin: 0 auto;
}
.productListing img {
	margin: 0 auto;
}
.listingPriceRow {
        min-height: 30px;
}
h2.listingName, h2.listingName a {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 2px 0 6px 0;
}
h2.listingName a:link, h2.listingName a:visited {
        color: #000;
        text-decoration: none;
}
h2.listingName a:hover, h2.listingName a:active {
        color: #e1001a;
        text-decoration: none;
}
.listingSummary {
        display: none;
}
.listingPriceLabel {
	font-weight: bold;
	color: #000;
}
.listingPrice, .listingPriceStrike {
	font-weight: normal;
	color: #000;
}
.listingSalePriceLabel {
	font-weight: bold;
	color : #e1001a;
}
.listingSalePrice {
	font-weight: normal;
	color : #e1001a;
}
.listingOutOfStock {
	font-weight: normal;
	color : #000;
}
.listingNav {
	margin-top: 5px;
}
.listingLinks {
	color: #666;
}
.listingLinks a:link, .listingLinks a:visited {
	color: #000;
	text-decoration: underline;
}
.listingLinks a:hover, .listingLinks a:active, .listingLinks a:focus {
	color: #e1001a;
	text-decoration: underline;
}
a.listingViewLink {
	padding-right: 2em;
}

#categoryNav {
        margin: 15px 0 10px 0;
}
#categoryNav a {
        padding-right: 25px;
}
