/* Carrello Css */
.ashop{font-size: 12px; background-color:#CFE7E7;font-family:verdana;}
.ashoptitles{font-size: 14px; font-weight: bold; }
.ashopsmall{font-size: 10px;font-family:verdana;}
/* header tabelle */

tr.thead{ font-size: 12px;font-weight: bold; background-color:#CFE7E7; }
tr.corpo{ font-size: 12px;background-color:#E6E6E6; }
tr.total{ font-size: 12px;font-weight: bold; background-color:#649cb5; text-align:left; }
/* Totale */

/*  Link  Tabelle */
a.modifica{ font-size: 12px; color: #649cb5; font-weight: bold;}
a:hover.modifica{ font-size: 12px; color: #000000; font-weight: bold;}

.errors{font-size: 12px; background-color:#ffee45;  color: #FF0000; font-weight: bold;}

/*  evidence asterisk or text */
.rosso{ color:red;}

input:focus {
	background: #cfc;
	border-color: #090;
}

a:focus {
	background: red;
	border-color: #FF9191;
}

