/* CSS Document */
.pub_acc_title{
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.collapsed{
	text-decoration: none;
}

.totale{
	color: green;
	text-align: right;
}


/*CASSA*/
.prod-container{
    min-height:400px;
    background:white;
    border:1px solid #f4f4f4;
    -webkit-box-shadow: 2px 2px 25px 5px rgba(0,0,0,0.29); 
box-shadow: 2px 2px 25px 5px rgba(0,0,0,0.29);
}