#prodotto_prezzo_ombra_top img{
	width:100%;
	height:20px; 
}
#prodotto_prezzo_ombra_bot img{
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}
#pulsanti{
	margin-bottom:10px;
}
#pulsante_preventivo{
	display:inline-block;
	vertical-align: top;
} 
#pulsante_carrello{
	display:block;
}
#pulsante_prevendita{
	display:inline-block;
}
button{
	background:none;
	border:0 none;
	/*width:100%;*/
}
button img{
	max-width:100%;
}

@media screen and (min-width:851px) and (max-width:1170px){
}
@media screen and (min-width:462px) and (max-width:850px){
}
@media screen and (max-width:491px){
	#pulsanti{
		background-image:none;
		height:auto; 
		text-align:center;
	}
	#pulsanti img{
		max-width:100%;
	}
	#pulsante_preventivo{
		padding-bottom:5px;
		border-bottom:1px solid #CCCCCC;
		width:100%;
		display:block;
		text-align:center;
	} 
	#pulsante_preventivo img{
		max-width:100%;
	}
	#pulsante_carrello{
		padding-top:5px;
		margin-bottom:10px;
		display:block;
	}
	#pulsanti input[type=image]{
		max-width:100%;
	}
	#pulsante_prevendita{
		padding-top:5px;
		margin-bottom:10px;
		display:block;
	}
	#pulsante_prevendita img{
		max-width:100%;
	}
}
