/*.productsList{	
	margin: auto;
	height: auto;	
}

.productBox{
	display: inline-block;
	height: 220px;
	width: 220px;
	margin-right: 12px;
	background-color: #e2ded1;
	vertical-align: top;
	position: relative;
	margin-top: 30px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.productBoxTitle{
	font-family: "LegacyMedium", arial, helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 40px auto 10px auto;
	max-width: 180px;
	display: inline-block;
	height: 40px;
}*/