@charset "UTF-8";
/**
 * MAN Framework Styles - print styles.
 *
 * @project       MAN Web 2012/2013
 * @version       0.1
 * @package       html-css-js
 * @subpackage    css
 * @author        Timo Mayer, VI
 *
 * @tested ...
 *
 * @see    HTML5 Boilerplate: h5bp.com/docs
 *
 * @note all styles should be concatenated and minified to one file (eg. man.all.min.css) in production use
 */

/**
 * @section h5bp print CSS
 */

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	/*img { max-width: 100% !important; }*/
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}

/**
 * @section custom print CSS
 */
 
@media print {
/*
	#header .logo:before {
		content: url(http://www.truck.man.eu/ru/media/resources/img/logo_print.png);
		display: block;
	}
*/

	#header-tools,
	#main-nav,
	#nav-flyout-wrapper,
	.page-action,
	#content-navigation li,
	#content-navigation > a,
	aside.content-footer,
	.button,
	header + .accordion .toggle-all-holder,
	ul.links,
	.tabs-vertical .tab-nav-wrapper,
	aside.grid_4,
	aside.teaserfooter,
	#footer,
	#content > .form,
	.grid-accordion-widget,
	.timeline .timeline-filter {
		display: none;
	}

	#content-navigation {
		border-bottom: none;
	}

	#content-navigation li.active {
		display: block;
		padding: 0;
	}

	#content-navigation li.active a {
		text-decoration: none;
	}

	ul.links a {
		padding-left: 0;
	}

	.trigger-layer-image:before,
	.trigger-layer-image-single:before,
	.trigger-layer-image .ie-before,
	.trigger-layer-image-single .ie-before {
		content: none;
	}

	.tab-module-big .tabs {
		display: none;
	}

	.tab-module-big .tab-content {
		display: block;
	}

	.article .text ul li:before,
	.article .text ul li .ie-before {
		content: none;
	}

	.article .text ul li {
		list-style-type: square !important;
		list-style-position: inside;
		padding-left: 16px;
	}

	.story-module.sliding {
		display: none;
	}

	.module-dialog .dialog-element {
		background: none;
	}

	.module-dialog .dialog-element blockquote {
		border: none;
	}

	.accordion .accordion-entry.closed {
		display: block;
	}
	/* article .text .visual, */
	section.table {
		page-break-before: auto;
		page-break-after: auto;
		page-break-inside: avoid;
	}

	.tabs-vertical .tab-content {
		display: block !important;
	}

}