.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;
}
.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: #D45F00;
	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: #D45F00;
        text-decoration: none;
}
h2.listingName a:hover, h2.listingName a:active {
        color: #9AA7C6;
        text-decoration: none;
}
.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;
}
.listingLinks {
	color: #666;
}
.listingLinks a:link, .listingLinks a:visited {
	color: #2F374D;
	text-decoration: underline;
}
.listingLinks a:hover, .listingLinks a:active, .listingLinks a:focus {
	color: #00f;
	text-decoration: underline;
}
a.listingViewLink {
	padding-right: 2em;
}


