table {
	width: 90%;
	font-size: 13px;
	border-collapse: collapse;
	margin-top: 20px;
}
.primariga td {
	font-weight: bold;
	border: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
td {
	border-left: 1px ridge lightgray;
	border-bottom: 1px ridge lightgray;
	padding-left: 4px;
	padding-top: 5px;
}
.prima {
	width: 15%;
	text-align: right;
	font-weight: bold;
}
.seconda {
	width: 1%;
}
.terza {
	width: 84%;
	border-right: 1px ridge lightgray;
}
.ultima {
	width: 100%;
	border: 0;
	text-align: center;
}
select {
	font-size: 12px;
	background-color: #F9FAFE;
	border: 1px inset #F9FAFE;
	color: #000E9D;
}
input {
	font-size: 12px;
	border: 1px inset grey;
	color: #000E9D;
}
.dettagliorivenditore {
	position: absolute;
	border: 1px double #000E9D;
	text-align: left;
	top: -45px;
	left: -5px;
	background-color: #bec8e6;
	width: 630px;
}
.tabelladettagli tr td span {
	font-weight: bold;
}
.tabelladettagli tr td {
	border: 0;
}
.tabelladettagli tr td a {
	color: #000E9D;
}
.tabelladettagli tr td a:hover {
	background-color: #ffd502;
}
