
body {
	margin: 0;
	padding: 10px;

	font: 11px/16px Tahoma, Arial, Helvetica, sans-serif;
	color: #7d7b6c;
}


table.compareProducts {
	empty-cells: hide;
	border-collapse: collapse;
}

table.compareProducts thead tr.image td,
table.compareProducts thead tr.image th {
	border-style: none;
}

table.compareProducts thead tr.name {
	background-color: #fbf8ef;	
}

table.compareProducts thead tr.name th {
	color: #048123;
}

table.compareProducts tbody {
	vertical-align: top;
	background-color: #fffcf3;
}

table.compareProducts tbody tr:hover {
	background-color: #fff9e6;
}

table.compareProducts th,
table.compareProducts td {
	padding: 10px;
	border: 1px solid #d6d3cc;
}

table.compareProducts th {
	text-align: center;
	font-weight: bold;
}

table.compareProducts td.attrName {
	width: 90px;
	color: #3e3d3b;
	font-weight: bold;
}

table.compareProducts .attrValue {
	width: 160px;
}

table.compareProducts tbody td.it3,
table.compareProducts tbody td.it8 {
	text-align: right;
}

