.product-list {
	width: 600px !important;
	margin-top: 5px;
	clear: both;
}
.product-list h4 {
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
	font-size: 8px;
	color: #45525a;
}
.product-list .box {
	width: 175px;
	height: 229px;
	float: left;
	font-size: 11px;
	position: relative;
	background: url('../images/product-list-background.jpg') repeat-y left top;
	margin: 0 10px 10px 0;
}
.product-list .last {
	margin: 0 0 10px 0;
}
.product-list .box a {
	display: block;
	width: 155px;
	height: 209px;
	padding: 10px;
	color: #384f5a !important;
	text-decoration: none;
	border: 1px #ebf0f3 solid;
}
.product-list .box a img {
	margin: 0 auto !important;
}
.product-list .box a:hover {
	border: 1px #fff solid;
}
.product-list .box .text {
	position: absolute;
	left: 10px;
	bottom: 10px;
	width: 155px;
}
