.accordion {
	border: solid 1px #e8e8e8;
	overflow: hidden;
	padding: 10px;
}

.accordion-panel {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #e8e8e8;
}

.accordion-panel-tab {
	margin: 0px;
	padding: 2px 2px 10px 2px; 
	cursor: pointer;
	margin-top: 7px;
	background: url(../img/bg_accordion_tab.gif) bottom right no-repeat;
}

.accordion-panel-tab h1 { 
	width: 80%;
	font-family: 'Georgia', Arial, Verdana, sans-serif, 'Lucida Grande','Lucida Sans Unicode','Lucida Sans', LucidaGrande, Geneva;
	font-size: 1.2em;
	color: #bf0000;
	line-height: 1.40;
	word-spacing: 2px;
	font-weight: bold;
}

.accordion-panel-content {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
	background: url(../img/bg_accordion_content.gif) top right no-repeat;
}

.accordion-panel-tab-open {
	background: url(../img/bg_accordion_tab_open.gif) top right no-repeat;
}

a.accordion-leggi {
	display: block;
	background-color: #d4e7f0; 
	width: 100px; 
	text-align: center; 
	padding: 2px; 
	margin-top: 10px;
	text-decoration: none;
	color: #3f779b;
	font-weight: bold;
	float: right;
}

a.accordion-altri-articoli {
	background: url(../img/bg_accordion_altri_articoli.gif); 
	margin-top: 3px; 
	color: #3f779b; 
	font-weight: bold;
	display: block;
	padding: 2px; 
	text-decoration: none;
}