@charset "utf-8";

.print_only {
	display: none;
}

@media print {
	header,
	footer,
	form,
	.go_header,
	.go_footer, 
	.debug,
	.category_menu,
	.flat_menu,
	.side_menu,
	.smart_menu,
	.smart_menu_button {
		display: none !important;
	}
	
	.print_only,
	.print_area {
		display: inherit;
	}

	.wrap_content,
	.content {
		min-height: auto !important;
		padding: 0;
		margin: 0;
		background: none;
		box-shadow: none;
		border: 0;
	}
}