table.cartTables {
background:#ffffff;
border-left:0px solid #3c82ac;
border-top:1px solid #3c82ac;
margin:0 auto;
width:870px;
color:#000000;
font-size:12px;
}

table.cartTables a
{
color:#000000;
}

table.cartTables a:hover
{
text-decoration:underline
}

.cartTables tr td {
border-bottom:1px solid #3c82ac;
border-right:1px solid #3c82ac;
padding:2px 0;
background:#ffffff;
}

td.leftcell
{
border-left:1px solid #3c82ac;
}

.vlist_head_cart td
{
font-size:14px;
font-weight:bold;
background:#4390BF!important;
color:#ffffff;
}

.list_total_cart td.total-label {
padding-right:16px !important;
border-left:0px;
border-bottom:0px;
}

.list_total_cart td.total_cart {
font-size:14px;
font-weight:bold;
}

input.textfield {
background:#FFFFFF;
border:1px solid #AAAAAA;
padding:3px;
width:60%;
}

a.deleteLink {
background:url("../img/delete.png") no-repeat scroll center center transparent;
display:inline-block;
float:left;
height:20px;
margin-left:10px;
margin-top:0;
width:20px;
}

a.nome_articolo {
display:block;
margin-top:2px;
}

a.reloadcartrow img {
margin-bottom:-6px;
}

div.vlist_cart_buttons {
margin-top:20px;
padding-bottom:20px;
}

#button_empty_cart, #button_order_cart
{
border:1px solid #4390BF;
padding:8px 8px 8px 40px;
color:#4390BF;
background-color:#eeeeee;
background-repeat:no-repeat;
background-position: 6px center;
font-weight:bold;
}

#button_empty_cart
{
background-image:url(../img/empty_cart.png);
}

#button_order_cart
{
background-image:url(../img/checkout.png);
}

#button_empty_cart:hover, #button_order_cart:hover
{
background-color:#ddf3ff;
color:#4390bf;
}


#shipping_warning
{
font-size:12px;
margin:10px 100px;
border:1px dotted #aa0000;
background:#ffcccc;
padding:4px 0;
line-height:150%;
display:none;
}


tr.discount_total_cart_B2B td {
	margin-top: 10px;
}

tr.discount_total_cart_B2B  > td.total_cart {
	background:#b8d6e7;
}

tr.main_total_cart_B2B  > td.total_cart {
	background:#4390bf;
	color: #fff;
}

tr.main_total_cart_B2B  > td.total-label, tr.discount_total_cart_B2B  > td.total-label {
	color: #4390bf;
	font-weight: bold;
}

