/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */
@media print {
	@page {
	    size: auto;   /* auto is the initial value */
	    margin: 10px;  /* this affects the margin in the printer settings */
	}

	/* print.css */
	body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;color:#000;background:none;font-size:10pt;-webkit-print-color-adjust: exact;}
	/*.container {background:none;}*/
	hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
	hr.space {background:#fff;color:#fff;visibility:hidden;}
	h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
	code {font:.9em "Courier New", Monaco, Courier, monospace;}
	a img {border:none;}
	p img.top {margin-top:0;}
	blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
	.small {font-size:.9em;}
	.large {font-size:1.1em;}
	.quiet {color:#999;}
	.hide {display:none;}
	a:link, a:visited {background:transparent;font-weight:700;text-decoration:underline;}
	a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}

	body.body .header-wrapper{
		background-color: #2A2B2A!important;
		background-image: none!important;
		display: block !important;
	}

	#mainmenu, #megamenu, ul.filtering, .mobile-large-content, .leftsidebarmenu, h4.quantity, iframe, ul.toplevel, ul.tabs, #searchform, #breadcrumb, a.enlargeimage, #recently-viewed, #brands, footer, #left-menu, #header-basket, #header-account, .top-contact, .product-rating, .writereview{
		display: none !important;
	}

	.product-info-image, #product-detail{
		
		float: none!important;
		display: inline-block;
		vertical-align: top;
	}

	.product-info-image{
		width: 38%!important;
		margin-right: 5%;
	}

	.product-info-image img{
		width: 100%;
	}

	#product-detail{
		width: 53%!important;
	}

	.desktop-large-content {
	    display: block;
	}

	.product-finance  > .span-4, .product-finance  > .span-5{
		width: 47%;
	}

	.product-finance  > .span-4{
		float: right;
		text-align: right;
	}

	.product-finance .span-1, .product-finance .span-2{
		float: none;
		display: inline;
		font-size: 1.1em;
	}

	.product-finance .last:after{
		content: "\A";
    	white-space: pre;
	}

	a[href]:after {
	content: none !important;
	}

	.panes > div{
		display: block!important;
	}

	.tmpl-2 h2{
		font-size: 23px;
	}

	.panes{
		width: 90%;
	}

	.panes > div.tab-delivery, .panes > div.tab-user-reviews, .panes > div.tab-user-related-products, .tab-title-4, .tab-title-5, .tab-title-6, .apply-now-btn, .stockenquiry{
		display: none !important;
	}

	#logo{
		max-width: none !important;
	}
}