/*	---------------------------------------------------------------------------------------
	Dùm potravin
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		Print styles
	Media:				print
	Date:					24. 4. 2009
	Author:				Zdenek Kostal (http://zdenekkostal.cz/)
	-------------------------------------------------------------------------------------*/

/*	---------------------------------------------------------------------------------------
	Default styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

body { font: 12pt/18pt serif; }
fieldset { padding: 0; }
h1, h2, h3, h4 { margin: .2em 0 .5em; page-break-after: avoid; page-break-inside: avoid; }
p { margin: .15cm 0; }
a { color: #000; }
a img, fieldset { border: none; }
hr { display: none; }
table { font-size: 12pt; border-collapse: collapse; border: 1px solid #e5e5e5; }
td { padding: .2cm .5cm; border: 1px solid #e5e5e5; }
caption { font-weight: bold; }
input, textarea, label { display: none; }
cite, blockquote { font-style: italic; }
code { font-family: monospace; }
ins { text-decoration: none; font-weight: bold; }

/*	---------------------------------------------------------------------------------------
	Classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

.ac, #menu, .basketinfo, .switch, #navigation, .infobutton, .navigation, .line, .select, .f-onas form.block, .f-onas h3.headline { display: none; }
.c, .cl { clear: both; }


.basket input, .basket textarea, .basket label { display: block; }
.basket table { table-layout: fixed; width: 75%; margin: 0 auto; }

.line { padding: 12pt 0; }

.items, .small-items, .block, .desc { overflow: hidden; width: 100%; margin: 0 auto; }
.items li, .small-items li, .b-col, .one-cathegory li { float: left; display: inline; width: 33%; }

.one-cathegory li { width: 25%; }  

.gallery li{ display: inline; margin: 0 12pt 12pt 0; }

.floor, .column, .header-in { margin-bottom: 12pt; padding: 0 0 12pt; border-bottom: 1px solid #555; }
.f-onas .floor { margin: 0; padding: 0; border: none; }

.desc dl { float: left; width: 25%; }
.desc dd { margin: 0; }

#footer { margin-top: 12pt; padding: 12pt 0 0; border-top: 1px solid #555; }