body {
	margin: 0;
	padding: 0;
}
.background {
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
}
table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #003366;
}
.buttons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.buttons:hover {
	color: #FFFFFF;
}
.menubackground {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
}
.border {
	border: 1px solid #333366;
}
.productListHeader {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000066
}
.productListPrice {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold;
}
.productListRRP {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #FF0000
}
.heading {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14pt; 
	font-weight: bold; 
	color: #666666
}
.content h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	margin: 0 0 1em 0;
	padding: 0;
}
.content h5 span {
	float: right;
	font-size: 10px;
	color: #666;
	font-weight: normal
}
.content,
.content p,
.content td {
	font-size: 12px;
}
.content .blue {
	color: #003366;
}
.content .larger {
	font-size: 12px;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.navlinks {
	text-align: right;
	margin: 5px 10px 0 0;
}
.navlinks a,
.navlinks a:link {
	margin: 2px;
}
.checkoutBodyTextError {
	color: #990000;
}