.dettaglio_titolo{
	color: #b4ac89;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;


}

div#dettaglio_data_container{
	font-size: 11px;

}

	div#dettaglio_data_inizio{
		margin-right:10px;
		float:left;
	}
	div#dettaglio_data_fine{
		float:left;
	}

div#dettaglio_riassunto{
	margin-bottom:20px;
	font-size: 11px;

}

div#dettaglio_pagina{
	margin-bottom:20px;
	font-size: 11px;
	margin-top:6px;
	color:#666666;
	line-height: 17px;	
}



div#dettaglio_label_autore{
	font-weight:bold;
	font-size: 11px;
		
}


.dettaglio_immagine_senza_tpl{
	margin-right:5px;
	margin-bottom:5px;

}

div#gallery_label{
	color:#990000;
	margin-bottom:10px;
	font-weight:bold;
}





	div#dettaglio_torna_indietro{
		margin-right:6px;
		text-align:left;
		font-size:11px;
		background-image: url(../../immagini/bg_freccia_right.gif);
		background-repeat: no-repeat;
		padding-left:15px;
		background-position:center left;
		height:15px;

	}	


		div#dettaglio_torna_indietro a{
			text-decoration:none;
			color:#990000;
		}

		div#dettaglio_torna_indietro a:hover{
			text-decoration:underline;
			color:#990000;
		}



/**** PHOTOGALLERY ****/

.gallery {
	padding:0;
	margin: 0;
}
.gallery li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	text-align:center;
	padding: 0;
}

.li_left{
	margin: 0 20px 20px 0px;
}

.li_right{
	margin: 0 0 20px 0px;
}


/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti problemi a text resize (risolubili con refresh) */
.gallery li>div {
	/*\*/ display: table; table-layout: fixed; /**/
}
.gallery a {
	display: block;
	text-decoration: none;
	color: #000;
	background-image: url(../../immagini/bg_lista_gallery.gif);
	background-repeat: no-repeat;
	background-position:top left;
	cursor: pointer;
}
/*\*/

/* vertical-align di default è middle */
.gallery>li .wrimg {
	display: table-cell;
	vertical-align: top;
}
/**/
.gallery li .wrimg {
	background-image: url(g100c2.pl?g100c2.gif);
}


/* vertical-align di default è middle */
.gallery img {
	vertical-align: top;
}
.gallery a:hover {
	background-image: url(../../immagini/bg_lista_gallery.gif);
	background-repeat: no-repeat;
	background-position:top left;
}
/*\*//*/
* html .gallery li .wrimg {
	display: block;
	font-size: 1px;
}
* html .gallery .wrimg span {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
}

/**/
.gallery .caption {
	background-color:#a19f90;
	display: block;
	padding: .3em 5px;
	font-size: 10px;
	line-height: 1.1;
	text-align:left;
	color:#666668;
	padding-top:14px;
	w\idth: 187px;  /* Moz, IE6 */
	height:24px;
}

/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
	html:first-child .gallery li div {
		display: block;
	}
	html:first-child .gallery a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .gallery {
		border-collapse: collapse;
		display: inline-block; /* non deve avere margin */
	}
}





div#download_label{
	color:#990000;
	margin-bottom:10px;
	font-weight:bold;
}
div#download_container{
	margin-bottom:5px;
	overflow:hidden;
	width:100%;
}
div#download_container_icon{
	float:left;
	margin-right:10px;
}

div#download_peso_label{
	float:left;
	margin-right:2px;
	font-weight:bold;
}
div#download_peso{
	float:left;
	margin-right:10px;
	width:50px;
}

div#download_estensione_label{
	float:left;
	margin-right:2px;
	font-weight:bold;
}
div#download_estensione{
	float:left;
	margin-right:10px;
	width:30px;
}

div#download_link a{
	font-size:11px;
	color:#666666;
	float:left;
	text-decoration:none;
	display:block;
	padding-top:15px;

}
div#download_link a:hover{
	color:#666666;
	text-decoration:underline;
}


div#download_icon{
	float:left;
	margin-right:10px;
}


div#opzioni_utente_container{
margin-top:20px;
margin-bottom:20px;
width:100%;
}

div#dettaglio_label_commento{
float:left;
margin-right:10px;
font-weight:bold;

}

div#dettaglio_label_segnala{
float:left;
margin-right:10px;
font-weight:bold;
}


div#dettaglio_label_stampa{
	float:left;
	margin-right:10px;
	font-weight:bold;
}


div#correlati_container{
	margin-bottom:20px;
	width:100%;
}


	div#correlati_label{
		color:#fff;
		margin-bottom:10px;
		font-weight:bold;
	}

		div#correlati_link{
		background-image: url(../../immagini/freccia_right.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left:20px;
		height:16px;
		margin-right:6px;
		text-align:left;
		font-size:12px;
		margin-bottom:4px;
		}

			div#correlati_link a{
				color:#2d597e;
				text-decoration:none;
			}

			div#correlati_link a:hover{
				text-decoration:none;
				color:#d87812;
			}


div#vedi_info_container{
	text-align:center;
}

	div#vedi_info a{
		font-weight:bold;
		font-size:15px;
		color:#d87812;
		border:1px solid #c0c0c0;
		padding:5px;
		width:130px;
		text-decoration:none;
	}
	
	div#vedi_info a:hover{
		font-weight:bold;
		font-size:15px;
		color:#c0c0c0;
		border:1px solid #d87812;
		padding:5px;
		width:130px;
		text-decoration:none;
	}
	
div#listato_gallery_paginazione{
	text-align:center;
}

	div#listato_gallery_paginazione a{
		text-align:center;
		border:1px solid;
		padding:3px;
		text-decoration:none;
	}


	div#listato_gallery_paginazione a:hover{
		text-align:center;
		border:1px solid #d87812;
		padding:3px;
		text-decoration:none;
	}

	div#listato_gallery_paginazione span{
		text-align:center;
		border:1px solid #d87812;
		padding:3px;
		text-decoration:none;
		color:#d87812;
	}
	


div#dettaglio_top_page{
	text-align:right;
}
div#dettaglio_top_page_immagine{
	text-align:right;
}
	div#dettaglio_top_page a {
		background-image: url(../../immagini/bg_link_vedi.gif);
		background-repeat: no-repeat;
		background-position: top right;
		color:#2d597e;
		font-size:12px;
		padding-right:20px;
		text-decoration:none;
		height:20px;
		display:block;
		width:80px;
	}
	div#dettaglio_top_page a:hover {
		color:#d87812;
		font-size:12px;
		text-decoration:none;
	}


	
div#dettaglio_vedi_link{

	text-align:left;
}

	div#dettaglio_vedi_link a {
		background-image: url(../../immagini/bg_link_vedi.gif);
		background-repeat: no-repeat;
		background-position: top right;
		color:#2d597e;
		font-size:12px;
		padding-right:20px;
		text-decoration:none;
		height:20px;
		display:block;
		width:80px;
	}
	div#dettaglio_vedi_link a:hover {
		color:#d87812;
		font-size:12px;
		text-decoration:none;
	}
	
/*DEALERS*/
.td_grigio{
padding-bottom:5px;border-bottom:1px solid #ccc; background-color:#e6e6e6;padding:3px 3px 3px 3px;text-align:left;
}
.td_bianco{
padding-bottom:5px;border-bottom:1px solid #ccc;padding:3px 3px 3px 3px; background-color:#fff;}
	









div#download_label{
	color:#990000;
	margin-bottom:10px;
	font-weight:bold;
	

}
div#download_container{
	margin-bottom:5px;
	overflow:hidden;
	width:100%;
}
div#download_container_icon{
	float:left;
	margin-right:10px;
}

div#download_peso_label{
	float:left;
	margin-right:2px;
	font-weight:bold;
}
div#download_peso{
	float:left;
	margin-right:10px;
	width:50px;
}

div#download_estensione_label{
	float:left;
	margin-right:2px;
	font-weight:bold;
}
div#download_estensione{
	float:left;
	margin-right:10px;
	width:30px;
}

div#download_link a{
	font-size:11px;
	color:#666666;
	float:left;
	text-decoration:none;
	download_bg
	display:block;
}
div#download_link a:hover{
	color:#666666;
	text-decoration:underline;
}


div#download_icon{
	float:left;
	margin-right:10px;
}


div#opzioni_utente_container{
margin-top:20px;
margin-bottom:20px;
width:100%;
}

div#dettaglio_label_commento{
float:left;
margin-right:10px;
font-weight:bold;

}

div#dettaglio_label_segnala{
float:left;
margin-right:10px;
font-weight:bold;
}


div#dettaglio_label_stampa{
	float:left;
	margin-right:10px;
	font-weight:bold;
}


div#correlati_container{
	margin-bottom:20px;
	width:100%;
}


	div#correlati_label{
		color:#fff;
		margin-bottom:10px;
		font-weight:bold;
	}

		div#correlati_link{
		background-image: url(../../immagini/freccia_right.gif);
		background-repeat: no-repeat;
		background-position: top left;
		padding-left:20px;
		height:16px;
		margin-right:6px;
		text-align:left;
		font-size:12px;
		margin-bottom:4px;
		}

			div#correlati_link a{
				color:#2d597e;
				text-decoration:none;
			}

			div#correlati_link a:hover{
				text-decoration:none;
				color:#d87812;
			}


div#vedi_info_container{
	text-align:center;
}

	div#vedi_info a{
		font-weight:bold;
		font-size:15px;
		color:#d87812;
		border:1px solid #c0c0c0;
		padding:5px;
		width:130px;
		text-decoration:none;
	}
	
	div#vedi_info a:hover{
		font-weight:bold;
		font-size:15px;
		color:#c0c0c0;
		border:1px solid #d87812;
		padding:5px;
		width:130px;
		text-decoration:none;
	}
	
div#listato_gallery_paginazione{
	text-align:center;
}

	div#listato_gallery_paginazione a{
		text-align:center;
		border:1px solid;
		padding:3px;
		text-decoration:none;
	}


	div#listato_gallery_paginazione a:hover{
		text-align:center;
		border:1px solid #d87812;
		padding:3px;
		text-decoration:none;
	}

	div#listato_gallery_paginazione span{
		text-align:center;
		border:1px solid #d87812;
		padding:3px;
		text-decoration:none;
		color:#d87812;
	}
	


div#dettaglio_top_page{
	text-align:right;
}
div#dettaglio_top_page_immagine{
	text-align:right;
}
	div#dettaglio_top_page a {
		background-image: url(../../immagini/bg_link_vedi.gif);
		background-repeat: no-repeat;
		background-position: top right;
		color:#2d597e;
		font-size:12px;
		padding-right:20px;
		text-decoration:none;
		height:20px;
		display:block;
		width:80px;
	}
	div#dettaglio_top_page a:hover {
		color:#d87812;
		font-size:12px;
		text-decoration:none;
	}


	
div#dettaglio_vedi_link{

	text-align:left;
}

	div#dettaglio_vedi_link a {
		background-image: url(../../immagini/bg_link_vedi.gif);
		background-repeat: no-repeat;
		background-position: top right;
		color:#2d597e;
		font-size:12px;
		padding-right:20px;
		text-decoration:none;
		height:20px;
		display:block;
		width:80px;
	}
	div#dettaglio_vedi_link a:hover {
		color:#d87812;
		font-size:12px;
		text-decoration:none;
	}
	
/*DEALERS*/
.td_grigio{
padding-bottom:5px;border-bottom:1px solid #ccc; background-color:#e6e6e6;padding:3px 3px 3px 3px;text-align:left;
}
.td_bianco{
padding-bottom:5px;border-bottom:1px solid #ccc;padding:3px 3px 3px 3px; background-color:#fff;}
	
