@charset "utf-8";

/* STILI GENERALI */
.condividi {
position: relative;
    z-index: 10;
    float: left;
    width: 100%;
    margin: 5px 0px;
}

.fb_iframe_widget {
    top: -3px !important		;
}
.condividicon {
position: relative;
float: left;
margin-right: 10px;
top: 3px;
font-size: 15px;
color: #666;
}

/* 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);
}




.tooltipContent
{
background-color: #FFFFFF;
border: 4px solid rgba(0,0,0,0.1);
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: 130px;

}

.condividi img {
max-width: 26px;
padding-left: 3px;
}

	
.tooltipContent img{
	max-width: 26px;
	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;
}
