/*Generali*/
*{
	margin:0; 
	padding:0;
	border: 0;
	-webkit-transition: color 0.3s ease;
	-webkit-transition: background 0.3s ease;
	-moz-transition: color 0.3s ease;
	-moz-transition: background 0.3s ease;
}
/*copre tutto il sito*/
#OverLay{
	position: fixed;
	width: 100%;
	height: 100%;
	opacity:0.2;
	display: none;
	z-index: 9;
	background-color: #000;
}
/*Elimina i puntini di firefox*/
* :focus {
   outline: 0;
}
/*mouse in wait*/
.load_mouse{
	cursor: wait!important; 
}
.underline{
	text-decoration: underline;
}
.nascosto{
	visibility: hidden;
	display: none;
}
hr{
	display: none;
	visibility: hidden;
}
hr.dotted{
	display: block !important;
	visibility: visible !important;
	border-top: 1px dashed #c9c1b5;
	margin: 0 50px 0 10px;
	line-height: 1px;
}
hr.dotted2{
	display: block !important;
	visibility: visible !important;
	border-top: 1px dashed #f2ece6;
	margin: 0 50px 0 10px;
	line-height: 1px;
}
/* hack ie7 */
*:first-child+html hr.dotted{
	display: none !important;
	visibility: hidden !important;
}
*:first-child+html hr.dotted2{
	display: none !important;
	visibility: hidden !important;
}
/*simula caricamento immagini farlocco*/
img{
	background: url(../images/spinner.gif) no-repeat center center; 
}
/*fine generali*/
/*corpo*/
body { 
	width: 100%;
	height: 100%;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #f5f6f7;
}
/*in ie7 Molengo non supporta la Z*/
*:first-child+html body{
	font-family: Arial, serif;
}
#contenitore{
	width: 980px;
	position: relative;
	margin: auto;
	overflow: auto;
}
/*fine corpo*/
/* Scrollbar */
.descrizione::-webkit-scrollbar {
	height: 10px;
	width: 10px;
    -webkit-border-radius: 1ex;  
}  
.descrizione::-webkit-scrollbar-thumb {  
    border-top: 1px solid #cbcbcb;  
    background: #eaeaea;  
    -webkit-border-radius: 1ex;  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);  
}
textarea::-webkit-scrollbar {
	height: 10px;
	width: 10px;
    -webkit-border-radius: 1ex;  
}  
textarea::-webkit-scrollbar-thumb {  
    border-top: 1px solid #cbcbcb;  
    background: #eaeaea;  
    -webkit-border-radius: 1ex;  
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);  
}
/* Fine scrollbar */
div#caricamento{
	width: 220px;
	height: 16px;
	font-size: 11px;
	font-weight: bold;
	color: #f0f0f0;
	position: fixed;
	top:0;
	left: 50%;
	background: #000;
	opacity: 0.7;
	margin-left: -110px;
	z-index: 1;
	-moz-box-shadow: #999 0px 0px 4px;
	-webkit-box-shadow: #999 0px 0px 4px;
	-o-box-shadow: #999 0px 0px 4px;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}
div#caricamento p{
	text-align: center;
}
/*ie 6*/
* html div#caricamento{
	position: absolute;
}

/*header*/
#header{
	position: relative;
	width: auto;
	width: 980px;
	height: 36px;
	background: #787878 url(../images/sfondo_header.png) repeat-x left center;
	margin-top: 18px;
	margin-bottom: 15px;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);  
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3); 
}
h1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 36px;
	background: url(../images/marchio_all.png) no-repeat center center;	
}
h3{
	display: none;
	visibility: hidden;
}
#barra_nera{
	position: absolute;
	top: 45px;
	left: 310px;
	height: 25px;
}
#menu1{
	position: absolute;
	top: 0;
	left: 162px;
	height: 36px;
	display: block;
	background-color: rgba(0,0,0,0.4);
}
#menu1 li{
	list-style-type: none;
	float: left;
	margin-left: 1px;
}
#menu1 li a{
	float: left;
	display: block;
	height: 36px;
	width: 161px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border-left: 1px solid #aaa;
	background: #787878 url(../images/sfondo_header.png) repeat-x left center;
}
#menu1 li a span{
	display: block;
	color: #f3f3f3;
	font-size: 14px;
	text-shadow: 0 -1px 0 #000;
	padding-top: 10px!important;
}
#menu1 li a:hover{
	background: #666 url(../images/sfondo_header_hover.png) repeat-x left center;
}
#menu1 .selected{
	height: 35px;
	border-top: 1px solid #aaa;
	background-image: none;
	/* gradient */ 
	background: -moz-radial-gradient(circle, #525252, #202020);
	background: -webkit-gradient(radial, center center, 0, center center, 100, from(#525252), to(#202020));
	background: -webkit-radial-gradient(circle, #525252, #202020);
}
.bordo_finale{	
	border-right: 1px solid #000;
}
#barra{
	width: 980px;
	position: relative;
}
#barra h2{
	display: block;
	width: 160px;
	height: 30px;
	background: url(../images/logotipo_all.png) no-repeat center center;
	border-radius: 4px;
	/*box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3); */
}
#barra h2 span{
	display: none;
	visibility: hidden;
}
#statusbar{
	position: absolute;
	top: 0;
	left: 164px;
	height: 30px;
	width: 816px;
	background: #ccc url(../images/sfondo_barra.png) repeat-x left center;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3); 
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.3); 
}
/*segnapagina*/
ul#segnapagina{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 30px;
}
#segnapagina li{
	position: relative;
	list-style-type: none;
	float: left;
	display: block;
	padding: 9px 14px 4px 14px;
	text-transform: lowercase;
	color: #8a8a8a;
	font-size: 11px;
	font-weight: bold;
	
}
#segnapagina li:first-letter{
	text-transform: uppercase!important;
}
/* hack ie7 */
*:first-child+html #segnapagina li{
	padding: 2px 6px 2px 6px;
}
#segnapagina li.icona_home{
	display: block;
	width: 13px;
	height: 13px;
	background: url(../images/icon_home.png) no-repeat 12px 9px; 
}
#segnapagina li.icona_home span{
	display: none;
	visibility: hidden;
}
#segnapagina a{
	color: #8a8a8a;
	text-decoration: none;
}
#segnapagina a:hover{
	
	text-decoration: underline;
	
}
.indicatore{
	display: block;
	position: absolute;
	width: 16px;
	height: 30px;
	left: -8px;
	top: 0px;
	background-image: none!important;
}
#barra_login_carrello{
	position: absolute;
	width: 380px;
	height: 30px;
	top: 0;
	right: 0;
}
ul#menu_login_carrello{
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	height: 30px;
}
#menu_login_carrello li{
	position: relative;
	list-style-type: none;
	float: left;
	display: block;
	height: 17px;
	padding: 9px 34px 4px 14px;
	
	border-left: 1px solid #aaa;
}
#menu_login_carrello li:hover{
	background-color: rgba(0,0,0,0.1);
}
#barra_login_carrello .selected{
	background-color: rgba(0,0,0,0.1)!important;
}
li.login{
	background: url(../images/icona_login.png) no-repeat  64px center;
}
li.carello{
	background: url(../images/icona_carrello.png) no-repeat 64px center;
}
#menu_login_carrello a {
	display: block;
	width: 100%;
	height: 100%;
	text-transform: lowercase;
	color: #8a8a8a;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#menu_login_carrello li:first-letter{
	text-transform: uppercase!important;
}
/* box di login */
#blocco_login{
	display: none;
	visibility: hidden;
}
/* Hack IE8 */
#blocco_login{
	margin-top  /*\**/: -15px \9;
}
#btn_logout{
	display: none;
	visibility: hidden;
}
#terzo_livello{
	width: 272px;
	height: 130px;
	margin: 0 10px;
	top: -10px;
	right: 10px;
	position: absolute;
	background: url(../images/texture_login.jpg);
	-moz-box-shadow: #999 0 -1px 6px;
	-webkit-box-shadow: #999 0 -1px 6px;
	box-shadow: 0 -1px 6px #999;
}
*:first-child+html #terzo_livello{
	border-left: 1px solid #b6aca7;
	border-right: 1px solid #b6aca7;
}
/* Hack IE8 */
#terzo_livello{
	border-left /*\**/: 1px solid #b6aca7 \9;
	border-right /*\**/: 1px solid #b6aca7 \9;
}
#pwdforget{
	position: absolute;
	top: 10px;
	right: 15px;
  	display: block;
	background: url(../images/bg_pelle_centro.png) repeat-x top left;
	font-size: 11px;
	text-align: center;
	width: auto;
	height: 26px;
	text-shadow: 0 0 0 #000;
	padding: 4px 5px 0 5px;
	line-height: 11px;
	letter-spacing: 1px;	
}
#pwdforget #bordolf{
	position: absolute;
	left: -5px;
	top: 0;
	width: 5px;
	height: 28px;
	background: url(../images/bg_pelle_bordi.png) no-repeat top left;
}
#pwdforget #bordorg{
	position: absolute;
	right: -5px;
	top: 0;
	width: 5px;
	height: 28px;
	background: url(../images/bg_pelle_bordi.png) no-repeat top right;
}
#pwdforget a{
	color: #F5F5F5;
	text-decoration: none;
}
#pwdforget a:hover{
	color: #F5F5F5;
	text-decoration: none;
}
#terzo_livello #stecca{
	position: absolute;
	bottom: -25px;
	left: -5px;
	width: 283px;
	height: 25px;
	background: url(../images/sf_stecca.png) no-repeat center center;
	cursor: pointer;
}
#terzo_livello ul{
	display: block;
	height: 25px;
	padding-right: 4px;
	margin-top: 18px;
	margin-bottom: 3px;
}
/* Hack ie7 */
*:first-child+html #terzo_livello ul{
	border-bottom: 1px dotted #c9c1b5;
}
#terzo_livello ul li{
	list-style-type: none;
	float: left;
	margin-left: 10px;
}
#terzo_livello ul li a{
	display: block;
	float: left;
	height: 14px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #695e54;
	text-decoration: none;
	padding-left: 10px;
}
#terzo_livello ul li a:hover{
	text-decoration: underline;
}
#terzo_livello ul li#toggler_ricerca{
	display: none;
	visibility: hidden;
}

#user{
	margin-top: 10px;
	float: left;
	width: 140px;
	padding: 2px;
	font-size: 11px;
	color: #333;
	margin-left: 8px;
	border: 1px solid #cbcbcb;
}
/* hack ie7 */
*:first-child+html #user{
	margin-top: 0;
}
#loginform #labeluser, #loginform #labelpw{
	margin-top: 2px;
	margin-bottom: 2px;
}
/* hack ie7 */
*:first-child+html #loginform #labeluser{
	margin-top: 14px;
}
#password{
	margin-top: 10px;
	float: left;
	width: 140px;
	padding: 2px;
	font-size: 11px;
	color: #333;
	margin-left: 8px;
	border: 1px solid #cbcbcb;
}
/* hack ie7 */
*:first-child+html #loginform #password{
	width: 150px;
	border: 0;
}

#btn_login{
	float: right;
	margin-right: 8px;
	margin-top: 10px;
	text-decoration: none;
	font-size: 11px;
	background:  #c3c1c1 url(../images/bg_toolbar2.png) repeat-x top left;
	text-align: center;
	padding: 3px 12px;
	font-weight: bold;
	color: #777;
}
#btn_login{
	border-radius: 12px;
	border: 1px solid #cbcbcb;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.3);
}
#btn_login:hover{
	color: #f7f7f7;
	text-decoration: none;
	background: #3c97bb url(../images/bg_toolbar.png) repeat-x top left;
}
#registrati_div{
	float: left;
	margin-left: 8px;
	margin-top: 10px;
	font-size: 11px;
	clear: both;
	color: #333;
}
#registrati_div a{
	cursor: pointer;
	color: #d60000;
}
#registrati_div a:hover{
	color: #ffffff;
}
/*fine header*/
/*inizio corpo*/
#corpo{
	position: relative;
	width: 100%;
	min-width: 1020px;
	padding-top: 3px;
	padding-bottom: 100px;
	overflow: hidden;
}
/*menu prodotti*/
#menu_prodotti{
	margin-top: 74px;
	float: left;
	width: 158px;
	border: 1px solid #cbcbcb;
	background-color: #fcfcfc; 
	border-radius: 4px;
}
/* ie8 */
#menu_prodotti{
	border /*\**/: 1px solid #cbcbcb \9;
}
/* ie7 */
*:first-child+html #menu_prodotti{
	border: 1px solid #cbcbcb;
}

#accordion{
	margin: 0 auto 15px auto;
	width: inherit;
}
#accordion h5{
	display: block;
	padding-top: 3px;
	font-size: 13px;
	text-transform: lowercase;
	font-weight: bold;
	z-index: 100;
	color: #444;
}
#accordion h5:first-letter{
	text-transform: uppercase;
}
#accordion h5 a{
	width: inherit;
	display: block;
	width: auto;
	padding-left: 4px;
}
#accordion ul{
	margin: 5px 0;
}
#accordion li.livello2{
	list-style-type: none;
	margin-left: 7px;
	padding: 2px 0;
	font-size: 12px;
	font-weight: bold;
}
#accordion li.livello3{
	list-style-type: none;
	margin-left: 7px;	
	padding-left: 8px;	
	font-size: 12px;
}
#accordion li a{
	color: #444;
	text-transform: lowercase;
}

#accordion a{
	padding: 1px 3px;
	text-decoration: none;
	color: #444;
}
#accordion h5:hover{	
	color: #000!important;
	background-color: #eaeaea; 
}
#accordion h5 a:hover{
	text-decoration: none;
	color: #000;
}
.erba{
	color: #fff!important;
	background-color: #cbcbcb; 
}
.verde a{
	color: #cbcbcb!important;
}
.verde a:hover{
	color: #cbcbcb!important;
}
.erba a{
	color: #fff!important;
}
.erba a:hover{
	color: #fff!important;
	text-decoration: underline;
}
#accordion a:first-letter{
	text-transform: uppercase;
}
/*fine menu prodotti*/
/*inizio homespot*/
#home_spot, #home_spot2{
	/*height: 200px;*/
	margin: 0 228px 10px 248px;
	text-align: center;
	border: 1px solid white;
	-moz-box-shadow: #333 0 0 10px;
	-webkit-box-shadow: #333 0 0 10px;
}
#home_spot img, #home_spot2 im {
	display: inline;
}
/*fine homespot*/
/*inizio evidenza*/
#home_evidenza{
	margin: 0 228px 10px 248px;
	background-color: #f5f5f5;
	text-align: center;
	-moz-box-shadow: #333 0 0 10px;
	-webkit-box-shadow: #333 0 0 10px;
}
#home_evidenza h4, #home_brands h4{
	margin: auto;
	width: auto;
	font-size: 13px;
	padding: 5px;
	text-align: left;
	color: #fcfcfc;
}
/*fine evidenza*/
/*inizio brand*/
#home_brands{
	margin: 0 228px 10px 248px;
	text-align: center;
	-moz-box-shadow: #333 0 0 10px;
	-webkit-box-shadow: #333 0 0 10px;
}
/*fine brand*/
/*inizio elenco prodotti*/
#elenco_prodotti{
	width: 650px;
	float: left;
}
#elenco_prodotti_header{
	width: 648px;
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	background-color: #fcfcfc; 
	position: relative;
	overflow: hidden;
}
#elenco_prodotti_interno{
	width: 648px;
	float: left;
	margin-left: 5px;
	margin-top: 7px;
	border: 1px solid #cbcbcb;
	background-color: #fcfcfc; 
	border-radius: 4px;
	position: relative;
}
#elenco_prodotti h4, #prodotto_dettaglio h4{
	font-weight: normal;
}
.toolbar{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #cbcbcb;
	background: #3c97bb url(../images/bg_toolbar.png) repeat-x top left;
	position: relative;
	overflow: auto;
	font-size: 12px;
	color: #fcfcfc;
	padding: 5px;
	clear: left;
	
}
.toolbar h4, .toolbar2 h4{
	font-weight: normal;
}
.toolbar2 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #cbcbcb;
	background:  #c3c1c1 url(../images/bg_toolbar2.png) repeat-x top left;
	position: relative;
	font-size: 12px;
	overflow: auto;
	color: #fcfcfc;
	padding: 5px;
	clear: left;
}
.toolbar p,.toolbar2 p{
	text-align: right;
}
.toolbar p a,.toolbar2 p a{
	color: #fcfcfc;
	font-weight: bold;
	text-decoration: none;	
}
.toolbar p a:hover,.toolbar2 p a:hover{
	color: #fcfcfc;
	text-decoration: underline;	
}
.bar_left{
	width: 300px;
	float: left;
}
.bar_right{
	width: 300px;
	float: right;
}

/*fine elenco prodotti*/
/*inizio carrello*/
/*menu prodotti*/
/*ADV SPAZIO*/
#adv{
	margin-top: 7px;
	float: right;
	width: 160px;
}
.adv_interno{
	border: 1px solid #cbcbcb;
	background-color: #fcfcfc; 
	border-radius: 4px!important;
	overflow: hidden;
	width: 158px;
}
#adv_interno img{
	border-radius: 4px;
	padding-top: 0;
}

/*ADV*/
/*fine corpo*/
/*inizio Footer*/
.nettuno{
	font-family: Arial, sans-serif;
	font-weight: bold;
}
#footer{
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #fff;
	background-color: #ececec; 
	border-radius: 4px;
	width: 970px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	overflow: auto;
	padding: 5px;
}
#footer a{
	color: #666;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover{
	color: #d60000;
	text-decoration: none;
}
.dati{
	padding: 10px;
	width: 160px;
	float: left;
}

.dati h5{
	display: block;
	width: 135px;
	height: 26px;
	background: url(../images/logo_all_bn.png) no-repeat center center;
	margin-bottom: 5px;
}
.dati h5 span{
	display: none;
}
.dati h4{
	display: none;
}
.dati p{
	color: #8b8b8b;
	font-size: 11px;
	margin-bottom: 1px;
}
#articoli{
	padding: 9px;
	width: 50px;
	float: left;
	margin-left: 10px;
}
#articoli p{
	color: #8b8b8b;
	font-size: 11px;
	margin-bottom: 1px;
}
#credits{
	width: 300px;
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 5px;
	height: 10px;
}
#credits p{
	color: #8b8b8b;
	font-size: 11px;
	margin-bottom: 1px;
}
/*fine Footer*/
/*mappa prodotti*/
#mappa_prodotti{
	text-align: left;
	font-size: 12px;
	color: #333;
}
#mappa_prodotti p{
	margin-left: 8px;
	font-weight: bold;
	text-align: left;
}
#mappa_prodotti a{
	color: #008F26;
	text-decoration: none;
}
#mappa_prodotti a:hover{
	color: #008F26;
	text-decoration: underline;
}
#mappa_prodotti table{
	margin: 5px;
	border-collapse: collapse;
	border: 0;
}
mappa_prodotti th{
	margin-bottom: 5px;
}
/*Ricerva allinoovation*/
#blocco_ricerca{
	text-align: center;
	position: absolute;
	margin-top: 7px;
	width: 158px;
	height: 60px;
	border: 1px solid #cbcbcb;
	background-color: #fcfcfc; 
	border-radius: 4px;
}
/* ie8 */
#blocco_ricerca{
	border /*\**/: 1px solid #cbcbcb \9;
}
/* ie7 */
*:first-child+html #blocco_ricerca{
	border: 1px solid #cbcbcb;
}
#keyword{
	margin-top: 7px;
	width: 120px;
	padding: 2px;
	padding-left: 22px;
	background: white url(../images/lente2.png) no-repeat  4px center;
	border-radius: 12px;
	border: 1px solid #cbcbcb; 

}
#brand{
	margin-top: 7px;
	width: 142px;
	padding: 2px;
}
#div_login{
	display: none;
	width: 164px;
	height: 150px;
	background: #ddd;
	position: absolute;
	top: 32px;
	right: 94px;
	z-index: 99;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	-moz-box-shadow: #999 0px 0px 4px;
	-webkit-box-shadow: #999 0px 0px 4px;
	-o-box-shadow: #999 0px 0px 4px;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}
#cart{
	display: none;
	width: 200px;
	height: 250px;
	background: #ddd;
	position: absolute;
	top: 32px;
	right: 0;
	z-index: 99;
	border-bottom: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	-moz-box-shadow: #999 0px 0px 4px;
	-webkit-box-shadow: #999 0px 0px 4px;
	-o-box-shadow: #999 0px 0px 4px;
	-moz-border-radius-bottomright: 5px; 
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;	
}