@charset "utf-8";
/* EnricaBacchia.it | CSS Document */


/* formattazione per elementi Mootools */
	
	#content {
			width: 600px;
			}
		
	#accordion {
			margin:20px 0px 0px 0px;
			background-color: violet;
			border-top: medium none; border-bottom: medium none; overflow: hidden; height: 0px; padding-top: 0px; padding-bottom: 0px;
			}

	h3.toggler {
			cursor: pointer;
			font-size: 11pt;
			background: #D2E0E6;
			color: #528CE0;
			margin: 0 0 4px 0;
			padding: 3px 5px 1px;
			
	-moz-box-shadow: 0px 0px 8px #CCC; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 8px #CCC; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 8px #CCC; /* Opera 10.5, IE 9.0 */
	filter: /* IE6,IE7 e IE8 */
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=5) /* top */
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=5) /* left */
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=180,strength=5) /* bottom */
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=5);  /* right */
			}
	
	h3 a, h3 a:visited {
			border: 0px;
			}

	div.element p {
			margin:0px;
			padding:8px;
			padding-bottom: 10px;
			text-indent: 20px;
			}
	
	.content_data {
			padding-top: 20px;
			padding-bottom: 20px;
			text-align: justify;
	}
	
	/* elementi grafici (indirizzo mail, numero di telefono, sito web) */


	.img_email {
			background: url('../img_email_2.png') no-repeat;
			text-indent: 30px;
			height: 22px;
			}
			
	.img_tel {
			background: url('../img_tel_2.png') no-repeat;
			text-indent: 30px;
			height: 22px;
			}
			
	.img_fax {
			background: url('../img_fax.png') no-repeat;
			text-indent: 30px;
			height: 22px;
			}

	.img_skype {
			background: url('../img_skype.png') no-repeat;
			text-indent: 30px;
			height: 22px;
			}
			
	.geometra {
		padding-bottom: 4px;
		margin-bottom: 15px;
		padding-left: 10px; 
		border-left: 5px solid #000099;
	}
	
	
	/*.img_email, .img_tel {
			font-size: 8pt;
			background-color: #F1F1F1;
			margin-right: 20px;
			} */