@media only print {
	
		
	.main-top .main-top-search, .main-top-cart, 
	.main-top-flags, .main-top-currency,
	.top-links {
		display: none !important;
	}
	
	#help-box, #repair-box, .help-content {
		display: none !important;
	}
	
	.pricebox-button,
	.search-box:not(.currently) {
		display: none !important;
	}
	
	.add-to-cart,
	.ask-pricebox-container,
	.more-views {
		display: none;
	}
	
	.breadcrumb {
		display:none;
	}

    a[href]:after {
        content: none !important;
    }

    .product-attachments{
        display: none;
    }

    .related-services{
        display: none;
    }

    .nav.nav-tabs{
        display: none;
    }

    .photo-preview-wrapper{
        border: none !important;
    }

    .used-product-info .product-photo{
        display: none;
    }

    .footer{
        display: none;
    }

    .product-pricebox-content-wrapper .container-price-info .product-options-bottom{
        border: none !important;
        margin-bottom:0 !important;
        padding-bottom: 0 !important;
    }

    .product-pricebox .product-pricebox-content-wrapper{
        padding-bottom: 0 !important;
    }

    #product-options-wrapper{
        display: none;
    }

}
