/* ================================== */
/* == ELEMENT ATTRIBUTES FOR PRINT == */
/* ================================== */

/* Hide elements not needed for print */
div#navigation, ul.nav-auxiliary, div#pseudoselect, a.zoom, img.tagline, div#language, .tire-selector-form {
	display: none;
	}
	
/* Adjustments */
h1 {
	margin: 30px 0;
	}
	h1 span.image-header {
		display: none !important;
		}
div {
    margin-bottom: 15px;
    }
table, td {
	border: 1px solid #000;
	font-size: .9em;
	line-height: 1.3em;
	}
div#content-table {
	page-break-before: always;
	}
	
/* Show URIs */
a {
	margin-left: .2em; /* Firefox bug fix */
	color: #000;	
	}
a:after {
	font-size: 70%;
	padding-left: .2em;
	content: " (" attr(href) " ) "; /* IE < 8 does not support this */
	}
a.logo_anchor:after {
	margin-left: 0 !important;
	padding-left: 0 !important;
	content: "" !important;
	}