@media print{
  
body * {
position: static !important;
background-color: white !important;
}
.banners, .cssButton, .boxesFrame, #logoFrame, #navTopFrame, .imgLink, #productDateAdded, #whatsNew, #specialsDefault, .catMoreInfo{
display: none !important;
}
#navFrame{
position: absolute !important;
top: 0;
right: 0 !important;
width: 100%;
}
.cartRemoveItemDisplay{
display: none;
}
}