/******************** Preload ********************/
#oPreload {
	color: #fff;
	background-color: #c00;
	font: bold 12px arial, verdana, san-serif, monospace;
	padding: 5px 10px;
	position: absolute;
	left: 5px;
	top: 5px;
}


/******************** Elementi ********************/

body {
	height: 100%; overflow-y: auto;
	margin: 0; padding: 0;
	color: #000;
	background:#fff url(../immagini/struttura/bg.jpg) repeat-x;
	text-align:center;
	font: normal 11px/20px "Century gothic", "Lucida Grande", Lucida, "Lucida Sans", Helvetica, Arial, sans-serif;
	word-spacing: -1px;
	line-height: 16px;
	/*font: normal 11px "Lucida Grande", "Verdana", sans-serif, monospace;*/
}


#boxContainer {
	/*background:transparent url(../immagini/struttura/top_fade.png) repeat-x scroll left top;*/
	padding-top: 20px;
}

table { border: 0 }



h1 { color: #fff; 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 { color: #fff; font: bold 14px "Lucida Grande",verdana,serif; margin: 0; }

.hhmin { height: 50px; min-height: 50px; 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 #693; }

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: 4px auto;
	/*padding: 20px;
	color: #000;
	background-color: #fff;
	border-top: 8px solid #666;
	border-left: 8px solid #666;
	border-right: 8px solid #666;*/
}

#bg_content {
	width: 890px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: hidden;
	color: #eee;
	background: #224f94 url('../immagini/struttura/bg_content.jpg') repeat-x 0 30px;
	border: 5px solid #003079;
	margin-bottom: 10px;
	font-size:14px;
	line-height:24px;
}

/**** Navigatore ****/
#bread { 
	height: 30px;
	color:#fff;
	background:#003079;
	padding:5px 10px;
	font-size: 10px;
}
#bread a:link, #bread a:visited {
	color:#fff;
}
#bread a:hover, #bread a:active, #bread a:focus {
	color:#fff;
}

#box_text_content {
	/*height: 320px;
	overflow: auto;*/
	text-align: justify;
}



#footer {
	width: 900px;
	/*color: #666;
	background-color: #fff;
	border-left: 8px solid #666;
	border-right: 8px solid #666;
	border-bottom: 8px solid #666;*/
	
}
#footer a:link, #footer a:visited {
	color: #f30;
	text-decoration: none;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #f30;
	text-decoration: underline;
}

.footerLang {
	height: 25px;
	padding-top: 5px;
	border-bottom: 1px solid #bbb;
}
.footerLang div {
	margin-bottom: 10px;
}


#bottom {
	width: 916px;
	margin-top: 5px;
	color: #ccc;
	background-color: inherit;
}

a.outbox:link, a.outbox:visited {
	color: #ccc;
	background-color: inherit;
}
a.outbox:hover, a.outbox:active, a.outbox:focus {
	color: #ffcf83;
	background-color: inherit;
}



/***** 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:#fff url(../immagini/struttura/bg_bw.jpg) repeat-x;
	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: #693;
	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;
}




#cmsv {
	background-image: url('../immagini/struttura/cmsv2.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 153px;
	height: 236px;
	position: absolute;
	right: -80px;
	left: 876px;
	top: 5px;
	margin: 0 auto;
	z-index: 100;
}

#cmsvBox {
	width:916px;
	position:relative;
}

#suggestions {
	margin-left: 434px;
	margin-top: -8px;
	z-index: 200;
}





.hminima {
	min-height: 600px;
	height: auto !important;
	height: 600px;
}



/***** Ticker ****/
.ticker {
	color: #000;
	background-color: #999;
	padding: 5px 20px;
	text-align: left;
	border-bottom: 4px solid #333;
}



/***** Lingua *****/
.lingua {
	color: #666;
	background-color: #111111;
}
a.lingua:link, a.lingua:visited {
	color: #666;
	background-color: #111111;
	text-decoration: none;
	padding: 2px 5px;
}
a.lingua:hover, a.lingua:active, a.lingua:focus {
	color: #fff;
	background-color: #f30;
	text-decoration: none;
}



/******************** Testo ********************/

.testo {
	color: #333;
	background-color: inherit;
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	padding-bottom: 20px;
}

.testo2 {
	color: #666;
	background-color: inherit;
	font-size: 11px;
	padding-bottom: 20px;
}



/******************** Links ********************/

a:link, a:visited {
	color: #f30;
}

a:hover, a:active, a:focus {
	color: #369;
}


a.link2:link, a.link2:visited {
	color: #D31921;
	font-weight: normal;
}

a.link2:hover, a.link2:active, a.link2:focus {
	color: #fff;
}

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: #D31921;
	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-top: 5px;
	color: #fff;
}

.menu {
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}
a.menu:link, a.menu:visited {
	color: #fff;
	text-decoration: none;
}

a.menu:hover, a.menu:active, a.menu:focus {
	color: #fff;
	background-color: #FF1F29;
}



.menu_on {
	color: #FF1F29;
	font-size: 12px;
	padding: 5px 10px;
}
a.menu_on:link, a.menu_on:visited {
	color: #FF1F29;
	background-color: transparent;
	text-decoration: none;
}

a.menu_on:hover, a.menu_on:active, a.menu_on:focus {
	color: #fff;
	background-color: #FF1F29;
}





.menu2, a.menu2:link, a.menu2:visited {
	color: #bbb;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
	text-decoration: none;
	line-height: 22px;
}

a.menu2:hover, a.menu2:active, a.menu2:focus {
	color: #333;
	background-color: #999;
}



.menu2_on, a.menu2_on:link, a.menu2_on:visited {
	color: #fff;
	background-color: transparent;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	line-height: 22px;
}

a.menu2_on:hover, a.menu2_on:active, a.menu2_on:focus {
	color: #fff;
	background-color: transparent;
}









.ajax_result {
	color: #000;
	background-color: #ff9900;
	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;
}






.cell_galleria {
	color: #000;
	/*background: #ccc url('../immagini/struttura/bg_galleria.jpg') repeat-x 0 0;*/
	background: #ccc;
	padding: 20px;
}

.tab_galleria {
	color: #000;
	background-color: #bbb;
	border: 4px solid #ccc;
}


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: #ff9900;
	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: #ff9900;
	background-color: inherit;
}





/******************** carrello *****/
.c1top  { font-weight: bold; text-align: left; padding: 5px; background-color: #ccc }
.c1topr  { font-weight: bold; text-align: right; padding: 5px; background-color: #ccc }
.c1btm  { font-weight: bold; text-align: center; padding: 5px; background-color: #ccc }
.c1a  { font-size: 12px; text-align: left; padding: 5px; vertical-align: top; background-color: #eee }
.c1ar  { font-size: 12px; text-align: right; padding: 2px; vertical-align: top; background-color: #eee }
.c1ac  { font-size: 12px; text-align: center; padding: 2px; vertical-align: top; background-color: #eee }



.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;
}

.errore {
	color: #f00;
	background-color: transparent;
	font-weight: bold;
}

.conferma {
	color: #693;
	background-color: transparent;
	font-weight: bold;
}


/***** UL : Inizio ****/
ul.llink {
	margin: 10px;
	padding: 0;
}

ul.llink a:link, ul.llink a:visited {
	color: #ffcf83;
	line-height: 30px;
}

ul.llink a:hover
	, ul.llink a:active
	, ul.llink a:focus {
	color: #FFECCF;
}

ul.llink li {
	list-style: none;
	background: transparent url('../immagini/icone/tag_orange.png') no-repeat 0 12px;
	margin: 0;
	padding: 0 0 0 25px;
	color: #ffcf83;
}

ul.llink span {
	margin: 0;
	padding: 0 10px;
	color: #fff;
	font-size: 11px;
	line-height: 30px;
}

ul.llink a.selected:link
	, ul.llink a.selected:visited
	, ul.llink a.selected:hover
	, ul.llink a.selected:active
	, ul.llink a.selected:focus {
	margin: 0;
	padding: 0 10px;
	color: #fff;
}
/***** UL : Fine ****/






