/* CSS Document */

.price {
	color:				red;
	font-weight:		bold;
	}
.productSeparator {
	border-bottom:		1px solid #f8f6f2;
	clear:				both;
	height:				160px;
	padding-top:		5px;
	}

.topAnchor {
	background:		url(../../_Images/Icons/top.gif) no-repeat top left;
	float:			right;
	margin:			2px 3px 3px 0px;
	}
	
.topAnchor a {
	padding-left:	15px;
	}