/*-------------------------------------------+
 | Site: WCBA                                |
 | Part: Print styles                        |
 +-------------------------------------------*/

/* Hide unnecessary elements
======================================================================*/
div.carousel,
footer,
.flash > .confirm,
header,
hr,
#nav,
.preFooter,
.receipt-tools,
.stagebanner,
#notification {
	display: none;
}


/* Core layout
======================================================================*/
body,
.cart,
#content,
#content-primary,
#content-wrapper {
	background: none;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	float: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	min-width: 0;
	position: static;
	width: 100%;
}