/* Kleeneze Sealtech Limited */
/* Shop Index Exclusives */

@import url( "/kleeneze.css");

/* TABLE displaying an individual product */

TABLE.product {
	border-collapse: collapse;
}

TABLE.product TD {
}

TABLE.product TD.title {
	font-weight: bold;
	font-size: 13px;
}

TABLE.product TD.image {
	padding-right: 20px;
	width: 79px;
	text-align: center;
}

TABLE.product TD.description {
	width: 200px;
	vertical-align: top;
}

TABLE.product A {
	color: #344152;
}

TABLE.product INPUT.qty {
	padding: 0 2px;
	font-size: 10px;
	border: 1px solid black;
}

TABLE.product INPUT.btn {
	margin-top: 3px;
	font-size: 10px;
}

TABLE.product TD.br {
	font-size: 8px;
	border-bottom: 1px dashed gray;
}

/*****************************************/

