/*
COLORS: 
arancio: #f89c26
verde militare: #827a00 (testo bussola)
grigino: #e4e4e4 (sfondo news medie)
grigio azzurro: #5d7185 (link approfondimenti)
*/

BODY {
	margin:0;
	padding:0;
	font: 70% Tahoma, Arial, sans-serif;
	color:#000;
	background: #FFF;	
	}
	
H1, H6 {display:none;}

#header {
	display:block;
	height:140px;
	background: #000 url(/images/bg-testata.gif) repeat-x left top;	
	overflow:hidden;
	}
	
#container {
	display:block;
	background: #FFF url(/images/bg-container.gif) repeat-x left top;
	}
	
.center {
	display:block;
	margin:0 auto;
	width:770px;
	}
	
#content {
	display:block;
	width:600px;
	float:right;
	}

A SPAN {display:none;}

A:HOVER {
	text-decoration:none;
	}

IMG {border:0;}
	
/******************* TOOL *****************************/

#home-page #toolbar_container {
	position: absolute;
	}


#toolbar_container {
	width:170px;
	overflow:hidden;
	top:140px;
	float:left;
	}
	

UL.tool,
UL.gadget {
	margin:0; padding:0;
	list-style-type:none;
	}
	
UL.tool LI {
	display:inline;
	}

#toolFunction {
	background-color:#f89c26;
	float:right;
	margin-top:18px;
	}
	
			#toolFunction LI {
				display:block; 
				padding:4px 7px;
				}
			
			#toolFunction LABEL {display:none;}
			
			#toolFunction A {text-decoration:none; color:#000;}
			
			#toolFunction A:HOVER, #toolFunction A:ACTIVE {
				color:#FFF;
				}
			
			#toolFunction IMG {
				vertical-align:top;
				}

				
#navigationBar {
	background: url(/images/tool/bg-navigationBar.gif) no-repeat left top;
	padding-top:60px;
	}
	
			#navigationBar LI {
				display:block;
				width:130px;
				width:170px;
				padding-bottom:7px;
				}
	
			#navigationBar A {
				display:block;
				width:146px;
				padding:2px 0 2px 24px;
				color:#FFF;
				background: url(/images/tool/ico-navigationBar.gif) no-repeat left center;
				text-decoration:none;
				text-transform:lowercase;
				}
				
			#navigationBar A:HOVER, #navigationBar A:ACTIVE {
				background: url(/images/tool/ico-navigationBar-on.gif) no-repeat left top;
				color: #f89c26;
				}
			
/****** SECONDO LIVELLO ********/
			
						#navigationBar .level2 {
							position:absolute;
							margin-top:-17px;
							margin-left:169px;
							display:none;
							border-bottom:1px solid #000;
							}
						
						#navigationBar .level2 LI {
							padding:0;
							width:200px;
							border-top:1px solid #000;
							border-right:1px solid #000;
							border-left:1px solid #000;
							}
						
						#navigationBar .level2 A {
							display:block;
							width:188px;
							color:#FFF;
							padding:4px 4px 4px 8px;
							background-color: #f89c26;
							background-image:none;							
							}
							
						#navigationBar .level2 A:HOVER {
							background: #FFF url(/images/tool/ico-freccia-2.gif) no-repeat left center;							
							color:#000;
							}
							
/***********************************/
				
#orangeBar {
	background: url(/images/tool/bg-orangeBar.gif) no-repeat left top;
	padding-top:10px;
	}
	
			#orangeBar LI {
				display:block;
				width:170px;
				background-position: left bottom;
				background-repeat:no-repeat;
				border-bottom:1px solid #FFF;
				}

/* IMMAGINE DINAMICA 			
			#orangeBar LI.italia {background-image: url(/images/tool/t-arancio-italia.gif);}
			#orangeBar LI.petizioni {background-image: url(/images/tool/t-arancio-petizioni.gif);}
			#orangeBar LI.giovani {background-image: url(/images/tool/t-arancio-giovani.gif);}
			#orangeBar LI.multimedia {background-image: url(/images/tool/t-arancio-multimedia.gif);height:90px;}
			#orangeBar LI.rivista {background: url(/images/dinamiche/image-rivista-php.gif) no-repeat 102px bottom;} 

/* FINE IMMAGINE DINAMICA */
			
			
			#orangeBar A {
				display:block;
				color:#FFF;
				width:70px;
				font-weight:bold;
				background: url(/images/tool/ico-focusBar.gif) no-repeat left center;
				text-decoration:none;
				padding:12px 70px 12px 30px;
				}
				
			#orangeBar A:HOVER, #orangeBar A:ACTIVE {
				background: url(/images/tool/ico-focusBar-on.gif) no-repeat left center;
				color:#000;
				}
				

#customer {
	background-color:#FFF;
	padding:3px 0 1px 10px;
	margin-bottom:3px;
	}
	
			#customer A {
				color:#000;
				text-decoration:none;
				float:right;
				}
				
			#customer A.none {
				float:none;
				color:#f89c26;
				font-weight:bold;
				}
				
			#customer A.none:HOVER {
				color:#000;
				}
				
			#customer A:HOVER {
				color: #f89c26;
				}
				
			#customer .divisorio {
				border-right:2px solid #f89c26;
				padding-right:10px;
				margin-right:10px;
				}
				
#bussola {
	display:block;
	width:565px;
	height:40px;
	overflow:hidden;
	background: url(/images/tool/bg-bussola.gif) no-repeat left top;
	color:#827a00;
	font-weight:bold;
	font-size:90%;
	padding-left:35px; 
	}
	
			#bussola A, #bussola SPAN {
				color:#827a00;
				display:block;
				height:21px;
				line-height:21px;
				overflow:hidden;
				float:left;
				margin-top:8px;
				text-decoration:none;
				}
				
			#bussola A:HOVER {
				text-decoration:underline;
				color:#000;
				}
				
#focusBar {
	display:block;
	width:465px;
	height:90px;
	padding-left:10px;
	font-weight:bold;
	}
	
			#focusBar A {
				display:block;
				width:80px;
				height:80px;
				padding:5px;
				overflow:hidden;
				background-color:#000;
				background-position:left top;
				background-repeat:no-repeat;
				color:#FFF;
				float:left;
				text-decoration:none;
				margin-right:1px;
				}
				
			#focusBar A SPAN {
				display:block;
				width:90px;
				height:90px;
				cursor:pointer;
				/*background-image:url(/images/tool/bg-focus.gif);*/
				padding:1px 3px;
				margin:-5px 0 0 -5px;
				background:transparent url('/images/tool/bg-focus.png') no-repeat;
				_background-image: none;
				_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/tool/bg-focus.png');
				}
				
			#focusBar A:HOVER {
				text-decoration:underline;
				}
				
/* IMMAGINI DINAMICHE 
			
					#focus1 {IMMAGINI DINAMICHE);}	
						
/* FINE IMMAGINI DINAMICHE */

#utility {
	display:block;
	width:160px;
	padding:10px 0 0 10px;
	}
	
			#utility LI {
				display:block;
				float:left;
				padding-right:1px;
				padding-bottom:2px;
				border-bottom:1px solid #f89c26;
				}
				
			#utility A {
				display:block;
				width:52px;
				height:20px;
				overflow:hidden;
				padding-top:30px;
				padding-bottom:10px;
				font-size:90%;
				font-weight:bold;
				text-align:center;
				text-decoration:none;
				color: #959595;
				background: url(/images/tool/bg-utility.gif) no-repeat;
				}
				
			#utility A:HOVER {
				color:#FFF;
				}
				
				
					#utility A.amico {
						background-position:0 0;
						}
						
							#utility A.amico:HOVER {
								background-position:0 -100px;
								}
						
					#utility A.print {
						background-position:-52px 0;
						}
						
							#utility A.print:HOVER {
								background-position:-52px -100px;
								}
					
					#utility A.commento {
						background-position:-104px 0;
						}
						
							#utility A.commento:HOVER {
								background-position:-104px -100px;
								}								

#sapere {
	clear:both;
	display:block;
	height:155px;
	padding-left:35px;
	margin-left:10px;
	padding-top:146px;
	background: url(/images/tool/bg-banner-saperne.gif) no-repeat 0 146px;	
	}
	
#toolCampagna {
	margin:10px 0 0 0;padding:5px 0;
	list-style-type:none;
	line-height:140%;
	border-top:1px solid #f89c26;
	border-bottom:1px solid #f89c26;
	}
	
	#toolCampagna LI {
		display:inline;
		}
	
	#toolCampagna A {
		color:#5d7185;
		padding:0 4px;
		border-right:1px solid #000;
		text-decoration:none;
		}
	
	#toolCampagna A:HOVER {
		color:#f89c26;
		}
	
/******************* FORM *****************************/

FORM {
	margin:0; padding:0;
	}

INPUT, SELECT, TEXTAREA {
	font: 100% Tahoma, Arial, sans-serif;	
	}
	
.nopinput {margin:0;border:none;}

input.cerca, input.accedi {color:#666;}
	
			input.cerca {border:1px solid #000; margin:0 5px;}
				
			input.accedi {border:1px solid #666; margin:0 5px 0 0;}
			
			SELECT.tipoVia {width:70px; margin-right:5px; float:left}	
			INPUT.indirizzo {width:180px; float:left; margin-right:10px;}
			INPUT.numero {width:40px;}
			
			.lab-num { float:left;text-align:right; display:block; margin-right:5px;}
	
input.freccia, input.freccia2 {
	border:0;
	width:16px;
	height:16px;
	cursor:pointer;
	overflow:hidden;
	font-size:0px;
	}
	
			input.freccia {
				background: url(/images/tool/ico-freccia.gif) no-repeat 0 -3px;
				color: #f89c26;
				}
				
			input.freccia2 {
				background: url(/images/tool/ico-freccia-3.gif) no-repeat 0 -3px;
				color: #FFF;
				}
				
FIELDSET {
	border:1px solid #f89c26;
	margin-top:10px;
	padding:10px;
	}

	FIELDSET LEGEND {
		color:#5d7185;
		margin-bottom:10px;
		font-weight: bold;
		text-transform: uppercase;
		}
		
	FIELDSET LABEL {
		display:block;
		width:180px;
		padding-right:5px;
		text-align:right;
		float:left;
		/*background-color:#FFFF00;*/
		line-height:120%;
		}
		
	FIELDSET LABEL.nowidth {
		width:auto;
		display:inline;
		float:none;
		}
		
#errore FIELDSET {
	border-color: #FF0000;
	}

#conferme {
	display:block;
	padding-top:10px;
	text-align:right;
	}
		
.red {color:#FF0000;}

/******************* NEWSTICKER ***********************/

#newsticker {
	display:block;
	width:550px;
	height:38px;
	padding-top:16px;
	padding-left:50px;
	margin-left:-10px;
	background: url(/images/tool/bg-newsticker.gif) no-repeat left top;
	overflow:hidden;
	}
	
		#newsticker A {
			color:#FFF;
			font-weight:bold;
			text-decoration:none;
			padding-right:20px;
			}
			
		#newsticker A:HOVER {
			color: #000;
			text-decoration:underline;
			}

/****************** BANNER ****************************/

#flash {
	position:absolute;
	display:block;
	width:340px;
	height:140px;
	/*background: url(/images/bg-logo.gif);*/
	}

#banner {
	margin:26px 10px 0 0;
	float:right;
	}
	
#banner2 {
	float:right;
	}

/****************** NEWS HOME ****************************/

#pagina {
	display:block;
	padding-left:10px;
	SCROLLBAR-FACE-COLOR: #FFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFF; 
	SCROLLBAR-SHADOW-COLOR: #FFF; 
	SCROLLBAR-3DLIGHT-COLOR: #FFF; 
	SCROLLBAR-ARROW-COLOR: #f89c26; 
	SCROLLBAR-TRACK-COLOR: #FFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFF;
	}
	
			#pagina .spacer8 {
				float:left;
				}

#pagina .news1 {
	display:block;
	overflow:auto;
	width:267px;
	height:150px;
	border-bottom:1px solid #f89c26;
	border-left:1px dotted #000;
	padding:0 8px 0 8px;
	margin-bottom:10px;
	float:left;
	}
	
	
#pagina .news2 {
	display:block;
	overflow:auto;
	width:130px;
	height:210px;
	border-left:1px dotted #000;
	padding:0 8px 0 7px;
	margin-bottom:10px;
	float:left;
	}
	
	
#pagina .news3 {
	display:block;
	overflow:auto;
	width:290px;
	float:left;
	}
			
			#pagina .news1 H2 {
				font: 200% "Times New Roman", Times, serif;
				margin:0;padding:0 0 2px 0;
				}
					
			#pagina H3 {
				display:block;
				height:50px;
				font: 130% "Times New Roman", Times, serif;
				margin:0;padding:0 0 2px 0;
				}
				
			#pagina H4 {
				font: 150% "Times New Roman", Times, serif;
				margin:0;padding:0 0 2px 0;
				color: #f89c26;
				}
				
			#pagina H5 {
				font-size:100%;
				margin:5px 0 0 0;
				}
							
						#pagina H2 A, #pagina H3 A {
								color: #f89c26;
								text-decoration:none;
								}
								
						#pagina H2 A:HOVER, #pagina H3 A:HOVER {
								color:#7b7b7b;
								}
							
.news1 P {
	margin:5px 0; padding:0;
	}
	
.news1 .data {
	color:#666;
	}
	
.news2 P {
	background-color:#e4e4e4;
	padding:5px;
	height:125px;
	}
	
						.news2 P IMG {
							display:block;
							margin-bottom:5px;
							}
							
.news3 A {
	display:block;
	background-color:#e4e4e4;
	padding:5px;
	margin-right:4px;
	margin-bottom:2px;
	text-decoration:none;
	color:#000;
	}
	
.news3 A:HOVER {
	background-color:#f89c26;
	color:#FFF;
	}


.last-upload, .last-comment {
	display:block;
	overflow:auto;
	width:187px;
	padding-right:5px;
	float:left;
	font-weight:bold;
	}
	
.last-upload {
	background-color:#000;
	height:61px;
	}
			
					.last-upload H5 A {
						padding:0 5px 0 18px;
						background-repeat: no-repeat;
						background-position: 0 2px;
						color:#FFF;
						}
						
					.last-comment H5 A {
						color:#000;
						}
						
							.last-upload H5 A.foto {background-image: url(/images/tool/ico-foto.gif)}
							
							.last-upload H5 A.video {background-image: url(/images/tool/ico-filmato.gif)}
					
					.last-upload A {
						color:#f89c26;
						text-decoration:none;
						} 
					
					.last-comment A {
						display:block;
						color:#FFF;
						text-decoration:none;
						margin:0 5px;
						}
						
							.last-upload A:HOVER, .last-comment A:HOVER {
								text-decoration: underline;
								}
						
					.last-upload IMG {
						border:3px solid #f89c26;
						margin-right:5px;
						float:left;
						}
			
.last-comment {
	background-color:#f89c26;
	padding-bottom:5px;
	margin-bottom:15px;
	height:56px;
	SCROLLBAR-FACE-COLOR:#f89c26;
	SCROLLBAR-HIGHLIGHT-COLOR:#f89c26; 
	SCROLLBAR-SHADOW-COLOR:#f89c26; 
	SCROLLBAR-3DLIGHT-COLOR:#f89c26; 
	SCROLLBAR-ARROW-COLOR:#000; 
	SCROLLBAR-TRACK-COLOR:#f89c26; 
	SCROLLBAR-DARKSHADOW-COLOR:#f89c26;
	}
	
#campagne-container {
	clear:both;
	display:block;
	height:160px;
	border-left:1px dotted #000;
	border-bottom: 3px solid #f89c26;
	border-right: 3px solid #f89c26;
	margin-right:15px;
	padding-left:15px;
	}
	
			#campagne-container A {
				display:block;
				width:85px;
				height:125px;
				padding-top:20px;
				background: url(/images/tool/bg-img-campagne.gif) no-repeat left top;
				float:left;
				margin-right:7px;
				text-decoration:none;
				}
				
			#campagne-container A:HOVER {
				background-image: url(/images/tool/bg-img-campagne-on.gif);
				}
				
.campagna-title {
	display:block;
	text-align:center;
	background-color:#000;
	color:#f89c26;
	padding:2px 0;
	font-size:9px;
	}

/********************** FOOTER **************************/
	
#footer {
	clear:both;
	position:relative;
	display:block;
	width:750px;
	padding:20px 15px 10px 10px;
	margin:0 auto;
	}
	
	#address {
		display:block;
		text-align:right;
		border-bottom:1px solid #e4e4e4;
		padding-bottom:5px;
		margin-bottom:5px;
		}
		
	#footer A {
		color:#000;
		text-decoration:none;
		}
		
	#footer A:HOVER {
		color:#f89c26;
		text-decoration:underline;
		}
		
	#footer SPAN {
		color:#f89c26;
		font-weight:bold;
		margin:0 5px;
		}

A.feed {
	float:right;
	display:block;
	height:16px;
	background: url(/images/tool/ico-feed.gif) no-repeat right center;
	padding-right:20px;
	}

/******************* CLASSI UTILI ***********************/

.spacer8 {
	display:block;
	width:8px;
	height:8px;
	}
	
.clear {
	display:block;
	clear:both;
	}
	

/******************* PAGINE INTERNE ***********************/

H2.documento {
	display:block;
	font: 250% "Times New Roman", Times, serif;
	color: #FFF;
	background: url(/images/bg-titolo.gif) no-repeat right bottom;
	padding:5px 10px 25px 10px;
	margin:10px 0 0 0;
	}
	
	#pagina H2.documento A:LINK, #pagina H2.documento A:VISITED {
		color:#000;
		float:right;
		font: bold 40% Tahoma, Arial, sans-serif;
		}
	
#pagina H3.documento {
	display:block;
	font: bold 100% Tahoma, Arial, sans-serif;
	background: url(/images/bg-titolo-2.gif) no-repeat left top;
	height:auto;
	margin:20px 0 2px 0;
	padding:8px 0;
	border-bottom:1px dashed #f89c26;
	}
	
P#data {
	display:block;
	width:70px;
	margin-top:-18px;
	background-color:#F6F6F6;	
	}
	
#img-singola {
	display:block;
	width:590px;
	height:200px;
	overflow:hidden;
	margin-bottom:10px;
	}
	
.img-multipla {
	display:block;
	width:150px;
	height:150px;
	overflow:hidden;
	clear:both;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	}
	
.testo {
	display:block;
	text-align:justify;
	}
	
.fine-pagina {
	display:block;
	margin-top:20px;
	border-top:1px solid #f89c26;
	}
	
#approfondimenti A {
	display:block;
	padding:2px;
	margin-bottom:2px;
	background-color:#f8fbff;
	border-bottom:1px solid #dbeaff;
	text-decoration:none;
	color:#5d7185;
	font-weight:bold;
	}
	
		#approfondimenti A:HOVER {
			background-color:#5d7185;
			color:#FFF;
			}
		
#galleria-mini A, #galleria-maxi A  {
	display:block;
	overflow:hidden;
	float:left;
	background-color: #FFF;
	
	}
	
		#galleria-mini A {
			width:20px;
			height:20px;
			margin:5px 5px 0 0;
			border:2px solid #f89c26;
			}
			
		#galleria-maxi A {
			width:100px;
			height:100px;
			margin:10px 10px 0 0;
			border:2px solid #FFF;
			background-color:#EBEBEB;
			text-align:center;
			}
			
		#galleria-maxi A IMG {
			height:100%;
			}
			
#galleria-mini A:HOVER {
	border-color:#000;
	}
	
#galleria-maxi A:HOVER {
	border-color:#f89c26;
	}
	
/******* TABELLE ********/

.bg-black {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 200%;
	background-color: #000;
	z-index:1001;
	-moz-opacity: 0.9;
	opacity:.90;
	filter: alpha(opacity=90);
	}


.tabella_nojava {
	display:block;
	width:590px;
	padding-bottom:15px;
	overflow:auto;
	border-bottom:1px solid #f89c26;
	}
	
	.tabella_nojava CAPTION {
		font-weight:bold;
		padding:3px;
		text-transform: uppercase;
		color:#000;	
		}
		
	.tabella_nojava TH {
		padding:3px;
		background-color:#e4e4e4;
		}

.tabella {
	position:absolute;
	top:165px;
	left:50%;
	margin-left:-35%;
	z-index:1002;
	display:none;
	width:70%;
	padding:20px;
	overflow:auto;
	background-color:#000;
	border:1px solid #FFF;
	}
	
		.tabella CAPTION {
			font-weight:bold;
			text-transform: uppercase;
			color:#FFF;			
			}
	
		.tabella TH {
			padding:3px;
			text-align:center;
			background-color:#f89c26;
			font-weight:bold;
			color:#FFF;
			}
			
		.tabella TD, .tabella_nojava TD {
			padding:3px;
			background-color:#FFF;
			}
			
.chiudi {
	display:block;
	height:20px;
	border-top:1px solid #f89c26;
	padding-top:5px; 
	}
	
	.chiudi A {
		display:block;
		float:right;
		width:13px;
		height:13px;
		background: url(/images/tool/ico-chiudi.gif) no-repeat left top;
		}
		
.tabella_nojava .chiudi {display:none;}
		

/*********************** PHOTO GALLERY ****************************/

H2.photo {
	display:block;
	height:55px;
	font: 250% "Times New Roman", Times, serif;
	color: #FFF;
	padding:5px 50px 5px 10px;
	margin:10px;
	background: #f89c26 url(/images/bg-gallery.gif) no-repeat right center;
	}
	
H3.h3Photo {
	font-size:100%;
	font-weight:bold;
	margin:15px 10px 10px 10px;
	padding-bottom:5px;
	border-bottom:1px solid #f89c26;
	}
	
	H3.h3Photo SPAN {
		float:right;
		font-weight:normal;
		}

#toolPhoto {
	display:block;
	padding:10px 0 10px 0;
	margin:0 10px 0 10px;
	text-align:center;
	border-top: 1px solid #bfbfbf;
	}
	
	#toolPhoto A {
		color:#0000FF;
		}
		
	#toolPhoto A:HOVER, #toolPhoto A:ACTIVE {
		color:#f89c26;
		text-decoration:none; 
		}
		
#t-left, #t-right {
	display:block;
	width:16px;
	height:17px;
	background:no-repeat left top;
	}
	
	#t-left {
		background: url(/images/tool/t-left.gif);
		float:left;
		margin-right:10px;	
		}
		
	#t-right {
		background: url(/images/tool/t-right.gif);
		float:right;
		margin-left:10px;		
		}
		
#img-container {
	display:block;
	width:500px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	}

#testoPhoto {
	display:block;
	margin:10px;
	padding-bottom:10px;
	border-bottom:1px solid #f89c26;
	}
	
.pad10 {
	display:block;
	padding:0 10px 10px 10px;
	margin-bottom:10px;
	}

/************************* CAMPAGNE  *******************************/

.macrocampagna, .campagna {
	display:block;
	height:150px;
	margin-top:15px;
	overflow:hidden;
	}
	
.campagna {
	height: 175px;
	background: url(/images/dinamiche/bg-campagne.gif) repeat-x left bottom;	
	}
	
.macrocampagna {
	width:280px;
	margin-right:15px;
	float:left;
	}
	
	.macrocampagna H5, .campagna H5 {
		border-bottom:1px solid #f89c26;
		padding:5px 0;
		text-transform: uppercase;
		}
	
	.macrocampagna IMG, .campagna IMG {
		width:100px;
		float:left;
		margin-top:8px;
		margin-right:12px;
		}
		
	.macrocampagna UL {
		display:block;
		height:110px;
		overflow:auto;
		margin-top:8px;
		margin-bottom:0;
		padding:0 0 0 19px;
		list-style: url(/images/tool/elenco-campagne.gif);
		line-height:140%;
		}
		
	.campagna UL {
		margin:8px 0 0 0;padding:0;
		list-style-type:none;
		line-height:200%;
		}
		
			.campagna UL LI {
				display:inline;
				}
		
	.macrocampagna A, .campagna A {
		color:#5d7185;
		text-decoration:none;
		}
		
	.campagna A {
		padding-right:10px;
		border-right:1px solid #000;
		margin-right:10px;
		}
		
	.macrocampagna A:HOVER, .campagna A:HOVER {
		color:#f89c26; 
		}
		
	UL.content_campagne {
		margin:10px 0; padding:0;
		list-style-type:none;
		}
		
			UL.content_campagne LI A {
				display:block;
				border-bottom:1px solid #bebebe;
				margin-bottom:8px;
				color:#000;
				font-weight:bold;
				text-decoration:none;
				}
				
			UL.content_campagne LI A IMG {
				margin-right:5px;
				}
				
			UL.content_campagne LI A:HOVER {
				color: #f89c26;
				border-bottom:1px solid #5d7185;
				}
				
/********************** INDICI **************************/

.categoria {
	display:block;
	padding:0 0 20px 15px;
	border-left:10px solid #f89c26;
	}
	
.categoria H2 {
	display:block;
	font-size:120%;
	font-weight:bold;
	color:#FFF;
	background-color:#5d7185;
	padding:10px;
	margin-left:-15px;
	}

UL.indice {
	margin:20px 0;padding:0;
	list-style-type:none;
	clear:both;
	}
	
UL.indice H5 {
	border-bottom: 1px solid #bfbfbf;
	}
	
	UL.indice H5 A {
		color:#5d7185;
		text-decoration:none;
		display:block;
		padding-right:12px;
		background: url(/images/dinamiche/ico-h5-link.gif) no-repeat right center;	
		}
		
	UL.indice H5 A:HOVER {
		color:#f89c26;
		background-color:#F3F3F3;
		}
	
	UL.indice UL {
		margin:8px 0;
		padding:0;
		list-style-type:none;
		}
		
	UL.indice UL LI {
		/*border-bottom:1px solid #dbeaff;*/
		line-height:18px;
		}
		
	UL.indice UL .image, .indice_link .image {
		display:block;
		width:110px;
		float:left;
		border:none;
		}
		
	UL.indice UL .sottotitolo {
		display:block;
		padding:2px;
		color:#898989;
		font-weight:bold;
		/*background-color:#ebebeb;*/
		}
		
	UL.indice A {
		color:#f89c26;
		}
		
#archivio {
	display:block;
	text-align:right;
	font-weight:bold;
	color:#898989;
	margin-bottom:10px;
	margin-top:-18px;
	background-color:#f6f6f6;
	border-bottom:1px solid #bfbfbf;
	padding-bottom:5px;
	}
	
#grazie {
	display:block;
	background: #FFF url(/images/bg-grazie.jpg) no-repeat center top;
	height:319px;
	border-bottom:1px solid #f89c26;
	font-weight:bold;
	padding:20px;	
	}
	
/*********************** LINK **************************/

.categoria_link {
	display:block;
	background: url(/images/tool/ico-freccia-4.gif) no-repeat 0 6px;
	padding-left:10px;
	}
	
	.categoria_link H2 {
		font-size:120%;
		color:#000;
		margin:0;
		padding:0;
		border-bottom:1px solid #bfbfbf;
		}
		
.indice_link {
	display:block;
	clear:both;
	margin:5px 0;
	padding:0;
	list-style-type:none;
	}
	
	.indice_link .image {
		margin-bottom:5px;
		}
	
.indice_link H5 A {
	display:block;
	color:#FFF;
	padding:2px;
	background-color:#f89c26;
	text-decoration:none;
	}
	
	.indice_link H5 A:HOVER {
		background-color: #5d7185; 
		}
	
.indice_link .descrizione {
	display:block; 
	padding:5px 2px;
	}
	
.indice_link A {
	display:block;
	color:#f89c26;
	padding:3px 0;
	font-weight:bold;
	border-top: 1px dotted #f89c26;
	border-bottom: 1px dotted #f89c26;
	text-decoration:none;
	}
	 
/********************** SEDI ***************************/

#sedi {
	display:block;
	width:589px;
	height:539px;
	margin-top:10px;
	padding-top:10px;
	background: #FFF url(/images/bg-sedi.jpg) no-repeat left top;
	}
	
	#sedi IMG {
		float:right;
		margin-top:-10px;
		}
	
.result-mappa {
	display:block;
	width:305px;
	text-align: left;
	border:1px solid #f89c26;
	background-color:#FFF;
	margin-left:10px;
	}
	
	.result-mappa H2 {
		background-color:#f89c26;
		color:#FFF;
		font-size:12px;
		font-weight:bold;
		padding:3px;
		margin:0;
		}
		
	.result-mappa H2 A {
		display:block;
		width:17px;
		height:16px;
		background: url(/images/tool/t-superiore.gif) no-repeat left;
		float:right;
		}
		
	.result-detail {
		display:block;
		height:280px;
		overflow:auto;
		padding:10px;
		}
		
	.result-sede {
		display:block;
		background: url(/images/tool/ico-sedi.gif) no-repeat 0 10px;
		padding-left:12px;
		padding-top:5px;
		margin-bottom: 15px;
		border-right:1px solid #f2f2f2;
		border-top:1px solid #f2f2f2;
		}
		
.archivio-select {
	display:block;
	text-align:right;
	background-color:#EBEBEB;
	border-top:1px solid #D2D2D2;
	border-left:1px solid #D2D2D2;
	padding:2px;
	}
		
/************ FAQ **************/

DL {
	margin:20px 0 0 0;
	padding:0;
	}
	
DD {
	margin:0;
	padding:0 0 0 10px;
	background: url(/images/tool/ico-freccia-orange.gif) no-repeat 0 5px;	
	}
	
	DD A {
		display:block;
		border-bottom:1px solid #bfbfbf;
		text-decoration:none;
		font-weight:bold;
		padding:3px 0;
		color:#000;
		}
		
	DD A:HOVER {
		color:#f89c26;
		}
	
DT {
	display:block;
	margin: 3px 0 3px 10px;
	padding:5px;
	border-left:1px solid #f89c26;
	background-color:#f3f3f3;
	color:#626262;
	}
	
/********************* VIDEO, AUDIO, FOTO, COMMENTI, E-CARDS *************************/

.archivio {
	display:block;
	background: #c1c1c1 url(/images/bg-archivio.gif) repeat-x left top;	
	padding:5px;
	}
	
#elenco-container {
	display:block;
	height:530px;
	overflow:auto;
	}
	
#elenco-result {
	margin:0;padding:0;list-style-type:none;
	}
	
	#elenco-result A {
		display:block;
		height:55px;
		border-left:2px solid #f89c26;
		padding-left:4px;
		text-decoration:none;
		margin: 5px 0 10px 0;
		}
		
	#elenco-result A:HOVER {
		background-color:#fef3d1;
		}
		
	#elenco-result A .data-insert {
		display:block;
		padding:3px 0;
		border-bottom: 1px dashed #000; 
		color: #959595;
		font-weight:bold;
		}
	
#data-insert {
	color:#f89c26;
	font-weight:bold;
	}
		
	#elenco-result A .titolo {
		display:block;
		padding:3px 0;
		color: #000;
		}
		
#titolo {
	display:block;
	width:249px;
	padding:5px;
	border-left:1px solid #f89c26;
	border-top:1px solid #f89c26;
	border-right:1px solid #f89c26;	
	font-weight:bold;
	background-color:#f8f8f8;
	}
	
#commento {
	display:block;
	width:261px;
	height:190px;
	padding:30px 10px 0 23px;
	background: url(/images/bg-commento.gif) no-repeat left top;
	}
	
.text-commento {
	display:block;
	width:205px;
	height:125px;
	overflow:auto;
	color: #534741;
	padding-right:25px;
	font: bold 110% "Times New Roman", Times, serif;
	}
	
#partecipa {
	display:block;
	padding-top:24px;
	background-color:#f89c26;
	background-repeat:no-repeat;
	background-position: left top;
	}
	
	#partecipa.commento-title {
		background-image:url(/images/bg-commento-titolo.gif);
		}
		
	#partecipa.foto-title {
		background-image:url(/images/bg-foto-titolo.gif);
		}
		
	#partecipa.video-title {
		background-image:url(/images/bg-video-titolo.gif);
		}
		
	#partecipa.ecards-title {
		width:410px;
		margin-left:180px;
		background-image:url(/images/bg-ecards-titolo.gif);
		}
	
	#partecipa FIELDSET {
		background-color:#fef3d1;
		color:#827a00;
		margin:0;
		padding:5px;
		}
		
	#partecipa LABEL {
		width:auto;
		text-align:left;
		float:none;
		font-weight:bold;
		}
		
	#partecipa LABEL SPAN {
		font-weight:normal;
		}
		
	#partecipa TEXTAREA {
		width:240px;
		height:105px;
		}
		
.right {
	display:block;
	width:261px;
	float:right
	}
	
.left {
	display:block;
	width:310px;
	}
	
.foto-mini {
	display:block;
	width:55px;
	height:55px;
	float:left;
	overflow:hidden;
	margin-right:5px;
	}
	
#foto-commento, #video {
	display:block;
	width:259px;
	height:220px;
	overflow:hidden;
	border:1px solid #f89c26;
	background-color:#333;
	}
	
#testo {
	display:block;
	padding:5px;
	border-left:1px solid #f89c26;
	border-right:1px solid #f89c26;
	border-bottom:1px solid #f89c26;
	margin-bottom:10px;
	}
	
A.button {
	display:block;
	padding:2px 4px;
	background-color:#fafaf9;
	color:#000;
	margin-bottom:4px;
	border-bottom:1px solid #696968;
	border-right:1px solid #9e9e9d;
	border-left:1px solid #FFF;
	border-top:1px solid #FFF;
	text-decoration:none;
	text-align:center;
	}
	
	A.button:HOVER {
		background-color:#f39825;
		color:#FFF;
		}
		
#saved {
	display:block;
	padding:4px;
	border:1px solid #827a00;
	text-align:center;
	}
	
	
#e-card-selected {
	display:block;
	width:410px;
	margin-bottom:10px;
	margin-left:180px;
	}

#right-position {
	float:right;
	}
	
#elenco-ecards {
	display:block;
	width:170px;
	height:413px;
	overflow-y:scroll;
	background-color:#ebebeb;
	margin:0 10px 0 0;
	padding:0;
	list-style-type:none;
	float:left;
	}
	
	#elenco-ecards LI {
		border-left:2px solid #f89c26;
		margin-left:10px;
		margin-top:9px;
		padding:0 5px; 
		}
		
	#elenco-ecards LI A {
		font-weight:bold;
		color:#959595;
		text-decoration:none;
		}
		
	#elenco-ecards LI A:HOVER {
		color:#f89c26; 
		}
		
	#elenco-ecards LI A IMG {
		border-top:1px dashed #959595;
		padding-top:3px;
		}

	
/******************** ERRORE *************************/

#errore {
	border:1px solid #FF0000;
	padding:4px;
	}
	
	#errore.partecipa {
		display:block;
		margin-bottom:10px;
		color:#FF0000;
		}
		
/******************** RICERCA RESULT *************************/
		
UL#ricerca_result {
	padding:0;
	margin:0;
	list-style-type:none;
	}

UL#ricerca_result LI {
	display:block;
	background-color:#fffada;
	padding:10px;
	margin-bottom:15px;
	}
	
UL#ricerca_result LI A {
	display:block;
	padding: 2px 0;
	border-bottom:1px solid #c2bfba;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
	
	UL#ricerca_result LI A:HOVER {
		color:#0000FF;
		}
		
/********** UNSUBSCRIBE **********/

#unsubscribe {
	display:block;
	height:250px;
	background:#F7F7F7 url(/images/bg-unsubscribe.gif) no-repeat right top;
	border-bottom:1px solid #f89c26;
	padding:5px 0;
	}
	
	#unsubscribe FORM {
		display:block;
		width:260px;
		height:210px;
		padding:20px;
		border-right:1px solid #000;
		}
		
/********** LOGIN **********/

#page-login {
	display:block;
	height:250px;
	background:#F7F7F7 url(/images/bg-page-login.jpg) no-repeat right top;
	border-bottom:1px solid #f89c26;
	padding:5px 0;
	}
	
	#page-login DIV {
		display:block;
		width:260px;
		height:210px;
		padding:20px;
		border-right:1px solid #000;
		}
		
/************* GADGET ************/

.gadget span { display:none;}
A.t-salvanimali:LINK, A.t-salvanimali:VISITED,
A.t-scova:LINK, A.t-scova:VISITED,
A.t-memory:LINK, A.t-memory:VISITED {
	width:589px; height:110px;
	display:block;
	}

	A.t-salvanimali { background:url(/images/gadget/t_test-salvanimali.gif) no-repeat 0 0; }
	A.t-scova {	background:url(/images/gadget/t_scova-maltrattamento.gif) no-repeat 0 0; }
	A.t-memory { background:url(/images/gadget/t_memory.gif) no-repeat 0 0; }
	
	A.t-salvanimali:HOVER {background:url(/images/gadget/t_test-salvanimaliON.gif) no-repeat 0 0;}
	A.t-scova:HOVER {background:url(/images/gadget/t_scova-maltrattamentoON.gif) no-repeat 0 0;}
	A.t-memory:HOVER {background:url(/images/gadget/t_memoryON.gif) no-repeat 0 0;}
	
	

/* POP UP *************************************/

#popBanner {
	width:660px;
	height:482px;
	padding:22px 0 0 25px;
	position:absolute;
	top:10%;
	left:50%;
	margin-left:-250px;
	background-position:center top;
	background-repeat:no-repeat;
	background:transparent url('/images/banner-popup/bg-banner_popup.png') no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='/images/banner-popup/bg-banner_popup.png');}


