/* 


CSS per Standard layout Ver.1.0
Versione fullScreen con menu sulla sinistra, news sulla destra

Addattamento per la versione customizzata di Typo3 4.0.2

*/

/*


TIPOLOGIE DI HACK UTILIZZATE:

html>body: nasconde lo script a IE Windows. (http://centricle.com/ref/css/filters/tests/child/)
E' anche chiamato 'be nice to Opera 5' nel Box Model Hack.
Viene utilizzato anche sempre dopo il Box Model Hack.

IE 5, %,5 Hack
voice-family: "\"}\"";
voice-family: inherit;

Classico hack per nascondere il codice a Explorer 5. Viene seguito dal Be Nice To Opera


*/


#language_selector{
	position:absolute;
	top:5px;
	right:0;
	z-index:1000;
	display:none;
}


/* ***************** ************** ************** */
/* ***************** TAG GENERICI ************** */
/* ***************** ************** ************** */
* {margin: 0; padding: 0;}
body {
	text-align:left;
	color: #333;
	margin:0;
	padding:0;
	border:0;
	font-family: Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size:0.83em;
	line-height:1.28em;
}
.bluegrey_georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#415267;
}
.bluelight_georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9FA8B3;
}
p{
	font-size:0.9em;
	color:#333;
	line-height:1.55em;

}

/* ***************** ************** ************** */
/* ***************** CLASSI ************** */
/* ***************** ************** ************** */
.nascosto{
	display:none;
}
.floatClear{
	clear:both;
}
a{
	color:orange;	
	/* color:#888888; */	
	text-decoration:none;
}

a:hover{
	color:orange;
	text-decoration:underline;
}

/* ***************** ************** ************** */
/* ***************** PAGINA (contiene tutto) ************** */
/* ***************** ************** ************** */
#paginaExt{
	float:left;
	padding:0; border:0; margin:0;
	border-bottom:15px solid white;
	position: relative;
	width:100%;
	background:transparent url(../i/bg_paginaEsterna.gif) top left repeat-y;
}
#paginaInt{
	float:left;
	margin:0; padding:0; border:0;
	width:100%;
	background:transparent url(../i/contenuti_fine.gif) top right repeat-y;
	}
/* ***************** ************** ************** */
/* ***************** TESTATA ************** */
/* ***************** ************** ************** */
#testata{
	margin:0;
	padding:0;
	border:0;
	background:transparent url(../i/bg_testata.gif) top left repeat-x;
	height:141px;
	width:100%;
}
#testata h1{
	display:block;
	text-indent:-9999px;
	font-size:2px;
	margin:0 0 0 22px;
	padding:0;
	border:0;
	width:190px;
	height:141px;
	background:transparent url(../i/testata.gif) top left no-repeat;
}
#testata p{
	display:none;
}
.testata_sottotitolo{
	display:none;
}

/* ***************** ************** ************** */
/* ***************** ************** ************** */
/* ***************** BARRA SERVIZI ************** */
/* ***************** ************** ************** */
/* ***************** ************** ************** */
/* ***************** MENU ************** */
/* ***************** ************** ************** */
#menu{
	position:absolute;
	display:block;
	width:662px;
	height:43px;
	left:236px;
	top:97px;
	margin:0;
	padding:0;
	border:0;
}
#menu h1{
	display:none;
}
#menu ul{
	padding:0; margin:18px 0 0 0; border:0;
	list-style:none;
}
#menu ul li{
	/* display:block;
	height:25px; */
	list-style:none;
	margin:0;
	border:0;
	border-left:1px solid #9FA8B3;
	padding:0;
	float:left;
}
#menu ul li.activeMenuItem{
	font-weight:bold;
	background:transparent url(../i/menu_selected.gif) bottom left no-repeat;
}
#menu ul li a{
	display:block;
	float:left;
	height:25px;
	margin:0;
	padding:0 10px 0 2px;
	border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	color:#2C3948;
	text-decoration:none;
}
#menu ul li a:hover{
	text-decoration:underline;
	color:orange;
	background:transparent url(../i/menu_selected_ro.gif) bottom left no-repeat;
}
#menu ul li.activeMenuItem a:hover{
	color:#2C3948;
	text-decoration:none;	
	background:transparent url(../i/menu_selected.gif) bottom left no-repeat;
}
#menu ul #mn1{ /* prima voce di menu */
	border-top:none;
}
/* ***************** MENU ************** */

/* ***************** MENU di SECONDO LIVELLO ************** */
#menu_2{
	margin:0 0 10px 0; padding:0; border:0;
	display:block;
	/* IE 5 HACK */
	voice-family: "\"}\""; 
 	voice-family:inherit;
	float:left;
	width:100%;
}
html>body #menu_2{width:100%;float:left;}

#menu_2 ul{
	list-style:none;
	margin:0 0 0 -234px;
	padding:0 0 0 234px;
	/* IE 5 HACK */
	voice-family: "\"}\"";
	voice-family: inherit;
	margin:0;
	padding:0;
	width:100%;
	float:left;
	list-style:none;
	background:#F5F6F8 url(../i/blue_gray_px.gif) top left repeat-y;
	border-bottom:1px solid #DDE1E4;
	background-color:#F5F6F8;
}
html>body #menu_2 ul{
	margin:0;
	padding:0;
	width:100%;
	float:left;
	list-style:none;
	background:#F5F6F8 url(../i/blue_gray_px.gif) top left repeat-y;
	border-bottom:1px solid #DDE1E4;
	background-color:#F5F6F8;
}
#menu_2 ul li{
	list-style:none;
	display:block;
	float:left;
	padding:5px 15px;
	background:transparent url(../i/menu_2_tratteggio.gif) center right no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#menu_2 ul li a{
	color:#2C3948;
}

#menu_2 ul li.selected a{
	font-weight:bold;
}
#menu_2 ul li a:hover{
color:orange;
}
#menu_2 ul li.selected a:hover{
color:#2C3948;
text-decoration:none;
}
/* ***************** MENU di SECONDO LIVELLO ************** */

/* ***************** MENU di TERZO LIVELLO ************** */

div#terzoLivello{ /* nelle pagine con il terzo livello questo div racchiude: menu 3° livello, foto, tutti i contenuti */
	margin:0; padding:0; border:0;
	float:left;
	/* IE 5 HACK */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:100%
}
html>body div#terzoLivello{width:100%}
div#menu_3{
	margin:0; padding:0; border:0;
}
div#menu_3 ul{
	margin:0; padding:0; border:0;
	list-style:none;
	margin-bottom:10px;
	padding-bottom:15px;
	padding-left:15px;
	padding-top:5px;
	border-bottom:1px solid #DDE1E4;
}
div#menu_3 ul li{
	margin:0 0 0 0; padding:0; border:0;
	list-style:none;
}
div#menu_3 ul li a{
	margin:0;
	background:transparent url(../i/icona_link.gif) center left no-repeat;
	padding:0 0 0 20px;
	color:#2C3948;
}
div#menu_3 ul li.selected a{
	font-weight:bold;
}
div#menu_3 ul li a:hover{
	color:orange;
}
div#menu_3 ul li.selected a:hover{
	color:#2C3948;
	text-decoration:none;
}


/* IMMAGINONA AVVANTO AL MENU DI 3° LIVELLO */
#immagineProdotti{
	display:none;
	/* IE 5 HACK */
	voice-family: "\"}\"";
	voice-family: inherit;
	display:block;
	margin:0; padding:0; border:0;
	float:left;
}
html>body #immagineProdotti{
	display:block;
	margin:0; padding:0; border:0;
	float:left;
}
#immagineProdotti div.image{
	margin:0; padding:5px 25px 15px 15px; border:0;
}
#immagineProdotti div.image div.imageContainer{
	margin:0; padding:0; border:0;
}
#immagineProdotti div.image div.imageContainer ul{
	list-style:none;
	margin:0; padding:0; border:0;
}
#immagineProdotti div.image div.imageContainer ul li{
	list-style:none;
	margin:0; padding:0; border:0;
}
#immagineProdotti div.image div.imageContainer ul li img{
	display:block;
	margin:0;
	width:none;
	float:left;
	background-color:#F3F5F7;
	padding:4px;
	margin:0;
	border:1px solid #DDE1E4;
}
#immagineProdotti div.image div.imageContainer ul li div.imageCaption{
	display:none;
}

/* ***************** MENU di TERZO LIVELLO ************** */
/* ***************** RICERCA ************** */
#ricerca{
	display:none;
	margin:0;
	padding:0;
	border:0;
	background-color:#959595;
	border-top:1px solid #D1D0D0;
	border-bottom:1px solid #D1D0D0;
	
}

#ricerca h1{
	padding:10px 0 0 10px;
	margin:0; border:0;
	font-size:1em;
	color:#333333;
}

#ricerca form{
	margin:0;
	padding:5px 10px 10px 10px;
	border:0;
}

#ricerca form p{
	margin:0;
	padding:0;
	border:0;
}

#campoRicerca{
	display:block;
	margin:0;
	border:1px solid #666666;
	background-color:white;
	width:80px;
	height:15px;
	font-size:0.9em;
}
#campoRicerca_submit{
	margin:7px 0 0 0;
	padding:0;
	font-size:0.9em;
	cursor:pointer;
}
#campoRicerca_label{
display:none;
}
/* ***************** RICERCA ************** */

/* ***************** ************** ************** */
/* ***************** ************** ************** */
/* ***************** AREA CONTENUTI ************** */
/* ***************** ************** ************** */
/* ***************** ************** ************** */
#contenuti{
	margin:0 0 0 236px;
	padding:0 33px 0 0;
	border:0;
	width:550px;
	/* IE 5 HACK */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:auto;
}
html>body #contenuti{width:auto;}
/* ***************** ************** ************** */
/* ***************** ************** ************** */
/* ***************** CLASSI PER TYPO 3 ************** */
/* ***************** ************** ************** */
/* ***************** ************** ************** */

/* ELEMENTI PRINCIPALI  */
div#contenutoPrincipale{
	margin:0;
	padding:0;
	border:0;
}
/* CONTENITORE ESTERNO, PER LE TRE TIPOLOGIE PRINCIPALI, CON MADALITA' FLOAT BLOCCATO*/
div#contenutoPrincipale div.image, div#contenutoPrincipale div.textpic, div#contenutoPrincipale div.text{
	margin:0;
	padding:0 0 6px 0;
	border-bottom:1px solid #E9E8E8;
	/* IE 5 HACK */
	voice-family: "\"}\"";
	voice-family: inherit;
	float:left;
	width:100%;
}
html>body div#contenutoPrincipale div.image, html>body div#contenutoPrincipale div.textpic, html>body div#contenutoPrincipale div.text{
float:left; width:100%;}
div#contenutoPrincipale div.textpicSidefloatLeft{
	margin:0;
	padding:0 0 6px 0;
	border-bottom:1px solid #E9E8E8;
}
/* ------------------------------------------- */


/* H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1 H1  */
/* DEFINIZIONE TITOLI h1 PER LE TRE TIPOLOGIE */
div#contenutoPrincipale h1{
	padding:0;
	margin:15px 10px 10px 15px;
	border:0;
	font-size:1.15em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#2C3948;
	font-style:normal;
}
/* ------------------------------------------- */

/* ------by angela - elenchi puntati------------------------------------ */
div#contenutoPrincipale ul{
	margin:15px 15px 15px 35px;
	
}
div#contenutoPrincipale li{
	margin:15px 0px 15px 0px;
}


/* ------fine angela------------------------------------- */

/* ELEMENTI IMMAGINE */
/* CONTENUTIRE IMMAGINE E DIDASCALIA */
div#contenutoPrincipale div.image div.textImageContainer div.imageContainer, div#contenutoPrincipale div.textpicLeft div.textImageContainer div.imageContainer{
	margin:0;
	border:0;
	float:left;
}
	/* il perfezionismo */
	div#contenutoPrincipale div.image div.textImageContainer div.imageContainer, div#contenutoPrincipale div.textpicLeft div.textImageContainer div.imageContainer{
		padding:0 0px 15px 10px;
	}
	html > body div#contenutoPrincipale div.image div.textImageContainer div.imageContainer, html > body div#contenutoPrincipale div.textpicLeft div.textImageContainer div.imageContainer{
		padding:0 10px 15px 10px;
	}
div#contenutoPrincipale div.textpicRight div.textImageContainer div.imageContainer{
	margin:0;
	padding:0 15px 10px 15px;
	border:0;
	float:right;
}

/* ul */
div#contenutoPrincipale div.imageContainer ul{
	list-style:none; margin:0; padding:0; border:0;
}

/* li */
div#contenutoPrincipale div.imageContainer ul li{
	list-style:none; margin:0 2px 0px 0; padding:5px; border:0;
	float:left;
}
/* li, per tutti meno explorer*/
html > body div#contenutoPrincipale div.imageContainer ul li{
	list-style:none; margin:0 10px 0px 0; padding:5px; border:0;
	float:left;
}

/* DEFINIZIONE IMMAGINE, TAG IMG */
div#contenutoPrincipale div.imageContainer ul li img{
	background-color:#F3F5F7;
	padding:4px;
	margin:0;
	border:1px solid #DDE1E4;
}

/* DEFINIZIONE DIDASCALIA, TAG DIV dentro li */
div#contenutoPrincipale div.imageContainer ul li div.imageCaption{
	/*margin:8px 0 0 0;
	padding:0 0 0 5px;*/
	margin:0; padding:0; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	font-style:italic;
	color:#666666;
}
/* ------------------------------------------- */




/*  CORPO TESTO - P - CORPO TESTO - P - CORPO TESTO - P - CORPO TESTO - P -  */
p.bodytext{
	margin:15px 15px 15px 15px;
	border:0;
	color:#333;
}

p.bodytext a{
	color:orange;

}

p.bodytext a:hover{
	color:orange;

}

/* ------------------------------------------- */



/* ***************** ELEMENTO CONTENUTO MULTIPLO IN BASSO / 3 ELEMENTI************** */
div#contenutoMultiplo{
	margin:0; padding:0; border:0;
	float:left;
	/* IE 5 HACK */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:100%;
}
html>body div#contenutoMultiplo{width:100%;}
div#contenutoMultiplo div.textpic, div#contenutoMultiplo div.text{
	margin:0; padding:10px 0 10px 0; border:0;
	float:left;
	/* IE 5 HACK */
	voice-family: "\"}\"";
	voice-family: inherit;
	width:32%;
}
html>body div#contenutoMultiplo div.textpic, html>body div#contenutoMultiplo div.text{width:32%;}
div#contenutoMultiplo div.textpic h1, div#contenutoMultiplo div.text h1{
	margin:0 0 0 15px; border:0;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#333;
}
div#contenutoMultiplo div.textpic h1 a, div#contenutoMultiplo div.text h1 a{
	padding:0 0 0 15px;
	background:transparent url(../i/news_freccina_ro.gif) center left no-repeat;
}
div#contenutoMultiplo div.textpic h1 a:hover, div#contenutoMultiplo div.text h1 a:hover{
	background:transparent url(../i/news_freccina_ro.gif) center left no-repeat;
}

div#contenutoMultiplo div.textpic div.textImageContainer{
	margin:0; padding:0; border:0;
}

div#contenutoMultiplo div.textpic div.textImageContainer div.imageContainer{
	margin:5px 0 0 0;
	padding:5px 10px 5px 15px;
	float:left;
}
/* PER TUTTI MA NON PER IE */
html > body div#contenutoMultiplo div.textpic div.textImageContainer div.imageContainer{
	margin:5px 0 0 0;
	padding:0px 19px 5px 15px;
}

div#contenutoMultiplo div.textpic div.textImageContainer div.imageContainer ul{
	list-style:none;
	margin:0; padding:0; border:0;
}

div#contenutoMultiplo div.textpic div.textImageContainer div.imageContainer ul li{
list-style:none;
	margin:0; padding:0; border:0;
}

div#contenutoMultiplo img{
	margin:0;
	background-color:#F3F5F7;
	padding:4px;
	border:1px solid #DDE1E4;
}

div#contenutoMultiplo div.textpic div.textImageContainer p{
	padding:0;
	margin:5px 15px 5px 15px;
	border:0;
	color:#333;
	font-size:0.9em;
}

div#contenutoMultiplo div.content1, div#contenutoMultiplo div.content2{
	/* IE 5 HACK */
	voice-family: "\"}\"";
	voice-family: inherit;	
	background:transparent url(../i/filoVerticaleSfumato.gif) top right no-repeat;
}
html>body div#contenutoMultiplo div.content1, html>body div#contenutoMultiplo div.content2{

	background:transparent url(../i/filoVerticaleSfumato.gif) top right no-repeat;
}
/* ------------------------------------------- */



/* ***************** ************** ************** */
/* ***************** ************** ************** */
/* ***************** BARRA UTILE (NEWS EVENTI VARIE) ************** */
/* ***************** ************** ************** */
/* ***************** ************** ************** */
#barraUtile{
	margin:0; padding:0;
	border:0;
	width:232px;
	text-align:center;
	float:left;
}
/* ***************** NEWS ************** */
#newsDestra{
	margin:0; padding:0; border:0;
}
div#barraUtile div#newsDestra h1{
		padding:10px 0 0 10px;
	margin:0 0 9px 0; border:0;
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#415267;
	font-size:1.1em;
	font-weight:normal;
}
#newsDestra ul{
	padding:0px 10px 0 10px;
	margin:0;
	border:0;
	list-style:none;
}
#newsDestra ul li{
	margin:0;
	padding:0 0 4px 0;
	border:0;
	background:transparent url(../i/news_separazione.gif) top center no-repeat;
}
#newsDestra ul li h2{
	margin:0; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#415267;
	font-size:1.1em;
	font-weight:normal;
}
#newsDestra ul li h2 a{}
#newsDestra ul li h2 a:hover{}

#newsDestra ul li p.newsDestra_data{
	padding:8px 0 0 0;
	margin:0; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#347DD7;
	font-size:0.9em;
}
#newsDestra ul li p.newsDestra_sottotitolo{
	padding:0 0 0 0;
	margin:0; border:0;
	color:#222222;
	font-style:italic;
	font-size:1em;
}
#newsDestra ul li p{
	padding:0 0 0 0;
	margin:0; border:0;
	font-size:0.85em;
}
#newsDestra ul li p.newsDestra_linkScheda{
	margin:0; border:0;
	display:inline;
	width:auto;
	font-size:0.9em;
	color:#333333;
}
#newsDestra ul li p.newsDestra_linkScheda a{
	padding:0 0 0 15px;
	background:transparent url(../i/news_freccina_ro.gif) center left no-repeat;
}
#newsDestra ul li p.newsDestra_linkScheda a:hover{
	background:transparent url(../i/news_freccina_ro.gif) center left no-repeat;
}

#link_archivio_news
{
	font-size:0.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:transparent url(../i/news_separazione.gif) top center no-repeat;
	margin:0 0 9px 0; border:0;
	padding:9px 0 0 0;
}

#link_archivio_news a
{	/* color:#B8BCC3; text-decoration:none; */
	padding:0 0 0 15px;
	background:transparent url(../i/news_plus.gif) center left no-repeat;
}
#link_archivio_news a:hover
{	/* color:#858D98; text-decoration:underline; */
	padding:0 0 0 15px;
	background:transparent url(../i/news_plus_ro.gif) center left no-repeat;
}
/* ***************** NEWS ************** */

/* ***************** ************** ************** */
/* ***************** PIEDE ************** */
/* ***************** ************** ************** */
#piede{
	width:100%;
	clear:both;
	margin:0;
	padding:0;
	border-top:1px solid #9FA8B3;
	border-bottom:1px solid #9FA8B3;
	background:#F1F4F7 url(../i/piede_fine.gif) top right no-repeat;
	height:39px;
}
#piede h1{
	display:block;
	background:transparent url(../i/piede.gif) top left no-repeat;
	width:345px;
	height:39px;
	float:left;
	text-indent:-9999px;
	font-size:2px;
	margin:0; padding:0; border:0;
}
#piede p{
	padding:12px 0 0px 0;
	margin:0 0 0 347px; border:0;
	font-size:0.9em;
	color:#FFF;
}
#piede p a{
	color:#ccc;
	text-decoration:underline;
}
#piede p a:hover{
	color:#FFF;
	text-decoration:underline;
}
/* ***************** ************** ************** */
/* ***************** ELEMENTO GRAFICO ************** */
/* ***************** ************** ************** */
#elementoGrafico{ /* DIV CHE PUņ SERVIRE PER POSIZIONARE ELEMENTI GRAFICI SUPPLEMENTARI */
	display:none;
}



/* ***************** ************** ************** */
/* ***************** ************** ************** */
/* ***************** PAGINA CON ELENCO NEWS ************** */
/* ***************** ************** ************** */
/* ***************** ************** ************** */
/* ***************** NEWS LIST IN MEZZO ALLA PAGINA ************** */

div#contenutoPrincipale h1{
	/*border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;*/
}

div#contenutoPrincipale div.news-list-container h2.news_titolo a{
	margin:7px 0 0 15px; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
div#contenutoPrincipale div.news-list-container h2.news_titolo a:hover{
	text-decoration:underline;
}

div#contenutoPrincipale div.news-list-container p.news_data{
	/* clear:right; */
	padding:8px 0 0 0;
	margin:6px 0 0 15px; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#347DD7;
	font-size:11px;
	background:transparent url(../i/news_testo_separazione.gif) top left no-repeat;
}
div#contenutoPrincipale div.news-list-container p.newsDestra_sottotitolo{
	padding:0;
	margin:0; border:0;
	color:#222222;
	font-style:italic;
	font-size:1em;
}


div#contenutoPrincipale div.news-list-container p.news_testo img{
	margin:5px 0 0 15px;
	float:left;
}

div#contenutoPrincipale div.news-list-container p.bodytext{
	padding:0;
	margin:3px 15px 3px 15px; border:0;
	font-size:1em;
	}
div#contenutoPrincipale div.news-list-container p.news_linkScheda{
	margin:0; border:0;
	display:inline;
	width:auto;
	font-size:0.9em;
	color:#333333;
}
div#contenutoPrincipale div.news-list-container p.news_linkScheda a{
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	background:transparent url(../i/news_freccina.gif) center left no-repeat;
}
div#contenutoPrincipale div.news-list-container p.news_linkScheda a:hover{
	background:transparent url(../i/news_freccina_ro.gif) center left no-repeat;
}

/* ***************** ************** ************** */
/* ***************** PAGE BROWSER ************** */
/* ***************** ************** ************** */
div#contenutoPrincipale div.news-list-browse{
	background:transparent url(../i/news_testo_separazione.gif) bottom left no-repeat;
	margin-left:15px;
}

div#contenutoPrincipale div.news-list-browse div.tx-ttnews-browsebox{
	display:block;
	border:0;
	margin:15px 15px 35px 0;
	padding:15px 0;
	text-align:left;
	background:transparent url(../i/news_testo_separazione.gif) top left no-repeat;
}
div#contenutoPrincipale div.news-list-container div.tx-ttnews-browsebox strong{
	margin-right:10px; color:#347DD7;
}
div#contenutoPrincipale div.news-list-container div.tx-ttnews-browsebox a{
	margin-right:10px;
}
/* ***************** ************** ************** */
/* ***************** NEWS SINGOLA ************** */
/* ***************** ************** ************** */

div.news-single-item h1.csc-firstHeader{
	margin:10px 0 0 15px; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
}

div.news-single-item h2.news_titolo{ /* titolo della news */
	margin:7px 0 0 15px; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight:bold;
}

div.news-single-item p.news_data{ /* data */
	/* clear:right; */
	padding:8px 0 0 0;
	margin:6px 0 0 15px; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#347DD7;
	font-size:0.9em;
}

div.news-single-item p.news-single-author{ /* autore */
	/* clear:right; */
	padding:0 0 0 0;
	margin:6px 0 0 15px; border:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#888888;
	font-size:0.9em;
	font-weight:bold;
}
div.news-single-item p.news-single-author em{ /* autore, scritta AUTORE */
	font-weight:normal;
}

div.news-single-item div.news-single-img a img{
	float:left;
	margin:5px 8px 4px 15px;
	background-color:#F3F5F7;
	padding:4px;
	border:1px solid #DDE1E4;
}

div.news-single-item div.news-single-img .news-single-imgcaption{ /*qualcosa sotto l'immagine che non voglio vedere*/
	display:none;
}

div.news-single-item p.bodytext{ /* testo principale */
	padding:0;
	margin:3px 15px 3px 15px; border:0;
	font-size:1em;
}
div#contenutoPrincipale div.news-list-container p.news_linkScheda{
	margin:0; border:0;
	display:inline;
	width:auto;
	font-size:0.9em;
	color:#333333;
}
div#contenutoPrincipale div.news-list-container p.news_linkScheda a{
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	background:transparent url(../i/news_freccina.gif) center left no-repeat;
}
div#contenutoPrincipale div.news-list-container p.news_linkScheda a:hover{
	background:transparent url(../i/news_freccina_ro.gif) center left no-repeat;
}

div.news-single-item p.news-single-backlink{
	margin:5px 0 10px 15px;
}

div.news-single-item p.news-single-backlink a{
	padding:0 0 0 15px;
	background:transparent url(../i/news_freccina_back.gif) center left no-repeat;
}
div.news-single-item p.news-single-backlink a:hover{
	background:transparent url(../i/news_freccina_back_ro.gif) center left no-repeat;
}

/* cancello la scritta "displaying... " E CONTATORE*/

div#contenutoPrincipale div.news-list-container div.tx-ttnews-browsebox p{
	display:none;
}
div#contenutoPrincipale div.news-list-container div.tx-ttnews-browsebox table{
	background:transparent url(../i/news_testo_separazione.gif) top left no-repeat;
	margin:5px 0 0 15px;
	padding:5px 0 0 0;
}

div#contenutoPrincipale div.news-list-container div.tx-ttnews-browsebox table tr td p{
	display:block;
	margin:3px;
}
			
/* ARCHIVIO NEWS */
div.news-amenu-container{
	margin:0px 0 15px 15px;
	padding:5px 0 0 0;
}
div.news-amenu-container h2{
	margin:10px 0 0 0;
	border:0;
	padding:0 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.05em;
	font-weight:bold;
	background:transparent url(../i/news_testo_separazione.gif) bottom left no-repeat;
}
div.news-amenu-container ul{
	margin:5px 0 0 0;
	padding:0;
	border:0;
	list-style:none;
}
div.news-amenu-container ul li.news-amenu-item-year{
	text-indent:0;
	margin:0;
	padding:0;
	border:0;
}
div.news-amenu-container ul li.news-amenu-item-year dd{
	font-weight:bold;
	padding:0 0 5px 0;
	margin:0;
	display:inline;
	color:#347DD7;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div.news-amenu-container ul li a{
	font-weight:normal;
	margin:0 0 0 10px;
	list-style:none;
}


/* ***************** ************** ************** */
/* ***************** CAMPO RICERCA NEWS ************** */
/* ***************** ************** ************** */

div.news-search-form
{
	background:transparent url(../i/news_testo_separazione.gif) top left no-repeat;
	margin:5px 0 0 15px;
	padding:20px 0 0 0;
}
div.news-search-emptyMsg
{
	margin:0px 0 0 15px;
	padding:10px 0 15px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

/* ***************** ************** ************** */
/* ***************** BACK TO NEWS FROM SEARCH RESULT ************** */
/* ***************** ************** ************** */
div#newsSearchBack{
	margin:15px;
	padding:15px 0;
	background:transparent url(../i/news_testo_separazione.gif) top left no-repeat;
}
div#newsSearchBack p{
	
}
div#newsSearchBack p a{
	padding:0 0 0 15px;
	background:transparent url(../i/news_freccina_back.gif) center left no-repeat;
}
div#newsSearchBack p a:hover{
	background:transparent url(../i/news_freccina_back_ro.gif) center left no-repeat;
}