
/* print styles */
@media print
  {

div#boxes1Frame, div#boxes2Frame, #templateSwitcher {
display: none;
}

#pmTextBox, #manufacturersBox, #searchBox, #visitorsOnline, .navAcc, #importantMessage, .navBarFrame, #languagesBox, #visitors_onlineBox, .buttons, #guestBookLink {
display: none;
}
body {
color: black;
background: white;
font-size: 7pt;
padding: 0;
margin: 0;
}
div#pageFrame {
width: 95%; /* total pagewidth */
margin: 0;
padding: 0;
max-width: none;
min-width: 0;
}
div#middleFrame {
left: 10px; /* the fluid content is 100% minus these margins wide */
right: 10px;
}
/* fix IE7 print problem */
div.productsDescrPM {
height: 100px;
}

/* fix IE7 print problem 2 */
div.productsDescrPM {
width: 80%;
}
  }
/* end print styles */

