/* CSS style - Core Design Web Gallery plugin for Joomla! 1.5 - tooltip processor */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid gray;
	background-color: white;
	padding: 5px;
}
#tooltip h3, #tooltip div { margin: 0; }

.cdwebgallery_tooltip {
	font-weight: bold;
	color: black;
	text-align: right;
}
.cdwebgallery_tooltip span {
	margin-top: 2px;
	display: block;
}