#block5 h5 {
	background: url('/img/base/seperator.gif') repeat-x bottom left;
	color: #a29f86;
	margin: 0 10px;
	padding: 16px 0 5px 0;
	text-align: left;
	}
	#block5 span.of {
		color: #595440;
		}

	/* product display rules */

	div.product {
		background: #FFF url('/img/base/product.gif');
		display: inline; /* fix IE double margin float problem */
		float: left;
		height: 221px;
		margin: 14px 0 0 11px;
		position: relative;
		text-align: center;
		}
	div.product p {
		color: #bdb8a4;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 40px;
		width: 158px;
		}
	div.product a.view {
		position: relative;
		top: -8px;
		}
	sup {
		font: bold italic 14px Arial;
		vertical-align: baseline;
		position: relative;
		top: -14px;
		}
	.price {
		font: bold italic 34px Arial;
		position: relative;
		top: -5px;
		}
	.reg {
		margin-left: -18px;
		color: #6f6c5a;
		font: bold 9px Verdana;
		}


	#block5 h6 {
		font: bold 9px Verdana;
		margin: 10px 5px;
		padding: 0;
		text-transform: uppercase;
		width: 148px;
		}

div.hovered {
	cursor: pointer;
	background: #FFF url('/img/base/product_h.gif');
}


#block5 td h4, #block5 td p {
	padding-left: 6px;
	}
