/* Layout */

a { font-family:Helvetica, Verdana, Arial, sans-serif; font-size:12px; }

p { font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px; margin: 2em; }

/* il mio anchor text */
.mya {
	font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px;
	padding: 0 0px; text-decoration: none; color:#888888;
}	
.mya:hover {
	font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px;
	text-decoration: underline; color:#000000;
}


/* site map */
.mya-black {
	padding: 0 0px; text-decoration: none; color:#000000;
}	
.mya-black:hover {
	text-decoration: underline; color:#000000;
}

/* link arancione per bottoni acquista*/
.mya-orange {
	padding: 0 0px; text-decoration: none; color:#bf6c22;
}	
.mya-orange:hover {
	text-decoration: underline; color:#000000;
}

/* link bottoni prodotti */
.mya-prodotti {
	padding: 0 0px; text-decoration: none; color:#666666;
}	
.mya-prodotti:hover {
	text-decoration: underline; color:#bf6c22;
}

/* menu */
.mya-menu {
	padding: 0 0px; text-decoration: none; color:#ffffff;
}	
.mya-menu:hover {
	text-decoration: none; color:#ffffff; border-bottom:thin; border-bottom-style: solid;
}

/* per i Paragraph nella pagina prodotti */
.tasti-prodotti {
	padding-left:5px;
	font-weight:bold;
	color:#666666;
}

body 
{ 
	font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 12px;
	background-color:#fff; color:#333;
}

.page
{
	width: 900px;
	margin: 0 auto;
}

.cleaner
{
	clear: both;
	height: 0px;
}