/* the overlayed element */
.apple_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	 background-image:url(../images/transparent.png);
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:190px;
	/* some padding to layout nested elements nicely  */
	padding:20px;
	/* a little styling */	
	font-size:12px;
	}

/* default close button positioned on upper right corner */
.apple_overlay div.close {
	background-image:url(../images/close.png);
	position:absolute; right:-5px; top:-5px;
	cursor:pointer;
	height:35px;
	width:35px;
}


 
div.apple_overlay h2 {
	margin:0 0 -9px 0;
	font-weight:bold;
	font-size:14px;
	color:#F60
}
#activator a {
	width: 150px;
	height: 40px;
	background-image: url(../images/ricerca.gif);
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-left: 5px;
	cursor: pointer;
	text-decoration: none;
	color: #FFF;
}
#activator a:hover {
	background-image: url(../images/ricerca.gif);
	background-position: 0 -40px;
}
.details a {
	text-decoration: none;
	color: #FFF;
}

.details a:hover {
	color: #F60;
	font-size: 12px;
}

