/* Uncomment the following to hide navigation elements when printing */
@media print {
	#display_menu_1 {}
	#vp-top-bar, #topnav, #leftnav, #print-button, #footer, #headerTop, #display_search, .noPrint,
        #share_icons, #v65-product-related, .PageText_L493n, #Header_ProductDetail_ProductDetails_span,
        .footer__elist, #footer-collapse, #lnkToolOpen, #divTool 
        {display: none;}
	
        header {
        content: url(/v/vspfiles/templates/lsv2/images/template/header_bw.png);
        width:702px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        margin-bottom: 10px;
        display: block;
        }
        #content_area {
        width: 95%;
        /* border: 1px solid #666; */
        padding: 10px;
        }
        #ProductDetail_ProductDetails_div a:after {
        content: " [" attr(href) "]";
        } 
/*
        #v65-product-parent {
        display: none;
        }
*/
       @bottom { content: "Copyright &copy; 2017 LifeSource Vitamins. All Rights Reserved."; }
       @bottom-right { content: "("counter(page) " of " counter(pages)")"; }
       *{transition:none!important;}
}