@charset "UTF-8";
/* CSS Document */


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}


ul#navlist {
	margin-left: 0;
	padding-left: 0;
}


#navcontainer ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-image: url(Immagini/sfondo_cella_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

#navcontainer a {
	color: #000000;
	text-decoration: none;
	display: block;
	width: 92px;
	height: 40px;
	font-weight: bold;
}

#navcontainer li#active {
	background-image: url(Immagini/sfondo_cella_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#navcontainer a:hover {
	background-image: url(Immagini/sfondo_cella_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#navcontainercategorie {
	width: 240px;
}

#navcontainercategorie ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#navcontainercategorie a {
	display: block;
	width: 230px;
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

#navlistcategorie a:link, #navlistcategorie a:visited {
	color: #333333;
	text-decoration: none;
}

#navlistcategorie a:hover {
	background-color: #FFFFFF;
	color: #CC0000;
	font-weight: normal;
	text-decoration: underline;
}

#thispage a:link, #thispage a:visited, #thispage a:hover {
	background-color: #FFCC66;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #CC0000;
	text-decoration: underline;
}


a.aFooter:link {
	color: #000000;
	text-decoration: none;
}

a.aFooter:visited {
	color: #000000;
	text-decoration: none;
}

a.aFooter:hover {
	color: #CC0000;
	text-decoration: none;
}

a.aFooter:active {
	color: #CC0000;
	text-decoration: none;
}


a.aImage:link {
	color: #FFFFFF;
	text-decoration: none;
}

a.aImage:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a.aImage:hover {
	color: #CC0000;
	text-decoration: none;
}

a.aImage:active {
	color: #CC0000;
	text-decoration: none;
}


.smallText {
	font-size: 9px;
}


form textarea#messaggio {
	width: 520px;
}

form input#email {
	width: 370px;
}

form input#nome {
	width: 300px;
}

form input#cognome {
	width: 300px;
}

form input#salone {
	width: 300px;
}

form input#utentenome {
	width: 300px;
}

form input#utentecognome {
	width: 300px;
}


form input#via {
	width: 370px;
}
form input#cap {
	width: 100px;
}
form input#citta {
	width: 300px;
}
form input#provincia {
	width: 100px;
}
form input#partitaiva {
	width: 150px;
}


span.spanBullet {
	margin-right: 20px;
	margin-left: 20px;
}


td.tdProdotto {
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;	
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}


h2 {
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	border-bottom-width: 5px;
	border-bottom-style: double;
	border-bottom-color: #CCCCCC;
}


h3 {
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
	line-height: 13px;
}


div.divIntroduzione {
	margin: 5px;
	padding: 5px;
}


.redText {
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}

