div.orderdetails {
	height:1%;
}

div.orderdetails label {
	display:block;
	width:150px;
	font-weight:bold;
	float:left;
	margin:0;
}
div.orderdetails p {
	margin:0 0 5px 0;
}
div.orderdetails h2 {
	margin:0 0 10px 0;
	font-size:1.2em;
}

div.orderheader {
display:inline;
	float:left;
	padding:10px;
	margin:10px;
	height:1%;
}

div.ordercustomer {
	display:inline;
	float:left;
	padding:10px 10px 10px 10px;
	margin:10px 10px 10px 0px;
	border-left:solid 1px #000000;
	height:1%;
}
div.ordercustomer div {
	float:left;
}


div.orderlines {
	
	clear:left;
	float:left;
	margin:0;
}

div.orderlines table {
	
	border:none;
	border-collapse:collapse;
	width:600px;
	
}
div.orderlines table td {
	padding:5px;
	border:solid 1px #000000;
}
div.orderlines table thead th{
	background-color:#999999;
	border:solid 1px #000000;

}
div.orderlines table thead th.qty, div.orderlines table td.qty{
	text-align:center;
}
div.orderlines table thead th.total, div.orderlines table td.total{
	text-align:right;
}
div.orderlines table tfoot td{
	text-align:right;
	border:solid 1px #000000;
}