
/* INTESTAZIONE - INIZIO */
#carrello_messaggi {
	top:50px;
}
/* INTESTAZIONE - FINE */



/* COLLANA - INIZIO */
#descrizione_collana {
	min-height: 100px;
	padding-top:10px;
}





/* PULSANTE CERCA - INIZIO */

form#cerca input[type=text] {
	padding: 8px;
	font-size: 16px;
	border: 1px solid #aaa;
	float: left;
	width: 70%;
	background: #f1f1f1;
	border-radius:5px 0 0 5px;
}

form#cerca button {
	float: left;
	width: 20%;
	padding: 8px;
	background: #900;
	color: white;
	font-size: 16px;
	border: 1px solid #aaa;
	border-left: none;
	cursor: pointer;
	border-radius:0 5px 5px 0;
}

form#cerca button:hover {
	background: #800;
}

form#cerca::after {
	content: "";
	clear: both;
	display: table;
}
/* PULSANTE CERCA - FINE */




#intestazione_desktop_cerca a {
	color: #900;
}