@charset "UTF-8";
/* CSS Document */

/* ############## PRODUCT RANGE ############## */

#productrange {
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	width: 710px;
	margin-top: 30px;
}

.row {
	display: table-row;
	width: 710px;
	height: 127px;
}

.cell {
	display: table-cell;
	width: 100px;
	height: 126px;
	vertical-align: top;
	border-left: 22px solid #fff;
	border-bottom: 1px solid #666;
}

.cell .thumbn {
	height: 70px;
	margin: 18px 8px 6px 8px;
}

.cell .productname {
	height: 26px;
	font-size: 11px;
	line-height: 12px;
	overflow: hidden;
}

.cellvoid {
	display: table-cell;
	width: 100px;
	height: 127px;
	vertical-align: top;
	border-left: 22px solid #fff;
}


