/* -----------------------------------------------resetting css */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------------- MIXA CSS */

html {
    background: #969696;
}

body {
    font-family: Georgia;
    margin: auto;
    width: 995px;
    background: #ECECEC;
    text-align: left;
}

#header {
    width: 965px;
    margin-left:15px;
    margin-right:15px;
/*    height: 200px;*/
 }
 
 #logo {
	padding:10px 0px 0px 12px;
height:165px;
background:url(../images/testata/testata_bottom.gif) bottom no-repeat #FFFFFF;
}

#middle {
    width: 965px;
    margin-top: 15px;
    margin-left:15px;
    margin-right:15px;
}


#footer {
    width: 965px;
	height:200px;
    margin-top: 15px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:15px;
	padding-left:5px;
	background:url(../images/general/filetto_40.png) top repeat-x;
	display:block;
}
.footer_colonna {
	float:left;
	width:140px;
	margin:20px 20px 30px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:120%;
	color:#666;
}

.footer_intestazione {
	clear:left;
	margin-top:30px;
	width:965px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#666;
}

.footer_colonna a:active, .footer_colonna a:visited, .footer_colonna a:link {
	color:#666;
	text-decoration:none;
}

.footer_colonna a:hover {
	text-decoration:underline;
	color:#000;
}

#banner0 {
    margin-left: 15px;
	margin-right:15px;
	margin-bottom:15px;
	padding-top:15px;
    width: 965px;
    height: 60px;
   	clear:both;
}

#banner1 {
    margin-top: 15px;
    width: 705px;
    height: 90px;
    background: grey;
    float: left;
}


#banner2 {
    margin-left: 10px;
    margin-top: 15px;
    width: 250px;
    height: 90px;
    background: grey;
    float: left;
}

#banner3 {
    width: 185px;
    height: 65px;
    background: grey;
    float: left;
}

.testata_newsletter {
	float:right;
	margin:0;
	padding-top:5px;
	font-size:75%;
	line-height:110%;
	color:#4E290B;
	width:110px;
	text-align:center;
}

.testata_newsletter a:link,
.testata_newsletter a:active,
.testata_newsletter a:visited {
	color:#4E290B;
}


.sostieni {
	float:right;
	width:420px;
	margin-right:32px;
	line-height:110%;
}

.logologo {
	float:left;
}

#barra_superiore {
	width:100%;
	display:block;
	background:url(../images/general/filetto_40.png) bottom left repeat-x;
	float:left;
	clear:both;
	margin-bottom:3px;
	padding-bottom:3px;
	padding-top:3px;
}
.searchbox {
	float:right;
	font-size:80%;
	text-align:right;
	padding-right:30px;
	border: 0 none;
	height:27px;
}

.searchbox #searchfield {
	/* border: 0 none;
	 background:url(../images/cerca/search01.gif) left top no-repeat; */
	width:200px;
	height:17px;
}

.searchbox #searchbutton {
	border: 0 none;
	background:url(../images/cerca/search_button.gif) left bottom no-repeat;
	width:70px;
	color:#333;
	height:21px;
}

/* ----------------------------------------------------------- MAPPA */

.mappa {
	margin:10px 0px 10px 0px;
	text-align:right;
}
#barra_mappa {
	width:965px;
	background:url(../images/general/freccia_white.png) left top no-repeat;
}
#barra_mappa_index {
	width:705px;
	overflow: hidden;
}
#testo_mappa {
	width:130px;
	margin-right:10px;
	float:left;
	background:url(../images/general/filetto_40.png) left bottom no-repeat;
}
#flashcontent {
	width:765px;
	float:left;
}

.istruzioni {
	margin-top:80px;
	background:url(../images/general/filetto_40.png) left top no-repeat;
	color:#666;
	text-align:left;
	font-size:90%;
	line-height:120%;
}

/* ----------------------------------------------------------- TESTI */

a:active, a:link, a:visited {
	color:#09F;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}

.articolo_testo {
font-family:Arial, Helvetica, sans-serif;
color:#464646;
font-size:90%;
line-height:130%;
margin:10px 0 0 0;
}

.risposta_1_risposta,
.risposta_2_risposta,
.risposta_3_risposta,
.risposta_4_risposta,
.risposta_5_risposta,
.articolo_colonna p, .evento p, .personaggio p {
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:0.8em;
line-height:130%;
}

.green {
	color:#AAC831;
}

.generic_right {
	font-size:90%;
	line-height:120%;
	color:#666666;
	margin-top:10px;
	margin-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	background:url(../images/general/filetto_40.png) bottom left repeat-x;
}
 
/* ----------------------------------------- CSS relativo alla home */


.citazione {
    margin-top:64px;
	border-bottom:dotted 1px #666;
	border-top:dotted 1px #666;
	background:url(/files/static/images/virgolette.png) no-repeat top left;
	color:#999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.7em;
	line-height:120%;
}

.citazione_immagine {
	border-bottom:dotted 1px #666;
	margin-bottom:5px;
	height:75px;
	overflow:hidden;
}

.data {
	margin:8px 0 0 15px;
	left:470px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 65%;
    font-weight: bold;
    color: #777;
	width:130px;
	float:left;
}
.home_inchiesta {
    width: 705px;
    height: 330px;
    margin-right: 10px;
    background: #FFFFFF;
    float: left;
	overflow:hidden;
}

.occhiello_inchiesta, .occhiello_mixalight {
	color:#FFF;
	font-size:90%;
	line-height:120%;
	padding:12px;
	background:url(/files/static/images/general/black50.png);
}

.occhiello_inchiesta {
width:230px;
height:253px;
}

.occhiello_mixalight a:active, .occhiello_mixalight a:visited, .occhiello_mixalight a:link,
.occhiello_inchiesta a:active, .occhiello_inchiesta a:visited, .occhiello_inchiesta a:link {
	color:#FFF;
	text-decoration:none;
}

.occhiello_mixalight a:hover,
.occhiello_inchiesta a:hover {
	text-decoration:underline;
	color:#09F;
}

.home_inchiesta_titolo {
    height: 45px;
    width: 705px;
    background: url(/files/static/images/home/storia_copertina.png) no-repeat;
}

.home_corpo_inchiesta {
    height: 300px;
    width: 705px;
}

.home_A2 .contenuto {
height: 227px;
display:block;
overflow:hidden;
}

.strillo_corpo {
height:200px;
display:block;
overflow:hidden;
}

.strillo_titolo {
font-size:180%;
line-height:110%;
margin-bottom:10px;
}

.strillo_testo {
font-size:90%;
line-height:120%;
color:#333333;
}

.home_C3 .contenuto {
height: 197px;
}


.home_A2 {
    width: 250px;
    height: 250px;
    background: #FFFFFF;
    float: left;
    margin-bottom: 15px;
}

.home_C1_B {
    width: 250px;
/*    height: 65px; */
    background: url(/files/static/images/virgolette.png) no-repeat 5px 8px #999;
    float: left;
	color:#FFF;
	margin-top:10px;
}

.home_A3 {
    width: 250px;
    height: 65px;
    background: #00b6bd;
    float: left;
	color:#FFF;
}

.inner {
height:175px;
display:block;
overflow:hidden;
}

.home_C1 .inner {
height:96px;
}

.home_C1_B .contenuto,
.home_A3 .contenuto {
/*	height:41px; */
}
.frasecitazione {
		font-weight:bold;
		font-size:0.9em;
		line-height:130%;
}

.autorecitazione {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
}

.home_news {
    width: 510px;
    height: 250px;
    background: #FFFFFF;
    float: left;
	color:#FFF;
}

.home_news .contenuto {
margin:0;
padding:0;
}

.home_news_left, .home_news_strillo {
background:#00b6bd;
}


.home_news_left {
	width:510px;
	height:208px;
    float: left;
	margin:0;
	background:#00b6bd;
	overflow:hidden;
}

.home_news_left .angolobottomsx,
.home_news_left .angolobottomdx {
height:210px;
}

.home_news_left .contenuto {
    margin:0;
    padding:0;
}

.home_news_left_lista {
    width: 120px;
    height: 100px;
    float: left;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:uppercase;
}

.home_news_left_lista ul {
    list-style:none;
    list-style-image:none;
    list-style-type:none;
    margin:0;
    padding:0;
    font-size:11px;
}


.home_news_left_lista li {
    list-style:none;
    display:block;
    padding:8px 10px;
    border-bottom:#FFF 1px solid;
    background:#63c8ce;
}

.home_news_left_lista li:hover {
    background:#00B6BD;
}

.home_news_left_lista .chosen {
    background:#00B6BD;
   
}

.home_news_left_foto {
    margin:10px 10px 0 10px;
    float: left;
    height: 185px;
    width: 185px;
    overflow: hidden;
}

.home_news_left_abstract {
	margin:10px 0 0 0;
    float: left;
    height: 185px;
	width:170px;
    overflow: hidden;
	font-size:110%;
	line-height:120%;
	
}

.home_news_left_abstract a:link,
.home_news_left_abstract a:active,
.home_news_left_abstract a:visited {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.home_news_left_abstract a:link {
	color:#000;
	text-decoration:underline;
}


.home_news_strillo {
    width: 240px;
    height: 190px;
    float: left;
    margin-left:10px;
	text-align:center;
}

.numerostrillo {
	float:left;
	display:block;	
	font-size:50px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 5px 0 0;
	margin-right:10px;
	border-right:1px dotted #fff;
}
.testostrillo {
	margin-left:15px;
	font-size:90%;
	line-height:110%;
}

.home_news_strillo .contenuto {
	height:166px;
}

.home_rubriche {
    width: 185px;
    height: 516px;
    margin-top: 15px;
    background:#ffffff;
    clear: both;
    margin-bottom:10px;
}

.rubriche_home .contenuto {
	height:462px;
}

.titolo_rubrica {
	line-height:25px;
	font-size:80%;
	padding:0 0 0 5px;
	display:block;
	background:#AAC831;
	color:#FFF;
	border-top:#FFF solid 1px;
	font-style:italic;
	font-weight:bold;
}

.titolo_rubrica a:hover {
	color:#FFF;
	text-decoration:none;
}

.rubrica-home {
	height:80px;
	background:#AAC831;
	padding:10px 4px 4px 4px;
	text-align:center;
	font-size:100%;
	line-height:110%;
	color:#FFF;
	margin:0;
}

.rubrica-home a:active, .rubrica-home a:visited, .rubrica-home a:link {
color:#FFF;
text-decoration:none
}

.rubrica-home a:hover {
	text-decoration:underline;
}

#rubrica-home-0 {
	font-size:300%;
}

.home_C1 {
    width: 250px;
    height: 250x;
    margin-top: 15px;
    margin-right:10px;
    float: left;
}

.home_C1_A {
/* height:175px; */
    margin-top:15px;
    background:#FFFFFF;
    float:left;
}

.home_editoriale .contenuto,
.home_eventi .contenuto,
.home_mediacenter .contenuto {
height:197px;
}

.home_sondaggi .contenuto {
height:197px;
overflow:hidden;
}

.domanda_home {
	line-height:120%;
	font-size:120%;
	margin-top:20px;
}

.home_C1 h1 {
	font-size:140%;
	margin-top:5px;
	margin-bottom:5px;
	color:#666666;
	font-weight:normal;
	line-height:125%;
	height:150px;
	display:block;
	overflow:hidden;
}

.home_sondaggi .risposta {
margin-bottom:3px;
font-size:80%;
padding-bottom:3px;
color:#666666;
background:url(../images/general/filetto_40.png) repeat-x bottom left;
}

.tasto {
background:url(../images/general/filetto_40.png) repeat-x top left;
margin-top:5px;
padding-top:12px;
line-height:80%;
font-size:65%;
font-weight:bold;
text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif;
color:#666;
}

.home_mediacenter {
    width: 250px;
    height: 250px;
    margin-left:10px;
    background: #FFFFFF;
    float: left;
}

.home_B2 {
    width: 250px;
    height: 249px;
    background: #FFFFFF;
    float: left;
}

.home_C3 {
    width: 185px;
    height: 250px;
    margin-left: 10px;
    background: #FFFFFF;
    float: left;
}

#sotto_sondaggi {
    background:url(../images/home/sondaggi_sotto.png) no-repeat top left;
}

.home_reportage_img {
width:230px;
overflow:hidden;
display:block;
}

.home_reportage_titolo {
	font-size:120%;
	margin-top:5px;
}
.home_reportage_testo {
	font-size:80%;
	color:#333;
	line-height:120%;
	margin-top:5px;
}

/* CSS relativo agli articoli */
#articolo_header {
    width: 965px;
    margin-left:15px;
    margin-right:15px;
/*    height: 200px;*/
    background: yellow;
}

#articolo_middle {
    width: 965px;
    margin-top: 15px;
    margin-left:15px;
    margin-right:15px;
    background: #FFFFFF;
}


#articolo_left {
    width: 130px;
    margin-right: 10px;
    float: left;
	font-family:Arial, Helvetica, sans-serif;
}

#articolo_center {
    width: 561px;
    margin-right: 10px;
    background: #FFFFFF;
    float: left;
    padding: 0px;
}

#articolo_right {
    width: 250px;
    float: left;
}

/* #articolo_center_no_right {
    width: 801px;
    background: #FFFFFF;
    float: left;
    padding: 12px;
} */

#articolo_center_no_right {
    width: 810px;
    float: left;
}

#articolo_footer {
    width: 965px;
    height: 325px;
    margin-top: 15px;
    margin-left:15px;
    margin-right:15px;
    margin-bottom:15px;
    background: grey;
}

.divisore, .divisore_news, .divisore_dimmi_chi_sei {
    background-image:url('/files/static/images/divisore.png');
    background-repeat:repeat-x;
    background-position:top right;
    width: 528px;
    height: 2px;
    padding: 0px;
}

.divisore_white {
    width: 528px;
    height: 2px;
    padding: 0px;
	clear:both;
}

.articolo_sottotitolo {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-transform:uppercase;
	font-size:0.7em;
	line-height:130%;
	margin:8px 0px 10px 0px;
}

/*---------------------------------------------- ARTICOLI TITOLI */

.freepress_top,
.racconto_top,
.contatti_top,
.scheda_top,
.foto_top,
.audio_top,
.video_top,
.editoriale_top,
.indirizziutili_top,
.inchiesta_top,
.reportage_top,
.eventi_top,
.sondaggi_top,
.mixapervoi_top,
.mixalight_top,
.stranagente_top,
.newsmilano_top,
.newsitalia_top,
.newseuropa_top,
.newsmondo_top,
.storievere_top,
.economixa_top,
.costume_top,
.giovani_top,
.sport_top,
.dimmi_chi_sei_top,
.conosci_top {
	height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	line-height:105%;
	margin:8px 0px 10px 0px;
	padding-left:40px;
}

.newsletter_top{
	background:url(../images/testata/newsletter.png) no-repeat top left;
	color:#F90;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	line-height:105%;
	margin:8px 0px 10px 0px;
	padding-left:60px;
}


.archivio_top {
height:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	line-height:105%;
	margin:8px 0px 10px 0px;
	padding-left:70px;
}

.scheda_top,
.indirizziutili_top,
.newsitalia_top,
.newseuropa_top,
.newsmondo_top,
.newsmilano_top,
.inchiesta_top {
	color:#00B6BD;
	background:url(../images/news/news.png) top left no-repeat;
}

.dicono_top {
	color:#f6931e;
	background:url(../images/dicono_icon.png) top left no-repeat;
	height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	line-height:105%;
	margin:8px 0px 10px 0px;
	padding-left:60px;
}

/* .foto_top,
.audio_top,
.video_top {
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size:90%;
	line-height:105%;
	margin:8px 0px 0px 0px;
	color:#A68C2D;
} */
.foto_top,
.audio_top,
.video_top {
	color:#A68C2D;
}

.eventi_top, .mixapervoi_top, .mixalight_top, .stranagente_top, .storievere_top, .economixa_top, .costume_top, .giovani_top, .sport_top, .dimmi_chi_sei_top, .conosci_top, .racconto_top {
color:#AAC831;
}

.articolo_titolo, .articolo_titolo_stranagente, .articolo_titolo_foto, .articolo_titolo_audio, .articolo_titolo_video {
    font-size: 220%;
	line-height:120%;
    text-align:left;
	margin:5px 0;
}

.articolo_titolo_foto, .articolo_titolo_audio, .articolo_titolo_video {
	padding-top:4px;
}

.articolo_titolo a:active, .articolo_titolo a:visited, .articolo_titolo a:link {
color:#000000;
text-decoration:none;
}

.articolo_titolo a:hover {
text-decoration:underline;
}

/*---------------------------------------------- PAGINAZIONE */
.page-navigation {
	font:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#666;
}

/*---------------------------------------------- COMMENTI */

.bacheca {
	background:url(../images/news/tab_bacheca.png) no-repeat top left;
	padding-top:22px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:20px;
}

.scrivi {
	line-height:120%;
	background:url(../images/general/filetto_40.png) repeat-x top;
	padding-top:10px;
	font-size:80%;
}

.scrivi p {
	margin:15px 0px;
}

.scrivi input {
}

.scrivi label {
	display:inline-block;
text-align:left;
width:120px;
}

.submit {
	padding-left:120px;
}

.leggi {
	background:url(../images/general/filetto_40.png) repeat-x top;
	padding-top:20px;
	font-size:80%;
	line-height:130%;
}
.commento {
	margin:10px 0px 20px 0px;
}

.dati_commento {
		background:url(../images/general/filetto_40.png) repeat-x bottom;
		padding-bottom:5px;
		margin-bottom:5px;
}

.nome_commento {
	color:#F60;
	font-weight:bold;
}

.data_commento {
	float:right;
	color:#666;
	font-size:70%;
}

.testo_commento {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

/*---------------------------------------------- STILE MENU SINISTRA */


a onclick:hover {
	text-decoration:none;
}
.articolo_left a.hover {
	text-decoration:none;
}

.menu {
    cursor:pointer;
}

.menu a {
	font-size:1em;
	color:#333;
	text-decoration:none;
}

.menu .menu_reportage_selected,
.menu .menu_rubriche_selected,
.menu .menu_inchieste_selected,
.menu .menu_editoriale_selected,
.menu .menu_news_selected,
.menu .menu_rubriche_selected,
.menu .menu_mediacenter_selected,
.menu .menu_sondaggi_selected,
.menu .menu_eventi_selected,
.menu .menu_archivio_selected,
.menu a,
#sotto_menu_0 a,
#sotto_menu_1 a,
#sotto_menu_2 a,
#sotto_menu_3 a {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.sotto_menu {
	border-bottom:1px solid #CCC;
	padding-left:5px;
}

#sotto_menu_0 a,
#sotto_menu_1 a,
#sotto_menu_2 a,
#sotto_menu_3 a {
    color: #A7A6A6;
    text-decoration:none;
    font-size: 0.7em;
}

#sotto_menu_0 a:hover {
   color: #33BBBD;
}


#sotto_menu_1 a:hover {
   color: #A3C815;
}

#sotto_menu_2 a:hover {
   color: #C6AD28;
}

#sotto_menu_3 a:hover {
   color: #DD443A;
}

.menu_reportage,
.menu_rubriche,
.menu_inchieste,
.menu_editoriale,
.menu_mediacenter,
.menu_sondaggi,
.menu_news,
.menu_eventi,
.menu_freepress,
.menu_archivio {
    width: 120px;
    display: block;
    padding-left: 5px;
    color:#999;
    border-bottom:1px solid #CCC;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    line-height:180%;
    text-decoration:none;
}

a:link span.menu_inchieste,
a:active span.menu_inchieste,
a:visited span.menu_inchieste,
.menu_editoriale a:link,
.menu_editoriale a:active,
.menu_editoriale a:visited,
.menu_reportage a:link,
.menu_reportage a:active,
.menu_reportage a:visited,
.menu_news a:link,
.menu_news a:active,
.menu_news a:visited,
.menu_rubriche a:link,
.menu_rubriche a:active,
.menu_rubriche a:visited,
.menu_mediacenter a:link,
.menu_mediacenter a:active,
.menu_mediacenter a:visited,
.menu_sondaggi a:link,
.menu_sondaggi a:active,
.menu_sondaggi a:visited,
.menu_eventi a:link,
.menu_eventi a:active,
.menu_eventi a:visited,
.menu_freepress a:link,
.menu_freepress a:active,
.menu_freepress a:visited,
.menu_archivio a:link,
.menu_archivio a:active,
.menu_archivio a:visited,
.menu_contatti a:link,
.menu_contatti a:active,
.menu_contatti a:visited {
	color:#999;
	text-decoration:none;
}

a span.menu_inchieste_selected,
a:hover span.menu_inchieste_selected,
a:hover span.menu_inchieste,
.menu_reportage_selected a,
.menu_reportage_selected a:hover,
.menu_reportage a:hover,
.menu_editoriale_selected a,
.menu_editoriale_selected a:hover,
.menu_editoriale a:hover,
.menu_news_selected a,
.menu_news_selected a:hover,
.menu_news a:hover,
.menu_rubriche_selected a,
.menu_rubriche_selected a:hover,
.menu_rubriche a:hover,
.menu_mediacenter_selected a,
.menu_mediacenter_selected a:hover,
.menu_mediacenter a:hover,
.menu_sondaggi_selected a,
.menu_sondaggi_selected a:hover,
.menu_sondaggi a:hover, 
.menu_eventi_selected a,
.menu_eventi_selected a:hover,
.menu_eventi a:hover,
.menu_freepress_selected a,
.menu_freepress_selected a:hover,
.menu_freepress a:hover,
.menu_archivio_selected a,
.menu_archivio_selected a:hover,
.menu_archivio a:hover,
.menu_contatti_selected a,
.menu_contatti_selected a:hover,
.menu_contatti a:hover {
	color:#FFF;
	text-decoration:none;
}

.menu_reportage_selected,
.menu_reportage:hover,
.menu_inchieste_selected,
.menu_inchieste:hover,
.menu_editoriale_selected,
.menu_editoriale:hover,
.menu_news_selected,
.menu_news:hover,
.menu_rubriche_selected,
.menu_rubriche:hover,
.menu_mediacenter_selected,
.menu_mediacenter:hover,
.menu_sondaggi_selected,
.menu_sondaggi:hover,
.menu_eventi_selected,
.menu_eventi:hover,
.menu_archivio_selected,
.menu_archivio:hover {
    padding-left: 5px;
    color: #FFFFFF;
    display: block;
	border-bottom:1px solid #CCC;
	line-height:180%;
	width: 120px;
	font-size:12px;
	text-decoration:none;
}

.menu_freepress_selected,
.menu_freepress:hover,
.menu_archivio_selected,
.menu_archivio:hover {
    padding-left: 5px;
    color: #FFFFFF;
    display: block;
    border-bottom:1px solid #CCC;
    line-height:180%;
    width: 120px;
    font-size:12px;
    text-decoration:none;
}



.menu_reportage_selected,
.menu_inchieste_selected,
.menu_editoriale_selected,
.menu_news_selected,
.menu_rubriche_selected,
.menu_mediacenter_selected,
.menu_sondaggi_selected,
.menu_freepress_selected,
.menu_eventi_selected,
.menu_archivio_selected {
    font-weight:bold;
}

.menu_inchieste_selected,
.menu_inchieste:hover {
    background: #33BBBD;
}

.menu_editoriale:hover,
.menu_editoriale_selected {
    background: #d9392c;
}

.menu_news:hover,
.menu_news_selected {
    background: #33BBBD;
}

.menu_rubriche:hover,
.menu_rubriche_selected {
    background:#A7C430;
}

.menu_mediacenter:hover,
.menu_mediacenter_selected {
    background:#AC912F
}

.menu_sondaggi_selected,
.menu_sondaggi:hover {
    background: #297fb4;
}

.menu_eventi_selected,
.menu_eventi:hover {
    background: #A7C430;
}


.menu_freepress_selected,
.menu_freepress:hover {
    background: #00B7FF;
}

.menu_archivio_selected,
.menu_archivio:hover {
    background:#dd5843;
}

.menu_reportage_selected,
.menu_reportage:hover {
	background:#afb430;
}



/* menu page */

.menu_page {
margin:10px 0;
color:#333333;
font-size:80%;
}

.menu_page a:active, .archivio_anni a:visited, .archivio_anni a:link {
color:#333333;
text-decoration:none;
} 

.menu_page a:selected {
color:#dd5843;
text-decoration:none;
}

.menu_page a:hover {
color:#dd5843;
text-decoration:underline;
}




/* ------------------------------------- INCHIESTA */

.inchiesta_top {
	background:url(../images/storia.png) top left no-repeat;
}

.inchiesta_right {
    /*	margin-top:50px; */
	background:#00B6BD;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

.inchiesta_right a:active, .inchiesta_right a:visited, .inchiesta_right a:link, .inchiesta_right a:hover {
color:#FFFFFF;
text-decoration:underline;
}

.inchiesta_right_titolo {
	background:url(../images/general/frecciadown15.png) left top no-repeat;
	padding-left:70px;
	font-size:1.3em;
	line-height:125%;
	font-weight:bold;
	height:80px;
}

.inchiesta_right_testo {
	font-size:0.8em;
	line-height:130%;
}

.inchiesta_right_intervista {
	background:#FFE700;
	font-size:90%;
	color:#333;
	line-height:120%;
}

.titolo_intervista {
	font-size:170%;
	line-height:110%;
}

.inchiesta_strillo {
    float:left;
    width: 260px; 
    margin: 8px; 
	font-size:160%;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
    color: #2DA7D7;
}

.dati_strillo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	color:#33BBBD;
}


/* ----------------------------------------------- Culture allo Specchio */

.culture_left, .culture_right {
    width: 310px;
    float:left;
	background:#FFF;
}

.culture_left {
margin-right:10px;
}

.culture_titolo_sfidante, .culture_titolo_italia {
	text-align:center;
	font-weight:bold;
	color:#FFF;
	font-size:120%;
	padding:12px;
}

.culture_titolo_sfidante {
	background:url(../images/rubriche/tab_sfidante.png) no-repeat top center;
}

.culture_titolo_italia {
	background:url(../images/rubriche/tab-italia.png) no-repeat top center;
}

.culture_center {
    width: 160px;
    float:left;
	margin-right:10px;
	color:#666;
	text-align:center;
}
.culture_center .box {
margin-bottom:20px;
background:#fff;
}

.nazione {
	background:url(../images/general/filetto_40.png) bottom repeat-x;
	padding:2px;
}

.culture_center a,.culture_center a:active, .culture_center a:link {
	color:#666;
	font-size:80%;
	text-decoration:none;
}

.culture_center a:visited {
		color:#999;
		text-decoration:none;
}

.culture_center a:hover {
		color:#000;
		text-decoration:underline;
}

.culture_left_proverbio,
.culture_left_gioco,
.culture_left_ricetta,
.culture_right_proverbio,
.culture_right_gioco,
.culture_right_ricetta {
	padding:10px 0px;
	text-align:left;
	float:left;
	background:url(../images/general/filetto_40.png) top repeat-x;
	width:100%;
}

.culture_left_proverbio .culture_testo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:120%;
	color:#333;
}

.culture_titoletto {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	line-height:120%;
	color:#333;
}

.culture_testobase {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:120%;
	color:#333;
}

.culture_icona {
	width:60px;
	float:left;
	text-align:center;
	margin-right:5px;
}

.culture_testo {
	width:200px;
	float:left;
	padding-top:10px;
}

.culture_left_ricetta_left,
.culture_right_ricetta_right {
    width:100px;
    float:left;
}

.culture_left_ricetta_right,
.culture_right_ricetta_left {
    width:200px;
    float:left;
}
/* FINE CSS relativo a Culture allo Specchio */

/* CSS AREA NEWS */

.testo_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	margin-top:20px;
	line-height:110%;
}
.testo_commenti {
    text-align: right;
    color: gray;
    margin-right: 5px;
}
.articolo_contieni_colonne {
    margin-top: 30px;
}
.articolo_colonna {
    width: 165px;
    float: left;
}

.articolo_colonna h1 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:130%;
	line-height:110%;
	color:#000;
}

.articolo_colonna p {
font-family:Arial, Helvetica, sans-serif;
color:#333;
font-size:0.8em;
line-height:130%;
}

.articolo_colonna p {
margin-top:5px;
}

.articolo_colonna_margin {
    margin: 0px 12px 0 12px;
}
.divisore_collonne_bottom {
    margin-top: 10px;
}
.articolo_colonna_top {
    height: 10px;
    background-color:#00b6bd;
}
.divisore_news {
    width: 175.5px;
}
.divisore_news_colonna {
    float: left; 
    margin-bottom: 30px;
}

.articolo_colonna_bottom {
    margin-top: 20px;
}
.articolo_colonna_immaginette {
    float: left; 
    width: 56px;
}
.articolo_colonna_commenti {
    float: left; 
    width: 119px;
}

.link_archivio {
	color:#666;
	font-size:80%;
	margin:5px 0;
}

/* FINE CSS AREA NEWS */

/* -------------------------------------------- AREA DIMMI CHI SEI */

.dimmi_chi_sei_top {
	background:url(../images/rubriche/dimmi_chi_sei.png) top left no-repeat;
}

#dimmi_chi_sei_nome { 
    width: 300px; 
    text-align:left; 
    text-decoration: bold; 
    float: left; 
    margin:10px 0 10 0;
}
#dimmi_chi_sei_bandiera {
    width: 50px; 
    float: left; 
    margin-top:5px;
}
#dimmi_chi_sei_testo {
    width: 160px; 
    font-size: 12px;
	line-height:120%;
	color:#333;
    text-align: left; 
    float: left; 
    margin-top:10px;
}
.dimmi_chi_sei_storico {
    margin-top: 50px;
    float: left;
	background:url(../images/rubriche/tab_interviste.png) no-repeat left top;
	padding-top:25px;
}
.dimmi_chi_sei_storico_box {
	background:url(../images/mediacenter/bollo_foto.png) top center no-repeat;
    width: 122px;
    height: 200px;
    float: left;
	text-align:center;
	font-size:80%;
	color:#333;
	padding-top:6px;
	padding-left:1px;
}

.dimmi_chi_sei_foto {
	height:118px;
}

.dimmi_chi_sei_nome {
	margin:5px 0;
	text-align:center;
}

.dimmi_chi_sei_storico_divisore {
    width: 30px;
    height: 200px;
    float: left;
}
.divisore_dimmi_chi_sei {
     width: 122px;
}

.video_chisei {
	width:520px;
	margin:20px 0px 10px 0px;
}

.video_chisei object {
	width:520px;
}

.box_tocca {
	background:url(../images/rubriche/tab_tocca.png) top center no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#666;
	line-height:120%;
	padding:20px 5px;
	margin-top:0px;
}

.box_righe_domanda {
	margin-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	color:#666;
	text-align:center;
	line-height:140%;
}
	
/* FINE CSS DIMMI CHI SEI */

/* --------------------------------------------------- CONOSCI L'ITALIA */

.conosci_top {
	background:url(../images/rubriche/articolo_costituzione.png) top left no-repeat;
}

.conosci_altriarticoli {
	margin-top:20px;
	padding-top:25px;
	background:url(../images/rubriche/tab_altri-articoli.png) top left no-repeat;	
}

.conosci_altriarticoli a:hover {
color:#88B335;
text-decoration:underline;
}

.conosci_altriarticoli a:active, .conosci_altriarticoli a:link, .conosci_altriarticoli a:visited {
color:#999;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:100%;
}


.conosci_articolosingolo {
	width:120px;
	text-align:center;
	margin-top:30px;
}

.personaggio {
background:url(../images/rubriche/tab_personaggio.png) top center no-repeat;
padding-top:30px;
}

.evento {
background:url(../images/rubriche/tab_evento.png) top center no-repeat;
padding-top:30px;
margin-bottom:70px;
}

.titolo_conosci_right {
color:#999999;
font-size:130%;
text-align:center;
margin-top:10px;
margin-bottom:10px;
padding:0 0 10px 0;
background:url(../images/general/filetto_40.png) repeat-x bottom;
}

.testo_conosci_right {
padding-left:10px;
font-size:90%;
}

.immagine_conosci_right {
padding-left:10px;
}

.conosci_storico_divisore {
    width: 30px;
    height: 150px;
    float: left;
}


/* --------------------------------------------------- ITALIANI STRANA GENTE */

.stranagente_top {
	background:url(../images/rubriche/italiani_stranagetne.png) top left no-repeat;
}

.articolo_titolo_stranagente {
background:url(../images/rubriche/punto_domanda_v.png) no-repeat left;
padding-left:85px;
}

.immagine_stranagente {
float:left;
height:54px;
width:170px;
overflow:hidden;
margin-right:10px;
padding:0;
}
.stranagente_nome {
float:left;
margin-top:7px;
}

.titolo_risposta {
    width:525px;
    height: 54px;
    margin-bottom:8px;
    color:white; 
    font-size: 150%;
    background: url(../images/angolowhite_topdx.png) top right no-repeat #BCD751;
    text-transform: uppercase; 
}

.risposta_1_dati,
.risposta_2_dati,
.risposta_3_dati,
.risposta_4_dati,
.risposta_5_dati {
    width:160px; 
    float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#999999;
	line-height:140%;
	margin-right:20px;
}

.risposta_1_risposta,
.risposta_2_risposta,
.risposta_3_risposta,
.risposta_4_risposta,
.risposta_5_risposta {
    width:340px;
    float:left
}

.singola_domanda {
color:#999999;
font-size:130%;
line-height:140%;
text-align:center;
margin-top:10px;
margin-bottom:10px;
padding-bottom:10px;
background:url(../images/general/filetto_40.png) bottom repeat-x;
}

.singola_domanda a:active, .singola_domanda a:visited, .singola_domanda a:link {
color:#999999;
text-decoration:none;
}

.singola_domanda a:hover {
color:#333333;
text-decoration:underline;
}

.ultime_domande {
	background:url(../images/rubriche/tab_ultime.png) top center no-repeat;
	padding-top:25px;
}

.prossima_domanda {
	background:url(../images/rubriche/tab_next_domanda.png) top center no-repeat;
	padding-top:25px;
	margin-bottom:60px;
}

.prossima_domanda .disclaimer {
margin-top:10px;
color:#666;
font-size:80%;
line-height:120%;
}

/*-------------------------------------------------------------------- STORIE VERE */


.storievere_top {
	background:url(../images/rubriche/storie_vere.png) left top no-repeat;
}

.foto_identita {
	float:right;
	text-align:right;
	height:100px;
	overflow:hidden;
	margin-right:10px;
}

.storievere_right {
	background:#AAC831;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

.identita {
	float:left;
	width:150px;
	background:#e9e9e9;
	font-size:80%;
	padding:0;
	margin:0 20px 10px 0;
}


.dato {
	margin-top:10px;
	line-height:110%;
}
/*-------------------------------------------------------------------- ECONOMIXA */

.economixa_top {
	background:url(../images/rubriche/economixa.png) left top no-repeat;
}

.green_strillo {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:140%;
	line-height:120%;
	color:#A7C430;
	margin-bottom:10px;
}

.box_righe {
	background:url(../images/general/filetto_40.png) top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#666;
	line-height:120%;
	padding:20px 5px;
	margin-top:60px;
}

.box_righe_titolo {
	font-size:170%;
	line-height:110%;
	font-weight:bold;
	margin-bottom:10px;
}

.box_righe_testo img {	
	width:250px;
}

.divisore_piccolo {
	height:10px;
	background:url(../images/general/filetto_40.png) repeat-x bottom;
}

.economixa_opinione {
	background:#A7C430;
	margin-bottom:30px;
	color:#FFFFFF;
}

.economixa_opinione_testata {
	background:url(../images/rubriche/opinione_inv.png) 5px 0px no-repeat;
	height:30px;
	padding:0px 0 0 40px;
	margin:10px 0 0 5px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:60%;
	color:#333;
	line-height:110%;
}
.economixa_opinione_titolo {
	color:#000;
	font-size:16px;
}
.economixa_opinione_testo {
	padding:10px;
	font-size:80%;
	line-height:120%;
	color:#333;
}

/*-------------------------------------------------------------------- COSTUME E SOCIETÀ */
.costume_top {
	background:url(../images/rubriche/costume_e_societa.png) no-repeat top left;
}

.artiglio {
	float:left;
	background:url(../images/rubriche/artiglio_talpa.png) 10px 10px no-repeat #A7C430;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:120%;
	color:#333333;
}

.box_grey, .box_grey300 {
	background:#e9e9e9;
	margin-right:15px;
	margin-bottom:10px;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:120%;
	color:#333333;
}

.box_grey300 {
	width:300px;
	float:left;
}
.box_grey {
	width:100%;
}

.box_grey_titolo {
	background:url(../images/general/filetto_40.png) bottom repeat-x;
	color:#000;
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
}

.artiglio .contenuto {
	padding-top:60px;
}

.dicci {
background:url(../images/rubriche/tab_dicci.png) top center no-repeat;
padding-top:30px;
margin-bottom:70px;
}
.dicci_punto {
		background:url(../images/rubriche/punto_domanda_v.png) left no-repeat;
		padding:0;
		margin:0;
}
.dicci .titolo_conosci_right {
	padding:10px 0 10px 10px;
	height:70px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:80%;
	color:#A7C430;
	text-align:left;
	text-transform:uppercase;
	line-height:110%;
}

.testo_dicci_right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:120%;
	color:#333;
	padding-left:5px;
}

/*-------------------------------------------------------------------- GIOVANI */
.giovani_top {
	background:url(../images/rubriche/giovani.png) no-repeat top left;
}

/*-------------------------------------------------------------------- SPORT */
.sport_top {
	background:url(../images/rubriche/sport.png) no-repeat top left;
}
.articolo_colonna_top_sport {
    height: 10px;
    background-color:#A7C430;
}

/*-------------------------------------------------------------------- APPUNTAMENTI */

.appuntamenti_milano_right {
	background:url(../images/rubriche/appuntamenti.png) top center no-repeat;
	padding-top:30px;
}
.appuntamenti_generale_singolo,
.appuntamenti_milano_singolo {
	margin:20px 0px;
}
.appuntamenti_titolo {
	text-transform:uppercase;
	font-size:140%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:3px;
}

.appuntamenti_milano_singolo .appuntamenti_titolo,
.appuntamenti_titolo a:link, .appuntamenti_titolo a:active, .appuntamenti_titolo a:visited {
color:#999;
}
.appuntamenti_titolo a:hover {
color:#3399FF;
}

.appuntamenti_generale_singolo .appuntamenti_titolo {
	color:#A7C430;
}
.appuntamenti_testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:130%;
	color:#333;
}

.appuntamenti_data {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:70%;
	line-height:100%;
	font-weight:bold;
	color:#999;
	margin-bottom:3px;
}

/*-------------------------------------------------------------------- MIXALIGHT */

.mixalight_top {
	background:url(../images/rubriche/mixa_light.png) top left no-repeat;
}

.mixalight_titolo_musica,
.mixalight_titolo_libri, 
.mixalight_titolo_cinema {
	color:#FFF;
	font-size:100%;
	font-weight:bold;
	padding:6px 0px 0px 30px;
	height:25px;
}

.divisore_30 {
	background:url(../images/general/filetto_40.png) repeat-x top;
	height:45px;
	width:100%;
}


.mixalight_articolo_testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:120%;
	color:#333;
}
.mixalight_articolo_testo img {
	margin:0 0 10 10px;
	float:right;
}

.mixalight_articolo_dati {
	background:	url(../images/general/filetto_40.png) repeat-x bottom;
	margin:3px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	color:#333;
	padding-bottom:3px;
}

.mixalight_titolo_musica {
	background:url(../images/rubriche/barra_musica.png) top left no-repeat;
}

.mixalight_titolo_libri {
	background:url(../images/rubriche/barra_libro.png) top left no-repeat;
}

.mixalight_titolo_cinema {
	background:url(../images/rubriche/barra_cinema.png) top left no-repeat;
}

.occhiello_mixalight {
width:170px;
height:250px;
}
.comandi_mixalight {
font-family:Arial, Helvetica, sans-serif;
font-size:80%;
color:#FFFFFF;
line-height:100%;
text-align:left;
}

/*-------------------------------------------------------------------- MIXA PER VOI */

.mixapervoi_top {
	background:url(../images/rubriche/bollo_freccia.png) top left no-repeat;
}


/*-------------------------------------------------------------------- MEDIA CENTER */


.foto_top {
	background:url(../images/mediacenter/small/foto.png) top left no-repeat;
}

.video_top {
	background:url(../images/mediacenter/small/video.png) top left no-repeat;
}

.audio_top {
	background:url(../images/mediacenter/small/audio.png) top left no-repeat;
}

.foto_correlati,
.audio_correlati,
.video_correlati {
	margin-bottom:35px;
	padding-top:35px;
	color:#666;
	font-size:80%;
	line-height:font-family:Arial, Helvetica, sans-serif;
	padding:35px 0px 0px 5px;
}

.video_correlati {
	background:url(../images/mediacenter/video-correlati.png) no-repeat top center;
}

.audio_correlati {
	background:url(../images/mediacenter/audio-correlati.png) no-repeat top center;
}

.foto_correlati {
	background:url(../images/mediacenter/foto_correlate.png) no-repeat top center;
}

.archivio_storico {
    margin-top: 50px;
    background:url(../images/mediacenter/altri-set.png) no-repeat left top;
	padding-top:25px;
	float:left;
}

.comandi {
	width:130px;
	text-align:right;
	color:#666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	line-height:140%;
	font-weight:bold;
	float:right;
}

.mediacenter_dida {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	line-height:120%;
	width:537px;
	float:left;
}
.play {
	width:50px;
	margin-right:10px;
	height:40px;
	float:left;
	text-align:center;
}

.audio_dida {
float:left;
width:450px;
}

.audio_titolo {
	text-transform:uppercase;
	font-weight:bold;
	color:#A68C2D;
}

/* -------------------------------------------- NEWS*/

.newsmilano_top {
	background:url(../images/news/news.png) top left no-repeat;
}

.indirizzi {
background:#00B6BD;
margin:10px 0;
}

.indirizzi a:active, .indirizzi a:visited, .indirizzi a:link {
color:#FFFFFF;
text-decoration:none;
}

/* ------------------------------------------ MIXAPERVOI */

.mixapervoi_top {
	background:url(../images/rubriche/mixa_per_voi.png) top left no-repeat;
}

.mixapervoi_boxdomanda .risposta {
	line-height:130%;
	font-size:90%;
	color:#444;
	font-family:Arial, Helvetica, sans-serif;
}

.mixapervoi_boxdomanda .domanda {
	line-height:120%;
	font-style:italic;
	background:url(../images/rubriche/punto_domanda_v.png) left top no-repeat;
	padding-left:80px;
	margin-top:15px;
}

.mixapervoi_boxdomanda .domanda a:active, .mixapervoi_boxdomanda .domanda a:visited,
.mixapervoi_boxdomanda .domanda a:link {
color:#333333;
text-decoration:none;
}

.mixapervoi_boxdomanda .domanda a:hover {
color:#A7C430;
text-decoration:underline;
}

.mixapervoi_boxdomanda {
	background:url(../images/general/filetto_40.png) bottom left no-repeat;
	margin-bottom:10px;
}

.risponde {
font-family:Arial, Helvetica, sans-serif;
font-size:60%;
text-transform:uppercase;
color:#333333;
font-style:normal;
}

.mixapervoi_right_titolo {
	background:url(../images/general/frecciadown15.png) left top no-repeat;
	padding-left:70px;
	font-size:1.3em;
	line-height:125%;
	font-weight:bold;
	height:80px;
}

.redazione_domanda {
font-style:italic;
font-size:110%;
line-height:115%;
margin-bottom:10px;
}

.redazione_domanda a:active, .redazione_domanda a:link {
	color:#FFF;
}

.redazione_domanda a:hover {
	color:#0099FF;
}

.redazione_domanda a:visited {
	color:#366;
}



/* --------------------------------------------------- REPORTAGE */

.reportage_top {
	background:url(../images/reportage.png) top left no-repeat;
	color:#afb430;
}

.reportage_right {
	background:#afb430;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

.inchiesta_right_titolo {
	background:url(../images/general/frecciadown15.png) left top no-repeat;
	padding-left:70px;
	font-size:1.3em;
	line-height:125%;
	font-weight:bold;
	height:80px;
}

.inchiesta_right_testo {
	font-size:0.8em;
	line-height:130%;
}

/* ------------------------------------------ ARCHIVIO */

.archivio_top {
	color:#dd5843;
	background:url(../images/archivio/lente.png) top left no-repeat;
}
.archivio_pagina a:active, .archivio_pagina a:visited, .archivio_pagina a:link {
color:#dd5843;
text-decoration:none
}

.archivio_pagina a:hover {
text-decoration:underline;
color:#333333;
}

.archivio_anni {
margin:10px 0;
color:#333333;
}

.archivio_anni a:active, .archivio_anni a:visited, .archivio_anni a:link {
color:#333333;
text-decoration:none;
} 

.archivio_anni a:selected {
color:#dd5843;
text-decoration:none;
}

.archivio_anni a:hover {
color:#dd5843;
text-decoration:underline;
}

.archivio_data {
font-family:Arial, Helvetica, sans-serif;
font-size:60%;
margin-bottom:3px;
text-transform:uppercase;
color:#666666;
}

.archivio_titolo {
margin-bottom:15px;
line-height:120%;
}

/* ------------------------------------------ EVENTI */

.eventi_top {
	background:url(../images/evento.png) top left no-repeat;
}

/* ------------------------------------------ SONDAGGI */

.sondaggi_top {
	background:url(../images/sondaggi.png) top left no-repeat;
	color:#297fb4;
}

.tabella-sondaaggi {
}

.sondaggi_risposta {
	margin-bottom:7px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ------------------------------------------ INDIRIZZI */
.indirizziutili_top {
background:url(../images/news/notizie_servizio.png) top left no-repeat;
}

.indirizzi_pagina {
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
color:#333333;
line-height:120%;
}

.indirizzi_area {
text-transform:uppercase;
font-size:80%;
color:#00B6BD;
font-weight:bold;
}

.indirizzi_luogo {
font-weight:bold;
}

.indirizzi_dove {
color:#666666;
font-size:90%;
}

/* ------------------------------------------ EDITORIALE */

.editoriale_top {
	background:url(../images/editoriale.png) left top no-repeat;
	color:#d9392c;
}

.editoriale_sommario {
	font-size:160%;
	line-height:130%;
	font-family:Georgia, "Times New Roman", Times, serif;
    color: #d9392c;
}
.articolo_autorefoto {
	width:100px;
	float:left;
	margin:0 10px 10px 0;
}

/* ------------------------------------------ SCHEDA */

.articolo_testo tr {
border-bottom:#dadada 1px solid;
padding-bottom:2px;
margin:10px;
}
.articolo_testo td {
	padding:3px;
}

.scheda_dato, .scheda_italia, .articolo_testo td {
font-size:95%;
font-family:Georgia, "Times New Roman", Times, serif;
}
.scheda_voce, .articolo_testo td.voce {
text-transform:uppercase;
font-size:70%;
font-family:Arial, Helvetica, sans-serif;
line-height:110%;
font-weight:bold;
color:#000000;
}

.scheda_riga {
	width:800px;
	display:block;
}
.scheda_nazione {
	margin-bottom:6px;
	float:left;
	clear:both;
}
.scheda_voce {
	float:left;
	width:120px;
	padding-top:3px;
}
.scheda_dato {
	float:left;
	width:400px;
}
.scheda_italia {
	width:200px;
	margin-left:50px;
	float:left;
}
.schedasopra {
	height:15px;
	background:url(../images/scheda_sottotop.gif) top left no-repeat;
	float:left;
	width:810px;
}
.schedasotto {
	height:15px;
	background:url(../images/scheda_sottobottom.gif) bottom left no-repeat;
	float:left;
	width:810px;
}
.schedacentro {
	background:url(../images/scheda_sottocenter.gif) top left repeat-y;
	padding:0 10px 10px 10px;
	float:left;
}

.scheda {
	float:left;
}

.scheda_top {
	margin-top:0;
}

.scheda_testata .scheda_top,
.scheda_testata .articolo_titolo {
	width:550px;
}
.scheda_testata .testata_italia {
	width:220px;
	float:right;
	text-align:center;
	background:url(../images/general/filetto_40.png) bottom left repeat-x;
	font-size:140%;
	color:#666;
	padding-bottom:7px;
	padding-right:10px;
	margin-right:5px;
	height:95px;
}

.iban {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#333;
	line-height:120%;
	padding-left:10px;
	background:url(../images/general/filetto_40.png) bottom left repeat-x;
	padding-bottom:10px;
}

.cian {
	text-transform:uppercase;
	color:#000;
	font-size:80%;
	font-weight:bold;
}


.racconto_top {
        background:url(../images/mediacenter/small/vita1.png) top left no-repeat;
}


/* ------------------------------------------ NEWSLETTER */

#mailing_list_form label {
    display:inline-block;
    text-align:left;
    width:90px;
	margin-bottom:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* ------------------------------------------ FREEPRESS */

.freepress_top {
        background:url(../images/freepress/freepress_icon.png) top left no-repeat;
		color:#00B7FF;
}

.freepress_titolo {
	text-transform:uppercase;
	font-size:140%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:3px;
	color:#00B7FF;

}


.rubriche_home {
    float:left;
    width:705px;
    margin-top: 15px;
    background:white;
}

.rubriche_home .contenuto {

}

.rubriche_home .titolo {
	padding-left:0;
}


.right_home {
    float:left;
    width: 250px;
    margin: 15px 0 0 10px;
}

.rubriche_1,
.rubriche_2,
.rubriche_3 {
    width: 220px;
    float:left;
    padding-top: 10px;
}

.rubriche_2,
.rubriche_3 {
	margin-left: 10px;
}

.home_conosci {
    
}

.rubriche_1 a {
    font-size: 70%;
}

.rubriche_1 td,
.rubriche_2 td,
.rubriche_3 td {
    padding:5px;
}


.rubrica_home {
    margin-bottom: 20px;
	float:left;
	width:218px;
	background:url(../images/general/filetto_40.png) repeat-x bottom;
	padding-bottom:10px;
}

.rubrica_home .divisore {
	width:218px;
	float:left;
}

.rubrica_home .titolo {
    font-weight: bold;
    color: #ACC42A;
	margin:0 0 3px 0;
	background:none;
	font-size:120%;
}

.rubrica_home .icona {
	width:40px;
	float:left;
}

.rubrica_home .testo {
		float:left;
		width:175px;
		font-size:80%;
		line-height:120%;
}

.rubrica_home a,
.rubrica_home a:active,
.rubrica_home a:visited,
.rubrica_home a:link {
	font-size:1em;
	color:#333;
}

.divisore_rubriche {
	background:url(../images/general/filetto_40.png) repeat-x top;
	width:100%;
        height:10px;
}

#sotto_sondaggi .inner {
	height:auto;
}

.home_C1_A .contenuto {
	margin-top:10px;
}