.HomeProductBox {
	float: left;
	width: 29%;
	margin-right: 1%;
	border: 1px solid #cccccc;
	height: 208px;
	padding: 6px;
}

.HomeProductBox .Thumbnail {
	height: 120px;
}
.HomeProductBox .Name {
	margin-bottom: 6px;
}

.HomeProductBox .Price {
	margin-bottom: 3px;
}

.HomeProductBox .SubscriberPrice {
	background-color: #93c711;
	padding: 1px 6px;
	font-weight: bold;
	color: #FFFFFF;	
	display: inline;
}


.ProductBox {
	float: left;
	width: 29%;
	margin-right: 1%;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	height: 300px;
	padding: 8px;
}

.ProductBox .Thumbnail {
	height: 120px;
}
.ProductBox .Name {
	height: 36px;
	padding: 1px 8px;
}

.ProductBox .Price {
	margin: 10px 0px 4px;
}

.ProductBox .SubscriberPrice {
	background-color: #93c711;
	padding: 2px 6px;
	color: #FFFFFF;	
	display: inline;
}