#tooltip {
	font-family:"Arial","Helvetica",sans-serif;
	font-size:11px;
	position: absolute;
	z-index: 3000;
	opacity: 1;
	width: 300px;
	background-color: white;
	border: 1px silver solid;
	padding: 8px;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3{ margin: 0.5em 0; font-size:12px;}
#tooltip img {
	float: left;
	margin: 5px;
	margin-right:15px;
	display: inline;
	border:1px #EEE solid;
}


.chopis{
width: 180px;
display: inline;
float: left;
}


