@charset "UTF-8";
/* CSS Document */
#accordion {
	margin: 0 0;
	min-height: 407px;
}

div.toggler {
	cursor: pointer;
	height: 18px;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	text-transform: uppercase;
	background: #d2ecc7;
	padding-left: 10px;
	padding-top: 5px;
	color: #060;
}

div.element{
		background-image: url(../img/ombra_accordion.png);
		background-repeat: no-repeat;
}

div.element a{
	text-decoration:none;
	color:#060;
}

div.element h4 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}

div.element p {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 20px;
}


