/* Price list */

table.listino {
	font-family: 'Verdana', sans-serif;
}

tr.listino:nth-child(even) {
	background-color: #EEEEEE;
}

tr.listino:hover {
	background-color: #B6F5E0;
}

td.listino {
	padding: 6px;
	border: 1px solid black;
	vertical-align: top;
	text-align: right;
	font-size: 14px;
}

td.listino:nth-child(1) {
	background-color: white;
}

td.listino:nth-child(2) {
	text-align: left;
}

tr.listino:nth-child(1) {
	background-color: #F5E7B6;
}

tr.listino:nth-child(2) {
	background-color: #EEF5B6;
}

/* Cart */

table.cart {
	font-family: 'Verdana', sans-serif;
}

tr.cart:hover {
	background-color: #EEF5B6;
}

td.cart {
	font-size: 14px;
	padding: 6px;
	border: 1px solid black;
	vertical-align: top;
	text-align: right;
}

td.cart:nth-child(1) {
	background-color: white;
}

td.cart:nth-child(2) {
	text-align: left;
}

tr.cart:nth-child(1) {
	background-color: #F5E7B6;
}

.cart_total {
	font-size: 14px;
	padding: 6px;
	background-color: #FA8800;
	color: white;
	border: 1px solid red;
	vertical-align: top;
	text-align: right;
}


.sku_description {
	font-size: 11px;
	color: gray;
}

.amount {
	text-align: right;
}

.cart_visible_when_printed {
	display: none;
}	

.cart_hidden_when_printed {
	display: inline;
}	

.in_evidenza {
	color: #78281F;
	font-weight: bold;
}
