	#overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
		z-index: 100;
		display: none;
	}
	.cs-title{
		display:none;
	}
	.clicca_qui{
		height: 30px;
	 vertical-align: bottom;
	 display: table-cell;
	}
	.codice{
		color: #000;
		font-size: 12px;
	}
	.condizione{
		font-size: 16px;
		line-height: 18px;
	}
	.content_container{
		padding: 5px 12px;
	}
	.descrizione{
		font-size: 16px;
		line-height: 20px;
		color: #000;
	}
	.dettagli{
		font-size:14px;
		margin-left: 10px;
		color:#ff9900;
	}
	.image_container{
		width: 200px;
		max-height: 120px;
		overflow: hidden;
		display: block;
	}
	.lighter{
		font-weight: bold;
		color: #bababa;
	}
	.prezzo{
		color: #ba0000;
		font-size: 22px;
		font-weight: bold;
		margin-top: 5px;
		display: inline-block;
	}
	.singolo_prodotto{
		margin: 0;
		padding: 0;
	}
	.singolo_prodotto img{
			width: 200px;
			height: auto;
		}