/*
 * print.css - styl pro tisk stranky
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

body {
	margin: 0;
	padding: 3px;
	background: #fff;
	color: #000;
	font-family: Calibri, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

form,
#head,
#foot,
#lcolumn,
#rcolumn,
#katalogsort,
#detailmenu,
#detail .img .nahledy,
#detail .buy,
#detail .atributy .n03,
.strankovac,
#switcher .zalozky,
#news .header .right {
	display: none;
}

.left,
.right {
	float: none;
}

#logo {
	font-size: 200%;
	text-align: center;
}

#logo a {
	text-decoration: none;
}

#detail .img {
	float: right;
}

#detail .info {
	float: left;
}

#katalog .item {
	float: left;
	width: 50%;
}

#katalog .item .container {
	margin: 0 5px;
	padding: 0 0 5px;
}

#news .title {
	margin: 0 0 0.3em;
}

#news .img {
	float: right;
	margin: 0 0 0 1em;
}