/*
i4wifi.com print CSS v2008
Shortcat, 2008
*/

/* Blueprint CSS nam pomuze */

@import url( 'blueprint/print.css' );

/* Nelibi se nam na Blueprintu */

a:link:after, a:visited:after
 { content: ""; }


/* Nektere konstrukce layoutu nepotrebujeme tisknout */

#column, #menu2, #menu3, #searchForm
  { display: none; }  

/* Bloky layoutu: 
   - vyresetujeme jejich potencialne nebezpecne vlastnosti
*/

#logo,
#head,
#i4wifi-tagline,
h1.page-header,
h1.page-header span,
#content, 
.i4wifi-product-text, 
.i4wifi-product-photo,
#foot,
#footContact,
#footPayments,
.txt,
#pricelist-box,
table#pricelist,
#hpPromo,
#hpLeft,
#hpRight,
#pageHP,
#contactPanel,
#contactRight
  { overflow: visible; color: #000; display: block; width: auto; float: none; margin: 0; padding: 0; position: static; text-align: left; top: auto; left: auto; }  

/* Oddeleni prvku od sebe */

h1.page-header 
  { margin-bottom: 2em; }
#foot
  { margin-top: 2em; }
  
.txt
  { width: 80%; }  
  
  

