

@media print {
	#header, #main-nav, #banner-left, #banner-right, #breadcrumbs, #footer, #copyright, #compare-box-wrapper, #product-filter-form, .sticky-label, .no-special button.i-buy, form.static {display:none;}
	span, a, strong {color: #000;}
	#page-container { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none }
	body, #page-container:before, #page-container:after { background: none; }
	fieldset.section { border: 1px solid #ccc!important; }
	fieldset.sectopn:before { content: normal; }
	.page-break-avoid	{ display: block; page-break-before: avoid; }
	table.comparsion-table tr:nth-child(odd) { box-shadow: #ddf2fb; }
	.comparsion-table p.in-stock:before, span.true:before { content: '✓'; }
	p.not-available:before, span.false:before { content: '✗'; }
	span.true, span.false { text-indent: 0; }
	.comparsion-table p.in-stock, span.true { color: #4fb44a; }
	p.not-available, span.false { color: #e3051a; }
}

