@media print {
  
  /**
   * Obecne schovani pozadi a dalsich veci
   */ 
  #Header, #rightFlash, #LeftPanel, #RightPanel, #Menu, #SearchBox, #MenuKatalog, #ShoppingBasketAnchor, #Dostupnost, #ImageContainer,
  .formBuy, .productInfo .prHeader span.seller, .recenze, .OSWin, #Note .productInfoBott, #footerNew2, #footerNew, input
  {
    display:none;
  }
  #stinobal, #stinobal2, #InAll, body, 
  #Note .productInfo, .productInfo .prHeader
  {
    background:white;
  }
  #imageProduct {
    width:98%;
  }
  
  body, #stinobal, #stinobal2, #InAll, #Note {
    width:100% !important;
  }
  
  .productInfo {
    width:20cm;
  }
  
  .detailInfo.equipment, #equipment, #equipmentwin, #equipmentWin, #windows, #equipmentwin-kupon {
    width:100% !important;
  }
  
  
  
  /* Celkova stranka, odstatni sirky apod. */
  #Note {
    padding:0;
  }
  #stinobal, #stinobal2, #InAll, #Note {
    margin:0;
    width:100%;
  }
  #imageProduct {
    margin:0;
  }
  .productInfo .imageProduct table {
    width:290px;
  }
  
  /* Hlavicka */
  .prHeader h2 {
    background:none;
    font-size:130%;
  }
  
  /* Ceny */
  div.form {
    top:0;
    height:44px;
    margin:0;
  }
  div.form .priceInfoBox {
    top:0;
  }
  .pricestrip {
    display: none;
  }
  .price .withdph {
    display:inline;
    background:none;
  }
  .price .withoutdph {
    background:none;
    color:black;
    display:inline;
    padding-right:20px;
  }
  .price .fpr {
    display:inline;
    padding-right:20px;
  }
}