@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
	font-size: 16pt;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
#rightcol, #footer, #header, #header-int, .count, #bread, .btnGift, .bottombox, #topnav, #nav, #redhead, .bottombox, .bar {
	display:none
}
#main, #leftcol,#cart {
	float:none!important;
	margin: 0;
	padding: 0;
	width: 100%!important;

}
#cart table.receipt {
	font-size: 16pt!important;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%

}
#cart div.break {page-break-before:always}
.receipt-head{float:right; margin:20px 0px 0 0 }

