@charset "utf-8";
/* CSS Document */
.elencoProdotti {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
}
.bordotabellaprod {
	border: thin solid #FFFFFF;
}


.angoliArrotondati {
	font-family: Verdana;
	font-size: 9px;
	color: black;
	border:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	background:#FFFFFF;
} 

.selectRicerca {
	font-family: Verdana;
	font-size: 9px;
	color: black;
	border:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-weight: bold;
	background:#FFFFFF;
	text-align: right;
} 

.angoliArrotondatiQTA {
	font-family: Verdana;
	font-size: 9px;
	color: black;
	border:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: right;
}  

A:LINK {
	color : #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A:VISITED {
	color : #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

A:HOVER {
 color : White;
}

A:ACTIVE {
 color : Red;
}
.bordocellamenuprod {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
}
.titoloProdotti {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
}
