/* popisek pro js */
#dhtmltooltip {
				position: absolute;
				width: 150px;
				border: 1px solid #914e0c;
				padding: 2px;
				text-align: left;
				padding-top: 3px;
				visibility: hidden;
				background: url('/media/images/ico_info.gif') no-repeat right top;
				z-index: 100;
				/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
				filter: progid:DXImageTransform.Microsoft.Shadow(color=gray, direction=135);
}

#dhtmltooltip h5 {
				margin: 0px 0px;
				padding-top: 0px;
				padding-bottom: 0px;
				padding-right: 0px;
				padding-left: 3px;
				background-color: #C6C6D6;
				color: black;
				font-weight: bold;
}

#dhtmltooltip div {
				margin: 0px 0px;
				padding: 0px 0px;
}