.kcategoryfilters {
        text-align: left;
}
select.kcategoryfilter, select#sortResultsBy {
	font-size: 80%;
	margin: 5px 5px 3px 0;
   color: #2F374D;
   border: 1px solid #A9B5CC;
	line-height: 13px;
}
img.viewAllOnPage {
	margin-bottom: 3px;
}
.matrixTableTopNav, .matrixTableBottomNav {
	width: 100%;
}
.productListing {
	width: 190px;
}
.productListing .content {
	margin: 5px;
	text-align: center;
}
.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;
}
a.listingLinks:link, a.listingLinks:visited {
	color: #2F374D;
	text-decoration: underline;
}
a.listingLinks:hover, a.listingLinks:active, a.listingLinks:focus {
	color: #00f;
	text-decoration: underline;
}


