﻿@charset "utf-8";

/* STILI GENERALI */


.condividi {
  position: relative;
  z-index: 10;
  float: right;
  width: 100%;
    padding: 20px;
}


.condividicon {
position: relative;
float: left;
margin-right: 10px;
top: 4px;
font-size: 13px;
}

/* 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-like fb_edge_widget_with_comment fb_iframe_widget,
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    top: -4px;
}

.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{
	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;
}

@media (max-width:600px) { 
.condividicon {
  width:100%;
  margin-bottom:10px;
  display:none
}
}

