﻿/* CART VIEW */

.cartView
{
	padding: 20px;
	padding-top: 26px;
	width: 670px;
	margin: 0 auto;
}

.cartView H2
{
	font-size: 18px;
	font-weight: normal;
	color: #FF3300;
	margin: 0px;
	margin-bottom: 10px;
}

.cartView .itemsTable
{
	width: 100%;
}

.cartView .itemRow TD
{
	vertical-align: top;
	border-bottom: 1px solid #5B9FD4;
	padding: 10px 10px 20px 4px;
}

.cartView .footerRow TD
{
	vertical-align: top;
	padding: 10px 10px 20px 4px;
}

.cartView .itemsTable .headColumn
{
	font-size: 9px;
	font-weight: bold;
}

.cartView .itemsTable .itemColumn
{
	font-size: 11px;
	font-weight: normal;
}

.cartView .itemsTable .quantityColumn
{
}
.cartView .itemsTable .titleColumn
{
	font-size: 9px;
}
.cartView .itemsTable .priceColumn
{
	width: 150px;
	text-align: right;
}
.cartView .itemsTable .unit
{
	width: 150px;
}
.cartView .itemsTable .resultRow TD
{
	vertical-align: top;
	border-bottom: 1px solid #5B9FD4;
	padding: 5px 10px 5px 4px;
}
.cartView .itemsTable .subtotalRow
{
	background-color: #d7ecfe;
	font-weight:bold;
}
.cartView .itemsTable .emptyRow TD
{
	padding: 5px 10px 5px 4px;
	font-size: 8px;
}
.cartView .itemsTable .subtotalRow TD
{
	padding: 5px 10px 5px 4px;
	font-size: 11px;
}
.cartView .itemsTable .iva 
{
	background-color: #ccff66;
	font-weight:normal;
	margin-top:5px;	
}
.cartView .itemsTable .iva TD
{
	padding: 5px 10px 5px 4px;
	font-size: 11px;
}
.cartView .itemsTable .totalRow
{
	background-color: #ccff66;
	font-weight:bold;
}
.cartView .itemsTable .totalRow TD
{
	padding: 5px 10px 5px 4px;
	font-size: 11px;
}
.cartView .price
{
	font-size: 11px;
	color: #000000;
}

.cartView .striked
{
	text-decoration: line-through;
}

.cartView .special
{
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.cartView .saveInfo
{
	color: #CC0000;
}

.cartView .features
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 11px;
}

.cartView .repeaterCaption
{
	font-size: 11px;
	font-weight: bold;
}

.cartView .features UL
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.cartView .features UL LI
{
	font-size: 11px;
}
.titoloSupplementi
{
	color:#ff3300;
	font-weight:bold;
	font-size:14px;
}
.deleteButton
{
	width: 30px;
	height: 19px;
	background-image: url(../images/buttons/del_from_basket_mini.gif);
	background-repeat:no-repeat;
	display: block;
	float: right;
}
.aggiornaCarrello
{
	height: 19px;
	background-image: url(../images/buttons/update_basket_mini.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: right;
	padding: 6px 0px 0px 32px;
	color: #32589b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-right:10px;
	
}
.pagamento
{
	height: 19px;
	background-image: url(../images/buttons/checkout_mini.gif);
	display: block;
	float: right;
	padding: 6px 0px 0px 32px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #32589b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-right:10px;
}

.continueShopping
{
	height: 19px;
	background-image: url(../images/buttons/continuaAcquisti.gif);
	display: block;
	float: left;
	padding: 6px 0px 0px 32px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #32589b;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	
}