.product
{
	margin: auto;
	width: 150px;
	padding: 0px;
}
.image
{
	text-align: center;
	height: 150px;
	width: 150px;
	border: #cccccc 1px solid;
}
.name
{
	text-align: center;
	overflow: hidden;
	width: 150px;
	white-space: nowrap;
	padding: 1px 0px 0px 0px;
}
.price
{
	text-align: right;
	vertical-align: top;
	font-family: "Arial Black";
	font-size: 20px;
	color: #990000;
	height: 38px;
}
.logo
{
	border: #cccccc 1px solid;
}