@charset "utf-8";

a:link {
	color: #999999;
		text-decoration: none;
}
a:visited {
	color: #999999;
		text-decoration: none;
}
a:hover {
	color: #333333;
		text-decoration: none;
}
a:active {
	color: #333333;
		text-decoration: none;
}









.bordo {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E8DDC1;
	border-left-color: #E8DDC1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8DDC1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8DDC1;
}


.titolo {
	font-size: 18px;
	font-weight: bold;
}

/* stile per le pagine prodotti  */

.Corpo12 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 18px;
	text-align: justify;
}
.Corpo12Bold {
	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}

.Corpo10 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
}

.Corpo11Bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

.Barrato {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: lighter;
	text-decoration: line-through;
}
.NomeProdotti {
	font-size: 12px;
	font-weight: bold;
}









/* menu  */
dl.menu_IT  {
margin:0;
width:170
}

dl.menu_IT dd {
	margin:2px;
	padding:2px;
}				
dl.menu_IT a {
	text-decoration:none;
	display:block;
	text-indent:0px;
	font-weight: normal;
	background-image: url(../img/mnu.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	padding-top: 0.3em;
	padding-right: px;
	padding-bottom: 0.3em;
	padding-left: 23px;
}
dl.menu_IT a:link {color:#666666} 
dl.menu_IT a:visited {color:#666666} 
dl.menu_IT a:hover {background:#faf2da;color:#000; 	
    background-image: url(../img/mnug.gif);
	background-repeat: no-repeat;
	background-position: 2px center;}
