/* Sections that are hidden when printing the page. We only want the content printed. */

body { color: #000 !important;background-color:#fff !important;font-family:arial;border:none !important }

/* This affects every tag */
* { border:0 !important }

/* 
no need for accessibility on printout. 
Mark all your elements in content you 
dont want to get printed with class="noprint"
*/
.accessibility,.noprint { display:none !important }

/*  remove all width constraints from content area */
div#content {display:block !important;width:95% !important;border:0 !important;padding:1em !important }

/* hide everything else! */
#topnav,#searchbox,#leftcol,#rightcol,.customer-content-banner,#addthis,#actions,#footermenu  { display: none !important }
img { float:none }
