.product-list-item {
	float: left;
	height: 250px;
	width: 205px;
	text-align: center;
	position: relative;
	margin: 15px 15px 15px 0;
}
.product-list-item button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	background: #000;
	border: none;
	display: block;
	height: 25px;
}
.product-list-item h2 {
	position: absolute;
	top: 175px;
	left: 0;
	width: 205px;
	text-align: left;
	height: 25px;
	overflow: hidden;
}
.product-list-item img {
	border: 2px solid #dede44;
}
.product-list-item img.order {
	border: 0;
	position: absolute;
	bottom: 0px;
	right: 5px;
}
.product-list-item .new img {
	border: none;
}
.product-list-item .price {
	position: absolute;
	top: 205px;
	left: 0px;
	width: 205px;
	text-align: left;
}

.product-list-item h2 a{
	font-size: 12px;
	text-decoration: none;
	line-height: 1.1em;
}
.more {
	position: absolute;
	bottom: 0px;
	right: 25px;
	width: 95px;
	display: block;
	text-align: right;
}
.paging {
	cursor: pointer;
	color: #CCC;
	padding: 0 5px;
}
.pager {
	clear: both;
	float: right;
	margin-bottom: 20px;
}
.sorting {
	margin-bottom: 20px;
}
.price {
	font-size: 1.5em;
	font-weight: bold;
	color: #dede44;
}
.exVat {
	font-size: 0.6em;
	font-weight: normal;
	color: #CCC;
	display: block;
	padding-left: 0;
}
.subcategory {
	float: left;
	height: 150px;
	width: 150px;
	text-align: center;
	position: relative;
	margin: 0;
}
.subcategory h2 {
	position: absolute;
	top: 120px;
	left: 0;
	width: 150px;
	text-align: center;
	height: 25px;
	overflow: hidden;
}
.subcategory h2 a{
	font-size: 12px;
	text-decoration: none;
	line-height: 1.1em;
}