@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

.lbl {
	display:block;
	font-size:1em;
	font-weight:normal;
	line-height:1em;
	text-indent:-9999em;
	overflow:hidden;
	background-color:transparent;
	background-position:left top;
	background-repeat:no-repeat;
}

.cl:after {
	clear:both;
	content:".";
	visibility:hidden;
	display:block;
	height:0;
}

body {
	background:url(../img/struct/bg_main.gif) repeat-x center top #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#2f2f29;
}

a {
	text-decoration:none;
}

a,
a img {
	border:none;
}

ul {
	list-style:none;
}

form,
fieldset {
	padding:0;
	border:none;
}

/* page structure */

#maincont {
	width:1163px;
	margin:0 auto;
}

#maincontentcont {
	float:left;
	width:1003px;
/*
 	height:2100px;
	background:url(../img/struct/ricalco.gif) no-repeat left top transparent;
*/
}

/* /page structure */

/* maincontentcont -> right sidebar */

#rightsidebar {
	position:relative;
	float:right;
	width:160px;
}

#rightsidebaradv {
	position:absolute;
	float:left;
	top:0;
	padding:9px 0 0 0;
}

#rightsidebaradv * {
	float:left;
}

/* /maincontentcont -> right sidebar */

/* maincontentcont -> header */

#header {
	position:relative;
	float:left;
	width:1003px;
	height:198px;
	z-index:3;
	margin:0 0 76px;
 	background:url(../img/struct/bg_menuservizio.gif) no-repeat scroll 203px bottom transparent;
}

#topbannercont {
	position:absolute;
	top:9px;
	right:13px;
}

#logocont {
	position:absolute;
	top:84px;
	left:27px;
	width:196px;
	height:82px;
	background-image:url(../img/struct/logo_paginearredo.gif);
}

#logocont a {
	display:block;
	width:196px;
	height:82px;
}

#followuscont {
	position:absolute;
	left:263px;
	top:119px;
	width:726px;
	height:79px;
	z-index:2;
	color:#585858;
	font-size:1.4em;
}

#newslettercont {
	position:absolute;
	float:left;
	left:0;
	top:0;
	width:372px;
	height:79px;
}

#newslettercont span {
	position:absolute;
	left:13px;
	top:9px;
}

#newslettercont a {
	position:absolute;
	display:block;
	top:44px;
	left:9px;
	width:352px;
	height:23px;
	padding:7px 0 0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:url(../img/struct/sprite_newsletter.gif) no-repeat left top #d61547;
}

#newslettercont a:hover {
	background:url(../img/struct/sprite_newsletter.gif) no-repeat left bottom #d61547;
}

#socialcont {
	position:relative;
	float:right;
	width:354px;
	height:79px;
}

#socialcont span {
	position:absolute;
	left:15px;
	top:9px;
}

#socialcont ul {
	position:absolute;
	float:left;
	left:5px;
	top:37px;
}

#socialcont ul li {
	float:left;
	margin:0 1px 0 0;
}

#socialcont ul li a {
	display:block;
	height:42px;
	background-image:url(../img/struct/sprite_social.gif);
	background-repeat:no-repeat;
	background-color:#e6e6e6;
}

#socialcont ul li a#twitter {
	width:108px;
	background-position: 0px 0px;
}

#socialcont ul li a#twitter:hover {
	background-position: 0px -42px;
}

#socialcont ul li a#youtube {
	width:123px;
	background-position:-109px 0;
}

#socialcont ul li a#youtube:hover {
	background-position:-109px -42px;
}

#socialcont ul li a#facebook {
	width:111px;
	background-position:-233px 0;
}

#socialcont ul li a#facebook:hover {
	background-position:-233px -42px;
}

/* /maincontentcont -> header */

/* maincontentcont -> header -> menu */

#mainmenu {
	position:absolute;
	left:0;
	top:190px;
	z-index:1;
	width:990px;
	height:69px;
	background:url(../img/struct/bg_mainmenu.gif) no-repeat left top transparent;
}

#mainmenu ul {
	position:absolute;
	left:0;
	top:26px;
	width:807px;
	height:43px;
}

#mainmenu ul li {
	float:left;
}

#mainmenu ul li span {
	display:none;
}

#mainmenu ul li a {
	float:left;
	height:32px;
	padding:10px 15px 0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
}

#mainmenu ul li.currentsection span {
	display:inline;
	float:left;
	height:42px;
	width:21px;
}

#mainmenu ul li.currentsection span.leftside{
	background:url(../img/struct/bg_mainmenu_active_leftside.gif) no-repeat right top transparent;
}

#mainmenu ul li.currentsection span.rightside{
	background:url(../img/struct/bg_mainmenu_active_rightside.gif) no-repeat left top transparent;
}

#mainmenu ul li.currentsection a {
	padding:10px 11px 0;
	color:#dc154a;
	background:url(../img/struct/bg_mainmenu_active_center.gif) repeat-x left top #e7e7e7;
}

#mainmenu form {
	position:absolute;
	right:11px;
	top:25px;
	width:165px;
	text-align:right;
}

#menusearchinput {
	float:left;
	width:119px;
	margin:1px 1px 0 0;
	padding:5px 3px;
	border:1px solid #D46985;
	font-size:1.2em;
	color:#585858;
}

/* /maincontentcont -> header -> menu */

/* maincontentcont -> pagebody */
#pagebody,
#pagebody .wideblock {
	width:990px;
	clear:both;
}

#pagebody .wideblock {
	margin:0 0 10px 0;
}

#pagebody .graywideblock {
	margin:0 0 1px 0;
	background-color:#e2e2e2;
}

/* expandible banner 990 x 30 -> 60 */

#expand_30_60 {
	position:relative;
	z-index:2;
	.float:left;
	_float:none;
	.clear:both;
	_clear:none;
	height:305px;
	.height:35px;
	width:990px;
	margin:0 0 10px;
}

#expand_30_60 a,
#expand_30_60 a span {
	font-size:0;
	line-height:0;
}

#expand_30_60 a {
	display:block;
	position:absolute;
	bottom:0;
	z-index:2;
	height:30px;
}

#expand_30_60 a #b_990_30 {
	position:absolute;
	display:block;
}

#expand_30_60 a:hover #b_990_30 {
	display:none;
}

#expand_30_60 a #b_990_60 {
	position:absolute;
	display:none;
}

#expand_30_60 a:hover #b_990_60 {
	display:block;
}

/* /expandible banner 990 x 30 -> 60 */

/* maincontentcont -> pagebody -> intro */

#pagebody #pageintro,
#pagebody #pageintro2 {
	width:956px;
	padding:17px;
	color:#585858;
}

#pagebody #pageintro h3,
#pagebody #pageintro2 h3 {
	font-size:2em;
	font-weight:normal;
}

#pagebody #pageintro div,
#pagebody #pageintro2 div {
	margin:5px 0 0 0;
	font-size:1.2em;
}

/* /maincontentcont -> pagebody -> intro */

/* maincontentcont -> pagebody -> galleries */

#pagebody #imagesgallery,
#pagebody #videogallery {
	font-size:0;
}

#pagebody #imagesgallery {
  margin-bottom:5px;
}

#pagebody #videogallery {
	margin-bottom:10px;
}

/* /maincontentcont -> pagebody -> galleries */

/* maincontentcont -> pagebody -> double cols container */

#pagebody #doublecolscont {
	position:relative;
	background:url(../img/struct/graydot_dfdfdf.gif) repeat-y 686px 0;
	border-bottom: 2px #c3c3c3 solid;
}

#pagebody #doublecolscont #contents {
	float:left;
	width:686px;
}

/* maincontentcont -> pagebody -> double cols container -> main news */

#pagebody #doublecolscont #contents #mainnews {
	width:680px;
	border:1px #dfdfdf solid;
	/*background-color:#fcfcfc;*/
	.padding:0 0 10px 0;
}

#pagebody #doublecolscont #contents #mainnews #mainnewsheader {
	.float:left;
	background:url(../img/struct/sprite_bg_header_news.gif) no-repeat scroll left top transparent;
}

#pagebody #doublecolscont #contents #mainnews #mainnewsheader h3 {
	float:left;
	padding:17px 17px 15px;
	font-size:2em;
	color:#585858;
	font-weight:normal;
}

#pagebody #doublecolscont #contents #mainnews #mainnewsheader a {
	float:right;
	font-size:1.2em;
	padding:25px 23px 15px;
	color:#ad2c2c;
}

/* breadcrumb */

#pagebody #doublecolscont #contents #breadcrumb {
	.float:left;
	.width:682px;
	background:url(../img/struct/sprite_bg_header_news.gif) no-repeat scroll left -168px #fff;
}

#pagebody #doublecolscont #contents #breadcrumb li {
	float:left;
}

#pagebody #doublecolscont #contents #breadcrumb li.addthiscont {
	/*margin-left:330px;*/
	_display:inline;
  float: right;
  margin-left: 0;
  margin-right: 90px;
}

#pagebody #doublecolscont #contents #breadcrumb li.addthiscont a {
	background:none;
}

#pagebody #doublecolscont #contents #breadcrumb li a {
	float:left;
	padding:9px;
	font-size:1.1em;
	color:#6f6f6f;
	background:url(../img/struct/bg_breadcrumb_voice.gif) no-repeat right center;
}
#pagebody #doublecolscont #contents #breadcrumb.imagegallery li a.title {
	padding: 5px 0 0 15px;
	background: none;
	color:#ED174F;
	font-weight:bold;
	font-size:1.3em;
}
#pagebody #doublecolscont #contents #breadcrumb li.currentpage a {
	cursor:default;
	background:none;
}

/* /breadcrumb */

/* tags bar */

#tagsbar {
	.height:15px;
	_height:10px;
	margin:0 4px 0 0;
	padding:14px 20px 15px 0;
	background:url(../img/struct/bg_tagsbar.gif) repeat-x scroll left top transparent;
}

#tagsbar ul {
	float:left;
}

#tagsbar ul li {
	float:left;
	font-size:1.2em;
}

#tagsbar ul li strong {
	float:left;
	padding:0 8px 0 20px;
	color:#3c3d38;
}

#tagsbar ul li a {
	background:url(../img/struct/bg_breadcrumb_voice.gif) no-repeat scroll right center transparent;
	float:left;
	padding:0 8px;
	color:#ec174d;
}

#tagsbar ul li.active a {
	text-decoration:underline;
}

#tagsbar ul li a.last {
	padding:0 0 0 8px;
	background:none;
}

#tagsbar ul li a:hover {
	text-decoration:underline;
}

/* /tags bar */

/* breadcrumb with links on the right side */

#pagebody #doublecolscont #contents #breadcrumb.rightsidelinks,
#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks {
	position:relative;
	z-index:1;
	width:680px;
	height:32px;
	margin-right:-17px;
	_margin-bottom:10px;
	background:url(../img/struct/sprite_bg_header_news.gif) no-repeat scroll left -99px #fff;
}

#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks {
	position:absolute;
	left:0;
	bottom:1px;
	height:57px;
	margin:0;
	background:url(../img/struct/bg_addthis_bottomfixed.gif) no-repeat left bottom;
}

#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.addthiscont {
	margin:27px 0 0 15px;
}

#pagebody #doublecolscont #contents #breadcrumb.rightsidelinks li.allnews {
	position:absolute;
	/* left:505px; da reintegrare all'implementazione di stampa ed invia ad un amico */
	right:0;
	top:0;
	width:90px;
}

#pagebody #doublecolscont #contents #breadcrumb.rightsidelinks li.allnews a {
	padding:9px 9px 6px;
	color:#AD2C2C;
	background:none;
}

#pagebody #doublecolscont #contents #breadcrumb.rightsidelinks li.invia,
#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.invia {
	position:absolute;
	left:595px;
	top:0;
	width:46px;
	display:none; /* da togliere all'implementazione di stampa ed invia ad un amico */
}

#pagebody #doublecolscont #contents #breadcrumb.rightsidelinks li.invia a,
#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.invia a {
	background:url(../img/struct/sprite_sendprint.gif) no-repeat 15px center;
	width:28px;
}

#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.invia a,
#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.stampa a {
	padding:9px;
}

#pagebody #doublecolscont #contents #breadcrumb.rightsidelinks li.stampa,
#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.stampa {
	position:absolute;
	left:641px;
	top:0;
	width:46px;
	display:none; /* da togliere all'implementazione di stampa ed invia ad un amico */
}

#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.invia,
#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.stampa {
	top:22px;
}

#pagebody #doublecolscont #contents #breadcrumb.rightsidelinks li.stampa a,
#pagebody #doublecolscont #contents #breadcrumbbottomfixed.rightsidelinks li.stampa a {
	background:url(../img/struct/sprite_sendprint.gif) no-repeat -70px;
	width:28px;
}

/* /breadcrumb with links on the right side */

/* details news gallery */

#detailsnewsgallery {
	position:relative;
	float:left;
	width:335px;
	height:379px;
	overflow:hidden;
	margin:0 17px 5px 0;
	background-color:#fff;
}

#detailsnewsgallery #next {
	position:absolute;
	z-index:1;
	right:2px;
	top:2px;
	width:37px;
	height:37px;
	background:url(../img/struct/sprite_gallery_arrows.gif) no-repeat right top;
	cursor:pointer;
}

#detailsnewsgallery #prev {
	position:absolute;
	z-index:1;
	right:41px;
	top:2px;
	width:37px;
	height:37px;
	background:url(../img/struct/sprite_gallery_arrows.gif) no-repeat left top;
	cursor:pointer;
}

#detailsnewsgallery li.pic,
#detailsnewsgallery li.pic a,
#detailsnewsgallery li.pic a img {
 	width:335px;
	height:379px;
	margin:0;
	padding:0;
	font-size:0;
}

#detailsnewsgallery li.pic a {
	/* cursor:default; */
}

/* /details news gallery */

/* paginator */

.paginatorcont {
	.width:682px;
	margin:0 4px 0 0;
	text-align:center;
	background: url(../img/struct/bg_paginator.gif) repeat-x left center;
	clear:both;
}

.paginator {
	margin:0 0 0 250px;
	.margin:0 0 0 220px;
}

.paginator li {
	float:left;
}

.paginator li a {
	float:left;
	padding:16px 4px;
	.padding:16px 4px 13px;
	font-size:1.2em;
	line-height:1em;
	color:#6f6f6f;
}

.paginator li a:hover {
	color:#000;
}

.paginator li.firstitem,
.paginator li.previousitem,
.paginator li.nextitem,
.paginator li.lastitem {}

.paginator li.firstitem a,
.paginator li.previousitem a,
.paginator li.nextitem a,
.paginator li.lastitem a {
	width:10px;
	height:10px;
	padding:0;
	margin:17px 5px 0;
	background-image:url(../img/struct/sprite_paginator_controls.gif);
	background-repeat:no-repeat;
}

.paginator li.firstitem a.available {
	background-position:0px top;
}

.paginator li.firstitem a.unavailable {
	background-position:0px bottom;
}

.paginator li.previousitem a {
	margin:17px 15px 0 5px;
}

.paginator li.previousitem a.available {
	background-position:-27px top;
}

.paginator li.previousitem a.unavailable {
	background-position:-27px bottom;
}

.paginator li.nextitem a {
	margin:17px 5px 0 15px;
}

.paginator li.nextitem a.available {
	background-position:-53px top;
}

.paginator li.nextitem a.unavailable {
	background-position:-53px bottom;
}

.paginator li.lastitem a.available {
	background-position:-80px top;
}

.paginator li.lastitem a.unavailable {
	background-position:-80px bottom;
}

.paginator li.currentitem {}

.paginator li.currentitem a {
	font-weight:bold;
	color:#ad2c2c;
	cursor:default;
}

#pagebody #doublecolscont #contents.newslistcont {
	padding: 0 0 44px 0;
}

#bottomfixed {
	position:absolute;
	bottom:0;
	width:680px;
	height:44px;
	background:url(../img/struct/bg_paginator_bottom.gif) repeat-x scroll left top transparent;
}

/* /paginator */

/* news list voice */

#pagebody #doublecolscont #contents .newslistvoice {
	margin:0 4px 0 0;
	border-bottom: 1px #dfdfdf solid;
	.float:left;
	.clear:both;
	.width:100%;
}


#pagebody #doublecolscont #contents .newslistvoice img {
	float:left;
	/*margin:0 30px -15px 0;*/
	margin: 11px 30px 0 0;
	.margin: 11px 30px 7px 0;
}

#pagebody #doublecolscont #contents .newslistvoice h2 {
	clear:both;
	color:#585858;
	font-size:2em;
	font-weight:normal;
	line-height:1.2em;
	padding: 8px 0 0;
}

/* /news list */

/* news detail */
#maincontentcont #pagebody #doublecolscont #contents.newsdetailscont {
	padding:0 0 44px;
	margin:0;
	_width:680px;
	_overflow:hidden;
	background-color:#fc0;
}


#pagebody #doublecolscont #contents .newsdetails {
	border-bottom: 1px #dfdfdf solid;
}

/* /news detail */

#pagebody #doublecolscont #contents .newscontainer {
	padding:17px;
	margin:0 6px 0 0;
}

#pagebody #doublecolscont #contents .newscontainer {
  padding: 0px;
}
#pagebody #doublecolscont #contents #mainnews #topnews {
}

#pagebody #doublecolscont #contents #mainnews #topnews h2 {
	font-size:3.2em;
	line-height:1.2em;
	color:#585858;
	font-weight:normal;
}

#pagebody #doublecolscont #contents #secondarynews {
	margin:1px 4px 0 0;
	padding-top: 8px;
	.padding-bottom:14px;
	background:url(../img/struct/bg_secondary_news.gif) repeat-x left top #fff;
	border-bottom:2px solid #c3c3c3;
}

#pagebody #doublecolscont #contents #secondarynews h2 {
	font-size:2.5em;
	line-height:1.2em;
	color:#585858;
	font-weight:normal;
}

#pagebody #doublecolscont #contents .newscontainer div {
	margin:14px 0 0;
	.margin:14px 0 14px;
	padding-bottom: 8px;
}

#pagebody #doublecolscont #contents .pict div {
	margin:-30px 0 0;
	.margin:5px 0 0;
	padding:0 0 0 171px;
}

#pagebody #doublecolscont #contents .newscontainer div img {
	float:left;
	margin:0 17px 0 0;
}

#pagebody #doublecolscont #contents .newscontainer div .newstext {
	font-size:1.2em;
	color:#2f2f29;
}

#pagebody #doublecolscont #contents .newscontainer div#newsdet .newstext {
	display:block;
	padding:0 0 60px;
}

#pagebody #doublecolscont #contents .newscontainer div .newstext .newsdate {
	display:block;
	padding:0 0 14px 0;
}

#pagebody #doublecolscont #contents .newscontainer div .newstext .author {
	display:block;
	padding:0 0 14px 0;
	font-style:italic;
}

.newscontainer ul.tags {
	padding:0 0 40px 0;
	.padding:0 0 25px 0;
	border-bottom:1px #dfdfdf solid;
}

.newscontainer ul.tags li {
	display:block;
	float:left;
	background:url(../img/struct/bg_breadcrumb_voice.gif) no-repeat center right;
}

.newscontainer ul.tags li.lasttag {
	background:none;
}

.newscontainer ul.tags li a {
	display:block;
	float:left;
	margin:0 8px 0 5px;
	_margin:0 4px 0 3px;
	font-size:1.1em;
	line-height:1.2em;
	color:#6F6F6F;
}


#pagebody #doublecolscont #contents .newscontainer div .newstext .newscontent {
	display:block;
	padding:10px 0 0 0;
}

#pagebody #doublecolscont #contents .newscontainer div .newstext .newscontent a {
	color:#2F2F29;
	text-decoration:underline;
}

#pagebody #doublecolscont #contents .newscontainer div .newstext .newsmoreinfo {
	display:block;
	/*margin:14px 0 0 0;*/
	margin: 14px 0 10px;
	font-weight:bold;
	color:#2f2f29;
}

#pagebody #doublecolscont #contents .newscontainer div .newstext .newsmoreinfo span {
	padding:0 10px 0 0;
	background:url(../img/struct/black_right_arrow.gif) no-repeat right center;
}

/* other info and details container */

#pagebody #doublecolscont #contents #morecontents {
	margin:0 4px 0 0;
	padding:0;
	border-top:1px #dfdfdf solid;
	background:url(../img/struct/bg_morecontents_left_sidebar_red.gif) repeat-y -8px 0;
	.width:682px;
}

/* details */

#pagebody #doublecolscont #contents #morecontents #moredetailscont {
	float:left;
	width:209px;
	.width:208px;
	_overflow:hidden;
	margin:0;
	border-top:1px solid #fff;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont #header {
	float:none;
	position:static;
	width:200px;
	height:auto;
	margin:0;
	padding:0;
	background:url(../img/struct/ico_exclamation_mark_red.gif) no-repeat 18px 27px;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont .magazine {
  height:40px !important;
  margin:10px 0 0 !important;
  background:url(../img/struct/logo_magazine_red.gif) no-repeat scroll 18px top transparent !important;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont #header h3 {
	padding:16px 0 0 39px;
	color:#585858;
	font-size:2em;
	font-weight:normal;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont form#fa_form {
  margin:10px 0 0 13px;	
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont #header div {
	margin:0 0 0 38px;
	padding:0;
	font-size:1.2em;
	color:#2f2f29;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul {
	margin:14px 14px 0 13px;
	padding:8px 0;
	background:url(../img/struct/up_arrow_details_leftsidebar_red.gif) no-repeat scroll -6px -6px transparent;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li {
	border-top:none;
	border-right:1px #d3bdc2 solid;
	border-bottom:1px #d68c9d solid;
	border-left:1px #d3bdc2 solid;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li.txt {
	.float:left;
	.width:160px;
	.clear:both;
	.margin-bottom:-8px;
	padding:10px 10px 10px 10px;
	/*background: url(../img/struct/bg_prossimieventi.gif) repeat-x left bottom #fff;*/
	background-color:#fff;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li.txt a {
	color:#2f2f29;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li.txt a span strong.tit {
  display: block;
  margin:0 0 5px 0;
  color: #2F2F29;
  font-size: 12px;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li.txt a img {
	margin:0 10px 0 0;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li.ban {
  .float:left;
  .width:180px;
  .clear:both;
	padding:0;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li.ban div {
  .float:left;
  .width:180px;
  .clear:both;
	margin:0;
}


#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li.ban a {
  .float:left;
  .width:180px;
  .clear:both;
	font-size:0;
}

#pagebody #doublecolscont #contents #morecontents #moredetailscont ul li.ban a img {
	margin:0;
}

/* /details */

/* other info */

#pagebody #doublecolscont #contents #morecontents #morenewscont {
	float:right;
	width:470px;
	margin:0;
}

#pagebody #doublecolscont #contents #morecontents #morenewscont ul {
	float:left;
	margin:0 0 0 4px;
	.width:466px;
}

#pagebody #doublecolscont #contents #morecontents #morenewscont ul li {
	border-bottom:1px solid #D2D2D2;
	clear:both;
	float:left;
	margin:9px 0 0;
	padding:0;
	.width:466px;
}

#pagebody #doublecolscont #contents #morecontents #morenewscont ul li.last {
	border:none;
}

#pagebody #doublecolscont #contents #morecontents #morenewscont ul li a {
	background:url(../img/struct/black_right_arrow.gif) no-repeat scroll 443px center transparent;
	float:left;
	padding:0 29px 9px;
	.width:404px;
}

#pagebody #doublecolscont #contents #morecontents #morenewscont ul li a img {
	margin:0 9px 0 0;
}

#pagebody #doublecolscont #contents #morecontents #morenewscont ul li a strong,
.newstext a strong {
	color:#ED174F;
	float:right;
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 8px;
	width:258px;
	cursor:pointer;
}

.newstext a strong
{
	font-size: 1em;
	margin: 0px;
	float: none;
}

#pagebody #doublecolscont #contents #morecontents #morenewscont ul li a span {
	color:#2F2F29;
	float:right;
	font-size:1.2em;
	width:258px;
	cursor:pointer;
	_position:relative;
}

/* /other info */

/* /other info and details container */

/* /maincontentcont -> pagebody -> double cols container -> main news */

#pagebody #doublecolscont #sidebar {
	float:right;
	width:303px;
	_overflow:hidden;
}

#pagebody #doublecolscont #sidebar a {
	display:block;
	margin:0 0 5px 3px;
	font-size:0;
}

#pagebody #doublecolscont #sidebar div {
	display:block;
	clear:both;
	margin:0 0 5px 3px;
}

/* details */

#pagebody #doublecolscont #sidebar #moredetailscont {
	float:left;
	width:300px;
	overflow:hidden;
	margin:0 0 3px 6px;
	.margin:0 0 3px 5px;
	.padding:8px 0 20px 0;
	background-color:#dc234f;
}

#pagebody #doublecolscont #sidebar #moredetailscont #header {
	float:none;
	position:static;
	width:200px;
	height:auto;
	margin:0;
	padding:0;
	background:url(../img/struct/ico_exclamation_mark_red.gif) no-repeat 18px 27px;
}

#pagebody #doublecolscont #sidebar #moredetailscont #header.magazine {
	width:280px;
	height:50px !important;
	margin:10px 0 0 !important;
	background:url(../img/struct/logo_magazine_big_red.gif) no-repeat scroll 18px 10px transparent !important;
}

#pagebody #doublecolscont #sidebar #moredetailscont form#fa_form {
  margin:20px 0 0 12px;
}

#pagebody #doublecolscont #sidebar #moredetailscont #header h3 {
	padding:16px 0 0 39px;
	color:#585858;
	font-size:2em;
	font-weight:normal;
}

#pagebody #doublecolscont #sidebar #moredetailscont #header div {
	margin:0 0 0 38px;
	padding:0;
	font-size:1.2em;
	color:#2f2f29;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul {
	background:url(../img/struct/up_arrow_details_red.gif) no-repeat scroll -6px -6px transparent;
	margin:14px 14px 0 13px;
	padding:8px 0;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li {
	border-top:none;
  border-right:1px #d3bdc2 solid;
  border-bottom:1px #d68c9d solid;
  border-left:1px #d3bdc2 solid;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li.txt {
	padding:10px 10px 5px 5px;
	/*background: url(../img/struct/bg_prossimieventi.gif) repeat-x left bottom #fff;*/
  .float:left;
  .width:256px;
  .clear:both;
  .margin-bottom:-8px;
	background-color:#fff;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li.txt a {
	font-size:1em;
	color:#2f2f29;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li.txt a span strong.tit {
	display: block;
	margin:0 0 5px 0;
	color: #2F2F29;
	font-size: 12px;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li.txt a img {
	float: left;
	margin:0 10px 0 0;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li.ban {
	padding:0;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li.ban a {
	font-size:0;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li.ban a img {
	margin:0;
}

#pagebody #doublecolscont #sidebar #moredetailscont ul li.ban,
#pagebody #doublecolscont #sidebar #moredetailscont ul li.ban div,
#pagebody #doublecolscont #sidebar #moredetailscont ul li.ban a {
  .float:left;
  .width:271px;
  .clear:both;
}


/* /details */

/* maincontentcont -> pagebody -> double cols container */

/* maincontentcont -> pagebody -> rss | favoutites */

#pagebody div#rssfav {
	/* margin-top:1562px; */
	display:none;
}

#rssfav ul { margin:0 0 0 13px; }

#rssfav ul li {
	float:left;
	margin:0 36px 0 0;
}

#rssfav ul li a {
	padding:3px 3px 3px 30px;
	color:#949494;
	font-size:1.15em;
	background-repeat:no-repeat;
	background-position:left center;
	background-color:transparent;
}

#rssfav ul li#rss a { background-image:url(../img/struct/ico_rss.gif); }

#rssfav ul li#fav a { background-image:url(../img/struct/ico_favourites.gif); }

/* /maincontentcont -> pagebody -> rss | favoutites */
/* /maincontentcont -> pagebody */

/* maincontentcont -> footer */

#footer {
	border-top:1px solid #DDDDDD;
	color:#C0C0B8;
	font-size:1.2em;
	margin:5px 0 0;
	padding:12px 12px 0;
	width:966px;
}

#copyright {
	float:left;
	width:138px;
	line-height:1.4em;
}

#footerlinkscont {
	float:left;
	width:150px;
}

#footerlinkscont li {
	padding:0 0 4px 0;
}

#footerlinkscont li a {
	color:#c0c0b8;
}

#footerlinkscont li a:hover {
	color:#333;
}

#addresscont {
	float:right;
	width:250px;
}

#addresscont address{
	text-align:right;
	font-style:normal;
	line-height:1.4em;
}

/* /maincontentcont -> footer */

/* static pages */

/* breadcrumb */

#breadcrumb_wide {
	position:relative;
	width:990px;
	height:32px;
	z-index:1;
	margin-right:-17px;
	background:url(../img/struct/sprite_staticpages.gif) no-repeat scroll 0px 0px #fff;
}

#breadcrumb_wide li {float:left;}

#breadcrumb_wide li a {
	float:left;
	padding:5px 9px 13px 9px;
	color:#6F6F6F;
	font-size:1.1em;
	background:url(../img/struct/bg_breadcrumb_voice.gif) no-repeat scroll right 11px transparent;
}

#breadcrumb_wide li.currentpage a {
	background:none repeat scroll 0 0 transparent;
	cursor:default;
}

#breadcrumb_wide li.invia {
	display: none;
	position:absolute;
	left:906px;
	top:0;
	width:46px;
}

#breadcrumb_wide li.invia a {
	width:28px;
	background:url(../img/struct/sprite_sendprint.gif) no-repeat scroll 15px center transparent;
}

#breadcrumb_wide li.stampa {
	display: none;
	position:absolute;
	left:939px;
	top:0;
	width:46px;
}

#breadcrumb_wide li.stampa a {
	width:28px;
	background:url(../img/struct/sprite_sendprint.gif) no-repeat scroll -70px 50% transparent;
}

#breadcrumb_wide.bottom {
	height:44px;
	margin:0 0 9px 0;
	background:url(../img/struct/sprite_staticpages.gif) no-repeat scroll 0px -32px transparent;
}

#breadcrumb_wide.bottom li.invia,
#breadcrumb_wide.bottom li.stampa {top:6px;}

/* /breadcrumb */

/* contents */
#staticpagescontent {
	padding:17px 9px 0px 9px;
	border-top:1px #e0e0e0 solid;
	border-bottom:1px #e0e0e0 solid;
	background:url(../img/struct/bg_paginator_bottom.gif) repeat-x scroll 0px 1px transparent;
}

#staticpagescontent h2 {
	color:#585858;
	font-size:3.2em;
	font-weight:normal;
	line-height:1.2em;
}

#staticpagescontent h3 {
	margin:10px 0 15px 0;
	color:#eb184f;
	font-size:1.6em;
	font-weight:normal;
	line-height:1.3em;
}

#staticpagescontent div {
	color:#2f2f29;
	font-size:1.2em;
	line-height:1.4em;
}

#staticpagescontent div a {
	color:#2f2f29;
	text-decoration:underline;
}

#staticpagescontent div a:hover {text-decoration:none;}

#staticpagescontent div#bottomgradient {
	height:23px;
	margin:10px -9px 0;
	font-size:0;
	line-height:0;
	background:url(../img/struct/bg_paginator.gif) repeat-x scroll left bottom transparent;	
}


/* /contents */

/* /static pages */
iframe.newsletter {
  border: none;
  width: 100%;
  height: 1050px;
}


/* events */

#pagebody #doublecolscont #contents #morecontents #moredetailsevent {
  float:left;
  width:209px;
  .width:208px;
  _overflow:hidden;
  margin:0;
  border-top:1px solid #fff;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent #header {
  float:none;
  position:static;
  width:200px;
  height:auto;
  margin:0;
  padding:0;
  background:url(../img/struct/ico_exclamation_mark_red.gif) no-repeat 18px 27px;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent .magazine {
  height:40px !important;
  margin:10px 0 0 !important;
  background:url(../img/struct/logo_magazine_red.gif) no-repeat scroll 18px top transparent !important;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent #header h3 {
  padding:16px 0 0 39px;
  color:#585858;
  font-size:2em;
  font-weight:normal;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent form#fa_form {
  margin:10px 0 0 13px; 
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent #header div {
  margin:0 0 0 38px;
  padding:0;
  font-size:1.2em;
  color:#2f2f29;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul {
  margin:14px 14px 0 13px;
  padding:8px 0;
  background:url(../img/struct/up_arrow_details_leftsidebar_red.gif) no-repeat scroll -6px -6px transparent;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li {
  border-top:none;
  border-right:1px #d3bdc2 solid;
  border-bottom:1px #d68c9d solid;
  border-left:1px #d3bdc2 solid;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li.txt {
  .float:left;
  .width:160px;
  .clear:both;
  .margin-bottom:-8px;
  padding:10px 10px 10px 10px;
  /*background: url(../img/struct/bg_prossimieventi.gif) repeat-x left bottom #fff;*/
  background-color:#fff;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li.txt a {
  color:#2f2f29;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li.txt a span strong.tit {
  display: block;
  margin:0 0 5px 0;
  color: #2F2F29;
  font-size: 12px;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li.txt a img {
  margin:0 10px 0 0;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li.ban {
  .float:left;
  .width:180px;
  .clear:both;
  padding:0;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li.ban div {
  .float:left;
  .width:180px;
  .clear:both;
  margin:0;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li.ban a {
  .float:left;
  .width:180px;
  .clear:both;
  font-size:0;
}

#pagebody #doublecolscont #contents #morecontents #moredetailsevent ul li.ban a img {
  margin:0;
}

#pagebody #doublecolscont #sidebar #moredetailsevent {
  float:left;
  width:300px;
  overflow:hidden;
  margin:0 0 3px 6px;
  .margin:0 0 3px 5px;
  .padding:8px 0 20px 0;
  background-color:#E6E6E6;
}

#pagebody #doublecolscont #sidebar #moredetailsevent #header {
  float:none;
  position:static;
  width:200px;
  height:auto;
  margin:0;
  padding:0;
}

#pagebody #doublecolscont #sidebar #moredetailsevent #header.magazine {
  width:280px;
  height:50px !important;
  margin:10px 0 0 !important;
  background:url(../img/struct/logo_magazine_big_red.gif) no-repeat scroll 18px 10px transparent !important;
}

#pagebody #doublecolscont #sidebar #moredetailsevent form#fa_form {
  margin:20px 0 0 12px;
}

#pagebody #doublecolscont #sidebar #moredetailsevent #header h3 {
  padding:16px 0 0 13px;
  color:#DC234F;
  font-size:2em;
  font-weight:normal;
}

#pagebody #doublecolscont #sidebar #moredetailsevent #header div {
  margin:0 0 0 38px;
  padding:0;
  font-size:1.2em;
  color:#2f2f29;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul {
  background:url(../img/struct/up_arrow_details.gif) no-repeat scroll -6px -6px transparent;
  margin:14px 14px 0 13px;
  padding:8px 0;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li {
  border-top:none;
  border-right:1px #d3bdc2 solid;
  border-bottom:1px #d68c9d solid;
  border-left:1px #d3bdc2 solid;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li.txt {
  padding:10px 10px 5px 5px;
  /*background: url(../img/struct/bg_prossimieventi.gif) repeat-x left bottom #fff;*/
  .float:left;
  .width:256px;
  .clear:both;
  .margin-bottom:-8px;
  background-color:#fff;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li.txt a {
  font-size:1em;
  color:#2f2f29;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li.txt a span strong.tit {
  display: block;
  margin:0 0 5px 0;
  color: #2F2F29;
  font-size: 12px;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li.txt a img {
  float: left;
  margin:0 10px 0 0;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li.ban {
  padding:0;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li.ban a {
  font-size:0;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li.ban a img {
  margin:0;
}

#pagebody #doublecolscont #sidebar #moredetailsevent ul li.ban,
#pagebody #doublecolscont #sidebar #moredetailsevent ul li.ban div,
#pagebody #doublecolscont #sidebar #moredetailsevent ul li.ban a {
  .float:left;
  .width:271px;
  .clear:both;
}

#pagebody #doublecolscont #contents .eventcontainer div {
margin:10px 0 0;
}

#pagebody #doublecolscont #contents .eventcontainer #eventmap div {
  margin:0;
}

#pagebody #doublecolscont #contents .eventcontainer div .newstext .datetitle {
display:inline;
font-weight:bold;
color:#DC234F;
}

#pagebody #doublecolscont #sidebar #moredetailsevent .title {
display:inline;
font-weight:bold;
color:#000000;
}

#eventmap {
background-color:#FFFFFF;
float:left;
height:379px;
margin:0 17px 5px 0;
overflow:hidden;
position:relative;
width:335px;
}

/* news aziendali */
.company_news_wrapper {
	position:relative;
	width:680px;
	height:442px;
	margin:5px 0;
}

/* header */

.company_news_wrapper .company_news_header {
	position:relative;
	width:680px;
	height:55px;
	background-color:#ed174f;
}

.company_news_wrapper .company_news_header h2 {
	position:absolute;
	left:20px;
	top:17px;
	font-size:20px;
	line-height:20px;
	font-weight:normal;
	color:#fff;
}

.company_news_wrapper .company_news_header ul {
  position:absolute;
  right:20px;
  top:10px;
  font-size:12px;
  line-height:15px;
  font-weight:normal;
}

.company_news_wrapper .company_news_header ul li {
	float:left;
	width:37px;
	height:37px;
}

.company_news_wrapper .company_news_header ul li a {
	display:block;
  margin: 12px 0 0;
	text-align:center;
  color:#fff;
	outline:none;
}

.company_news_wrapper .company_news_header ul li.company_news_current {
	background-color:#fff;
}

.company_news_wrapper .company_news_header ul li.company_news_current a {
	color:#ed174f;
}

/* /header */

/* list */

.company_news_wrapper .company_news_list {
	background-color:#000;
}

.company_news_wrapper .company_news_list .company_news_item_wrapper {
	display:none;
  width: 680px;
  height: 387px;
}

.company_news_wrapper .company_news_list .company_news_item_wrapper_current {
  display: block;
  position: relative;
  z-index: 1;
}

.company_news_wrapper .company_news_list .company_news_item_wrapper .company_news_item_image {
  position: absolute;
  z-index: 2;
}

.company_news_wrapper .company_news_list .company_news_item_wrapper .company_news_item_text_wrapper {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 640px;
  padding: 20px;
	background:url(../img/struct/black_alpha_70.png);

  _background-image  : none;
  _filter  : progid:DXImageTransform.Microsoft.AlphaImageLoader(
              src           = "/img/struct/black_alpha_70.png",
              sizingMethod  = "scale"
            );
}

.company_news_wrapper .company_news_list .company_news_item_wrapper .company_news_item_text_wrapper .company_news_item_title {
	display: block;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-size: 20px;
	line-height: 18px;
	color: #ED174F;
}

.company_news_wrapper .company_news_list .company_news_item_wrapper .company_news_item_text_wrapper p {
  font-size:16px;
  line-height:20px;
  color:#fff;
}

.company_news_wrapper .company_news_list .company_news_item_wrapper .company_news_item_text_wrapper .company_news_item_show {
	display:block;
	text-align:right;
  font-size:14px;
  line-height:18px;
	color:#ed174f;
	outline:none;
}

/* /list */

/* dettaglio singola news - links diretti */

.direct_links_wrapper {
	padding:5px 5px 0;
	border:1px #ddd solid;
}

.direct_links_wrapper li {
	margin:0 0 5px 0;
}

.direct_links_wrapper li a {
	color:#333;
	outline:none;
}

.direct_links_wrapper li a.current_direct_link {
	color:#f00;
}

/* /dettaglio singola news - links diretti */


/* dettaglio singola news */

.company_news_details_wrapper {
	 width:680px;
	 padding:0;
}

.company_news_details_wrapper img {
	float:left;
	width:387px;
}

.company_news_details_wrapper .company_news_details_contents_wrapper {
	float:right;
	width:273px;
	padding:0 10px;
}

.company_news_details_wrapper .company_news_details_header_wrapper {
	display:block;
	margin:0 0 10px 0;
}

.company_news_details_wrapper .company_news_details_header_wrapper h3 {
	float:left;
	width:223px;
  color: #2F2F29;
  font-size: 1.6em;
	line-height:1.6em;
}

.company_news_details_wrapper .company_news_details_header_wrapper .details_toggle {
	float:right;
	width:50px;
  margin:7px 0 0;
  color: #2F2F29;
  font-size: 1.2em;
  line-height:1.2em;
	text-align:right;
}

.company_news_details_wrapper .company_news_details_contents_wrapper p {
	margin:0 0 10px 0;
	color: #2F2F29;
	font-size: 1.2em;
	line-height:1.2em;
}

.company_news_details_wrapper .company_news_details_contents_wrapper p strong {}

.company_news_details_wrapper .company_news_details_contents_wrapper p a {
  color: #2F2F29;
	font-weight:bold;
	text-decoration:underline;
}


/* /dettaglio singola news */

/* GrigliaImmagini */

.newsGalleryTitleWrapper h2 {
	padding:5px 0 5px 10px;
}

.newsGalleryTitleWrapper .author {
  padding-left: 10px;
}

.image_grid_wrapper {
	width: 680px;
}

.image_grid_wrapper li {
	float:left;
	padding:9px;
	margin:0 9px 9px 0;
	border:1px #ddd solid;
}

.image_grid_wrapper li.imageGrid_lastItemInRow {
	margin:0 0 9px 0;
}

.image_grid_wrapper li a {
	display:block;
	font-size:0;
	line-height:0;
}

#pagebody #doublecolscont #contents .newscontainer .image_grid_wrapper li a.grid-item img {
	margin: 0px;
}





/* /GrigliaImmagini */




/* /news aziendali */



/* letter-selector */

.letterselectorcont {
  .width:682px;
  margin:0 4px 0 0;
  text-align:center;
  background: url(../img/struct/bg_paginator.gif) repeat-x left center;
  clear:both;
}

.letterselector {
  margin:0 0 0 250px;
  .margin:0 0 0 220px;
}

.letterselector li {
  float:left;
}

.letterselector li a {
  float:left;
  padding:16px 4px;
  .padding:16px 4px 13px;
  font-size:1.2em;
  line-height:1em;
  color:#6f6f6f;
}

.letterselector li a:hover {
  color:#000;
}

.letterselector li.currentitem {}

.letterselector li.currentitem a {
  font-weight:bold;
  color:#ad2c2c;
  cursor:default;
}

