/*
---------------------------------------------
Print Styles
--------------------------------------------- */

body, #content {
width: auto;
border: 0;
padding: 0;
float: none !important;
color: #000; background: #fff; font-size: 12pt; font-family:"Times New Roman", Times, serif; 
}

a:link, a:visited {color: #000; text-decoration: underline; font-weight: bold; font-family:"Times New Roman", Times, serif; }
h1, h2, h3 {background: #fff; color: #000; padding-bottom: 1px; }
h1 {font-size: 16pt;}
p {margin: 5pt 0;}

table.cart {width: 90%; border: 1px solid #000;}
table.cart th {font-weight: bold; border: 1px solid #000; text-align: center; padding: 2pt;}
table.cart tr th.thItem {text-align: left;}
table.cart tr td {border: 1px solid #000; text-align: center; padding: 3pt;}
table.cart tr td.item,
table.cart tr td.total {text-align: left;}

#footer {border-top: 1px solid #000; padding: 10px 0; margin-top: 50px; }

/* HIDDEN */
#header,
#customerUtility,
div.search,
div.checkoutWrapper,
#navMain,
#footer #coffeeKids,
#footer ul
{display: none; }