@charset "ISO-8859-1";
/* CSS Document */

#twitter{
	width:310px;
	padding-top:15px;
}

#twitter a {
	color:#f78f1e;
}

.float_tw{
	float:left;
}

td.float_tw {
	vertical-align: top;
}
.head_tw{
	background:url(img/top_twitter.gif) no-repeat;
	height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#2f5c53;
	padding:10px 0 0 15px;
}
.line_tw{
	height:1px;
	background-color:#cecccc;
	clear:both;
	margin-bottom:10px
}
.img_tw{
	background:url(img/twitter.png) no-repeat;
	width:36px;
	height:46px;
	margin-top: -25px;
}
.body_tw{
	background:url(img/footer_twitter.gif) bottom no-repeat;
	padding:10px 18px 10px 18px;
}
.text_tw{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	/*gestione stringhe twitter troppo lunghe*/
	/*line-height:17px;
	margin:0 0 8px 8px;*/
	line-height:15px;
	margin:0 0 0px 8px;
	float:left;
	/*gestione stringhe twitter troppo lunghe*/
	width:215px;
}
.link_tw{
	color:#f17132;
	text-decoration:underline;
}
