/*
	Master Stylesheet for print media
	All XHTML/CSS code on this site unless otherwise mentioned is covered by this Creative Commons License:
	
		Attribution-ShareAlike License
		http://creativecommons.org/licenses/by-sa/2.0/
	
	A List Apart - CSS Design: Going to Print
	http://alistapart.com/articles/goingtoprint/

	Printing Web documents and CSS	
	http://css-discuss.incutio.com/?page=PrintStylesheets	
/*

/* Global rules to overwrite the screen styles' margin, padding, and backgrounds
----------------------------------------------------------------------------- */

* {
	background-image: none !important;
	background-color: #fff !important;
	}

html {
	margin: 0;
	}

body {
	margin: 0;
	}

/* Local styles for printed pages. All other styles inherited from screen media.
----------------------------------------------------------------------------- */
	
body, #wrapper, #container, #content {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #000;
	}

#wrapper, #content {
	border: none !important;
	}

#header {
	display: none;
	visibility: hidden;
	}

#sidebar {
	margin: 0 !important;
	padding: 0;
	display: none !important;
	visibility: hidden !important;
	}
	
#sidebar p, #sidebar ul, #sidebar fieldset, #sidebar h5 {
	display: none;
	}
	
	#sidebar p.print {
		display: inline !important;
		}

h3 {
	text-align: center !important;
	margin: 0 auto 15px auto !important;
	}

ol, ul, li, p, a {
	color: #000 !important;
	}
	
#footer .do-not-print {
	display: none;
	}
		
.pdf {
	background: #fff none;
	padding-left: 0;
	}
	
h5.salessheet {
	width: 500px !important;
	text-align: center !important;
	margin: 0 0 15px 225px !important;
	border: 1px solid #F26522 !important;
	}
#leftColumn{
    display: none;
}
#leftColumnPrint{
    display:block;
}
#footer{
    display: none;
}
