#prodotti {
    border: 1px solid #e7e7e7;
    padding: 0;
    margin: 0;
}

#prodotti {
	text-decoration: none;
}

#navprodotti {
    display: block;
    clear: both;
    background-color: #fff;
    padding: 0;
    margin: 0;
	 margin-bottom: 70px;
}

#navprodotti > a {
    float: left;
    display: block;
    width: 100px;
    height: 20px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
	 color: #515151;
	 text-transform: uppercase;
}

#navprodotti .sonoqui {
	background-color: #e6e6e6;
}

#navprodotti .disable {
	color: #e6e6e6;
}

#contprodotti {
    clear: both;
	 padding-left: 20px;
}

#riepilogo {
	clear: both;
	padding-left: 20px;
	padding-top: 20px;
}

#riepilogo > table {
	padding: 0;
	width: 560px;
	display: block;
	margin: 40px auto;
	clear: both;
	border-spacing: 0;
	border-collapse:collapse;
	margin-bottom: 0;
}

#riepilogo > table th {
	height: 20px;
	padding: 10px 0;
	width: 140px;
	background-color: #8e8e8e;
	text-transform: uppercase;
	color: #e6e6e6;
	border: 1px solid #e6e6e6;
}

#riepilogo > table td {
	text-align: center;
	border: 1px solid #e6e6e6;
	padding: 10px;
}

#opzioni {
	display: block;
	margin: 20px auto;
	width: 560px;
	display: block;
	text-align: right;
	margin-bottom: 40px;
}

#aggriepilogo, #newporta, #print, #cancella {
	display: inline;
	background-color: #e6e6e6;
	color: #8e8e8e;
	padding: 5px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
	text-transform: uppercase;
}

#aggriepilogo:hover, #newporta:hover, #print:hover,  #cancella:hover  {
	color: #e6e6e6;
	background-color: #8e8e8e;
}
