div#container_carrello{
	font-size:11px;
	color:#bead9d;
	margin-top:20px;
	width:650px;
	text-align:right;
	overflow:hidden;
	float:right;
}

div#container_carrello a{
	font-size:11px;
	color:#bead9d;
	text-decoration:none;
}

div#container_carrello span{
	color:#bead9d;
	font-size:12px;
	padding-left:10px;
}


div#container_carrello_menu{
	float:right;
	margin-right:20px;
	margin-top:1px;
	color:#fff;
}
div#container_carrello_menu span{
	color:#fff;
}



div#container_carrello_menu a{
	font-size:11px;
	color:#bead9d;
	padding-right:10px;
	text-decoration:none;
}

div#container_carrello_menu a:hover{
	color:#fff;
	text-decoration:none;
}


div#container_carrello_carrello{
	float:right;
}

div#container_carrello_carrello span{
	font-weight:bold;
	background-color:#000;
	padding-right:7px;
}



.numero_verde_container{
	height:35px;
	width:160px;
	position:absolute;
	top:47px;
	left:676px;
	background-image: url(../../immagini/c.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	padding-left:50px;
	padding-top:10px;
}

.numero_verde_dida{
	color:#fff;
	font-size:10px;
	float:left;
	width:160px;

}
.numero_verde_numero{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	float:left;
	width:160px;
}

.container_scheda_prodotto{
	background-image: url(../../immagini/bg_pagina_big.png); 
	background-repeat: no-repeat; 
	background-position:top left; 
	overflow:hidden; 
	height: auto !important;  /* per i browser moderni */
	height: 500px;      /* per IE5.x e IE6 */
	min-height: 500px;  /* per i browser moderni */
}
