/* Print styles */

body {
  background: #FFF;
  background-image: none;
}

#header,
.headerNavigation,
#columnLeft,
#columnRight,
.footer,
#footer2,
#printNav,
.noprint,
#admin_editbar,
#pagelinks,
.call_to_action,
.nicescroll-rails,
.top_nav_container,
.bottom_nav_container,
#bottom_social_bookmarks,
#contact-flyout img,
#home_slideshow_block,
#home_content_product_row,
.addbuttons,
.quantity_box,
#products_qty_block{
  display: none;
}
#bodyContent{
  left: 0 !important;
}
#bodyContent, #printlogo {
  display: block;
}
#footer{
  width: auto;
}
form {
  margin: 0px;
}

