img {
	border: 0;
}
.littletext {
	font-size: 0.8em;
}
.productrow {
	display: block;
	clear: left;
	border-top: 2px solid #6994F5;
	margin: 10px 1px;
	overflow: visible;
	padding: 0;
	width: 530px;
}
.productcolumn {
	display: block;
	float: left;
	margin: 10px 1px;
	padding: 0;
}
.product {
	width: 190px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
}
.image {
	width: 80px;
	text-align: center;
}
.price {
	width: 100px;
	text-align: center;
}
.quantity {
	width: 140px;
	text-align: center;
}
.payment {
	width: 500px;
	text-align: center;
}
.payment b {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CC0000;
}
.descript {
	display: block;
	font-style: italic;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
}
.headrow {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #0062D3;
	text-align: center;
}
.pricevalue {
	font-weight: bold;
}
.pricebold {
	font-weight: bold;
}
.pricelarge {
	font-size: 1.1em;
}
.priceright {
	text-align: right;
}
.highlightcolour {
	color: #FF0000;
}