@charset "utf-8";
.ordinare {
	width: 585px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	margin-left: 5px;
	line-height: 150%;
}
table.ordinare{
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-collapse:collapse;
	background-color:#ffffff;
	line-height: 150%;
	font-size: 12px;
	width: 580px;
}
.ordinare th{
	color:#585858;
	background-color:#dedede;
	background-position:left top;
	text-align:left;
	height: 35px;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	font-size: 14px;
}
.ordinare td{
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;
	padding:0.3em 1em;
	color: #585858;
}
.ordinare   a  {
	text-decoration: none;
}
.ordinare a:hover {
    color:#ff8c00;
    font-style:normal;
    text-decoration:underline;
}
table.spiegare{
	border-collapse:collapse;
	background-color:#ffffff;
	line-height: 150%;
	font-size: 12px;
	width: 500px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dedede;
	border-left-color: #dedede;
}
