/* tooltip styling */ 
.tooltip { 
    display:none;
	background:#040044;
	border:1px dotted white;
    /*background: url(white_arrow_big.png);*/ 
    padding:15px 20px 15px 20px; 
    width:220px; 
	text-align:left;
    font-family: Georgia, "Times New Roman", Times, serif; font-size: 15px; font-style: italic; font-weight: bold; color: #99CCFF; text-decoration: none
}

#arte_xx {  
    width:491px;
	padding:4px;
}

#gv_tip { 
	display:none;
	background:#000;
	border:1px dotted white;
    padding:20px; 
    width:496px;
	height:150px;
}

 
/* a .label element inside tooltip */ 
.tooltip .label { 
    color:yellow; 
    width:35px; 
} 
 
.tooltip a{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
	color: #9CF;
}

.tooltip a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	text-decoration:none;
	color: #fff;
}
.tooltip ul{
overflow: hidden;
margin:0;
padding:0;
}
.tooltip li{
margin:0;
padding:0 0 4px 0;
list-style-type:none;
/*background-color:#848484;*/
font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; color: #fff; text-decoration: none
}