table.products {
	position: relative;
	width: 100%;
}

table.products td {
	position: relative;
	padding: 4px;
}

table.products td.white {
	background-color: #FFFFFF;
}

table.products td.grey {
	background-color: #D6D6D6;
}

table.set {
	position: relative;
	width: 100%;
}

table.set td {
	position: relative;
	padding: 4px;
}

table.set td.white {
	background-color: #FFFFFF;
}

table.set td.grey {
	background-color: #D6D6D6;
}

table.set-products {
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 25px;
}

table.set-products td {
	position: relative;
	padding: 4px;
}