﻿#BasketPanel div.Box
{
	text-align: right;
	padding: 10px;
	height: 35px;
	line-height: 1.5;
}

#BasketPanel span.quantita
{
	font-weight: bold;
}

#BasketPanel span.importo
{
	font-weight: bold;
}

#BasketPanel div.Box a.Image 
{
	display: block;

	background-image: url('Images/Basket.png');
	background-position: left center;
	background-repeat: no-repeat;
	
	width: 28px;	
	height: 35px;
}

#BasketPanel div.Box a.Image:hover
{
	background-image: url('Images/Basket_.png');
}

#BasketPanel div.Box a.Image span
{
	display: none;
}

#BasketPanel div.Box div.BasketInformation
{
	float: right;
}