@charset "utf-8";

div.main-content {
	width: 600px !important;
	padding-right: 40px !important;
}

div.main-content div.product-compare table th,
div.main-content div.product-compare table td {
	vertical-align: top;
	padding: 5px;
}

div.main-content div.product-compare table th {
	background: #ccc;
	color: #666;
	font-weight: normal;
}

div.main-content div.product-compare table tr td {
	background: #ddd;
}

div.main-content div.product-compare table tr.product-images td,
div.main-content div.product-compare table tr.product-name td,
div.main-content div.product-compare table tr.select-boxes td {
	background: #fff;
}

div.main-content div.product-compare table tr.select-boxes td select {
	width: 99%;
}

div.main-content div.product-compare table tr.highlight td {
	background: #eee;
}
