﻿@media print 
{
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  .wrapper { width: 100%; }
  .para-search { display: none; }
  .para-search-head { display: none; }
  .social { display: none; }
  .main-nav { display: none; }
  .second-nav { display: none; }
  .site-search { display: none; }
  .second-nav-bg { display: none; }
  .content-prod-print { width: 100%; }
  .accessories-for-print { display: block; }
  .prod-info { width: 100%; }
  .footer-print { display: none; }
  .copyright-print { width: 100%; text-align: center; }
  .series-children-print { page-break-inside:avoid; float: left; width: 100%; }
  .hide-for-print { display: none; }
  .show-for-print { display: block; float: left; width: 100%; } 
  .display-inline { display: inline; }
  .accessory-height { height: 150px; }
  .second-nav-item { display: none; }
  .para-search { display: none; } 
}