/* ---------------------------------------------------------------- SCHEDA PRODOTTI */
div.galleryscheda {
	background-color:White;
}

div.galleryscheda h1.header {
	margin-bottom: 0.5em;
}

div.galleryscheda ul.descrittori_raggruppamenti {
	font-size: 75%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 1em;
}

div.galleryscheda ul.descrittori_raggruppamenti li {
	display:inline;
}

div.galleryscheda ul.descrittori_raggruppamenti li div{
	padding-bottom:0.5em;
}

div.galleryscheda ul.descrittori_raggruppamenti li div.memo span.nome {
	display:none;
}

div.galleryscheda div#container 
{
    background:url(../../upload/1/images/interfaccia/sfondo_gallery.jpg) no-repeat left 1px;
    background-color:white; /*#EAF6FC;*/
    float:left;
    padding:25px;
    padding-bottom:0px !important;
    margin-bottom:50px;
    width:500px;
    border-top:1px solid #889A9E;
}

div.galleryscheda ul.immagini {
	float:left;
	list-style-type: none;
	margin: 0em;
	padding: 0em;
}

div.galleryscheda ul.immagini li {
	float: left;
}

div.galleryscheda ul.immagini li img {
	width:120px;
	height:90px;
	border:5px solid #FFFFFF;
}

div.galleryscheda ul.immagini li img.selected {
	border:5px solid #51898C;
}

div.galleryscheda div.zoom{
	text-align:center;
}

div.galleryscheda p{
	font-size:75%;
}

div.galleryscheda p.didascalia{
	margin-top:0.4em;
	margin-bottom:1em;
}

div.galleryscheda div.pulsanti {
	text-align:center;
	font-size: 68.75%;
	padding-bottom: 0.5em;
}

div.galleryscheda div.pulsanti a.disabilitato{
	color:#51898C;
}
