/*  Heath Ceramics - print.css */

html {
	width: 100%; 
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	margin: 10pt;
	padding: 0 !important;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
	background: #fff !important;
	}

body * {
	float: none !important;
	background-image: none !important;
	background: transparent !important;
	color: #000 !important;
	z-index: 1 !important;
	position: relative !important;
	overflow: visible !important;
	min-height: 1px !important;
	}


a { text-decoration: underline; }


img { float:left; margin: 0 5pt 5pt 0; }


div {
	clear: both !important;
	width: 100% !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 0 10pt !important;
	}

#container {
	width: 95% !important;
	}


ol, ul, p, blockquote { page-break-inside: avoid; }

li, blockquote p {
	line-height: 1.25em;
	margin: 0 0 .5em;
	}

blockquote { font-style: italic; }


h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
	font-weight: bold;
	margin: 0;
	padding: 0;
	letter-spacing: 0 !important;
	line-height: 1.2em !important
	}
h1 { font-size: 21pt !important; }
h2 { font-size: 18pt !important; }
h3 { font-size: 16pt !important; }
h4 { font-size: 14pt !important; }
h5 { font-size: 12pt !important; }
h6 { font-size: 10pt !important; }


#header {
	height: auto !important;
	margin: 0 0 10pt !important;
	padding: 0;
	border-bottom: 1px solid #999 !important
	}
#header * {
	display: none !important;
	}
#header-inner { display: block !important; }
#header h1 {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	text-indent: 0 !important;
	text-transform: uppercase;
	}
#header h1 a {
	display: inline !important;
	width: auto !important;
	height: auto !important;
	font-size: 24pt !important;
	text-indent: 0 !important;
	text-decoration: none;
	vertical-align: middle;
	}

#header img.logo {
	display: inline !important;
	vertical-align: middle;
	}

#content {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#contentHeader {
	height: 100px !important;
	}
#contentHeader strong.section {
	height: 10pt !important;
	margin: 0 !important;
	position: relative !important;
	top: 0 !important;
	white-space: nowrap;
	}
#contentHeader h2 {
	margin: 0 !important;
	white-space: nowrap;
	}


table {
	margin: 1px 1px 10pt;
	text-align: left !important;
	border-collapse: collapse;
	}
th {
	border: 1px solid #333 !important;
	border-width: 2px 0 !important;
	font-weight: bold;
	}
td {
	border: 1px solid #999 !important;
	border-width: 1px 0 !important;
	font-weight: bold;
	}
th,td { padding: 4px !important; }

tfoot { font-style: italic; }

caption { margin-bottom: 1em; text-align:left; }

thead { display: table-header-group;}

tr { page-break-inside: avoid;} 

	

.sidebar,
#navPrimary,
#navSecondary,
#footer,
#cfw #contentHeader,
#dsp_receipt #buttons,
embed,
.noprint {
	display: none !important;
	}

/* EOF */