/*
    Projekt: ProHifi.cz
    URL: http://www.prohifi.cz

    Výstupní zařízení: print

    Autor: Vít Dlouhý (vit.dlouhy@nuvio.cz); Nuvio (www.nuvio.cz)
    Poslední revize: 2007-08-08, 18:23 GMT+1

    Struktura:
        display | position | float | z-index | overflow | width | height | margin | padding | border | background | align | font
*/
body {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12pt;
}

#main {
	width: 100%;
}

#header {
	border-bottom: 0.5pt solid #000;
}

#footer {
	border-top: 0.5pt solid #000;
}

h1,h2,h3,h4 {
	page-break-after: avoid;
	page-break-inside: avoid;
	clear: both;
}

table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-top: 0.5pt solid #000;
}

th,td {
	display: table-cell;
	border-bottom: 0.5pt solid #000;
}

img.f-left {
	float: left;
	margin-right: 10px :
}

img.f-right {
	float: right;
	margin-left: 10px;
}

blockquote {
	page-break-inside: avoid
}

ul,ol,dl {
	page-break-before: avoid
}

.box {
	min-height: 1px;
	clear: both
}

.box:after {
	display: block;
	visibility: hidden;
	clear: both;
	line-height: 0;
	font-size: 0;
	content: ".";
}

.detail-foto {
	float: left;
	width: 340px;
}

.detail-desc {
	float: left
}

.detail-col {
	float: left;
}

.product-box,.product-box-cat {
	float: left;
	width: 50%;
}

.gallery {
	clear: both;
	margin: 10px 0;
	padding-bottom: 10px;
}

.gallery div {
	float: left;
	width: 122px;
	margin-bottom: 5px;
	text-align: center;
}

.gallery div a {
	display: block;
	width: 120px;
	height: 110px;
	text-align: center;
}

.gallery div span {
	display: block;
	clear: both;
	width: 120px;
	text-align: center;
	font-size: 85%;
}

.sub {
	margin-left: 25px;
}

.clear {
	clear: both;
}

.noprint,.noscreen,#login,#logged,#sidebar,#nav {
	display: none;
}