@charset "UTF-8";

	
    .tooltip_info {
	background-color: #FFF;
	height: 250px;
	width: 300px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
    
.tootltip_luoghi {
	background-color: #FFF;
	height: 250px;
	width: 270px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	z-index: 10;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tooltip_artisti {
	background-color: #FFF;
	height: 300px;
	width: 160px;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	z-index: 10;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 10;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #FFF;
	height: 15px;
	width: 70px;
	padding-left: 15px;
	padding-top: 2px;
	z-index: 10;
}
