/* Category template */
/* header area */
.contenthdr {
	padding-bottom: 16px;
}

/* category products */
.item {
	height: 125px;
}

.item.last {
    width: 400px;
    height: 10px;
}

