
.container .toggle {
	margin: 0;	
	outline: 0;	
	font-style: inherit;
	font-weight: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

#title{
	padding:35px;
	font-size:28px;
}
.toggle{
	margin-left:20px;
	cursor:pointer;	
	padding: 0 10px 0 10px;
	background: url(../images/freccia_piu.jpg) no-repeat right #efefef;
	font-weight: normal;
	font-size: 11px;
	color: #333;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	
}
.toggle:hover{
	background: url(../images/freccia_piu_scura.jpg) no-repeat right #dddddd;
	
}
.container .toggle.active{
	background: url(../images/freccia_meno.jpg) no-repeat right #dddddd;	
	
}
