body {
	background: white;
	color: black;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
#right_cell,
#left_cell,
#footer ul{
	display: none;
}
div#header {
	margin: 0 5px 0 5px;
	font-size: 300%;
	height: 100px;
	background: none;
	border: 1px solid black;
}
div#header h1 {
	overflow: visible;
	padding: 0;
	background: none !important;
} 
#danove {
	background: white;
	margin: 0 5px 5px 5px;
	border: none;
}
div#center_cell  {
	margin: 5px 0 0 0;  /* 5px hides a glitch in the print render */
	min-height: 550px;
	padding: 1px 2px 2px 2px;
	background: transparent none;
/*	border-left:  #000000 1px solid;	*/
/*	border-right: #000000 1px solid;	*/
}
div#center_cell div.home_data {
	float: none;
}
input,
select,
textarea {
	visibility: hidden;
}
table.cart_table {
	float: none;
}


div#header_menu div.date {
	text-align: right;
	padding-right: 9px;
	float: right;
}
div#header_menu div.cart {
	visibility: hidden;
	width: 0;
	height: 0;
}
table {
	font-size: 90%;
	margin: 0;
}
tr,td {
	margin: 0;
}


.orderform_header {
	font-size: 110%;
	border-bottom: Black 1px solid;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
}
.orderform_header .extrainfo{
	font-size: 75%;
	font-weight: normal;
	margin: 0;
	padding: 0 4px 0 0;
	float: right;
	width: 60%;
	vertical-align: middle;
}
.noprint {
	visibility: hidden;
}
div.percent-bar {
	margin-top:.3em;
	border: 1px solid gray;
	height: 5px;
}