/*
			Vertical Accordions
		*/

#logo {
	width: 114px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	_margin-left: 50px;
	padding-top: 30px;
	 background: url(http://www.sodastudio.it/ftp/carandiniweb/images/logo.png) no-repeat;
       _background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.sodastudio.it/ftp/carandiniweb/images/logo.png',sizingMethod='crop');
	height: 124px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	text-align: center;
}
		
		.accordion_toggle {
			display: block;
			height: 30px;
			width: 200px;
			padding: 0;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 18px;
			cursor: pointer;
			margin: 0 0 0 0;
	text-align: center;
}

.accordion_toggle2 {
			display: block;
			height: 30px;
			width: 200px;
			padding: 0;
			line-height: 30px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 18px;
			cursor: pointer;
			margin: 0 0 0 0;
	text-align: center;
}

.accordion_toggle2 a {
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 18px;
}

.suba {
	
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	font-size: 12px;
	margin: 6px auto;
}

.suba:hover {
	
	color: #f2f2f2;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	font-variant: normal;
	font-size: 14px;
	margin: 6px auto;
}
		
		.accordion_toggle_active {
			color: #ffffff;
	background: url(../../images/menu-act.png) repeat-y;
	      _background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='h../../images/menu-act.png',sizingMethod='crop');


	border-bottom: 1px solid white;
}
		
		.accordion_content {
			color: #ffffff;
			overflow: hidden;
			font-size: 14px;
			width: 200px;
			text-align: center;
			line-height: 20px;
			display: none;
}

.accordion_content a {
			color: #ffffff;
			overflow: hidden;
			font-size: 14px;
			width: 200px;
			text-align: center;
			line-height: 20px;
	text-decoration: none;
}
			
			.accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
			
		.vertical_accordion_toggle {
			display: block;
			height: 20px;
			width: 200px;
			padding: 0;
			line-height: 20px;
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 14px;
			cursor: pointer;
			margin: 0 0 0 0;
	text-align: center;
}

		.vertical_accordion_toggle_active {
			color: #ffffff;
	text-align: center;

}

		.vertical_accordion_content {
			color: #ffffff;
			overflow: hidden;
	text-align: center;
		background: url(../../images/menu-act.png) repeat-y;
       _background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='h../../images/menu-act.png',sizingMethod='crop');

		display: none;

}

			.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
  			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
}
		
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			color: #ffffff;
		}
			
			.horizontal_accordion_content p {
				width: 200px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 0;
      width: 200px;   
      height: 1px;    
    }
    
    #vertical_nested_container {
      margin: 0;
      width: 100%;
      display: none;
    }

#vertical_nested_container1 {
      margin: 0;
      width: 100%;
      display: block;
    }


.accordion_content1 {
			color: #ffffff;
			overflow: hidden;
			font-size: 14px;
			width: 200px;
			text-align: center;
			line-height: 20px;
			display: block;
}

.accordion_content1 a {
			color: #ffffff;
			overflow: hidden;
			font-size: 14px;
			width: 200px;
			text-align: center;
			line-height: 20px;
	text-decoration: none;
}
			
			.accordion_content1 h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}
			
			.accordion_content1 p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}

.vertical_accordion_content1 {
			color: #ffffff;
			overflow: hidden;
	text-align: center;
		background: url(../../images/menu-act.png) repeat-y;
      _background:none;
       _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='h../../images/menu-act.png',sizingMethod='crop');


		display: block;

}

.vertical_accordion_content1 h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

			.vertical_accordion_content1 p {
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
