.product-picture {
	min-height: 200px;
	line-height: 200px;
	text-align:center;
}

.product-block {
	margin-bottom: 10px;
	margin-top: 10px;
}

.product-block.redbox {
	border: 2px solid red;
}

.retail-display {
	text-decoration:line-through;
	color: red;
}

.discount-display {
	color: green;
	font-weight: bold;
}
  
