/* Aleksander Estate Winery - golden_leaves Theme v1.0 */
/* Print CSS - print.css */
/* Designed by Four Mind :: fourmind.ca */
/* Created: Apr 10, 2009 */

body {
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13pt;
	text-align: center;
	color: #333333;
	background-color: white;
}
a:link {
	color: #6d5627;
	text-decoration: none;
}
a:visited {
	color: #6d5627;
	text-decoration: none;
}
a:hover {
	color: #8ca912;
	text-decoration: none;
}
#container {
	height: auto;
	width: auto;
}
#nav-header {
	display: none;
}
#header {
	display: none;
}
#left-column {
	display: none;
}
#content {
	margin: 0;
}

.printable-area {
	width: 7.5in;
	margin: .5in auto;
}


#paypal-receipt {
	text-align: left;
}
#paypal-receipt h1 {
	display: block;
	text-align: center;
}
.receipt-info {
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}
.buyer-info {
	float: right;
	width: 35%;
	text-align: left;
	font-size: .9em;
}
.txn-info {
	float: left;
	width: 65%;
	text-align: left;
	font-size: .8em;
}
#paypal-receipt h2 {
	font-size: 1.8em;
	font-weight: bold;
	padding: 20px 0 5px;
	margin: 0;
	text-align: center;
	border: none;
}
.receipt-details {
	text-align: center;
	margin: 0;
	padding: 0;
}
table.receipt-items {
	margin: 0 auto;
	width: 80%;
	border: 0;
	border-spacing: 0;
	border-top: 20px solid #121212;
}
table.receipt-items th {
	padding: 15px 0 4px;
}
table.receipt-items td {
	border-bottom: 1px solid #aaa;
}
table.receipt-items th.code,
table.receipt-items td.code {
	text-align: left;
	width: 60px;
}
table.receipt-items th.name,
table.receipt-items td.name {
	text-align: left;
}
table.receipt-items th.qty,
table.receipt-items td.qty {
	text-align: center;
	width: 40px;
}
table.receipt-items th.subtotal,
table.receipt-items td.subtotal {
	text-align: right;
	width: 80px;
}
.receipt-totals {
	text-align: right;
	margin: 10px auto 0;
	width: 80%;
}
.receipt-totals table {
	border: 0;
	margin: 0;
}
.receipt-totals table th {
	text-align: left;
	line-height: normal;
}
.receipt-totals table td {
	width: 80px;
	text-align: right;
	line-height: normal;
}
#receipt-footer {
	clear: both;
	padding: .5in 10%;
	font-size: .8em;
	line-height: normal;
	text-align: left;
}