/*** Order Page CSS ***/

/*
	Invoice
*/

body#invoice {
	margin:0;
	padding:0;
}

div#contain-invoice {
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	line-height:1.3;
	margin:40px auto;
	padding:50px 20px 50px 40px;
	width:750px;
}

div#hold-invoice {
	margin:1em auto;
	width:980px;
}

.invoice-address {
	width:190px;
	margin-left:15px;
	float: left;
}

.invoice-logo {
	position:relative;
	text-align:right;
	right: 0px;
	height: 130px;
}

.invoice-details {
	position:relative;
	text-align:right;
	height: 50px;
	right: 0px;
	line-height:1.3;
}

.invoice-details span {
	float:left;
	left: 258px;
	position:relative;
}

.invoice-amount {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	float:right;
	font-weight:bold;
	line-height:1.3;
	position:relative;
	text-align:right;
	padding: 5px;
	width: 230px;
	right: 0px;
}

.invoice-amount span {
	float:left;
	position:relative;
}

table.invoice-info {
	clear:both;
	font-weight:bold;
	left:15px;
	position:relative;
	top:50px;
	width:704px;
	margin-right: 15px;
}

table.invoice-info th {
	padding: 6px;
	background-color:#EEEEEE;
}

table.invoice-info tr.header {
	border:1px solid #DDDDDD;
}

table.invoice-info th.price {
	text-align: right;
}

table.invoice-info td {
	font-weight: normal;
	font-family:"Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size:12px;
	padding: 8px;
	border-bottom:1px solid #DDDDDD;
}

table.invoice-info td.unit {
	text-align: right;
}

table.invoice-summary {
	left:25px;
	position:relative;
	right:0;
	text-align:right;
	top:80px;
	width:695px;
}

table.invoice-summary td.unit {
	width: 120px;
}

table.invoice-summary td {
	font-size:12px;
	color: #000;
}

table.invoice-summary tr.total {
	font-weight: bold;
}

table.invoice-summary tr.total-due {
	font-weight: bold;
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
}

.invoice-total {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	float:right;
	font-weight:bold;
	line-height:1.3;
	padding:5px;
	position:relative;
	text-align:right;
	top: 85px;
	width:186px;
	right: 0px;
}

.invoice-total span {
	float: left;
}

.invoice-terms {
	clear:both;
	height:400px;
	left:15px;
	line-height:18px;
	margin-bottom:100px;
	position:relative;
	top:115px;
}

div#mid {
	margin:0;
	padding:0;
	width:auto;
}

#midtext {
margin:0;
padding:0;
}

div#hold-invoice {
margin:0;
padding:0;
width:100%;
}

div#contain-invoice {
	border: none;
	-moz-box-shadow: none;
	margin: 0px;
	padding: 0px;
	width: auto;

}

@page
{
	size: 210mm 297mm;
	margin: 15mm;
}


