div #vertical_container {
  margin-top: 10px;
}

.accordion_toggle {
	display: block;
	height: 30px;
	width: Auto;
	background-color:#5b0c12;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #e0ae31;
	border-bottom: 1px solid #e0ae31;
	cursor: pointer;
	margin: 0 0 0 0;
	font-weight: bold;
}

.accordion_toggle_active {
	background: url(../images/LogoTorinoRosso.gif) no-repeat top right #e0ae31;
	color: #5b0c12;
	border-bottom: 1px solid #5b0c12;
}

.accordion_content {
	color: #fff;
	overflow: hidden;
}
	
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	font-weight: bold;
}

.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
	text-align: justify;
}

div#spigAccordion {color: #fff; line-height:16px; margin-bottom: 10px; padding: 0px;}
