@charset "utf-8";



/* STILI GENERALI */
.condividi {
position: relative;
z-index: 10;
float: right;
}

/* 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: white;
	border: 4px solid rgba(138,128,32,0.1);
	padding: 5px;
	padding: 5px;
	border-radius: 5px;
	mox-border-radius: 5px;
	min-width: 120px;
}


div.fb-like {
position: relative;
top: -3px;
}

.condividi img {
max-width: 26px;
padding-left: 3px;
}

	
.tooltipContent img{
	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;
}
