H3#Carrello {
	width: 170px;
	height: 42px;
	background-image: url('../immagini/h3_carrello.gif');
	background-repeat: no-repeat;
}

H3#Carrello A {
	position: absolute;
	display: block;
	width: 170px;
	height: 72px;
	text-indent: -9999px;
}

H3#Carrello SPAN {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 22px;
	padding-left: 12px;
}

.BloccoCarrello {
	background-image: url('../immagini/b_carrello.gif');
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B7B7B7;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 10px;
}

A#Checkout {
	display: block;
	width: 170px;
	height: 27px;
	background-image: url('../immagini/checkout.gif');
	text-indent: -9999px;
	margin-bottom: 15px;
}

H3#ListaDesideri {
	width: 170px;
	height: 30px;
	background-image: url('../immagini/h3_lista_desideri.gif');
	text-indent: -9999px;
	margin-top: 15px;
}

H3#ListaDesideri A {

	display: block;
	width: 170px;
	height: 30px;
	text-indent: -9999px;
}

.BloccoDesideri {
	background-image: url('../immagini/b_desideri.gif');
	background-repeat: repeat-y;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px solid #B7B7B7;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 10px;
}

#SottoDesideri {
	width: 170px;
	height: 4px;
	font-size: 0px;
	background-image: url('../immagini/sotto_lista_desideri.gif');
	margin-bottom: 15px;
}



