body {
	padding: 0px;
	margin: 0px;
	font: 1em Tahoma;
	}

br {	
	clear: left;
	}

#printerLogo {
	display: block;
	border-bottom: 1px solid #6699c7;
	padding: 5px;
	}

#quickLinks, #staticLeft, h5.header,
#mainMenu, #footerMenu, #productTabs,
#breadCrumb {
	display: none;
	}

.cartList td {
	padding: 3px 5px;
	}

.cartList thead td {
	background-color: #6699c7; 
	border-bottom: 1px solid #D7D7D7;
	margin-left: 1px;
	color: #fff;
	}

.cartList input.qty { 
	position: none;
	float: none;
	width: 46px; 
	font-size: 10px; 
	border: 1px solid #6699c7; 
	background: #fff;
	display: block;
	}

.cartList td.total {
	background-color: #6699c7; 
	color: #fff;
	text-align: right;
	}

#orderInfo {
	float: right;
	text-align: right;
	}

#orderInfo h5 {
	font: bold 2em Tahoma;
	color: #6699c7;
	}

#viewOrder #totals {
	margin-left: 290px;
	}

.more {
	display: none;
	}

#contactInfo { 
	text-align: center;
	margin-top: 10px;
	border-top: 1px solid #777;
	padding-top: 10px;
	color: #777;
	}