a {
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a.button {
	background-color: #AACCAA;
	border: 2px solid #335500;
	color: #335500;
}

a:HOVER {
	color: red;
}

a.out {
    background-color: #AACCAA;
    border: 2px solid gray;
    color: gray;
}

body {
	font-family: sans-serif;
}

div.nav {
	font-weight: bold;
	line-height: 2.5em;
	padding: 0 0.5em;
	text-align: center;
}

img.header {
	float: left;
}

table {
	font-size: 10pt;
}

td.left {
	color: black;
	line-height: 1.5em;
	width: 160px;
}

td.left a {
	margin: 1em;
}

td.left div.category {
	background-color: #AACCAA;
	font-weight: bold;
	margin: 1em 0;
	text-align: center;
}

tr.footer,tr.header {
	background-color: white;
}

tr.header span.header {
	color: #AACCAA;
	float: right;
	font-weight: bold;
	font-size: 3em;
	margin: 0;
	padding: 0;
}

tr.middle {
	border-left: 2px solid #AACCAA;
	border-right: 2px solid #AACCAA;	
	border-right: 2px solid #AACCAA;
}

tr.top {
	border-left: 2px solid #AACCAA;
	border-right: 2px solid #AACCAA;	
	border-top: 2px solid #AACCAA;
	}

tr.bottom {
	border-left: 2px solid #AACCAA;
	border-right: 2px solid #AACCAA;	
	border-bottom: 2px solid #AACCAA;
	}

.category {
    background-color: #AACCAA;
    font-weight: bold;
    margin: 1em 0;
    text-align: center;
}

.centred {
	text-align: center;
}

.details {
	font-weight: bold;
}

.faq {
	font-weight: bold;
}

.footer {
	font-weight: bold;
}

.green {
	color: #335500;
}

.hot0 {
	background-color: rgb(10%, 0%, 100%);
	color: #FFF;
	font-weight: bold;
}

.hot1 {
	background-color: rgb(20%, 0%, 90%);
	color: #FFF;
	font-weight: bold;
}

.hot2 {
	background-color: rgb(30%, 0%, 80%);
	color: #FFF;
	font-weight: bold;
}

.hot3 {
	background-color: rgb(40%, 0%, 70%);
	color: #FFF;
	font-weight: bold;
}

.hot4 {
	background-color: rgb(50%, 0%, 60%);
	color: #FFF;
	font-weight: bold;
}

.hot5 {
	background-color: rgb(60%, 0%, 50%);
	color: #FFF;
	font-weight: bold;
}

.hot6 {
	background-color: rgb(70%, 0%, 40%);
	color: #FFF;
	font-weight: bold;
}

.hot7 {
	background-color: rgb(80%, 0%, 30%);
	color: #FFF;
	font-weight: bold;
}

.hot8 {
	background-color: rgb(90%, 0%, 20%);
	color: #FFF;
	font-weight: bold;
}

.hot9 {
	background-color: rgb(100%, 0%, 10%);
	color: #FFF;
	font-weight: bold;
}

.name {
	font-weight: bold;
}

.price {
	font-weight: bold;
}

.quantity {
	font-weight: bold;
}

.red {
    color: red;
}

.pricelist {
    font-size: 10pt;
}

