h4{
		float: right;
		color: #000;
	}
	#lista_prodotti{
		padding: 10px;
		margin: 10px;
		border: 0;
	}
	#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;
	}
	.popup{
		width: 100%;
		margin: 0 auto;
		display: none;
		z-index: 101;
	}
	.clicca_qui{
		height: 30px;
	    vertical-align: bottom;
	    display: table-cell;
	}
	.codice{
		color: #000;
		font-size: 16px;
	}
	.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;
	}
	.lighter{
		font-weight: bold;
		color: #bababa;
	}
	#marche,
	#teche{
		list-style-type: square;
	    list-style-position: outside;
	    column-count: 3;
	}
	#marche a,
	#teche a{
		text-decoration: none;
	}
	#marche li,
	#teche li{
		padding: 5px 0;
		font-size: 1rem;
	}
	#marche a:hover,
	#teche a:hover{
		text-decoration: underline;
		color: red;
	}
	.prezzo{
		color: #ba0000;
		font-size: 22px;
		font-weight: bold;
		margin-top: 5px;
		display: inline-block;
	}
	.singolo_prodotto{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.image_container{
		width: 180px;
	}
	.singolo_prodotto img{
		width: 180px;
		height: auto;
	}
	
	#marche{
		width:100%;
		border-collapse: separate;
		border-spacing: 2 20px;
		text-transform: uppercase;
	}
	#navigation_letters{
		margin: 10px auto;
		text-align: center;
	}
	td.marca{
		column-count:2;
		border: solid 1px #eee;
		padding: 10px;
	}