/*TOOLTIP x Mobile*/
#demotip {
	display:none;
	background:transparent url(images/black_arrow_2.png) no-repeat;
	font-size:11px;
	height:80px;
	width:120px;
	padding:35px 0px 0px 25px;
	color:#fff;	
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0px 0px;
}

/*TOOLTIP xYouTube*/
#tubetip {
	display:none;
	background:transparent url(images/black_arrow_2.png) no-repeat;
	font-size:11px;
	height:80px;
	width:120px;
	padding:30px 0px 0px 20px;
	color:#fff;	
}

/* style the trigger elements */
#tube img {
	border:0;
	cursor:pointer;
	margin:0px 0px;
}

/*TOOLTIP X il Nostro Web*/

/* trigger I NOSTRI LINKS */ 
#nostroweb { 
	color:#FFFFFF; font-family: Verdana, Arial, Helvetica; font-size: 9px;
    /*display:block; */
    width: 200px;
	height: 10px; 
    margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
    overflow:hidden; 
    cursor:pointer; 
} 
 
/* tooltip styling */ 
.tooltip {
	display:none;
	background: /*#cccccc;*/ url(images/black_arrow_big_3.png) no-repeat;
	_background: /*#cccccc;*/ url(images/black_arrow_big_4.png) no-repeat;	/* IE6 only */
	width:520px;
	height:190px;
	_height:170px;	/* IE6 only */
	padding: 27px 0px 0px 45px; 	/*35px 0px 0px 45px*/
	_padding: 20px 0px 0px 40px;	/* IE 6 only */
	color:#fff;
	line-height:1.5;
	_line-height:1.35;	/* IE 6 only */
}

/* Internet Explorer 7 only */
*:first-child+html .tooltip{ background: url(images/black_arrow_big_4.png) no-repeat; /* IE7 only */
							padding: 20px 0px 0px 40px;	/* IE7 only */
							height:170px;	/* IE7 only */
							line-height:1.35;	/* IE7 only */
}
 
/* elementi nel tooltip  */

/*.tooltip .label { 
    color:#FFF; 
    width:35px; 
} */
 .tooltip div  {
	float: left;
	margin: 0px;
	width: 110px;	/*width: 116px;*/
}  /*width:22%*/

/*
 .tooltip div li {
	line-height:3.5;
	width: 100px;
}  */
 
.tooltip a:link {text-decoration: none; color: #ffffff; font-family: Verdana, Arial, Helvetica; font-size: 10px;}
.tooltip a:visited {text-decoration: none; color: #ffffff; font-family: Verdana, Arial, Helvetica; font-size: 10px;} 
.tooltip a:active {text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, Helvetica; font-size: 10px;} 
.tooltip a:hover {text-decoration: underline; color: #ffffff; font-family: Verdana, Arial, Helvetica; font-size: 10px; cursor: pointer;}
