@charset "UTF-8";

/* ======================================================================== */
/*	Xpect - Print Stylesheet */ 

/*	Developed by CIBIS - http://www.cibis.com.au 							*/
/* 	Copyright CIBIS International Pty Ltd 2012. All rights reserved.		*/
/* ======================================================================== */

	#shopping_cart_header,
	.toggle_tax_pricing,
	.print_this_page,
	.previous_month,
	.next_month,
	#nav_cart,
	.xpect_tools {
		display: none;
	}
	
/* --------------------------------------------------------------- */
/* Invoices & Shopping Cart Receipts  */
/* --------------------------------------------------------------- */

	.view_invoice,
	.receipt,
	.account {
		font-size: 10pt !important;
	}	
	
		.view_invoice img,
		.receipt img {
			max-width: 200px !important;
		}
		
		.view_invoice table,
		.receipt table {
			border: none;
			border-collapse: collapse;
			margin-bottom: 20px;
			width: 100%;
		}
				
			.view_invoice th,
			.view_invoice td,
			.receipt th,
			.receipt td {
				border: 1px solid #000;
				padding: 3px;
				vertical-align: top;
			}
		
				.view_invoice table table,
				.receipt table table {
					margin-bottom: 0;
				}
				