@charset "UTF-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
	border:0;
	height:100%;
	background-image:none;
	font-family:Arial, Verdana;
}
#container
{
	width:801px;
	margin:auto;
	padding-top:0;
}
#header
{
	display:none;
}
#nav_container
{
	display:none;
}
.myaccount_print
{
	display:none;
}
#receipt
{
	position:absolute;
	top:5px;
}
#main
{
	border:none;
}
h1,h2,h3,h4,h5,p,ul
{
	margin:0;
	padding:5px;
}
hr
{
	background: transparent;
	color: transparent;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom:1px dashed #5a849a;
}
.left_nav
{
	display:none;
}