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


/*
 * giallo: #edcc7d; /*#ffcf83;
 */



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

body {
	margin: 0; padding: 0;
	color: #fff;
	background: #262626;
	text-align:center;
	font: normal 11px "Lucida Grande", "Verdana", sans-serif, monospace;
}

table { border: 0 }



h1 {
	font: normal 20px "Trebuchet MS", "Lucida Grande", "Verdana", sans-serif;
	color: #fff;
	background-color: transparent;
	margin: 0;
}
h2 { font: normal 18px "Trebuchet MS", "Lucida Grande", "Verdana", sans-serif; margin: 0; }
h3 { font: bold 14px "Trebuchet MS", "Lucida Grande", "Verdana", sans-serif; margin: 0; }


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

img { border: 0 }

a.img img{ border: 4px solid #ccc; }
a:hover.img img{ border: 4px solid #333; }

a.img_disab img{ border: 4px solid #000; }
a:hover.img_disab img{ border: 4px solid #333; }


.img_preview {
	position: relative;
	width: 108px;
	height: 108px;
	overflow: hidden;
	color: #fff;
	background: #666 url('../immagini/preload/loader.gif') no-repeat 46px 46px;
}

.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: 976px;
	color: #000;
	background: #262626 url('../immagini/layout/bg_container_black.jpg') repeat-y;
}

#container2 {
	padding: 0 28px;
}

#container3 {
	width: 920px;
	color: #000;
	background: #fff;	
}
#container3_big {
	width: 920px;
	color: #fff;
	background: #5E5E5E url('../immagini/layout/bg_sx.jpg') repeat-x;
	padding: 10px 0;	
}

#container_home {
	padding: 20px;
	color: #fff;
	background: #262626 url('../immagini/layout/bg_sx.jpg') repeat-x;
}

#header {
	width: 976px;
	color: #999;
	background: #262626 url('../immagini/layout/header-10.jpg') no-repeat;
}


#footer {
	width: 976px;
	color: #666;
	background: #262626 url('../immagini/layout/pie-2.jpg') repeat-x 0 0;
	font: normal 11px arial,verdana,san-serif,monospace;
	
}
#footer a:link, #footer a:visited {
	color: #666;
	background-color: transparent;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #999;
	background-color: transparent;
}


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

#splash {
	width: 920px;
	height: 300px;
	overflow: hidden;
	color: #ddd;
	background: #000;
	display: block;
}

.tdSX {
	padding: 0 20px 40px;
	color: #fff;
	background: #5E5E5E url('../immagini/layout/bg_sx.jpg') repeat-x;
}

#boxContent {
	clear: both;
	padding: 20px;
	color: #000;
	background-color: inherit;
	font: 13px normal Arial,Helvetica,sans-serif,monospace;
	line-height: 19px;
}

.dxTitolo {
	padding: 10px 20px;
	color: #fff;
	background: #000;
}



.tdHome {
	color: #fff;
	background: #000;
	border: 1px solid #333;
}

.tdHomeNewsletter {
	color: #fff;
	background-color: #000;
	border: 1px solid #333;
}





/***** 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: #fff;
	background-color: inherit;
	font: 13px normal Arial,Helvetica,sans-serif,monospace;
	line-height: 19px;
	padding-bottom: 20px;
}

.testo2 {
	color: #666;
	background-color: inherit;
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 20px;
}



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

a:link, a:visited {
	color: #fff;
	background-color: transparent;
}

a:hover, a:active, a:focus {
	color: #ffcf83;
	background-color: transparent;
}

a.link2:link, a.link2:visited {
	color: #fff;
	background-color: transparent;
	font-weight: normal;
	padding: 2px 5px;
}

a.link2:hover, a.link2:active, a.link2:focus {
	color: #fff;
	background-color: #333;
	text-decoration: none;
}

a.link3, a.link3:link, a.link3:visited {
	color: #fff;
	background: #333;
	padding: 5px 10px;
	text-decoration: none;
	font: bold 12px arial,san-serif,monospace;
}

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


a.link3_selected
	, a.link3_selected:link
	, a.link3_selected:visited
	, a.link3_selected:hover
	, a.link3_selected:focus {
	color: #fff;
	background: #a30;
	padding: 5px 10px;
	text-decoration: none;
	font: bold 12px arial,san-serif,monospace;
}


a.link4:link, a.link4:visited {
	color: #ffcf83;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a.link4:hover, a.link4:active, a.link4:focus {
	color: #fff;
	background-color: transparent;
	text-decoration: underline;
}


a.link5:link, a.link5:visited {
	color: #0a396a;
	background-color: transparent;
	/*font-weight: bold;*/
}

a.link5:hover, a.link5:active, a.link5:focus {
	color: #a30;
	background-color: transparent;
}

a.link6:link, a.link6:visited {
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}

a.link6:hover, a.link6:active, a.link6:focus {
	text-decoration: none;
}

a.link7:link, a.link7:visited {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
}

a.link7:hover, a.link7:active, a.link7:focus {
	color: #666;
	text-decoration: none;
}


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: 5px 0 0 10px;
	color: #fff;
	background-color: transparent;
}

.menu
	, a.menu:link
	, a.menu:visited {
	color: #bbb;
	background-color: transparent;
	font: bold 12px arial,san-serif,monospace;
	padding: 5px;
	text-decoration: none;
	outline: none;
}

a.menu:hover, a.menu:active, a.menu:focus {
	color: #fff;
	background-color: transparent;
}



.menu_on
	, a.menu_on:link
	, a.menu_on:visited {
	color: #C1B731;
	background-color: transparent;
	font: bold 12px arial,san-serif,monospace;
	padding: 5px;
	text-decoration: none;
	outline: none;
}

a.menu_on:hover, a.menu_on:active, a.menu_on:focus {
	color: #C1B731;
	background-color: transparent;
}





.menu2, a.menu2:link, a.menu2:visited {
	color: #bbb;
	background-color: transparent;
	font: bold 12px arial,san-serif,monospace;
	padding: 5px;
	text-decoration: none;
}

a.menu2:hover, a.menu2:active, a.menu2:focus {
	color: #fff;
	background-color: transparent;
}



.menu2_on, a.menu2_on:link, a.menu2_on:visited {
	color: #fff;
	background-color: transparent;
	font: bold 12px arial,san-serif,monospace;
	padding: 5px;
	text-decoration: none;
}

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;
}



/**** Categoria *****/
.categorie_menubox {
	
}

.categoria {
	color: #fff;
	background-color: #333;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 8px 10px;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
}

.categoriaBox {
	margin-top: 1px;
	margin-bottom: 1px;
}


.sottocategoria
	, a.sottocategoria:link
	, a.sottocategoria:visited {
	color: #999;
	background: #222;
	font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 8px 10px 8px 30px;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
	outline: none;
}

a.sottocategoria:hover
	, a.sottocategoria:active
	, a.sottocategoria:focus {
	color: #fff;
	background: #000;
}



.sottocategoria_on
	, a.sottocategoria_on:link
	, a.sottocategoria_on:visited {
	color: #000;
	background-color: #999;
	font: bold 12px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	padding: 8px 10px 8px 30px;
	display: block;
	margin-top: 1px;
	margin-bottom: 1px;
	text-decoration: none;
	outline: none;
}

a.sottocategoria_on:hover
	, a.sottocategoria_on:active
	, a.sottocategoria_on:focus {
	color: #000;
	background: #999;
}


/***** Prodotti ********/
.proBox {
	border: 1px solid #000;
	padding: 1px;
}

.proBox2 {
	color: #fff;
	background-color: #000;
	padding: 10px;
}

.proTable {
	color: #fff;
	background-color: #000;
}

.proTD1 {
	color: #fff;
	background-color: #000;
	padding: 10px;
}

.proTD2 {
	color: #fff;
	background-color: #000;
	padding: 20px;
}

.proTitolo {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	color: #fff;
	background-color: transparent;
}


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


.proPDF
	, .proPDF a:link
	, .proPDF a:visited {
	color: #6B4600;
	background: transparent url('../immagini/icone/acrobat.png') no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
	font: normal 12px arial,times,sans-serif;
	text-decoration: none;
	outline: none;
}

.proPDF a:hover
	, .proPDF a:active
	, .proPDF a:focus {
	text-decoration: underline;
}

.proZIP
	, .proZIP a:link
	, .proZIP a:visited {
	color: #6B4600;
	background: transparent url('../immagini/icone/zip.gif') no-repeat 0 2px;
	padding: 2px 3px 4px 23px;
	font: normal 12px arial,times,sans-serif;
	text-decoration: none;
	outline: none;
}

.proZIP a:hover
	, .proZIP a:active
	, .proZIP a:focus {
	text-decoration: underline;
}

.proLink
	, .proLink a:link
	, .proLink a:visited {
	color: #6B4600;
	background-color: transparent;
	padding: 2px 3px 4px 3px;
	font: normal 12px arial,times,sans-serif;
	text-decoration: none;
	outline: none;
}

.proLink a:hover
	, .proLink a:active
	, .proLink a:focus {
	text-decoration: underline;
}






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

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

.menuside_on
	, a.menuside_on:link
	, a.menuside_on:visited
	, a.menuside_on:hover
	, a.menuside_on:active
	, a.menuside_on:focus {
	color: #fff;
	background: #666;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	margin-top: 1px;
	display: block;
	text-decoration: none;
	outline: none;
}




/***** Mappa ******/
.mappa {
	width: 98%;
	height: 300px;
	padding: 0;
	border: 4px solid #ccc;
	font-family: arial,san-serif,monospace;
	font-weight: bold;
	overflow: hidden;
}
.mappa_pie {
	color: #000;
	background-color: transparent;
	font-size: 11px;
	line-height: 15px;
	margin-top: 5px;
}
#msSearch {
	padding: 10px 20px 20px;
	color: #000;
	background-color: #eee;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.msTitolo {
	margin-bottom: 10px;
	font-style: italic;
	color: #000;
	background-color: inherit;
}
.msAddr {
	font-weight: bold;
	color: #000;
	background-color: #eee;
	border: 1px solid #ccc;
}
#pano {
	width: 98%;
	height: 300px;
	padding: 0;
	border: 4px solid #ccc;
	font-family: arial,san-serif,monospace;
	font-weight: bold;
	overflow: hidden;
}









/**************************************** 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;
	font-family: arial,verdana,,sans-serif,monospace;
	color: #221e1b;
	background-color: transparent;
}

.titolo24 {
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	color: #221e1b;
	background-color: transparent;
}

.titolo3 {
	padding-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	color: #666;
	background-color: transparent;
}


.titolo_verde {
	padding-bottom:10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	color: #89fd00;
	background-color: transparent;
}
.titolo2 {
	padding-bottom:10px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	/*color: #ffcf83;
	background-color: transparent;*/
}





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

.ln {
	line-height: 20px;
}



/******************** Form ********************/

form {
	font: normal 11px "Lucida Grande", "Verdana", sans-serif, monospace;
	/*font-family: arial, verdana, san-serif, monospace;
	font-size: 10px;*/
	margin: 1px;
}

select {
	color: #666;
	background-color: #fff;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
	/*font-family: arial, verdana, san-serif, monospace;
	font-size: 12px;*/
}

textarea {
	color: #000;
	background-color: #e4e4e4;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
	/*font-family: arial, verdana, san-serif, monospace;
	font-size: 12px;*/
}

input {
	color: #000;
	background-color: #e4e4e4;
	font: normal 12px "Lucida Grande", "Verdana", sans-serif, monospace;
	/*font-family: arial, verdana, san-serif, monospace;
	font-size: 12px;*/
}

.fastk {
	margin-right: 5px;
	color :#f00;
	background-color: inherit;
	font-weight: bold;
}

.flabel {
	/*clear:left;*/
	float:left;
	width:100px;
	margin-right:20px;
	text-align:left;
	font-size:12px;
}

.fbox {
	float:left;
	width:480px;
	margin-bottom:10px;
	text-align:left;
	display:inline;
}

.fs {
	color:#f00;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
}

.fcheck {
	color: #f00;
	background-color: inherit;
	font-size: 9px;
	font-weight: bold;
	display: inline;
}

.fcheckblock {
	color:#f00;
	background-color:inherit;
	font-size:12px;
	font-weight:bold;
	display:block;
}

.fprivacy {
	height: 70px;
	overflow: auto;
	border: 1px solid #dddddd;
	color: #666;
	background-color: #eeeeee;
	padding: 5px;
	font-size: 11px;
	margin-top: 5px;
}

.fprivacyon {
	height: 70px;
	overflow: auto;
	border: 1px solid #dddddd;
	color: #000;
	background-color: #ffd6be;
	padding: 5px;
	font-size: 11px;
	margin-top: 5px;
}

.fast {
	margin-right: 5px;
	color: #f00;
	background-color: transparent;
	font-size: 12px;
	font-weight: bold;
}

.flabelcell {
	margin-right: 20px;
	text-align: right;
	font-size: 12px;
}

.fboxcell {
	margin-bottom: 10px;
	text-align: left;
}

.fboxcell_strong {
	color: #0033ff;
	background-color: inherit;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
	font-size:12px;
}

a.flink, a.flink:link, a.flink:visited {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a.flink:hover, a.flink:active, a.flink:focus {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}




/******************** Verifiche ********************/

.email_errore {
	color: #f00;
	background-color: inherit;
	font-weight: bold;
	display: inline;
	font-size: 9px;
}

.email_conferma {
	color: #060;
	background-color: inherit;
	font-weight: bold;
	display: inline;
	font-size: 9px;
}

.obbligatorio {
	color: #f00;
	background-color: transparent;
	/*font-size: 10px;*/
	font-weight: bold;
}

.evidenziato {
	color: #f00;
	background-color: transparent;
}

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



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

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















/***** Rassegna Stampa ****/
.press_box {
	color: #666;
	background-color: transparent;
	margin: 10px 0;
}

.pressBottom {
	color: #333;
	background-color: #eee;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 1px 10px 4px;
	margin: 0;
	font-size: 10px;
}

a.pressLink:link, a.pressLink:visited {
	color: #333;
	background-color: transparent;
	font: normal 10px arial,times,sans-serif;
	text-decoration: none;
}

a.pressLink:hover, a.pressLink:active, a.pressLink:focus {
	text-decoration: underline;
}

.press_titolo {
	color: #000;
	background-color: transparent;
	font: bold 14px Lucida Grande,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
}

.press_fonte {
	color: #333;
	background-color: transparent;
	font-size: 11px;
	/*text-transform: uppercase;*/
}

.press_fonte_label {
	color: #333;
	background-color: transparent;
	font: 10px normal Lucida Grande,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	/*text-transform: uppercase;*/
}

.press_data {
	color: #333;
	background-color: transparent;
	font: 10px normal verdana,arial,helvetica,sans-serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.press_descrizione {
	color: #333;
	background-color: transparent;
	font: normal 12px Lucida Grande,Arial,Helvetica,'Liberation Sans',FreeSans,sans-serif;
	line-height: 16px;
	margin-bottom: 5px;
}

.press_pdf {
	/*margin-bottom: 10px;*/
}

.press_pdf a:link, .press_pdf a:visited {
	color: #333;
	background: transparent url('../immagini/icone/acrobat.png') no-repeat 0 2px;
	padding: 3px 3px 3px 20px;
	font: normal 10px arial,times,sans-serif;
	text-decoration: none;
}

.press_pdf a:hover, .press_pdf a:active, .press_pdf a:focus {
	text-decoration: underline;
}

.press_zip {
	/*margin-bottom: 10px;*/
}

.press_zip a:link, .press_zip a:visited {
	color: #333;
	background: transparent url('../immagini/icone/zip.gif') no-repeat 0 2px;
	padding: 2px 3px 4px 23px;
	font: normal 10px arial,times,sans-serif;
	text-decoration: none;
}

.press_zip a:hover, .press_zip a:active, .press_zip a:focus {
	text-decoration: underline;
}





/***** News ****/
.news_tipo {
	color: #6B4600;
	background-color: transparent;
	font: 9px normal Verdana,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

.news_data {
	color: #666;
	background-color: transparent;
	font: 10px normal Verdana,Arial,Helvetica,sans-serif;
	/*text-transform: uppercase;*/
}

.news_titolo {
	padding-bottom: 10px;
	line-height: 30px;
	font: bold 18px Lucida Grande,Arial,Helvetica,times,sans-serif;
	color: #000;
	background-color: transparent;
}

.news_descrizione {
	color: #000;
	background-color: inherit;
	font: 14px normal Verdana,Arial,Helvetica,sans-serif;
	line-height: 20px;
	margin-bottom: 20px;
	text-align: justify;
}


a.news_link:link, a.news_link:visited {
	padding-bottom: 10px;
	line-height: 30px;
	font: bold 14px Lucida Grande,Arial,Helveticatimes,sans-serif;
	color: #000;
	background-color: transparent;
	text-decoration: none;
}

a.news_link:hover, a.news_link:active, a.news_link:focus {
	text-decoration: underline;
}



.news_scheda {
	color: #333;
	background-color: #fff;
	text-align: left;
	padding: 20px;
	line-height: 20px;
}

.news_titolo_scheda {
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Sans-Serif;
	color: #000;
	background-color: inherit;
}

.news_descrizione_breve {
	color: #000;
	background-color: inherit;
	padding: 5px 0 10px;
	font-size: 12px;
}




/*** News Home ***/
.hnewsTxt {
	color: #999;
	background-color: transparent;
	margin-bottom: 20px;
}

a.hnewsLink:link, a.hnewsLink:visited {
	color: #fff;
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

a.hnewsLink:hover, a.hnewsLink:active, a.hnewsLink:focus {
	text-decoration: underline;
}

/**** News ***/
.newsBottom {
	color: #333;
	background-color: #eee;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 1px 10px;
	margin: 0;
}

.newsBottom a:link, .newsBottom a:visited {
	font: bold 11px arial,sans-serif;
	color: #333;
	background-color: transparent;
	text-decoration: none;
}

.newsBottom a:hover, .newsBottom a:active, .newsBottom a:focus {
	text-decoration: underline;
}







/******************** Newsletter ********************/

.dl_form {
	font-size: 11px;
}

input.dl_form {
	color: #000;
	background-color: #ddd;
}

input.dl_form_email {
	color: #000;
	background-color: #fff;
	border: 1px solid #555;
	margin-top: 1px;
}

.dl_form_box {
	width: 466px;
	color: #000;
	background-color: #ddd;
	border: 1px solid #555;
	text-align: left;
}

.dl_form_header {
	display: block;
	color: #fff;
	background-color: #666;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

.dl_privacy {
	height: 90px;
	overflow: auto;
	color: #999;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 11px;
}

.dl_privacy_on {
	height: 90px;
	overflow: auto;
	color: #000;
	background-color: #ffd6be;
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 11px;
}

.dl_chkprivacy {
	color:#000;
	background:#ddd;
	margin:5px 0 0;
}

.dl_disab {
	color: #333;
	background-color: inherit;
}

.dl_form_footer {
	width: 466px;
	padding: 5px 0;
	text-align: left;
	line-height: 16px;
	color: #333;
	background-color: transparent;
}

a.dl_link, a.dl_link:link, a.dl_link:visited {
	color: #333;
	background-color: inherit;
	text-decoration: underline;
}

a.dl_link:hover, a.dl_link:active, a.dl_link:focus {
	color: #333;
	background-color: inherit;
	text-decoration: none;
}








/***** Login *****/
.box_login {
	width: 648px;
	color: #dddddd;
	background: #333 url('../immagini/bg/bg_black_med.jpg') repeat-x 0 0;
	/*background: #464545 url('../immagini/struttura/box_login_top.jpg') no-repeat 0 0;*/
	text-align: center;
}

.box_login_bottom {
	color: #dddddd;
	background: #464545 url('../immagini/struttura/box_login_bottom.jpg') no-repeat 0 0;
}

a.login, a.login:link, a.login:visited {
	color: #666;
	background-color: inherit;
}

a.login:hover, a.login:active, a.login:focus {
	color: #000;
	background-color: inherit;
}

a.login2, a.login2:link, a.login2:visited {
	color: #333;
	background-color: #ffcf83;
	padding: 3px 5px;
	border-bottom: 1px solid #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.login2:hover, a.login2:active, a.login2:focus {
	color: #666;
	background-color: #ccc;
}







.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 {
	padding: 20px;
}

.tab_galleria {
}


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;
}








/***** Video *****/
.video_titolo {
	color: #006cff;
	background-color: transparent;
	font-family: "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.video_descrizione {
	color: #666;
	background-color: inherit;
	font-size: 12px;
	line-height: 20px;
}


a.video_rec:link, a.video_rec:visited {
	color: #006cff;
	background-color: inherit;
	font-weight: bold;
}

a.video_rec:hover, a.video_rec:active, a.video_rec:focus {
	color: #f30;
	background-color: inherit;
}

a.video_link:link, a.video_link:visited {
	color: #ffcf83;
	background-color: inherit;
	font-weight: bold;
	padding: 2px 0;
	outline: none;
}

a.video_link:hover, a.video_link:active, a.video_link:focus {
	color: #000;
	background-color: #ffcf83;
	padding: 2px 5px;
	text-decoration: none;
}




.video_scheda {
	color: #000;
	background-color: #ccc;
	border: 1px solid #999;
	text-align: left;
	padding: 20px;
	line-height: 20px;
}



/******************** 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 }







/* Alert */
.alert {
	color: #000;
	background-color: #fad163;
	font-weight: bold;
	padding: 3px 10px;
}





/*
Plugin Name: WP-Digg Style Paginator
Plugin URI: http://www.mis-algoritmos.com/2007/09/09/wp-digg-style-pagination-plugin-v-10/
Author: Victor De la Rocha
Author URI: http://www.mis-algoritmos.com
*/
/*Scott*/
div.pagination {
	padding:3px 0;
	margin:3px 0;
	font-size:10px;
	/*text-align:center;*/
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	
	text-decoration: none; 
	color: #666;
	background-color: #eee;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #ccc;
	color: #eee;
	background-color: #666;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	font-weight: bold;
	background-color: #333;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #999;
	background-color: #eee;
}

