html {
	background-color: #787;
}
body {
	background-color: #ddc;
	color: black;
}
a:hover {
	color: red;
}
strong {
	color: red;
}
div#header, body.plain p.sitename {
	background-color: #463;
	color: white;
}
div#header a {
	color: white;
}
div#header a:hover {
	color: white;
}
div#mainmenu ul li a {
	background-color: #463;
	color: white;
}
div#mainmenu ul li a:hover {
	background-color: #574;
	color: white;
}
thead th {
	background-color: #bbb;
}
td.subtotal {
	border-top-color: #999;
}
td.total {
	border-top-color: #999;
	border-bottom-color: #999;
}
address {
	color: #463;
}
fieldset {
	border-color: black;
}
button, a.button {
	color: black;
	background-color: #ccc;
	border-color: #aaaa99;
}
button.disabled, a.disabledbutton {
	color: silver;
	background-color: transparent;
	border-color: silver;
}
a.button:visited {
	color: black;
}
button:hover, a.button:hover {
	background-color: #eeeeee;
}
input.required, select.required, span.required, textarea.required {
	background-color: #ffffe0;
}
div.publication {
	background-color: white;
	border-color: black;
}
div.publicationdetails div.samples {
	background-color: #ccffcc;
	border-color: #668866;
}
span.examdetails {
	color: #6600aa;
}
span.compatibility {
	background-color: #ffffcc;
	color: black;
}
.highlight {
	background-color: yellow;
}
.new {
	color: #cc0000;
}
.bestseller {
	color: #00a5c6;
}
.flexy {
	color: #639c18;
}
.xmas {
	color: #cc0000;
}
.freecd {
	color: #663399;
}
.notavailable {
	color: black;
}
