.home {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.link {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}
.link:hover {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
.productnr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: lighter;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
.kop {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.text A {
	color: #888888;
	text-decoration: none;
}
.text A:hover {
	text-decoration: underline;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
.link2 {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
.link2:hover {
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.footer2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.cart {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.cart TH {
	padding-right: 10px;
}
.cart TD {
	padding-right: 10px;
}
.cart .amount {
	width: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-bottom: 1px;
	border: 1px solid #999;
}
.cart .input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 1px;
	border: 1px solid #999;
}
.cart .button, .button {
	background: #EEE;
	border: 1px solid #999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}
.variant {
	border: 0px solid #999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 1px;
}
.cart TABLE {
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart .error {
	color: #F00;
	font-weight: bold;
	margin-left: 5px;
}