
.elenco {position:relative; float:left; width:213px; margin:7px 5px;}
.elenco .foto {display:block; width:100%; height:250px;}
.elenco .foto a {display:block; width:100%; height:100%;}
.elenco .titolo {
		display:block; width:100%; text-align:center;
		padding:11px 0 4px; text-transform:uppercase;
		margin-bottom: 7px;
}
.elenco .prezzo {display:block; width:100%; text-align:center; font-weight:bold; font-size:16px;}
.elenco .prezzo .barrato{font-weight:normal!important; font-size:12px!important;text-decoration:line-through;}
.SbmDettagli{width:105px; height:24px; margin:0 auto; margin-top:7px;}
.SbmDettagli span { }
.SbmDettagli a {
	background: url(/template/web/19/default/img/tasto.png) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
    width: 92px;
	text-align:center;
}

.SbmDettagli a:hover {
    background-position: center bottom;
    color: #FFFFFF;
    text-decoration: none;
}

.elenco:hover {
	opacity:.7;
}

