﻿/*-- 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 --*/

/*-- Pagamento Esterno --*/
.PagamentiEsterniContainer
{
}
.PagamentiEsterniContainer .MessaggioEsterno
{
	font-size:12px;
	line-height:18px;
	margin:10px 0px 20px 0px;
	padding:20px 70px;
	border-top:1px solid #e2e3e5;
	border-bottom:1px solid #e2e3e5;
	background-color:#F8F8F8;
}
.PagamentiEsterniContainer .BottoniContainer
{
	position:relative;
}
.PagamentiEsterniContainer .BottoniContainer .BottAnnulla a
{
	background-image: url('../../Images/it-IT/but_annullaOrdine.gif');
	background-repeat: no-repeat;
	left:125px;
	position:absolute;
	width:207px;
	height:25px;
	display:block;
}
.PagamentiEsterniContainer .BottoniContainer .BottProsegui a
{
	background-image: url('../../Images/it-IT/but_pagamento.gif');
	background-repeat: no-repeat;	
	left:434px;
	position:absolute;
	width:207px;
	height:25px;
	display:block;
}
/*-- Pagamento Esterno --*/