/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * PRINT.CSS: - styly pro tisk
 *            - print styles
 *
 * version: 1.0.1 / ecp 1.3
 * author: OV
 * email: vetesnik@ebrana.cz
 * media: print
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
	
	html, body						{ color: black; background: white; }
	
	
	/* * * * * *  hiding unnecessary content  * * * * * */
	h2.hidden,
	hr.none,
	.odkazy,
	#top,
	#left,
	#right,
	#bottom,
	#crumb_trail,
	p.skipLinks,
	div.links,
	#info,
	p.nahoru,
	div.tlacitko,
	p.koupit,
	p.info,
	p.strankovani,
	#asistent,
	#review_form,
	#contact_form,
	
	p.akce_buttons,
	.produktove_typy,
	#detail #zalozky,
	
	div.bookmarks,
	ul.akce,
	div.tabsHeader						{ display: none; }


	h1										{ padding-left: 0; background-image: none; font-size: 24pt; }

	
	
	#detail								{ width: 100%; }
	#detail .left						{ float: left; width: 300px; }
	#detail .right						{ float: right; width: 310px; }
	
	#detail #detail_ceny, #detail #detail_ceny p	{ text-align: left; margin: 3px 0; }
	
	/*#tab_description 					{ border-top: 1px solid #000; margin: 1em 0 0 0; padding: 1em 0 0 0;  }*/
	
	.tabsBody .productTab h2		{ width: 280px; }
	.tabsBody .productTab p			{ margin: 0; }
	
	#typeText							{ margin: 0 0 1em; }
	
	
	
