/* $Id: print.css 174 2007-10-10 14:20:11Z jure.merhar $ */
#header,
#welcome,
#menu,
#left,
#footer,
#sfWebDebug,
#order_confirm #back,
#order_progress {
  display: none;
}

html {
	background: #fff;
}

body {
	width: auto
	border: none;
	margin: 0;
	padding: 1cm;
	font-size: 10pt;
	color: #000;
}

a {
  color: #000;
}

#main {
	float: none;
	width: auto !important;
}

#order_address,
#order_details,
#order_confirm,
#order_payment {
	background: #fff;
}

#order_details #addresses table {
  float: none !important;
  clear: both !important;
	width: auto !important;
}

#order_details #addresses table th {
  text-align: left;
}
