.product-reviews .review { margin:10px 0; }
.rating { display:block; overflow:hidden; }
.rating .star { background:transparent url(/css/stylesheets/forms/images/stars.gif) no-repeat top right; display:block; float:left; height:13px; text-indent:-9999em; width:14px;}
 .rating .star.on { background-position:top left; }
.product-reviews .review cite { clear:left; }
ul.related_products { list-style: none; }
ul.related_products img { display: block; max-width: 200px; }

#Stock-Indicator {
	padding-left: 20px;
}

#Stock-Indicator.checking {
	background: url(/css/stylesheets/products/images/checking.gif) no-repeat left center;
}

#Stock-Indicator.in-stock {
	background: url(/css/stylesheets/products/images/check.png) no-repeat left center;
}

#Stock-Indicator.out-of-stock {
	background: url(/css/stylesheets/products/images/cancel.png) no-repeat left center;
	color: #880000;
}