/* CSS Document */

* {
	margin: 0;
	padding:0;
}

body {
	color: #484747;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	background:#b4c1cc;
}


.clear {
	clear:both;
}
/*form {
	width:741px;
	float:left;}*/
/*=================== contenitore generale =====================*/
#contenitore-generale {
	/* float:left; TOLTO IL 2009-11-26 PER RISOLVERE UN PROBLEMA SULLA PAGINA SCHEDA_PRODOTTO CON LIGHTBOX SU IE6 */ 
	width:100%;
	margin:0; 
	padding:0;
	background:url(/images/bg-body.jpg) right top repeat-x #fff;
}
#wrapper {
	margin:0; 
	padding:0;
	width:975px;
	float:left;
}


/*========================== header ===========================*/


#header {
	float:left;
	width:975px;
	height:253px;
	background:url(/images/bg-header.jpg) left top no-repeat #fff;
}

#logo {
	position:absolute;
	top:0;
	left:250px;
	width:238px;
	height:70px
}
h1 {
	float:right;
	font-size:11px;
	font-weight:normal;
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	margin:45px 0 0 0;
	color:#2c4c64;
}
#slogan {
	position:absolute;
	left:515px;
	top:130px;
	width:231px;
	height:25px;
	background:url(/images/txt-pulito-passione.gif) no-repeat;
}

/* ----- navigazione ----- */

#menu{
	font-family:Tahoma, Georgia, "Times New Roman", Times, serif;
	text-align:left;
	float:left;
	margin:40px 26px 0 76px;
	font-size:11px;
	padding:0;
	display:inline;
	width:132px;
}
#menu ul{
	padding:0;
	margin:0;
}
#menu ul li{
	padding:2px 0;
	margin:0;
	border-bottom:1px dashed #2c4c64;
	list-style-type: none;
}

#menu ul li a{
	padding:0 7px 0 23px;
	margin:0;
	color:#2c4c64;
	text-decoration:none;
}

#menu ul li a:hover, #menu ul li a.attiva{
	color:#2c4c64;
	margin:0;
	background:url(/images/inserto-menu.gif) left center no-repeat;
}
/*#menu ul li a.nobordo{border-right:none;}*/

/* ---- vai al carrello ---- */


#vai-carrello{
	width:220px;	
	color:#fff;
	float:left;
	margin:215px 0 0 0;
	padding:0;
	text-align:left;
	font-weight:bold;
}


#vai-carrello p a{
	padding:0;
	margin:0 0 0 15px;
	display:inline;
	color:#fff;
	text-decoration:underline;
}


/* ---- ricerca ---- */


#divricerca{
	width:500px;	
	color:#fff;
	float:right;
	margin:154px 0px 0 0;
	padding:0;
	text-align:right;
}

#divricerca ul li{
	display:inline;
	padding:0 5px;
	text-align:right;
}

#divricerca ul li a{
	padding:0;
	color:#fff;
	text-decoration:underline;
}

#divricerca li input {
	width:120px;
	font-size:9px;
	color:#484747;
	padding:1px;
	border:1px solid #d8e0e8;
}
#divricerca li input[type="submit"],
#divricerca li input.submit {
	width:45px;
	font-size:11px;
	padding:0;
	color:#fff;
	text-decoration:underline;
    border: 0px;
    background: none; 
    cursor: pointer;
}

/*==================== corpo  =============================*/
#corpo {
	float:left;
	width:975px;
	margin:0;
	padding:0;
	background:url(/images/bg-fascia.gif) 50px top repeat-y; 	
}
/* fascia sinistra */
#scroll-prodotti, #submenu {
	float:left;
	width:156px;
	margin-left:76px;
	display:inline;
	margin-bottom:10px;
}
#submenu h2{
	margin:5px;
	padding:0;
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#698499;
}

#submenu h2 a {
	font-size:12px;
	font-weight:bold;
	color:#698499;
	text-decoration:none;
}
#submenu h2 a:HOVER {
	color:#DF292B;
}
.catalogo-prodotti {
	width:152px;
	margin-left:2px;
	background:#df292b;
}
.catalogo-prodotti p {
	padding:5px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
}
.catalogo-prodotti p a{
	color:#fff;
	text-decoration:none;
}
.catalogo-prodotti p a:hover{
	color:#FFCC00;
	text-decoration:none;
}

/*===================== corpo centrale contenuti ====================*/
#contenuti {
	float:right;
	width:741px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-left:2px solid #df292b;
	background:#f2f2f2;
	min-height:430px;
	height: auto !important;
	height: 430px;
}
#contenuti h4 {
	float:left;
	width:726px;
	margin:0;
	font-size:15px;
	color:#698499;
	padding:15px 0 8px 15px;
}
#contenuti .spostato {
	float:left;
	padding:15px 0 8px 15px;
}
#contenuti .spostato a {
    color:#698499;
    text-decoration: none;
}
#contenuti .spostato a:HOVER {
    color:#698499;
    text-decoration: none;
}
#contenitore-gallery {
	float:left;
	width:711px;
	margin: 15px 15px 5px 15px;
	padding:0 0 15px 0;
	display:inline;
	border-bottom:1px dotted #658aa7;
	clear: both;
}
#contenitore-img-gallery {
	float:left;
	width:711px;
	margin: 15px 15px 5px 15px;
	padding:0 0 15px 0;
	display:inline;
	border-bottom:1px dotted #658aa7;
}
#contenitore-gallery img{
	float:right;
	margin:0;
	padding:0;
	display:inline;
}
#contenitore-gallery p.descrizione {
	float:left;
	width:430px;
	margin:0;
	font-size:12px;
	/*line-height:16px;*/
	padding: 0 0 8px 0;
}
#contenitore-gallery p.descrizione a{
	color:#6984a4;
	text-decoration:none;
}
#contenitore-gallery .testo {
  display: block;
  float: left;
  width: 430px;
}
#contenitore-gallery .immagini {
  display: block;
  float: left;
  width: 260px;
}

.indirizzi {
	float:left;
	width:163px;
	margin-left:15px;
	display:inline;
	font-size:11px;
	line-height:16px;
}
.indirizzi2 {
	float:left;
	width:163px;
	margin-left:15px;
	display:inline;
	font-size:11px;
	line-height:16px;
	background:#e1e6eb;
	padding:0 5px;
}
.indirizzi a, .indirizzi2 a, .indirizzo-azienda a, .info-aggiuntive a{
	color:#6984a4;
	text-decoration:none;
}
a.linkMail-indirizzi {
	font-size:11px;
	text-decoration:underline;
	color: #484747;
}
.info-aggiuntive {
	position:absolute;
	font-size:13px;
	width:228px;
	left:700px;
	top:500px;
	text-align:left;
}
p.privacy {
	font-size:11px;
	text-align:left;
}

#contenitore-percorso {
	float:left;
	width:711px;
	margin:0 15px 15px 15px;
	padding:0 0 5px 0;
	display:inline;
	border-bottom:1px dotted #658aa7;
}
#contenitore-percorso li {
  list-style-type: none;
  padding-right: 10px;
  float:left;
  text-transform: uppercase;
}
#contenitore-percorso li a {
  color: #698499;
  text-decoration: none;
  font-weight: bold;
}
#contenitore-percorso li a:HOVER {
  text-decoration: underline;
}
#contenitore-gallery h3 {
	float:left;
	width:436px;
	font-size:15px;
	color:#698499;
	margin:2px 0 3px 0;
	padding:0;
}
h3 {
	font-size:15px;
	color:#698499;
	margin:0 0 3px 0;
	padding:0;
}
.contenitore-categ-prodotti {
	float:left;
	width:726px;
	margin:2px 0 4px 15px;
	height:119px;
	padding:0;
	display:inline;
	clear:both;
}

/*----------- news  pagina news e eventi----------*/
#elenco-news {
	float:right;
	width:200px;
	padding:0;
	margin:15px 15px 15px 0;
	display:inline;
}
.tutte-news {
	font-weight:bold;
	margin:0;
	padding:0;
	font-size:13px;
	color:#698499;
}

.news-eventi{
	float:left;
	width:100%;
	padding:0;
	margin:5px 0;
	border-bottom:1px dotted #000;
}
.news-eventi dl {
	float:left;
	width:100%;
	padding:0 0;
	margin:2px 0 2px 0;
	background:url(/images/ico-freccia-news.gif) 0px 5px no-repeat;
}

.news-eventi dt {
	margin:0 0 0 10px;
	padding:0;
	display:inline;
}  
.news-eventi dd {
	margin:0 0 0 10px;
	padding:2px 0;
	display:inline;
}
.data {
	color:#e13031;
}
.news-eventi dt a {
	font-weight:bold;
	color:#2c4c64; 
	text-decoration:none;
	font-size:11px;
}
.news-eventi dd a {
	color:#2c4c64; 
	text-decoration:none;
	font-size:10px;
}
.news-eventi dd a:hover, .news-eventi dt a:hover {
	text-decoration:underline;
}

/* PAGINAZIONE ----------------------------------------------------------- */
.paginazione{
	float:right;
	margin:3px 5px 0 5px;
	padding-top:0px;
	text-align:right;
	display:inline;
}

.paginazione ul{
	display: inline;
	margin:0;
	padding:0;
	list-style-type:none;
	border-left:1px solid #484747;
}

.paginazione li{
	display: inline;
	margin:0;
	padding:0;
	color: #484747;
}

.paginazione li a{
	margin:0;
	padding:0px 10px;
	border-right:1px solid #484747;
	text-decoration:none;
	color: #484747;
}

.paginazione li span{
	margin:0;
	padding:0px 10px;
	border-right:1px solid #484747;
	text-decoration:none;
	font-weight: bold;
	color:#698499;
}

.paginazione li a:hover{
	color:#698499;
}


/* evento in evidenza ----------------------------------------------------------- */

#eventi {
	float:left;
	width:495px;
	padding: 0;
	margin:15px 0 10px 15px;
	font-size:11px;
	color:#807f7f;
	font-weight:normal;
	display:inline;
}

#eventi dl {
	float:left;
	width:100%;
	padding:0px 0;
	margin:0 0 10px 0;
	display:inline;
}
#eventi dt {
	font-weight:bold;
	/*margin:0 0 5px 205px;*/
	margin:0 0 5px 0;
	padding:0;
	font-size:15px;
	color:#698499;
	display:inline;
}


#eventi dd {
	/*margin:0 0 0 205px;*/
	margin:0 0 0 0;
	padding:3px 0;
	display:inline;
}
#eventi dd p{
	padding:5px 0;
	line-height:14px;
}
#eventi dd a {
	color:#df292b;
	text-decoration:none;
	font-size:11px;
}
#eventi dd a:hover {
	text-decoration:underline;
}

#eventi dl img {
	float:left;
	border: 2px solid #807f7f;
	padding:0;
	margin-right:5px;
	display:inline;
}

dd.allegato a{
	height:25px;
	padding:2px 0 0 25px;
	background:url(/images/icona-acrobat.gif) 0 0 no-repeat;
}
/*risultato ricerca ----------------------------------------------------------- */

#outputRicerca {
	float:left;
	width:711px;
	padding: 0;
	margin:15px 0 10px 15px;
	font-size:11px;
	color:#807f7f;
	font-weight:normal;
	display:inline;
}

#outputRicerca  dl {
	float:left;
	width:100%;
	padding:5px 0;
	margin:15px 0 15px 0;
	display:inline;
	border-bottom:1px dashed #2c4c64;
}



#outputRicerca  dt {
	font-weight:bold;
	margin:0 0 5px 75px;
	padding:0;
	font-size:12px;
	color:#698499;
	display:inline;
}
#outputRicerca  dt a {
	font-weight:bold;
	padding:0;
	font-size:12px;
	color:#698499;
    text-decoration: none;
}
#outputRicerca  dt a:HOVER {
    text-decoration: underline;
}


#outputRicerca  dd {
	margin:0 0 0 75px;
	padding:3px 0;
	display:inline;
}
#outputRicerca dd p{
	padding:5px 0;
	line-height:14px;
}
#outputRicerca  dd a {
	color:#df292b;
	text-decoration:none;
	font-size:11px;
}
#outputRicerca  dd a:hover {
	text-decoration:underline;
}

#outputRicerca  dl img {
	float:left;
	border: 2px solid #807f7f;
	padding:0;
	margin-right:5px;
	display:inline;
}


/*=============== scheda prodotti =========================*/
#menu-scheda{
	width:741px;
	height:20px;
	text-align:center;
	float:right;
	margin:0;
	font-size:12px;
	padding:0;
}

#menu-scheda ul{
	float:left;
	margin: 0 0 0 214px;
	padding: 0;
	list-style-type: none;
	text-align: right;
	display: inline;
}

#menu-scheda ul li{
	display: block;
	float: left;
	text-align: center;
	margin:0 0 0 3px;
	
}

#menu-scheda ul li a{
	padding:4px 0 0 0;
	color:#2c4c64;
	width:128px;
	height:20px;
	background:url(/images/bg-menu-scheda.jpg) left top no-repeat;
	text-decoration:none;
	display:block;
}

#menu-scheda ul li a:hover, #menu-scheda ul li a.scelto{
	background:url(/images/bg-menu-scheda-hover.jpg) left top no-repeat;
	color:#2c4c64;
	text-decoration:none;
}
#scheda-fascia-immagine {
	float:left;
	width:188px;
	margin:0 15px;
	display:inline;
}
.immagine-grande {
	width:180px;
	padding:3px;
	/*background:#a6cbde;*/
	background:#ffffff;
	border:1px solid #698499;	
}
.immagine-grande img {
	border:0px;	
}
.immagini-aggiuntive {
	width:180px;
	padding:0;
	margin:10px 0;
	/*background:#e1e6eb;
	border:1px solid #698499;*/	
}
.immagini-aggiuntive img {
  border: 0px;
}
.carrello {
	padding:5px 0 5px 35px;
	color:#df292b;
	margin:20px 0;
	background:url(/images/ico-carrello.jpg) left top no-repeat;
}
.carrello input[type="submit"],
.carrello input.submit {
  color:#df292b;
  font-size: 11px;
  background: none;
  height: 14px;
  border: 0px;
  padding: 0px;
  cursor: pointer;
}
.allegato {
	padding:5px 0 5px 35px;
	color:#df292b;
	margin:20px 0;
	background:url(/images/ico-allegato.jpg) left top no-repeat;
}
.disattivato {
  filter:alpha(opacity=50);
  -moz-opacity:.50;
  opacity:.50;
}
.video {
	padding:5px 0 5px 35px;
	color:#df292b;
	margin:20px 0;
	background:url(/images/ico-videocamera.jpg) left top no-repeat;
}
.stampa {
	padding:5px 0 5px 38px;
	color:#df292b;
	margin:20px 0;
	background:url(/images/ico-stampante.jpg) left top no-repeat;
}
.indietro {
	padding:5px 0 5px 38px;
	color:#df292b;
	margin:0 0 20px 0;
	background:url(/images/ico-indietro.jpg) left top no-repeat;
}
.carrello a, .allegato a, .video a, .stampa a, .indietro a{
	color:#df292b;
    text-decoration: none;
}
#scheda-contenuti {
	float:right;
	width:508px;
	margin:0 15px 0 0;
	display:inline;
}
#scheda-contenuti ul li{
	font-size:12px;
	padding:5px 7px 5px 15px;
	list-style-type: none;
}

#scheda-contenuti ul li a{
	color:#2c4c64;
	text-decoration:none;
}

#scheda-contenuti ul li a:hover{
	color:#df292b;
}

#scheda-contenuti p{
	padding-bottom:8px;
	font-size:10px;
}




#scheda-contenuti p.codice{
	padding:10px 0 0 0;
	font-size:10px;
	color:#df292b;
}

#scheda-contenuti h3{
	padding:8px 0;
	margin:0;
	font-size:15px;
	color:#2c4c64;
	font-weight:bold;
}
#scheda-contenuti h3 span {
	color: #DF292B;
	margin-left:20px;
	display:inline;
}
#scheda-contenuti p.prezzo {
	color:#698499;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}
#scheda-contenuti p.prezzo-riservato {
	color:#698499;
	font-weight:bold;
	font-size:15px;
}
#scheda-contenuti span.barrato {
	color:#df292b;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	text-decoration:line-through;
	padding-right:25px;
}
#scheda-contenuti span.euro {
	color:#df292b;
	font-weight:bold;
	font-size:15px;
}

#variante-prodotto{
	float:right;
	width:508px;
	margin:5px 0px 10px 0;
	padding:10px 0 0 0;
	display:inline;
	border-top:1px dotted #658aa7;
}
#variante-prodotto a {
  text-decoration: none;
  color: #484747;
}
#variante-prodotto a:hover {
  text-decoration: underline;
}
#variante-prodotto h3 a {
  color:#2c4c64;
}
.immagine-small {
	float:left;
	width:43px;
	padding:2px;
	margin:0 10px 10px 0;
	background:#a6cbde;
	border:1px solid #698499;
	display:inline;
}
#titolo-varianti {
	font-weight:bold;
	font-size:13px;
	color:#698499;
	margin:35px 0 0 0;
	padding:0;
}
/* TABELLA SPECIFICHE TECNICHE ---------------------------------------------- */
.tabellaSpecificheTecniche{
	float:left;
	width:100%;
	font-size:11px;
	margin:15px 0 15px 0;
	
}
.tabellaSpecificheTecniche th, .tabellaSpecificheTecniche td{
	border-bottom:1px solid #ccc;
	padding:5px 2px;
	
}
.tabellaSpecificheTecniche thead, .tabellaSpecificheTecniche tbody {
	width:100%;
}
.tabellaSpecificheTecniche thead th{
	font-size:11px;
	font-weight:bold;
}
.tabellaSpecificheTecniche thead td{
	font-size:11px;
	font-weight:bold;
	width:65px;
}
.tabellaSpecificheTecniche thead td{
	text-align:right;
}
.tabellaSpecificheTecniche tbody th {
	text-align:left;
	font-weight:bold;
}

.tabellaSpecificheTecniche tbody td {
	text-align:right;
	font-weight:normal;
	width:65px;
}
/* ======================== area riservata ==============================*/
.member-registrazione{
	width:223px;
	float:left;
	text-align:left;
	height:129px;
	padding-left:259px;
}

.member-registrazione form{
	width:191px;
	padding:5px 10px 0 10px;
	color:#484747;
}
.member-registrazione form label{
	font-size:11px;
	float:left; 
	display:block;
}
.member-registrazione form input.txtBox{
	width:185px;
	height:19px;
	border:1px solid #484747;
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	float:left;
}

.member-registrazione form a:hover{
	text-decoration:none;
}
.member-registrazione form input.go{
	background:url(/images/ico_go.gif) 0 0 no-repeat;
	width:36px;
	height:15px;
	border:none;
	cursor:pointer;
	float:right;
	margin:15px 0 0 0;
}
.password-dimenticata {
float:left;
padding:0;
color:#484747;
font-size:10px;
text-decoration:underline;
clear:both;
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/* ======================== tabella dati ==============================*/
.tabella-dati {
	float:left;
	width:550px;
	font-size:11px;
	font-weight:normal;
	color:#484747;
	padding:0;
	margin:0 0 10px 120px;
	display:inline;
}
.tabella-dati tbody td {
	width:275px;	
}
.tabella-dati tbody td input{
	font-weight:normal;
	font-size:11px;
	color:#000;
	background-color:#fff;
	border:1px solid #484747;
	width:220px;
	display:block;
	margin-bottom:10px;
}
.tabella-dati tbody td textarea{
	font-weight:normal;
	font-size:11px;
	color:#000;
	background-color:#fff;
	border:1px solid #484747;
	width:495px;
	display:block;
	margin-bottom:10px;
}

.invia{
	color:#000;
	font-weight:bold;
	font-size:9px;
	background:url(/images/bg-tasti.jpg) repeat-x;
	width:70px;
	height:15px;
	border:1px solid #484747;
	display:block;
	margin:5px 0;
}
/* TABELLA CARRELLO ---------------------------------------------- */
.messaggioCarrello {
  color:#000000;
  font-style: italic;
  margin-left: 15px;
  display:inline;
  padding: 5px 0;
  clear: both;
  float: left;
}
.table-carrello {
	float:left;
	width:711px;
	font-size:11px;
	margin:5px 0 15px 15px;
	display:inline;
}

.table-carrello thead th, .table-carrello tbody th,.table-carrello tfoot th {
	width:711px; 
}
.table-carrello thead, .table-carrello tbody, .table-carrello tfoot {
	width:711px;
}
.table-carrello thead th{
	margin:0;
	padding:5px;
	text-align:right;
	font-weight:bold;
	background:#698499;
	color:#fff;
}
.table-carrello tbody th {
	margin:0;
	padding:5px;
	text-align:right;
    font-weight: bold;
}
.table-carrello tbody td {
	margin:0;
	padding:5px;
	text-align:right;
	font-weight:normal;

}
.table-carrello tbody td select{
	 border:solid 1px #484747;

}
.table-carrello tbody td span.barrato {
	text-decoration:line-through;
}
.table-carrello tbody td span.percentuale {
	font-weight:bold;
	color:#000;
}
.table-carrello tbody tr.totaleordine {
	font-weight:bold;
	color:#000;
	font-size:12px;
}
.table-carrello tbody tr.evidente{
    background-color:#fff;
	text-align:right;
}

.table-carrello tbody td span.totalecarrello{
	color:#98121b;
	font-weight:bold;
	font-size:12px;
}
.filettosep{
	border-top:1px solid #698499;
	height: 1px;
	line-height: 1px;
}
.table-carrello tfoot th{
	margin:0;
	padding:5px 0;
	text-align:right;
	font-weight:bold;
}

.table-carrello tfoot td{
	margin:0;
	padding:5px 0;
	text-align:right;
	font-weight:normal;
	font-size:10px;

}

.table-carrello select option{
    border:solid 1px #484747;
    font-size:11px;
	text-align:right;
}
.pulsanti_carrello a{
	float:right;
	margin:0 15px 0 0;
	padding:5px 35px 5px 0;
	color:#df292b;
	font-weight:bold;
	background:url(/images/ico-carrello.jpg) right top no-repeat;
	display:inline;
	text-decoration:none;
}
	
.indietro_carrello a {
	float:left;
	font-weight:bold;
	padding:5px 0 5px 38px;
	color:#df292b;
	margin:0 0 0 15px;
	background:url(/images/ico-indietro.jpg) left top no-repeat;
	display:inline;
	text-decoration:none;
}
input.tasto-invia {
	background-color:#CCCCCC;
	cursor:pointer;
	float:left;
	margin:0 0 0 15px;
	display:inline;
	padding:5px 0;
	width:110px;
	text-align:center;
	border:1px solid #BBBBBB;
}
/* FORM --------------------------------------------------------------------*/


.tipo-spedizione{
	float:left;
	text-align:left;
	width:330px;
	font-size:11px;
	font-weight:normal;
	color:#000;
	padding:0;
	margin:15px;
	display:inline;
}

.tipo-spedizione select, .tipo-spedizione input, .tipo-spedizione textarea {
	font-weight:normal;
	font-size:11px;
	color:#000;
	background-color:#fff;
	border:1px solid #484747;
	width:220px;
	display:block;
	margin-bottom:10px;
}
p.note {
float:left; padding-left:15px;}

/*============================ footer =============================*/

#footer {
	width:100%;
	height:23px;
	text-align:left;
	background:url(/images/bg-inserto-footer.gif) 48px top no-repeat #b4c1cc;
	clear:both; 	
}

#footer p {
	font-size:11px;
	padding:0;
	color:#2c4c64;
	padding:6px 0 6px 232px;
}
#footer p a{
	color:#2c4c64;
	text-decoration:none;
}

/*============================ stili per area ordine =============================*/
#formLogin {
	float:left;
	width:650px;
  	margin-left: 25px;
	display:inline;
}
#formLogin p {
  margin-bottom: 8px;
}
#formLogin label {
  margin-right: 15px;
  display:inline;
}
#formLogin a {
  color:#698499;
  text-decoration: none;
}
#formLogin a:HOVER {
  text-decoration: underline;
}
.tabella-acquirente {

}
.tabella-acquirente caption {
	font-weight: bold;
    font-size: 13px;
	color:#698499;
    padding-bottom: 10px;
}
.tabella-acquirente th {
	width: 120px;
    height: 20px;
}


.referenze{
	width:90%;
	margin: 3px;
	padding:3px;
	display:inline;
	}
.referenze p{
	display:block;
	padding:5px;
	border-bottom:1px dashed #cccccc;
}
p.titoli-referenze{
	color:#CC0000;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
}
#contenitore-gallery .referenze p img.img_referenze {
    float: none;
}

#contenitore-gallery .referenze p img.img_referenze {margin-right:10px;}
