/**
 * Stylesheet for <Mistral>
 *
 * @media	print
 * @copyright	Netlash <http://www.netlash.com>
 * @author	name <johan@netlash.com>
 */

/* the following declaration resets every background to white, every text color to black */
* {
	color: #000 !important;
	float: none;
}

div {
	background-color: white !important;
}

a img {
	border: none;
}

/* place the divs and elements you want to hide here */
#navigation ul,
#footer,
#doormat,
hr,
#categories,
#language,
#breadcrumb,
#subnavigation,
#newslettersubscribeform,
#header {
	display: none;
}

#printLogo {
	padding: 0 0 9px;
	display: block;
	font-size: 42px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	width: 75%;
	line-height: 1.45;
	background: #FFF;
	border: none;
}

p {
	padding: 0 0 5pt;
	margin: 5pt 0;
}

	p:empty {
		display: none;
	}

	p.intro {
		font-size: 11pt;
	}

ul, ol {
	padding: 0 0 9pt 9pt;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

h1, h1.title {
	font-size: 17pt;
	margin: 0 !important;
	padding: 0;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0 0 3px;
}

h2.pageTitle, h1 {
	font-size: 18pt;
}

h2 { font-size: 14pt; }
h3 { font-size: 13pt; }
h4 { font-size: 11pt; }

blockquote {
	padding-left: 9pt;
	font-style: italic;
}

small {
	font-size: 7pt;
}

a {
	text-decoration: none;
	border-bottom: 1px solid gray;
}

abbr {
	border: none;
}

/**
 * = Tables
 * ----------------------------------------------------------
 */

table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	margin: 0 10px 20px;
	border-top: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}

table td, th {
	padding: 5px 10px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}

table th {
	font-weight: 700;
	background: #D9D9D9;
	color: #000;
}