/******************** Preload ********************/
#oPreload {
	color: #fff;
	background-color: #c00;
	font: bold 12px arial, verdana, san-serif, monospace;
	padding: 5px 10px;
	position: absolute;
	left: 5px;
	top: 5px;
}

#cookie_alert {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(33, 33, 33, .8);
	color: #fff;
	font-size: 12px;
	display: none;
	z-index: 99999;
}
	#cookie_alert_text{
		float: left;
		width: 90%;
		padding: 15px 25px;
		text-align: left;
	}
		#cookie_alert_text a,#cookie_alert_text a:link,#cookie_alert_text a:visited{color:#CB943A}
		#cookie_alert_text a:hover,#cookie_alert_text a:active,#cookie_alert_text a:focus{color:#fff}
		
		#cookie_alert_OK{
			width: 60px;
			background-color: #CB943A;
			color: #fff;
			float: right;
			padding: 15px;
			cursor: pointer;
			text-align: center;
			font-weight: bold;
		}






/******************** Elementi ********************/

body {
	height:100%;
	overflow-y:auto;
	margin:0;
	padding:0;
	color:#000;
	background:#CB943A;
	text-align:center;
	font:normal 11px/16px 'Lucida Grande',arial,serif;
	word-spacing:-1px
}


#boxContainer {
	
}

table { border: 0 }



.ttesto table { border: 0; background:#000; font-size:11px; }
.ttesto td { padding: 5px; margin: 0; color:#fff; }




h1 { color: #333; background-color: transparent; font: bold 24px "Lucida Grande",verdana,serif; margin: 0 0 10px; }
h2 { font: bold 18px "Lucida Grande",verdana,serif; margin: 0; }
h3 { font: bold 14px "Lucida Grande",verdana,serif; margin: 0; }

.hhmin { height: 50px; min-height: 50px; height: auto !important; }
.hhmin2 { height: 30px; min-height: 30px; height: auto !important; }

.barrato { text-decoration: line-through; }

img { border: 0 }

a.img img{ border: 4px solid #666; }
a:hover.img img{ border: 4px solid #CB943A; }

a.img_disab img{ border: 4px solid #666; }
a:hover.img_disab img{ border: 4px solid #999; }

.imageOver{
	background: url('../immagini/icone/zoom.gif') no-repeat 50% 50%;	
	filter: alpha( opacity = 50 );
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}



/******************** Struttura Sito ********************/

/***** Contenitore Sito *****/
#container {
	width:900px;
	margin:0 auto;
	color:#000;
	background:#fff;
	box-shadow:0 -30px 30px #6F5100;
	-webkit-box-shadow:0 -30px 30px #6F5100;
	-moz-box-shadow:0 -30px 30px #6F5100
}

#footer {
	color:#999;
	background:#eee
	
}
#footer a:link, #footer a:visited {
	color:#999
}
#footer a:hover, #footer a:active, #footer a:focus {
	color:#000
}

.footerLang {
	padding:10px 10px 0
}


#bottom {
	background:#eee;
	color:#999;
	padding:40px 20px 10px
}

a.outbox:link, a.outbox:visited {
	color:#999
}
a.outbox:hover, a.outbox:active, a.outbox:focus {
	color:#000
}



/***** Dynform *****/
#dynform {
	padding:20px 0 40px;
	font-size:10px
}


/***** pie *****/
#pie {
	color: #fff;
	background: #727272 url('../immagini/struttura/bg_footer.jpg') repeat-x 0 0;
	border-top: 4px solid #3d3d3d;
	padding: 20px;
}

.pie {
	color: #666;
	background-color: inherit;
	padding-right:5px;
}
a.pie:link, a.pie:visited {
	color: #666;
	background-color: inherit;
}
a.pie:hover, a.pie:active, a.pie:focus {
	color: #f30;
	background-color: inherit;
}

.headline {
	height: 50px;
	background: #ddd url('../immagini/struttura/bg_headline.jpg');
	padding: 20px 20px 0;
	border-bottom: 1px solid #ccc;
}

.colonnaSX {
	background:#ddd;
	padding: 20px;
}
.allegatoBox {
	clear: both;
	margin: 5px 0;
	padding: 5px 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: #000;
	background-color: #eee;
	font-weight: bold;
}

.allegatoBox a:link, .allegatoBox a:visited {
	color: #CB943A;
	background-color: #eee;
	font-size: 11px;
	font-weight: normal;
	vertical-align: text-bottom;
}

.allegatoBox a:hover, .allegatoBox a:active, .allegatoBox a:focus {
	color: #333;
	background-color: #eee;
}


.hminima {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

/***** Lingua *****/
.lingua {
	color:#666;
	background:#111;
}
a.lingua:link, a.lingua:visited {
	color:#666;
	background:#111;
	text-decoration:none;
	padding:2px 5px
}
a.lingua:hover, a.lingua:active, a.lingua:focus {
	color:#fff;
	background:#f30;
	text-decoration:none
}



/******************** Testo ********************/

.testo {
	color:#333;
	font-size:13px;
	line-height:20px;
	text-align:justify;
	padding-bottom:20px;
}

.testo2 {
	color:#666;
	font-size:11px;
	padding-bottom:20px
}



/******************** Links ********************/

a:link, a:visited {
	color:#000
}

a:hover, a:active, a:focus {
	color:#CB943A
}


a.link2:link, a.link2:visited {
	color:#CB943A;
	background-color:transparent;
	font-weight:normal
}

a.link2:hover, a.link2:active, a.link2:focus {
	color:#666;
	background-color:transparent
}

a.link3, a.link3:link, a.link3:visited {
	color: #fff;
	background-color: #555;
	padding: 3px 5px;
	border: 1px solid #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.link3:hover, a.link3:active, a.link3:focus {
	color: #fff;
	background-color: #333;
}


a.link4:link, a.link4:visited {
	color: #f30;
	background-color: transparent;
	/*font-weight: bold;*/
}

a.link4:hover, a.link4:active, a.link4:focus {
	color: #000;
	background-color: transparent;
}


a.plus:link, a.plus:visited {
	color: #edcc7d;
	background: transparent url('../immagini/icone/plus.gif') no-repeat 0 0;
	padding: 1px 0 13px 20px;
}

a.plus:hover, a.plus:active, a.plus:focus {
	color: #8dd165;
	background: transparent url('../immagini/icone/plus.gif') no-repeat 0 0;
}



/***** Menu *****/
.menu_box {
	padding:0 10px 10px;
	color:#000;
	text-transform:lowercase
}

.menu {
	color:#000;
	font-size:12px;
	padding:3px 10px
}
a.menu:link, a.menu:visited {
	color:#000;
	text-decoration:none;
	text-transform:uppercase
}

a.menu:hover, a.menu:active, a.menu:focus {
	color:#fff;
	background-color:#000;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px
}

.menu_on {
	color:#fff;
	background-color:#CB943A;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:12px;
	padding:3px 10px
}
a.menu_on:link, a.menu_on:visited {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase
}

a.menu_on:hover, a.menu_on:active, a.menu_on:focus {
	color:#fff;
	background-color:#CB943A;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px
}


.menu2_box {
	height:40px;
	color:#fff;
	background:#000;
	text-transform:lowercase
}

.menu2, a.menu2:link, a.menu2:visited {
	color:#bbb;
	font-size:12px;
	font-weight:bold;
	padding:2px 5px;
	text-decoration:none;
	line-height:40px
}

a.menu2:hover, a.menu2:active, a.menu2:focus {
	color:#fff;
	background-color:#CB943A;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px
}

.menu2_on, a.menu2_on:link, a.menu2_on:visited {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
	line-height:40px
}

a.menu2_on:hover, a.menu2_on:active, a.menu2_on:focus {
	color:#fff
}









.ajax_result {
	color: #000;
	background-color: #f90;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}



.menuside {
	color: #333;
	background-color: #cddcec;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #bbb;
	display: block;
}
a.menuside:link, a.menuside:visited {
	color: #333;
	background-color: #cddcec;
	text-decoration: none;
}

a.menuside:hover, a.menuside:active, a.menuside:focus {
	color: #fff;
	background-color: #369;
}

.menuside_on {
	color: #fff;
	background-color: #82BB52;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #bbb;
	display: block;
}
a.menuside_on:link, a.menuside_on:visited {
	color: #fff;
	background-color: #82BB52;
	text-decoration: none;
}

a.menuside_on:hover, a.menuside_on:active, a.menuside_on:focus {
	color: #fff;
	background-color: #82BB52;
}










/**************************************** colore, colore titoli ****************************************/

.verde, h2.verde {
	color: #008811;
	background-color: transparent;
}
.verde2, h2.verde2 {
	color: #89fd00;
	background-color: transparent;
}
.arancio, h2.arancio {
	color: #ff6633;
	background-color: transparent;
}

.rosso, h2.rosso {
	color: #f00;
	background-color: transparent;
}

.grigio, h2.grigio {
	color: #666;
	background-color: transparent;
}

.giallo, h2.giallo {
	color: #ffcf83;
	background-color: transparent;
}


/********** Descrizione pagina (sotto al titolo nei details) *********/
.descrizione {
	font-size: 10px;
	margin-bottom: 20px;
	color: #666;
	background-color: inherit;
}







/**** Galleria ****/
a.galleria img{ margin: 4px 0; }




/***** Titoli *****/
.titolo {
	padding-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	color: #221e1b;
	background-color: transparent;
}
.titolo24 {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #221e1b;
	background-color: transparent;
	line-height: 24px;
}
.titolo3 {
	padding-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	background-color: transparent;
}
.titolo_verde {
	padding-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	color: #89fd00;
	background-color: transparent;
}
.titolo2 {
	padding-bottom:10px;
	font-size: 14px;
	font-weight: bold;
}





/***** Vari *****/
.disab {
	color: #666;
	background-color: transparent;
}
.disab2 {
	color: #999;
	background-color: transparent;
}

.ln {
	line-height: 20px;
}



/******************** Riquadri ********************/

.riquadro1 {
	font-size:11px;
	color:#000;
	background-color:#FFF2BE;
	display:block;
	padding:8px;
	border:1px solid #999;
}





.nascondi { display: none; }




.back1 {
	color: #000;
	background: #fff url('../immagini/foto/ivan_back.jpg') 0 0;
}



/***** Sfondi tabelle *****/
.bg_sx {
	/*width: 624px;
	color: #000;
	background-color: #464545;*/
	text-align: left;
}

.bg_dx_yellow {
	color: #000;
	background: #ffcf83 url('../immagini/bg/dx_yellow.jpg') repeat-x 0 0;
	text-align: left;
}
.bg_dx_yellow_small {
	color: #000;
	background: #ffcf83 url('../immagini/bg/dx_yellow_small.jpg') repeat-x 0 0;
	text-align: left;
}
.bg_dx_yellow_bottom {
	color: #000;
	background: #464545 url('../immagini/bg/dx_yellow_bottom.jpg') repeat-x 0 0;
}

.bg_dx_blue_small {
	color: #000;
	background: #83c6ff url('../immagini/bg/dx_blue_small.jpg') repeat-x 0 0;
	text-align: left;
}
.bg_dx_blue_bottom {
	color: #000;
	background: #464545 url('../immagini/bg/dx_blue_bottom.jpg') repeat-x 0 0;
}

.bg_dx_white_bottom {
	color: #000;
	background: #464545 url('../immagini/bg/dx_white_bottom.jpg') repeat-x 0 0;
}

.bg_dx_black_bottom {
	color: #000;
	background: #464545 url('../immagini/bg/dx_black_bottom.jpg') repeat-x 0 0;
}



a.lic_plus:link, a.lic_plus:visited {
	color: #000;
	background-color: inherit;
	background-image: url('../immagini/icone/box_plus.gif');
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 12px;
	margin-bottom: 20px;
}

a.lic_plus:hover, a.lic_plus:active, a.lic_plus:focus {
	color: #f90;
	background-color: inherit;
}

a.lic_minus:link, a.lic_minus:visited {
	color: #000;
	background-color: inherit;
	background-image: url('../immagini/icone/box_minus.gif');
	background-repeat: no-repeat;
	background-position: 0;
	padding-left: 12px;
	margin-bottom: 5px;
}

a.lic_minus:hover, a.lic_minus:active, a.lic_minus:focus {
	color: #f90;
	background-color: inherit;
}





/******************** carrello *****/
.cart-tr-topleft  { text-align:left; padding:5px 10px; color:#fff; background-color:#ccc; border-top-left-radius:10px; -moz-border-radius-topleft:10px }
.cart-tr  { text-align:left; padding:5px 10px; color:#fff; background-color:#ccc }
.cart-tr-right  { text-align:right; padding:5px 10px; color:#fff; background-color:#ccc }
.cart-tr-topright  { text-align:left; padding:5px 10px; color:#fff; background-color:#ccc; border-top-right-radius:10px; -moz-border-radius-topright:10px }

.c1top  { font-weight:bold; text-align:left; padding:5px; background-color:#eee; border-radius:10px; -moz-border-radius:10px }
.c1topr  { text-align:right; padding:5px; background-color:#eee; border-radius:10px; -moz-border-radius:10px }
.c1btm  { font-weight:bold; text-align:center; padding:5px; background-color:#ccc }
.c1a  { font-size:12px; text-align:left; padding:5px 10px; vertical-align:top; background-color:#eee }
.c1ar  { font-size:12px; text-align:right; padding:5px 10px; vertical-align:top; background-color:#eee }
.c1ac  { font-size:12px; text-align:center; padding:5px 10px; vertical-align:top; background-color:#eee }


.cart-tr-bottomleft  { font-size:12px; font-weight:bold; text-align:right; padding:5px 10px; background-color:#ccc; border-bottom-left-radius:10px; -moz-border-radius-bottomleft:10px }
.cart-tr-bottom  { font-size:12px; font-weight:bold; text-align:right; padding:5px 10px; background-color:#ccc }
.cart-tr-bottomright  { font-size:12px; font-weight:bold; text-align:right; padding:5px 10px; background-color:#ccc; border-bottom-right-radius:10px; -moz-border-radius-bottomright:10px }



.prezzo_scheda {
	color: #000;
	background-color: #fad163;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
}



/* Alert */
.alert {
	color:#000;
	background-color:#fad163;
	font-weight:bold;
	padding:3px 10px;
	line-height:22px;
	border-radius:5px;
	-moz-border-radius:5px
}

.errore {
	color:#f00;
	background-color:transparent;
	font-weight:bold
}

.conferma {
	color:#CB943A;
	background-color:transparent;
	font-weight:bold
}

.errore-lite {
	color:#fff;
	font-weight:bold
}

.conferma-lite {
	color:#ddd;
	font-weight:bold
}