/* Media - Print
 *
 * Only content and copyright are shown
 *
 */

@media print {

	/* Hide the following */

	nav, header, .breadcrumbs, .tabs, .col_lx, .cookie-law,
	footer .col_lx , footer .col_cx, footer .social, footer .col_rx a,
	.ui-widget-overlay{
		display: none;
	}

	/* Sometimes we have to use the !important .... */

	.ui-dialog { display: none !important; }

	/* Set up the layout for printing */

	.col_cx {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.page.publication #publication-content, .page.publication .related-content,
	.page.publication .toc, .page.publication .monograph-content,
	.page.publication .product-content, .page.publication .publication-content {
		margin: 0;
	}

	/* Euro image must be shown */

	.content .page .col_cx h1.euro:after {
		content: url("../images/icons/euro.png") top right no-repeat;
	}

	.content { min-height: 0; }

	/* Show copyright footer */

	footer, .copyright{
		display: block;
		text-align: left;
		position: relative;
		float: left;
	}

	footer .utility,
	.footer .utility {
		border-top: 1px solid #fff;
		padding: 50px 0 0;
		margin: 0 20px 0 0;
	}

}
