
DIV.panelTitle {
	font-family: Lucida, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	background: #f3f0e4 url(../img/pul.gif) no-repeat scroll 4px;
	border: 1px solid #dad3c1;
	padding: 2px;
	padding-left: 20px;
	margin-bottom: 8px;
	white-space:nowrap;
}

SPAN.show {
	display: block;
	padding: 3px 0px;
}

SPAN.hide {
	display: none;
}

SPAN.odsad {
	padding-left: 20px;
	margin-bottom: 8px;
}
SPAN.nezalamuj {
	white-space:nowrap;
}
SPAN.plus {
	cursor: default;
	background: url(../img/plus.gif) no-repeat 6px 2px;
	padding-left: 14px;
	text-decoration: none;
}

SPAN.minus {
	cursor: default;
	background: url(../img/minus.gif) no-repeat 6px 2px;
	padding-left: 14px;
	text-decoration: none;
}

A.kategory {
	font-family: Helvetica;
	font-weight: bold;
	color: #a41e00;
	text-decoration: none;
	padding-left: 4px;
	white-space:nowrap;
	font-size:9pt;
}

A.kategory:hover {
	color: #ea5b41;
}

A.subKategory {
	font-family: Helvetica;
	font-size: 10pt;
	color: #a08e75;
	text-decoration: none;
	padding-left: 30px;
	white-space:nowrap;
}

A.subKategory:hover {
	color: #bfa885;
}

