

body * {
	color: #787878;
}
body h1 {
	color: #ffffff;
	background: #0d0d0d;
	font-weight: 700;
	padding: 1.33em 0;
	text-align: center;
	border-bottom: none;
	display: block;
	text-transform: none;
	font-size: 17px;
}
body table.compare-list .remove td a {
	color: #0d0d0d;
	text-decoration: none;
}
body table.compare-list .remove td a .remove {
	color: #66cc66;
}
body table.compare-list .remove td a:hover .remove {
	background-color: #66cc66;
	color: #ffffff;
}
body table.compare-list tr.title td  {
	color: #0d0d0d;
}
body table.compare-list tr.price td {
	color: #0d0d0d;
}
body table.compare-list .add-to-cart td a {
	display: inline-block;
	background-color: #66cc66;
	border: none;
	color: #FFFFFF;
	font-weight: 700;
	text-transform: none;
	border-radius: 3px;
}
body table.compare-list .add-to-cart td a:hover {
	background: #33cc33;
	color: #fff;
}
body table.compare-list .price td {
	text-decoration: none;
}
body table.compare-list th {
	color: #787878;
}
body table.compare-list .stock td span {
	color: #66cc66;
}