		.vertical_accordion_toggle {
			/* REQUIRED */
			display: block;
/*			height: 200px;*/
			background: url(../images/accordionBar.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			/*border-right: 1px solid #cde99f;*/
			cursor: pointer;
			margin: 0 0 0 0;
			text-align:center;
			color:#999;
			line-height:14px;
			font-weight:bold;
			text-transform:uppercase;
			padding-top: 10px;
			font-size:11px;
		}
		
		.vertical_accordion_toggle_active {
			color:#294D80;
			background: url(../images/accordionBarActive.jpg) no-repeat top left #e0542f;
			/*border-right: 1px solid #f68263;*/
		}
		
		.vertical_accordion_content {
			/* REQUIRED */
			height: 200px;	/* We need to define a height for the accordion as it stretches the width */
			/* REQUIRED */
			
			background-color: #ffffff;
			color: #444444;
				/*width: 340px;*/
		  overflow: hidden;
		}
			
			.vertical_accordion_content p {
				/*width: 340px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
		  		overflow: hidden;*/
			}
					
					
    /* Container styling*/
    #vertical_container {
     /* margin: 20px auto 20px auto;*/
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
/*----------------------------------------------------------*/
/*----------------Sotto accordion---------------------------*/
/*----------------------------------------------------------*/	
		.vertical_inner_accordion_toggle {
			/* REQUIRED */
			display: block;
/*			height: 200px;*/
			background-color: #FFF;
			border			: 1px solid #999;
			color: #999;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
			text-align:center;
			color:#999;
			line-height:14px;
			font-weight:bold;
			text-transform:uppercase;
			padding-top: 10px;
			font-size:11px;
		}
		
		.vertical_inner_accordion_toggle_active {
			color:#294D80;
			/*border-right: 1px solid #f68263;*/
		}
		
		.vertical_inner_accordion_content {
			/* REQUIRED */
			height: 200px;	/* We need to define a height for the accordion as it stretches the width */
			/* REQUIRED */
			
			background-color: #ffffff;
			color: #444444;
				/*width: 340px;*/
		  overflow: hidden;
		}
			
			.vertical_inner_accordion_content p {
				/*width: 340px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
		  		overflow: hidden;*/
			}
					
					
    /* Container styling*/
    #vertical_inner_container {
     /* margin: 20px auto 20px auto;*/
      width: 100%; 
    }
    
    #vertical_nested_container {
      margin: 20px auto 20px auto;
      width: 620px;
    }
	
/*-----------------------------------------------------*/	
	
	
	
	.titoloSezAccWhite{
		margin:140px 0px 0px 20px;
		font-size:25px;
		font-weight:bold;
		color:#FFF;
	}
	
	.titoloSezAccBlu{
		margin:140px 0px 0px 20px;
		font-size:25px;
		font-weight:bold;
		color:#294D80;
	}
