.kcategoryfilters {
        text-align: left;
		  padding: 5px 6px;
		  float: left;
		  position: relative;
		  background-color: #e0dede;
		  width: 526px;
		  border: 1px solid #4a4949;
		  height: 48px;
}
.categorySortBy {
	padding: 5px 6px;
	height: 48px;
	width: 223px;
	background-color: #fff;
	border-right: 1px solid #4a4949;
	border-top: 1px solid #4a4949;
	border-bottom: 1px solid #4a4949;
	float: left;
}
.categorySortBy select {
	width: 115px;
	font-size: 11px;
}
.kcategoryfilters label, .categorySortBy label {
	color: #002b56;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	display: block;
	float: left;
	height: 50px;
	padding-right: 7px;
}
select.kcategoryfilter {
	font-size: 11px;
	margin: 0 8px 8px 0;
   color: #4a4949;
   border: 1px solid #4a4949;
	float: left;
	position: relative;
}
.viewAllOnPage {
	height: 15px;
	float: left;
	position: relative;
	padding: 5px 0;
}
.navigationLinks {
	height: 15px;
	float: right;
	position: relative;
	padding: 5px 0;
}
.navigationLinks .categoryNav {
	padding: 0 3px;
}
.matrixRow {
	overflow: hidden;
	padding: 10px 0;
	zoom: 1;
}
.matrixCell {
	float: left;
}
.productListing {
	width: 192px;
}
.productListing .listingContent {
	margin: 10px;
	text-align: center;
}
.productListing img {
	margin: 0 auto;
}
h2.listingName {
	color: #4a4949;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 2px 0 6px 0;
	min-height: 28px;
}
.listingSuggestedPriceLabel {
	font-weight: bold;
	color: #999;
}
.listingSuggestedPrice {
	font-weight: normal;
	color: #999;
}
.listingOurPriceLabel {
	font-weight: bold;
	color: #002b56;
}
.listingOurPrice {
	font-weight: normal;
	color: #002b56;
}
.listingSalePriceLabel {
	font-weight: bold;
	color : #CC0000;
}
.listingSalePrice {
	font-weight: normal;
	color : #CC0000;
}
.listingHidePriceLabel {
	font-weight: normal;
	color : #002b56;
}
.listingAvailability {
	font-weight: normal;
	color : #002b56;
}
.listingNotForSale {
	font-weight: normal;
	color : #002b56;
}
.listingOutOfStock {
	font-weight: normal;
	color : #CC0000;
}
.listingNav {
	margin-top: 5px;
}
.listingLinks {
	color: #4a4949;
}
a.listingLinks:link, a.listingLinks:visited {
	color: #4a4949;
	text-decoration: underline;
}
a.listingLinks:hover, a.listingLinks:active, a.listingLinks:focus {
	color: #002b56;
	text-decoration: underline;
}
