/******************/
/* print settings */
/******************/

@media print {
	#navbar, .searchbox, .mini-cart-holder, .main-nav, .container > .row > .span2, .productBannerList, .breadcrumb, .btn[onclick*="print"], .footer .span12 .row > .span8, .footer .span12 .row:last-child, .footer .span12 hr, .footer .span7, .footer-logo-slot li:last-child { display: none; }
	
	.well { border-top: 1px solid #E3E3E3; }
	
	body { border-top: 0px; }
	
	.alert { border: 0; background: 0; box-shadow: none; }
	
	.form-horizontal .control-group { margin-bottom: 0px; }
}
