﻿*
{
	font-family: "Book Antiqua", "Times New Roman" , serif;
}

.NoPrint
{
	display: none;
}

#Header,
#Footer,
#Strapline
{
	display: none;
}


table.Cart
{
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

table.Cart th
{
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid black
}

table.Cart td, table.Cart th
{
	padding-top: 15px;
}

table.Cart th.Total
{
	border: none;
	text-align: right;
	padding-right: 10px;
}

table.Cart .ProductCode
{
	font-weight: bold;
}