﻿/*-- Carrello --*/

.CarrelloShop .TitoloCarrello
{
	background-image: url('../../Images/it-IT/tit_carrello.gif' );
	background-repeat: no-repeat;
	height: 29px;
	width: 783px;
	display:block;
}
.CarrelloShop .FooterCarrello .BottoneAggiorna
{
	background-image: url('../../Images/it-IT/but_aggiorna.gif' );
	background-repeat: no-repeat;
	display:block;
	width:108px;
	height:24px;
	margin-left:5px;
	float:left;			
}
.CarrelloShop .FooterCarrello .BottoneAggiorna A
{
	display:block;
	width:108px;
	height:24px;		
}
.CarrelloShop .FooterCarrello .BottoneSvuota
{
	background-image: url('../../Images/it-IT/but_svuota.gif' );
	background-repeat: no-repeat;
	display:block;
	width:108px;
	height:24px;
	float:left;
	margin-left:35px;
}
.CarrelloShop .FooterCarrello .BottoneSvuota A
{	
	display:block;
	width:108px;
	height:24px;
}

/*-- /Carrello.ascx --*/
