/* Kleeneze Sealtech Limited */
/* Shop Index Exclusives */

@import url( "shop.css");

/* TABLE displaying product categories */

TABLE.products {
	border-collapse: collapse;
}

TABLE.products TD {
	width: 100px;
	padding: 10px 0 5px 0;
	font-weight: bold;
	text-align: center;
}

TABLE.products TH {
	width: 15px;
}

TABLE.products TR.top TD {
	vertical-align: bottom;
	border: 1px dashed gray;
	border-bottom: 0;
}

TABLE.products TR.middle TD {
	vertical-align: middle;
}

TABLE.products TR.bottom TD {
	padding: 0 0 10px 0;
	border: 1px dashed gray;
	border-top: 0;
}

TABLE.products A {
	color: #344152;
}

/***************************************/


