#bg-image {
 display: none;
}
#product-details2 .print-tip {
 display: none;
}




 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#leftcol, #top_nav, #viewcart, #hours, #prod_big_pic, #prod_options, #footer .footer_lnks, #footer p img, #footer p a, #size_color,
#access_head_img, #access_options, .prod_shipp {display:none;}
#twocols, #maincol, #prod_descr {width:100%; float:none;}
#logo {width: auto}
#logo li h1 a {text-indent: 0px; width: auto; color: black; text-decoration: none; height: auto; }
#header {height: auto;}
#products_head { width: 100%; margin: 15px 0 0 0;}
#bg-image {  float: left; display: inline !important; padding: 0 15px 0 0; }
span.tips {
  position: relative;
  display: block;
  padding-bottom: 30px;
}
div#tooltip-content {
  display: none !important;
}
#content-1, #content-2, #content-3, #content-4,
#content-5, #content-6, #content-7, #content-8,
#content-9, #content-10 {
  display: none;
}
#product-details2 .tips {
width: 49%;
/*height: 220px;*/
 float: left;
 font-weight: bold;
 font-size: 12pt;
 text-decoration: none !important;
}
#product-details2 .tips[rel~="content-6"]{
  width: 100% !important;
}


#product-details2 .print-tip {
 display: block !important;
 text-decoration: none;
 color: black;
}

#footer {
  padding: 0 !important;
}


}





