@CHARSET "ISO-8859-1";

table#products {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

table#products td#productsIndexFrame {
	padding: 0px;
	vertical-align: top;
}


td#productContentFrame {
	padding: 0px;
}

td#productFrame {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

table#subProducts {
	width: 100%;
	border-collapse: collapse;
}

table#subProducts td#subProductsFrame {
	vertical-align: top;
	padding: 0px;
}
