/* CSS Document */
div#intestazione {
	background-color: #9900cc;
	border-bottom: 1px solid #9900ff;
}
div#contenuti {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*text-align: center;
	font-size: 11px;*/
	color: #c0c0c0;
	background-image: url(../images/back_math.gif);
}
div#contenuti ul {
	/*list-style-type: none;*/
	text-align: left;
}
div#contenuti li {
	margin-left: -1.0em;
	/*padding-left: 0.5em;*/
	line-height: 1.5em; /*16px;*/
} 
div#contenuti table {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #c0c0c0;
	/*font-size: 0.78em;*/
}
div#contenuti table td{
	font-size: 0.78em;
}
div#contenuti th{
	font-size: 0.78em;
	color: #FBDE55;
	letter-spacing: 0.3em; /*1.3px;*/
	font-weight: bold;
	background-color: #9900cc;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#contenuti h3{
	font-size: 0.77em;
	color: #FBDE55;
	letter-spacing: 0.4em; /*1.5px;*/
	font-weight: bold;
	background-color: #9900cc;
	padding: 3px 0px 3px 3px;
}
.more{
	font-size: 0.70em;
	color: #777;
	letter-spacing: 0.1em; /*0.7px;*/
	line-height: 1.2em;
	background-image: url(../images/back_math-g.gif);
}
.more td{
	font-size: 0.75em;
}
.dividisopra {
	border-top-color: #FBDE55;
	border-top-style: solid;
	border-top-width: 1px;
}
.divididestra {
	border-right-color: #FBDE55;
	border-right-style: solid;
	border-right-width: 1px;
}
.dividisotto {
	border-bottom-color: #FBDE55;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.dividisinistra {
	border-left-color: #FBDE55;
	border-left-style: solid;
	border-left-width: 1px;
}
.elencolibri td{
	border-bottom: 1px dashed #FBDE55;
	vertical-align: middle;
	padding: 5px 5px 5px 5px;
}

