/* hide irrelevant stuff
---------------------------------------------*/
#globalNav,
#print,
#secondary,
#tertiary,
#cart,
#country,
#subNav,
#order,
#trustedshops,
#media,
#info form,
.help,
.explain {
	display: none;
}

/* print settings
---------------------------------------------*/
body {
	font-size: 10pt;
	font-family: sans-serif;
	line-height: 1.5;
	color: black;
}
a {
 	color: black;
}  
#primary h1 {
	font-size: 180%;
	text-align: center;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
#primary .date {
	text-align: right;
}
#primary h1 img {
	margin-left: 0.5em;
}
.list h2 {
	margin-top: 2em;
	font-size: 120%;
	text-align: center;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
}
#footer {
	margin-top: 1em;
	border-top: 1px solid #000000;
	text-align: center;
}
#primary table {
	border-style: solid;
	border-width: 1pt;
	padding: 0.2em;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}
#primary td, th {
	border-style: dotted;
	border-width: thin;
	padding: 0.2em;
}
#logo img {
	float: left;
}
#primary img {
	border-style: none;
	vertical-align: middle;
}
#info a:after {
 content: " <" attr(href) "> ";
 font-family: courier, monospace;
 font-weight: normal;
}

