div.product_preview {
	float: left;
	width: 256px;
	text-align: center;
	height: 16em;
	margin-top: 2em;
	margin-bottom: -3em;
}
div.product_photo {
	width: 162px;
	height: 102px;
	padding: 0.5em;
	border: 1px solid #CCC;
	margin: 0.4em auto 0 auto;
}
div.product_photo img {
	width: 160px;
	height: 100px;
	border: 1px solid #DDD;
}
div.product_preview p {
	margin: 0.7em 1em 0 1em;
	font-size: 90%;
	line-height: 120%;
	text-align: justify;
}