/* ELEMENTI BASE */

	body {margin: 10px 0; padding: 0; font: 75% Verdana, Arial, Helvetica, sans-serif; color: #000; background: #f4f3e9; text-align: center; }
	div {font-size: 100%;}

	a:link {color: #8e2e2e; background: transparent; text-decoration: underline;}
	a:visited {color: #666; background: transparent; text-decoration: underline;}
	a:hover {color: #d9d5ba; background: #8e2e2e; text-decoration: none;}

	input {margin: 0; padding: 2px; border: 1px solid #d1cdb3;}
	select {margin: 0; padding: 0; border: 1px solid #d1cdb3; font-size: 90%;}
	img {border: none; background: transparent;}

	h1 {font-size: 100%;}
	h2 {font-size: 110%;}
	h3 {font-size: 120%;}
	h4 {font-size: 160%;}
	h5 {font-size: 200%;}

	acronym {color: #999; border-bottom: 1px dotted #999;}
	address {padding: 10px 20px 40px 20px;}

	label {cursor: pointer; cursor: hand; color: #8e2e2e;}





/***** ELEMENTI PRINCIPALI *****/
	/****** AREA SUPERIORE ******/
	#header {position: relative; margin: 0 auto; padding: 2px 2px 0 2px; width: 755px; height: 119px; font-size: 90%; background: url(/immagini/header.jpg) no-repeat 2px 2px; border: solid #8e2f2d; border-width: 3px 3px 0 3px;}

	#logo {float: right; margin: 0; padding: 0; width: 365px; height: 94px; cursor: pointer; background: transparent; }
		#logo a:hover {background: transparent; }

	#animazione {position: absolute; top: 0; left: 0; width: 210px; height: 119px; background: transparent;}

	#usermenu { line-height: 24px; position: absolute; top: 98px; right: 63px; margin: 0; padding:0; margin: 0 auto; background: transparent; color: #fff; width: 160px; height: 24px; text-align: left;}
	#usermenu ul {padding: 0; margin: 0; color: #fff;}
	#usermenu ul li {display: inline;}
	#usermenu ul li a {padding: 0.2em 1em; color: #8e2e2e; background: transparent; text-decoration: none;}
	#usermenu ul li a:hover {color: #8e2e2e; background: transparent; border-bottom: 2px solid #bca174;}
		#attiva {padding: 0.2em 1em; color: #8e2e2e; background: transparent; border-bottom: 2px solid #8e2e2e; text-decoration: none; font-weight: bold;}

	#barranavigazione {line-height: 24px; position: absolute; bottom: -2px; right: 210px; padding:0; margin: 0 auto; background: transparent; color: #fff; width: 353px !important; width: 353px; height: 24px; text-align: left;}
	#barranavigazione ul {padding: 0; margin: 0; color: #fff;}
	#barranavigazione ul li {display: inline;}
	#barranavigazione ul li a {padding: 0.2em 1em !important; padding: 0.2em 0.6em; color: #8e2e2e; background: transparent; text-decoration: none;}
	#barranavigazione ul li a:hover {color: #8e2e2e; background: transparent; border-bottom: 2px solid #bca174;}
		#attiva {padding: 0.2em 1em !important;  padding: 0.2em 0.6em; color: #8e2e2e; background: transparent; border-bottom: 2px solid #8e2e2e; text-decoration: none; font-weight: bold;}

	#barranavigazionesecondaria {padding: 0.2em 2px; margin: 0 auto; background: #d9b9b9; color: #333; width: 748px; text-align: left; border: solid #8e2f2d; border-width: 0 3px 0 3px; display: none;}
	#barranavigazionesecondaria ul {padding: 0; margin: 0; background: #d9b9b9; color: #333;}
	#barranavigazionesecondaria ul li {display: inline;}
	#barranavigazionesecondaria ul li a {padding: 0.2em 2em; background: #d9b9b9; color: #333; text-decoration: none;}
	#barranavigazionesecondaria ul li a:hover {background: #d9b9b9; color: #333; text-decoration: underline;}
		#attivasecondaria {padding: 0.2em 2em; background: #d9b9b9 url(/immagini/pallocco.png) no-repeat 1.2em; color: #333; text-decoration: none; font-weight: bold;}
	/****** FINE AREA SUPERIORE ******/



	/****** AREA CENTRALE ******/
	#contenuti {margin: 0 auto; padding: 0; padding-right: 10px; width: 749px; background: #d9d5ba url(/immagini/sfondocontenuti.jpg) repeat-y 0 0; text-align: left; border: solid #8e2f2d; border-width: 0 3px 0 3px;}
		#sinistra {float: left; margin-left: 2px !important; margin: 0 0 0 1px; padding-top: 0 !important; padding: 10px 0; background: #c7c3a8; width: 193px; text-align: center; font-size: 95% !important; font-size: 90%; border-right: 1px solid #bca174;}

		#destra {float: right; margin: 0; margin-left: 2px; padding: 0; background: #fff; width: 150px; display: none;}
			#destra div {margin: 0 auto; padding: 10px 0; background: transparent; width: 150px; text-align: center; border: none;}
			#destra img {width: 150px;}

		#centro {margin: 0; padding: 10px 5px 0 5px; font-size: 100%;}
			#iconastampa {float: right; width: 20px; height: 20px; border: none; cursor: pointer; cursor: hand; margin-top: 4px;}
	/****** FINE AREA CENTRALE ******/



	/****** AREA INFERIORE ******/
	#footer {padding: 2px; margin: 0 auto; background-color: #fff; color: #8e2e2e; width: 755px; text-align: center; font-size: 90%; border: solid #8e2f2d; border-width: 0 3px 3px 3px;}
		#footermenu ul {margin: 0; padding: 0; display: none;}
		#footermenu li {margin: 0; padding: 0 5px 0 0; display: inline; list-style-type: none;}
	/****** FINE AREA INFERIORE ******/
/***** FINE ELEMENTI PRINCIPALI *****/




/***** ELEMENTI SECONDARI *****/
	/***** BARRA SINISTRA *****/
	#boxricerca {margin: 0 auto; padding: 5px 0; width: 176px; background: #fff;}
		#boxricerca form {margin: 0; padding: 0;}
		#boxricerca div {text-align: right; margin-right: 10px; margin-bottom: 10px;}
		#ricerca {width: 150px;}

	#boxvaluta {margin: 0 auto; padding: 5px 0; width: 176px; background: #fff;}
		#boxvaluta p {padding: 0 5px 5px 5px; margin: 0; text-align:left;}

	#boxofferta {margin: 0 auto; padding: 10px 0; border: none; background: transparent; text-align: center; width: 178px; display: none;}
		#boxofferta h2 {margin-bottom: 10px; color: #8e2e2e; padding-bottom: 10px !important; padding-bottom: 0;}
			#boxoffertasinistra {width: 32px; height: 138px; float: left;}
			#boxoffertadestra {min-height: 140px; margin: 0 auto; padding-bottom: 5px; width: 140px; float: right;}
			#boxoffertatestovecchio {margin-top: 15px; font-size: 100%; text-decoration: line-through; font-weight: bold;}
			#boxoffertatestonuovo {margin: 5px 0 15px 0; font-size: 130%; font-weight: bold; color: #8e2e2e;}
			#boxoffertastrisciaofferta {margin-top: 5px; padding: 5px 0; background: #d9b9b9; color: #8e2e2e; font-weight: bold; font-size: 120%;}

	#boxnews {margin: 0 auto; padding: 5px 0; width: 176px; background: #fff;}
		#boxnews h3 {margin: 0; padding: 5px; font-size: 100%;}
		#boxnews div {margin: 5px 0; padding: 5px; text-align: left;}

	#boxcarrello {margin: 0 auto; padding: 5px 0; width: 176px; background: #fff;}
		#boxcarrello hr {text-align: center; width: 70%; color: #8e2e2e; height: 1px; margin-top: 5px !important; margin-bottom: 5px !important; margin: 0 auto; padding: 0;}
		#boxcarrello img {padding: 0 5px; width: 9px; height: 21px;}
		#boxcarrello div {padding-left: 30px; color: #000;}
		#boxcarrello .boxcarrelloimmagine {padding: 0px; float: left; height: 40px;}
		#boxcarrello .prezzototale {font-size: 105%; color: #8e2e2e; font-weight: bold;}
		#footerboxcarrello {margin: 0 auto; background: transparent url(/immagini/footercarrello.png) no-repeat top center; width: 180px; height: 29px; text-align: right; vertical-align: middle; display: none;}
			#boxcarrelloicona {float: left; width: 28px; height: 29px; cursor: pointer; cursor: hand;}
			#boxcarrellocollegamento {float: right; margin: 0; padding: 8px 10px 0 0; width: 80px;}
			#boxcarrellocollegamento a {color: #fff; background: transparent; text-decoration: underline;}

	#crediti {margin-top: 10px !important; margin: 0; text-align: center; font-size: 10px; color: #8e2e2e;}
	/***** FINE BARRA SINISTRA *****/



	/***** BARRA CENTRALE *****/
	#breadcrumbs {margin: 0; padding-left: 198px !important; padding: 0; margin-bottom: 15px; color: #666; font-size: 90%;}

	#testosezioni {margin: 0; padding-left: 198px !important; padding: 0;}
	#testosezioni p {line-height: 170%;}
	#testosezioni h4 {margin: 0; padding: 0;color: #8e2e2e;}
	#testosezioni ul {line-height: 170%;}

	#listaelementi th {text-align: left; padding: 5px; border: solid #8e2e2e; border-width: 1px 0; background: #c7c3a8; color: #8e2e2e; font-variant: small-caps;}
	#listaelementi td {border-bottom: 1px dotted #666; height: 80px; font-size: 90%;}
	#listaelementi td span {color: #8e2e2e; font-weight: bold;}
	#listaelementi td div {margin-top: 15px;}
	td.rigaevidenziata {background:  #c7c3a8; font-weight: bold;}

	#listavalute th {text-align: left; padding: 5px; border: solid #8e2e2e; border-width: 1px 0; background: #c7c3a8; color: #8e2e2e; font-variant: small-caps;}
	#listavalute td {border-bottom: 1px dotted #666; height: 25px; font-size: 90%;}
	#listavalute td span {color: #8e2e2e; font-weight: bold;}
	#listavalute td div {margin-top: 15px;}

	#privacy p {margin-top: 0; padding-top: 0;}
	#privacy h3 {margin: 0; padding: 0;color: #8e2e2e; font-variant: small-caps;}
	#privacy address {padding: 10px 20px 0 20px;}
	#privacy span {font-size: 80%;}
	#privacy ul {line-height: 170%;}
	#privacy img {margin: 0 auto;display: block; padding-bottom: 30px;}

	#immaginedettaglioprodotto {padding-top: 20px; float: right; width: 120px; height: 700px; text-align: right;}
	#schedavino {font-size: 90%;}
	#schedavino p {margin-top: 0; padding-top: 0;}
	#schedavino h3 {font-size: 150%; margin: 0; padding: 0;color: #8e2e2e; font-variant: small-caps;}
	#schedavino ul {margin: 10px 0 20px 20px; padding: 0; line-height: 170%;}
	#schedavino ul li {list-style-type: none;}
	#schedavino span {font-weight: bold;}

	#condizioni p {margin-top: 0; padding-top: 0;}
	#condizioni h3 {margin: 0; padding: 0;color: #8e2e2e; font-variant: small-caps;}
	#condizioni address {padding: 10px 20px 0 20px;}
	#condizioni span {font-size: 80%;}

	#contatti div {margin: 0 auto; text-align: center;}
	#contatti img {border: 1px solid #8e2e2e; margin: 0 auto;}

	#avviso {margin-top: 20px; padding: 5px 5px; border: 1px solid #8e2e2e; background: #F1EEDD; line-height: 150%;}
	#avviso h3 {margin: 0; padding: 0; color: #8e2e2e; padding-bottom: 5px;}

	#errore {margin-top: 20px; padding: 5px 5px; border: 1px solid #0013df; background: #dfe2fd;}
	#errore h3 {margin: 0; padding: 0; color: #0013df; padding-bottom: 5px;}
	#errore label {color: #0013df;}
	#errore input {border-color: #0013df;}
	#errore a:link {color: #0013df; background: transparent; text-decoration: underline;}
	#errore a:visited {color: #666; background: transparent; text-decoration: underline;}
	#errore a:hover {color: #0013df; background: #929af8; text-decoration: none;}

	#menuprofilo {line-height: 150%;}
	#menuprofilo li {list-style-type: none;}

	#forminvio {margin: 0; padding: 0;}

	#elimina_form {display: none;}

/* CLASSI */

	.bottone {margin: 0; padding: 2px; background: #8e2e2e; color: #fff; border: none; font-size: 110%; font-weight: bold; cursor: pointer; cursor: hand;}

	.headerbox {margin: 10px auto 0 auto; background: transparent url(/immagini/boxsuperiore.jpg) no-repeat top center; width: 176px; height: 5px; text-align: center;}
	.headerbox p {margin: 0; padding: 0; padding-top: 2px; padding-left: 10px; color: #fff; font-weight: bold; text-align: left; font-size: 11px; display: none;}
	.footerbox {margin: 0 auto 0 auto; background: transparent url(/immagini/boxinferiore.jpg) no-repeat top center; width: 176px; height: 5px; text-align: center; vertical-align: middle;}

	.selettorehome {margin: 0; padding-left: 198px !important; padding: 0;}
	.selettorehome img {width: 68px; height: 66px;}
	.selettorehome h1 {margin: 0; padding: 0; color: #8e2e2e; font-size: 130%;}
	.selettorehome h2 {margin: 0; padding: 0;}
	.selettorehome div {margin: 0; padding: 0;}
	.selettorehomelista {margin-left: 73px !important; margin: 0;}

	.collegamentocategoria {font-size: 110%;}
	.listacollegamenti {margin: 0; padding: 0; margin-top: 5px;}
	.listacollegamenti li {margin: 0; padding: 0 3px 0 0; display: inline; list-style-type: none;}

	.immaginetestisuperiore {padding-top: 20px; float: right; width: 147px; height: 154px; text-align: right;}
		.immaginetestisuperiore img { border: 1px solid #000;}
	.immaginetestiinferiore {float: left; width: 147px; height: 154px; text-align: left;}
		.immaginetestiinferiore img { border: 1px solid #000;}

	#forminserimento td {padding-left: 5px;}
	#contenitorebottoni div {width: 200px; float: right; text-align: left;}
	#contenitorebottoni input {border: none;cursor: pointer; cursor: hand;}
	.celladestra {width: 30%;text-align: right;padding-left: 0;}
	
	.evidenziato {color: #0013df; font-weight: bold;}
	.bordoevidenziato {border: 1px solid #0013df;}

	.barraprofilocontenitore {height: 53px; padding-left: 10px; line-height: 100%; background: #C7C3A8; border-top: 1px solid #8e2e2e; border-bottom: 1px dotted #8e2e2e;}
	.barraprofilo {height: 23px; margin: 15px 0;}
	.barraprofilo div {margin: 0; padding: 0;width: 39px; height: 23px; float: left;}
	.barraprofilo h2 {display: inline; color: #8e2e2e;}
	.barraprofilo span {font-size: 80%;}

	.contenitorebottoni {text-align: center; margin: 0 auto; width: 300px;}
	.contenitorebottoni input {border: none; cursor: pointer; cursor: hand;}

	.bottonesinistra {width: 100px; float: left; text-align: left;}
	.bottonedestra {width: 100px; float: right; text-align: right;}

	.testopiccolo {font-size: 80%;}
	.grassetto {font-weight: bold;}
	.grassettorosso {font-weight: bold;color: #8e2e2e;}
	.campoobbligatorio {font-weight: bold;}
	.listasemplicecollegamenti {line-height: 150%;}

	.contenitoreproduttori {width: 100%; text-align: center;}
	.contenitoreproduttori table {margin: 0 auto;}
	.contenitoreproduttori table td {vertical-align: top; width: 100px;}
	.contenitoreproduttori table td ul {line-height: 200%;}
	.contenitoreproduttori table td ul li {line-height: 250%; list-style-type: none;}

	.boxindirizzo {width: 45%; border: 1px solid #8e2e2e;}
	.boxindirizzo h1 {background: #8e2e2e; color: #fff; padding: 3px; margin: 0;}
	.boxindirizzo div {padding: 5px;min-height: 170px;height: auto !important;height: 170px;}
	.boxindirizzo p {font-weight: bold; margin: 0;}
	.boxindirizzo address {margin: 0; padding: 0; margin-top: 5px;}

	.nomeprodotto {color: #8e2e2e; background: transparent; font-weight: bold;}

	.numeropagine {padding: 5px 0;font-weight: normal; text-transform: lowercase;  font-variant: small-caps;}

	#immaginenews {padding-top: 20px; float: right; width: 220px; text-align: center;}

	#mappa ul {margin-bottom: 0; margin-top: 0;}
	#mappa ul li {list-style-type: none;}
	#mappa blockquote {margin: 0 30px; padding: 0;}

	#boxhomesimposio2 {margin: 20px 0 10px 0; height: 282px; }
	#boxhomesimposio2 h3 {margin: 0; margin-bottom: 10px; padding: 0 10px 0 10px; color: #8e2e2e;}
	#boxhomesimposio2 p {margin: 0; padding: 0 250px 0 10px; line-height: 150%; border:0px solid red;}
	#boxhomesimposio2 img {float: right; width: 232px; height: 282px;}

	#boxhomesimposio {margin-top: 20px; }
	#boxhomesimposio h3 {margin: 0; margin-bottom: 10px; padding: 0; color: #8e2e2e;}
	#boxhomesimposio p {margin: 0; padding: 0; line-height: 150%}



	#boxhomecatalogo {font-size: 80%; height: 70px; margin-top: 20px;}
	#boxhomecatalogo h3 {margin: 0; padding: 0; padding-left: 75px; font-size: 100%;}
	#boxhomecatalogo span {padding: 5px;}
	#boxhomecatalogo img {float: left;}

	#boxhomeenoteca {margin: 40px 0 10px 0; height: 150px;clear:both; }
	#boxhomeenoteca h3 {margin: 0; margin-bottom: 10px; padding: 0 10px 0 210px; color: #8e2e2e;}
	#boxhomeenoteca p {margin: 0; padding: 0 10px 0 210px; line-height: 150%}
	#boxhomeenoteca img {float: left; width: 200px; height: 150px;}

	#boxhomeprodotto1 {font-size: 80%; margin-top: 20px; width: 260px; float: right;}
	#boxhomeprodotto1 h3 {margin: 0; padding: 0; padding-left: 46px; color: #8e2e2e;}
	#boxhomeprodotto1 blockquote {margin: 0; margin-top: 10px; padding: 0; padding-left: 60px;}
	#boxhomeprodotto1 img {float: left; width: 41px; height: 105px;}
	#boxhomeprodotto1 div {margin: 10px 0;}
	#boxhomeprodotto1 div img {margin-left: 20px; float: none; width: 6px; height: 6px;}

	#boxhomeprodotto2 {font-size: 80%; margin-top: 20px; width: 260px; float: left;}
	#boxhomeprodotto2 h3 {margin: 0; padding: 0; padding-left: 46px; color: #8e2e2e;}
	#boxhomeprodotto2 blockquote {margin: 0; margin-top: 10px; padding: 0; padding-left: 60px;}
	#boxhomeprodotto2 img {float: left; width: 41px; height: 105px;}
	#boxhomeprodotto2 div {margin: 10px 0;}
	#boxhomeprodotto2 div img {margin-left: 20px; float: none; width: 6px; height: 6px;}

	.listacatalogocollegamenti {margin: 0; padding: 0; margin-top: 5px; line-height: 150%;}
	.listacatalogocollegamenti li {margin: 0; padding: 0 3px 0 0; list-style-type: none;}

	#boxprovenienza {margin-top: 40px; width: 160px; float: right; border: 1px solid black;}
	#boxprovenienza h3 {margin: 0; padding: 0; padding-left: 46px; color: #8e2e2e;}
	#boxprovenienza blockquote {margin: 0; margin-top: 10px; padding: 0; padding-left: 60px;}

	#boxtipo {margin-top: 40px; width: 160px; float: right;  border: 1px solid black;}
	#boxtipo h3 {margin: 0; padding: 0; padding-left: 46px; color: #8e2e2e;}
	#boxtipo blockquote {margin: 0; margin-top: 10px; padding: 0; padding-left: 60px;}

	#boxhomefoto {margin: 20px auto; font-size: 80%; height: 70px; text-align: center;}
	
	#alert_spedizioni{
		border: 1px solid #8E2E2E;
		background-color: #FFC;
	}
	
/* HACK */

	.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	/* Holly Hack \*/
	* html .clearfix {height: 1%;}
	/* Fine Holly Hack */

	#infoShipping
	{
		width: 90%;
		margin: 10px 0 20px 40px;
		border-collapse: collapse;
	}
	
	#infoShipping td, #infoShipping th
	{
		height: 20px;
		line-height: 20px;
	}

	#infoShipping th
	{
		border-bottom: 3px double #000;
	}


