/* CSS per Libraccio.it */
/* Reset dei browser 
* {
	padding: 0;
	margin: 0;
  font-family:Poppins,Arial;
  font-size:12px;
  color:#4B4A4A;
}*/


body {
	color: #4B4A4A;
	margin: 0px;
}

table tr td {
	font-size: 1em;
}

h1, h2, h3, h4, h5 {
	margin: 3px 0px;
}

.usermenu .comandi1 {
	border-left: solid 1px #888888;
	padding: 2px 9px;
}

.first {
	border-left: 0px;
}

#ban_list, #repartiebook, #repartiebook ul, #reparti ul, #reparti, #newsletter ul, #occasioni, #occasioni ul {
	margin: 0px;
	padding: 0px;
}

#testata {
	position: relative;
}

.usermenu {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 0px;
}

.mainmenu {
	padding-top: 3px;
	padding-bottom: 3px;
}

@media (max-width: 600px) {
	.usermenu {
		position: initial;
	}

	.searchtxt {
		width: 80%;
	}

		.searchtxt input {
			width: 100%;
		}
}





/* Stili di utilità  */
.sinistra {
	float: left;
}

.destra {
	float: right;
}

.clear {
	clear: both;
}

.spaziatore {
	padding-top: 10px;
	background-color: #ffffff;
}

.puntini1 {
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: dotted 2px #4b4a4a;
	width: 100%;
}

.puntini2 {
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: dotted 2px #cccccc;
	width: 100%;
	height: 2px;
}

.puntini3 {
	margin-top: 6px;
	margin-bottom: 3px;
	border-bottom: dotted 2px #4b4a4a;
	width: 100%;
}


/* Layout */
body {
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(/img/sfondo.png);
	background-color: #FFFFFF;
}

#contenitore {
	width: 1200px; /* Larghezza di 960 pixel all'elemento */
	margin: 0 auto; /* Centra il div nella pagina */
	background-color: #FFFFFF;
	font-family: Poppins;
}
 

#tit_forse {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_forse.jpg);
}

.vaia {
	color: #28a447;
}

.cartit {
	font-family: Poppins,Arial;
	font-size: 12px;
	font-weight: bold;
	color: #879F41;
}

.noa {
	font-size: 16px;
	font-weight: bold;
	color: #4B4A4A;
}

.nopass {
	font-size: 14px;
	font-weight: bold;
	color: #FF6501;
}

.sonouncliente {
	font-size: 14px;
	color: #4B4A4A;
}

.privacy {
	font-size: 11px;
	color: #4B4A4A;
}

#tit_forse li {
	list-style-type: none;
	font-size: 12px;
	font-weight: bold;
	background-image: url(/img/filo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #25A345;
}

	#tit_forse li a {
		color: #25A345;
		text-decoration: none;
	}

		#tit_forse li a:hover {
			color: #ee7121;
			border-bottom-width: 1px;
			border-bottom-style: dotted;
			border-bottom-color: #ee7121;
		}

#reparti {
	background-repeat: repeat-y;
	background-position: center;
	float: left;
	width: 140px;
	position: relative;
}

	#reparti li {
		list-style-type: none;
		font-size: 12px;
		font-weight: bold;
		background-image: url(/img/filo.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		margin: 0px;
		padding-top: 1px;
		padding-right: 24px;
		padding-bottom: 3px;
		padding-left: 5px;
		color: #25A345;
	}

		#reparti li a {
			color: #25A345;
			text-decoration: none;
		}

			#reparti li a:hover {
				color: #ee7121;
				border-bottom-width: 1px;
				border-bottom-style: dotted;
				border-bottom-color: #ee7121;
			}

#occasioni {
	background-position: center center;
	background-repeat: repeat-y;
}

	#occasioni h3 {
		background-image: url(/img/remainders.png);
		background-position: center top;
		background-repeat: no-repeat;
		height: 22px;
		text-indent: -999%;
	}

#reparti h4 {
	background-image: url(/img/usato.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 22px;
	text-indent: -999%;
}

#occasioni li {
	background-image: url(/img/filo.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #25A345;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 1px 7px 3px 5px;
}

	#occasioni li a {
		color: #25A345;
		text-decoration: none;
	}

		#occasioni li a:hover {
			border-bottom: 1px dotted #EE7121;
			color: #EE7121;
		}

#editorii {
	background-repeat: repeat-y;
	background-position: center;
}

	#editorii li {
		list-style-type: none;
		font-size: 12px;
		font-weight: bold;
		background-image: url(/img/filo.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		margin: 0px;
		padding-top: 1px;
		padding-right: 7px;
		padding-bottom: 3px;
		padding-left: 5px;
		color: #25A345;
	}

		#editorii li a {
			color: #25A345;
			text-decoration: none;
		}

			#editorii li a:hover {
				color: #ee7121;
				border-bottom-width: 1px;
				border-bottom-style: dotted;
				border-bottom-color: #ee7121;
			}

.numero {
	font-size: 10px;
	position: absolute;
	right: 3px;
	padding-top: 2px;
}

.qr {
	font-size: 9px;
	position: absolute;
	right: 3px;
	padding-top: 2px;
}

#footer {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}

/* Titoli */
#classifica h3 {
	text-transform: uppercase; /* Tutto in maiuscolo */
	text-align: center;
}

#reparti h3 {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/reparti.jpg);
}

#Disponibilita {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_disp.jpg);
}

#Prezzi {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_prezzi.jpg);
}

#Editore {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_ed.jpg);
}

#Reparto {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_rep.jpg);
}

#tit_conv {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_conv.jpg);
}

#tit_nov {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_nov.jpg);
}

#tit_rep {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_rep.jpg);
}

#tit_ed {
	background-repeat: no-repeat;
	background-position: center top;
	height: 22px;
	text-indent: -999%; /* Nasconde il testo */
	background-image: url(/img/tit_ed.jpg);
}

/* Banner */
#barra_sinistra .banner {
	width: 120px;
	margin-left: 10px;
	margin-bottom: 5px;
}

#barra_destra .banner {
	background-image: url(/img/ombra_laterale.png);
	background-repeat: repeat-y;
	background-position: center;
}

.cerca {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
}

.cerca_negozi {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
}

	.cerca_negozi a, .cerca_negozi a:link, .cerca_negozi a:active, .cerca_negozi a:hover {
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff !important;
		border-bottom-width: 2px;
		border-bottom-style: dotted;
		white-space: nowrap;
	}

#box_titolo {
	font-family: Poppins,Arial;
	font-size: 14px;
	font-weight: bold;
	color: #28a447;
	padding-bottom: 7px;
	text-decoration: none;
}

	#box_titolo a {
		font-family: Poppins,Arial;
		font-size: 14px;
		font-weight: bold;
		color: #28a447;
		text-decoration: none;
		border-bottom: dotted 2px #28a447;
	}

		#box_titolo a:hover {
			border-bottom: dotted 2px #28a447;
		}

#box_titolo_lista {
	font-family: Poppins,Arial;
	font-size: 12px;
	font-weight: bold;
	color: #28a447;
	padding-bottom: 7px;
	text-decoration: none;
}

	#box_titolo_lista a {
		font-family: Poppins,Arial;
		font-size: 12px;
		font-weight: bold;
		color: #28a447;
		text-decoration: none;
		border-bottom: dotted 2px #28a447;
	}

		#box_titolo_lista a:hover {
			border-bottom: dotted 2px #28a447;
		}

#box_regioni {
	font-family: Poppins,Arial;
	font-size: 14px;
	color: #4b4a4a;
	text-decoration: none;
	list-style-type: none;
}

	#box_regioni li {
		padding: 4px 0px 0px 0px;
	}


	#box_regioni a {
		font-family: Poppins,Arial;
		font-size: 14px;
		color: #4b4a4a;
		text-decoration: none;
	}

		#box_regioni a:hover {
			border-bottom: dotted 2px #28a447;
		}

#zube_g {
	font-family: Poppins,Arial;
	font-size: 13px;
	color: #28a447;
	font-weight: bold;
	text-decoration: none;
}

	#zube_g a {
		font-family: Poppins,Arial;
		font-size: 13px;
		font-weight: bold;
		color: #28a447;
		text-decoration: none;
	}

		#zube_g a:hover {
			border-bottom: dotted 2px #28a447;
		}

#box_ssa {
	font-family: Poppins,Arial;
	font-size: 13px;
	color: #28a447;
	font-weight: bold;
	text-decoration: none;
}

	#box_ssa a {
		font-family: Poppins,Arial;
		font-size: 13px;
		font-weight: bold;
		color: #28a447;
		text-decoration: none;
	}

		#box_ssa a:hover {
			border-bottom: dotted 2px #28a447;
		}

.box_uff {
	font-family: Poppins,Arial;
	font-size: 13px;
	color: #28a447;
	font-weight: bold;
	text-decoration: none;
}

	.box_uff a:hover {
		border-bottom: dotted 2px #28a447;
	}

td.zubk {
	width: 32px;
}

.zubk, .zubk a {
	font-family: Poppins,Arial;
	color: #28a447;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

	.zubk a:hover {
		border-bottom: dotted 2px #28a447;
	}

.box_sez {
	font-family: Poppins,Arial;
	font-size: 13px;
	color: #28a447;
	font-weight: bold;
	text-decoration: none;
}

.rft {
	font-family: Poppins,Arial;
	font-size: 17px;
	color: #28a447;
	font-weight: bold;
}

.ltitolopagina {
	font-family: Poppins,Arial;
	font-size: 17px;
	color: #28a447;
	font-weight: bold;
}

#box_autore {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: bold;
	color: #4b4a4a;
	text-decoration: none;
}

#box_prezzo {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: line-through;
	color: #4B4A4A;
	padding-right: 4px;
}

.scrivi_prezzoibs {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #F70404;
}

.scrivi_cons {
	font-family: Poppins,Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FF6704;
}

.scrivi_prezzo {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: line-through;
	color: #4B4A4A;
}

.scrivi_autore {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: bold;
	color: #4B4A4A;
}

.omaggiati {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}

.scrivi_anno {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: normal;
}

.scrivi_eanq {
	font-family: Poppins,Arial;
	font-size: 11px;
	font-weight: normal;
}

.scrivi_editore {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #4B4A4A;
}

#box_prezzoibs {
	font-family: Poppins,Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #F70404;
}

.cerca a, .cerca a:link, .cerca a:active, .cerca a:hover {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	white-space: nowrap;
}

.comandi1, .comandi1 a, .comandi1 a:link, .comandi1 a:active {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #4b4a4a;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}

	.comandi1 a:hover {
		font-family: Poppins,Arial;
		font-size: 12px;
		color: #4b4a4a;
		font-weight: bold;
		text-decoration: none;
		white-space: nowrap;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		text-align: center;
	}



.comandi2, .comandi2 a, .comandi2 a:link, .comandi2 a:active {
	color: #25A345;
	font-family: Poppins,Arial;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

	.comandi2 a:hover {
		border-bottom-style: dotted;
		border-bottom-width: 1px;
		color: #25A345;
		font-family: Poppins,Arial;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

.footer1, .footer1 a, .footer1 a:link, .footer1 a:active {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #4b4a4a;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
}

.footerNoPadding, .footerNoPadding a, .footerNoPadding a:link, .footerNoPadding a:active {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #4b4a4a;
	text-decoration: none;
	white-space: nowrap;
}

.footer1 a:hover {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #4b4a4a;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

.inizio, .inizio a, .inizio a:link, .inizio a:active, .inizio a:hover {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #4b4a4a;
	text-decoration: none;
	white-space: nowrap;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.usernn {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #25a345;
	text-decoration: none;
	white-space: nowrap;
}

.usern, .usern a, .usern a:link, .usern a:active, .usern a:hover {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #25a345;
	text-decoration: none;
	white-space: nowrap;
}


#barra_destra .banner {
	background-color: #ffffff;
}

#offerte {
	background-color: #ffffff;
}

/* tabella ordini */
.barreverdiTbl {
	text-align: left;
}

.barreverdiTblef {
	background: url(/img/verdetit.png) repeat-x;
	background-position: left top;
	background-color: #038024;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
	height: 30px;
	padding-left: 3px;
}

	.barreverdiTblef td {
		color: #4B4A4A;
	}

.barreverdiTbl th {
	background: url(/img/verdetit.png) repeat-x;
	background-position: left top;
	background-color: #038024;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	padding-left: 3px;
	text-align: center;
}

.barreverdiTblLeft th {
	text-align: left;
}

.barreverdiSmall {
	font-size: 8.5pt;
	color: #ffffff;
}

.barreverdiSub {
	background: url(/img/verdetit.png) repeat-x;
	background-position: left top;
	background-color: #038024;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	padding-left: 3px;
	text-align: left;
}

.barreverdiTbl td {
	color: #4B4A4A;
}

td .prodotto {
	text-align: center;
}

/* tabella ordini */
.barreverdiTbl {
	text-align: left;
}

.barreverdiTbl2 th {
	background: url(/img/verdetit.png) repeat-x;
	background-position: left top;
	background-color: #038024;
	text-transform: uppercase;
	text-align: left;
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
	height: 30px;
	padding-left: 3px;
}

.barreverdiTbl2 td {
	color: #4B4A4A;
}


/* Indirizzo */
.tblIndirizzo {
	padding: 6px;
}

.titIndirizzo {
	font-weight: bold;
	font-size: 16px;
	color: #FF6501;
	vertical-align: middle;
}

.col1Indirizzo {
	padding: 3px;
	color: #4B4A4A;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	vertical-align: top;
}

.col2Indirizzo {
	padding: 3px;
	color: #4B4A4A;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

.editIndirizzo {
}

.delIndirizzo {
	font-weight: bold;
	font-size: 16px;
	color: #FF6501;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
}

.linkAnagr {
	font-family: Poppins,Arial;
	font-size: 14px;
	color: #FF6501;
	text-decoration: none;
	font-weight: bold;
	border-bottom: dotted 1px #FF6501;
}

.txtAnagr {
	font-size: 14px;
	color: #4B4A4A;
}

	.txtAnagr li {
		list-style-image: url(/img/freccine.gif);
		font-size: 14px;
		margin-left: 18px;
	}

.inputAnagr {
	padding: 3px;
}

.stepAnagr {
	font-size: 14px;
	color: #4B4A4A;
}

	.stepAnagr li {
		font-size: 14px;
		margin-left: 28px;
	}

.smallTxtAnagr {
	font-size: 8.5pt;
	font-family: Poppins, Arial, Verdana, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}

.freccine {
	padding: 9px;
}

.middle {
	vertical-align: middle;
}


.barreverdiTblCar {
	text-align: left;
}

	.barreverdiTblCar th {
		background: url(/img/verdetit.png) repeat-x;
		background-position: left top;
		background-color: #038024;
		text-transform: uppercase;
		color: #ffffff;
		font-size: 12px;
		font-weight: bold;
		height: 16px;
		padding-left: 3px;
	}

/* stili delle pagine ordine e carrello */
.faqordine {
	padding: 4px 0px 4px 20px;
}

.filovert {
	background: url(/img/filovert.jpg) repeat-y;
}

.puntiorizz {
	margin-top: 6px;
	margin-bottom: 6px;
	border-bottom: dotted 2px #cccccc;
	width: 100%;
	height: 2px;
}

.puntivert {
	border-left: dotted 2px #cccccc;
	height: 100%;
}

.filoorizzverde {
	background: url(/img/verdetit.png) repeat-x;
	background-position: left top;
	height: 2px;
}

.spazioorizz {
	height: 6px;
}

.cellaPrezzo {
	text-align: right;
}

.prezzoIbs {
	font-weight: bold;
	color: #f70404;
}

.prezzo {
	font-weight: bold;
	color: #4B4A4A;
	text-decoration: line-through;
}

/**/
.wab {
	font-size: 12px;
	color: #4B4A4A;
}

.was {
	font-size: 14px;
	font-weight: bold;
	color: #ea5304;
}

.genbtitolo {
	font-size: 19px;
	font-weight: bold;
	background-image: url(/img/filo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #ffffff;
}

.novtitolo {
	font-size: 12px;
	font-weight: bold;
	background-image: url(/img/filo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #28A447;
}

.shop {
	font-size: 14px;
	font-weight: bold;
	background-image: url(/img/filo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #ffffff;
}

.scontone {
	font-size: 19px;
	font-weight: bold;
	color: #ffffff;
}

.sconto {
	font-size: 11px;
	font-weight: bold;
	color: #f70404;
}

.numerirossi {
	font-size: 13px;
	font-weight: bold;
	color: #f70404;
}

.genbtesto {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

.gen2btesto {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.gentesto {
	font-size: 11px;
	color: #ffffff;
}

.shopmtesto {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

.barreverdig {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
}

.barreverdip {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
}

.barreverdipal {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

.scuolatit {
	font-size: 39px;
	font-weight: bold;
	color: #ffffff;
}

a.scuolaIndr {
	font-size: 12px;
	font-weight: bold;
	color: #4B4A4A;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6501;
}

.scuolaIndrLst {
	font-size: 12px;
	font-weight: bold;
	color: #4B4A4A;
}

.grigiobtesto {
	font-size: 12px;
	font-weight: bold;
	color: #4B4A4A;
}

.questoq {
	color: #cccccc;
}

.scuolaIndr5 {
	font-size: 14px;
	font-weight: bold;
	color: #28a447;
}

a.scuolaIndr5 {
	font-size: 12px;
	font-weight: bold;
	color: #4B4A4A;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6501;
}

a.scuolaIndr5 {
	font-size: 12px;
	font-weight: bold;
	color: #4B4A4A;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6501;
}

.quiuffa {
	font-size: 14px;
	font-weight: bold;
	color: #28a447;
}

a.quiuffa:hover {
	font-size: 14px;
	font-weight: bold;
	color: #28a447;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #ff6501;
}

.scuolereg,
a.scuolereg {
	font-size: 16px;
	font-weight: bold;
	color: #ff6501;
	text-decoration: none;
}

.scuol_descr {
	font-size: 14px;
	font-weight: bold;
	color: #28a447;
	text-decoration: none;
}

a.scuol_descr {
	font-size: 14px;
	font-weight: bold;
	color: #28a447;
	text-decoration: none;
}

a.scuolereg:hover {
	border-bottom-width: 1px;
	font-size: 16px;
	font-weight: bold;
	color: #ff6501;
	text-decoration: none;
	white-space: nowrap;
	border-bottom-style: solid;
	border-bottom: dotted 2px #ff6501;
}


.box_regioni2,
a.box_regioni2,
a.box_regioni2:hover {
	font-size: 16px;
	font-weight: bold;
	color: #ff6501;
	border-bottom: dotted 2px #ff6501;
}


.box_regioni3,
a.box_regioni3,
a.box_regioni3:hover {
	font-size: 16px;
	color: #4b4a4a;
}

#user {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #4b4a4a;
	text-decoration: none;
	white-space: nowrap;
}

	#user a {
		font-family: Poppins,Arial;
		font-size: 12px;
		color: #4b4a4a;
		text-decoration: none;
		white-space: nowrap;
		border-bottom: solid 1px #4b4a4a;
	}

.usern, .usern a, .usern a:link, .usern a:active, .usern a:hover {
	font-family: Poppins,Arial;
	font-size: 12px;
	color: #25a345;
	text-decoration: none;
	white-space: nowrap;
}


sup {
	color: #4b4a4a;
	font-weight: bold;
}

.librino {
	font-size: 11px;
	font-weight: bold;
	color: #ff6501;
}

.carrello_pic {
	font-size: 11px;
	font-weight: bold;
	color: #28a447;
}

.euron {
	font-size: 11px;
	font-weight: bold;
	color: #F70404;
}

.euron2 {
	font-size: 12px;
	font-weight: bold;
	color: #F70404;
}

.box_scuola {
	font-size: 13px;
	font-weight: bold;
	color: #4b4a4a;
}

.box_scuola1 {
	font-size: 13px;
	font-weight: bold;
	color: #28a447;
}

.box_scuola2 {
	font-size: 12px;
	font-weight: normal;
	color: #4b4a4a;
	margin: 5px 5px 5px 0px;
}

.grigiotesto {
	font-size: 12px;
	color: #4B4A4A;
}

.auttesto {
	font-size: 11px;
	font-weight: bold;
	color: #4B4A4A;
}

.nav2testo {
	font-size: 16px;
	color: #4B4A4A;
}

.cartitb {
	font-size: 13px;
	font-weight: bold;
	color: #4B4A4A;
}

.carprezzoi {
	font-size: 13px;
	font-weight: bold;
	text-decoration: line-through;
	color: #4B4A4A;
}

.gen {
	font-size: 13px;
	color: #4B4A4A;
}

.ventit {
	font-size: 11px;
	font-weight: bold;
	color: #879F41;
}

.usato {
	font-size: 11px;
	color: #879F41;
}

.prodotto {
	font-size: 13px;
	color: #28A447;
}

.numclass {
	font-size: 26px;
	font-weight: bold;
	color: #28A447;
}

.reptitolo {
	font-size: 12px;
	font-weight: bold;
	color: #25A345;
}

.filo {
	font-size: 1px;
	color: #4B4A4A;
}

.carfilo {
	font-size: 1px;
	color: #28A447;
}

.carbuono {
	font-size: 13px;
	font-weight: bold;
	color: #28A447;
}

.caranciotit {
	font-size: 13px;
	font-weight: bold;
	color: #FF6501;
}

.caranciotitBig {
	font-size: 15px;
	font-weight: bold;
	color: #FF6501;
	text-align: center;
	padding: 6px 0px 6px 0px;
}

.rtitolo {
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}

.hlp2 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FF6501;
}

.hlp3 {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #FF6501;
}

.ssl {
	font-size: 16px;
	font-weight: bold;
	color: #FF6501;
}

.lbo {
	color: #879F41;
	font-weight: bold;
	font-size: 12px;
}

.hlp {
	font-size: 14px;
	font-weight: bold;
	color: #FF6501;
}

.lbx {
	color: #4B4A4A;
	font-weight: bold;
	font-size: 12px;
}

.lb0 {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
}

.scrivi_usato {
	color: #879F41;
	font-weight: bold;
	font-size: 11px;
}

.piccolo {
	font-family: Poppins,Arial;
	color: #4b4a4a;
	font-size: 11px;
}

.piccolored {
	font-family: Poppins,Arial;
	color: #ff0000;
	font-size: 11px;
}

.piccolo22 {
	font-family: Poppins,Arial;
	color: #000000;
	font-size: 11px;
}

.qr {
	font-size: 10px;
	text-align: right;
	right: 3px;
	padding-top: 2px;
	font-family: Poppins,Arial;
	color: #28a447;
}

.box_szube {
	font-family: Poppins,Arial;
	font-size: 13px;
	font-weight: bold;
	color: #ff6501;
	text-decoration: none;
	border-bottom: dotted 1px #ff6501;
}

.tit_ssl {
	font-family: Poppins,Arial;
	font-size: 16px;
	font-weight: bold;
	color: #879F41;
}

.questoe {
	font-weight: bold;
	font-size: 12px;
	font-family: Poppins,Arial;
	color: #879F41;
	text-decoration: underline;
}

.lrscrivi {
	font-weight: bold;
	font-size: 12px;
	font-family: Poppins,Arial;
	color: #4B4A4A;
	text-decoration: none;
}

	.lrscrivi a:hover {
		text-decoration: underline;
	}

.libracciotitolop {
	font-weight: bold;
	font-size: 22px;
	font-family: Poppins,Arial;
	color: #879F41;
	text-decoration: none;
}

.nectarbox, .nectar-value, .nectar-logo {
	display: none;
}
