/* print styles */

@media print {
	
	.hide-for-print {
		display: none !important;
	}
	
	* {
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	div#product_info select {
		border: 1px solid #000;
	}

body {
	font: 12pt arial,georgia,serif;
	line-height: 1.3;
	color: #000 !important;
}

header, header nav, #header, #footer, #menu, nav#info, div#banner, div#site_search, aside, div.pagination, ul#files, div.addthis_toolbox, ul#breadcrumb, #slogan, div#txtsnp-blackout, div#txtsnp-editor, h4#downloads, ul.files {
	display: none;
}

h1 { font-size: 16pt; } 
h2 { font-size: 14pt; color: #000; }

section#content {
	width: 100%;
}

footer {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 10px 0 0 0;
	margin-top: 10px;
}

img {
	border: 0;
}

header {
	margin-bottom: 40px;
}

header:after {
	display: block;
}

blockquote {
	font-size: 13pt;
	font-style: italic;
}

p a {
	color: #000;
}

section#content p a:after {
	content: " (" attr(href) ")";
	font-size: 80%;
	word-wrap: break-word;
}

p#bluestorm {
	width: auto;
}

}