#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #505050;
	padding: 5px;
	opacity: 0.95;
}

.tooltipExtraClass {position: absolute; z-index: 3000; background-color: #fff !important; }
.tooltipExtraClass h1 { color:#333 !important; }
.tooltipExtraClass h2 { color:#333 !important; font-weight:normal; }
.tooltipExtraClass h2 span { font-weight:normal !important; }
.tooltipExtraClass div.tooltip { color:#000 !important;  }

.tooltipExtraClass span.tytul { text-transform:uppercase; color:#333 !important; font-size:18px; font-weight:bold; font-style:normal !important; line-height:16px; }
.tooltipExtraClass span.subtytul { text-transform:capitalize; color:#333 !important; font-size:14px; font-weight:normal; font-style:normal !important;}


div.test { padding:200px; }
/*#tooltip h3, #tooltip div { margin: 5px; color:#F60; font-size:15px;}*/
#tooltip h3 { color:#FF6600; font-size:15px; }
#tooltip h2 { color:#fff; text-transform:uppercase; font-weight:bold; }
#tooltip div.tooltip { width:280px; color:#fff; font-size:11px; padding:10px; }
#tooltip div.tooltip span { color:#999; font-style:italic; }
#tooltip div.tooltip img { float:right; }
