/* Hide unwanted elements
----------------------------------*/
#menu,
.credit{
	display:none;
	}

/* Formatting
----------------------------------*/
.footeraddress{
	text-align:center;
	padding-top:1em;
	}
.cartDisplayTable td{
	font-weight:normal;
	font-size:1em;
}
.cartDisplayTable{
	width:80%;margin:1em auto;
}
#multipleOrderTable .right{text-align:right;padding-right:1em;}
.ruled{background:#f00;}