@charset "utf-8";



/* STILI GENERALI */
.condividi {
position: relative;
z-index: 10;
float: right;
width: 170px;
}

/* 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: 1010;
	filter:alpha(opacity:0.1);
}


.fb_iframe_widget {
display: inline-block;
position: relative;
float: right;
}


.tooltipContent
{
	/*background-color: trasparent;
	width: 118px;
	height: 72px;
	background-image: url(shareit.png);*/
	background-color: #E5E5E5;
	border: 4px solid rgba(0,0,0,0.1);
	padding: 5px;
	padding: 5px;
	-moz-box-shadow: 0px 0px 50px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 60px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 60px 5px rgba(0,0,0,0.1);
	border-radius: 5px;
	mox-border-radius: 5px;
	min-width: 100px;

}

.condividi img {
max-width: 21px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
float: right;
margin-right: 5px;
}

	
.tooltipContent img{
	max-width: 21px !important;
margin-top: 0px !important;
margin-bottom: 0px !important;
	margin: 5px;
	position: relative;
	float: left;
}	

/* STAMPA */
		
.logo_print {
	width: 1000px;
	height: 77px;
	position: relative;
	clear: both;
	margin-bottom: 20px;
}

.footer_print {
	width: 1000px;
	height: 77px;
	position: relative;
	clear: both;
	margin-top: 20px;
}
