@CHARSET "UTF-8";

div.collection-product {
	clear:both;
	margin-bottom:32px;
}

.collection-product-details {
	overflow:hidden; /* force block formatting context (so text does not wrap under image) */
	display:inline-block;
	width:380px;
	vertical-align:top;
}

a.collection-product-image {
	display:inline-block;
	width: 255px;
	margin-right:78px;
	margin-bottom:40px;
	text-align: center;
}

a.collection-product-image > img {
	width:240px;
}

a.collection-product-image:hover {
	background:white;
}
