body {
	background: #fff;
	font-family: arial;
	margin-top: 100px;
}

tr.header, tr.footer {
	display: none;
}

td.fluff, h1.fluff {
	display: none;
}

#brands {
	display: none;
}

table.basket th.basket {
	text-align: left;
}

th.basket {
	padding-bottom: 20px;
}

th.baskettotals {
	background: #fff;
	text-align: left;
}

td.body {
	width: 100%;
}

table.basket {
	width: 100%;
}

table.fixedWidth {
	width: 100%;
}

table.fixedWidthWithPadding {
	width: 80%;
}

a.print {
	display: none;
}

p.intro, p.formItems {
	display: none;
}