#product-thumbs {
	display:block;
	overflow: hidden;
	position: relative;
	margin:auto;
	padding-top:10px;
	clear:right;
}
#product-thumbs .thumb {
	float: left;
	width: 33%;
	height: 180px;
	text-align: center;
	overflow: hidden;
}
#product-thumbs .image-container {
	height: 90px;
	width: 190px;
	margin: auto;
}
#product-thumbs .image-container img {
	max-width: 190px;
	max-height: 85px;
	margin: auto;
}
#product-thumbs .description {
	clear: both;
	font: normal 10pt Helvetica, tahoma, arial;
}
#product-thumbs .price {
	clear: both;
	font: normal 8pt Helvetica, tahoma, arial;
	color: #000;
}
#product-thumbs .prodcuct-price {
	visibility: visible;
	font-weight: bold;
	color: #900;
}

#product-thumbs .MSRP {

}
#product-thumbs .normal-price {
	
}
#product-thumbs .MSRP label,
#product-thumbs .normal-price label,
#product-thumbs .prodcuct-price label {
	font-weight: normal;
	padding-right:5px;
}
#product-thumbs .link {
	
}

#MainCategoryImage {
	display: inherit;
	float: left;
	margin: 20px;
}
#CatBlurb, #CategoryHeading {
	display: inherit;
}
#ItemCount {
	display: block;
	width:100%;
	overflow:hidden;
}
#ItemCount li{
	color: #900;
	float: left;
	padding-right: 10px;
}


#SortOrder {
	float: left;
	clear: right;
}
