.emptycart
{
font-size:24px;
font-weight:bold;
text-align:center;
}

.hide
{
visibility:hidden;
position:absolute;
width:0px;
height:0px;
font-size:1px;
display:block;
}

.tcart
{
font-family:Arial;
width:100%;
border-spacing:0;
border-collapse:collapse;
}

.tcart .hd
{
	position:absolute;
	width:0px;
	height:0px;
	display:block;
	overflow:hidden;
	visibility:hidden;
    font-size:1px;	
}

.tcart .head
{
height:31px;
background:url(../../images/mb/cart_checkout/top_bar.png) repeat-x;
}

.tcart .head .name
{
width:84px;
height:18px;
background:url(../../images/mb/cart_checkout/prodotto.png) no-repeat;
left:50%;
margin-left:-42px;
}

.tcart .head .qty
{
width:87px;
height:20px;
background:url(../../images/mb/cart_checkout/quantita.png) no-repeat;
left:50%;
margin-left:-43px;
}

.tcart .head .price
{
width:62px;
height:18px;
left:50%;
margin-left:-31px;
background:url(../../images/mb/cart_checkout/prezzo.png) no-repeat;
}

.tcart .head .td__name
{
width:100%;
}

.tcart .head .bl,
.tcart .head .td_qty, .tcart .head .td_price, .tcart .head .td_del
{
display:block;
float:left;
position:relative;
}

.tcart .head .td_name
{
width:100%;
height:18px;
}

.tcart .head .td_qty
{
width:150px;
}
.tcart .head .td_price
{
width:150px;
}

.tcart .head .td_del
{
width:50px;
}

.tcart .head .title
{
margin-top:5px;
}

.tcart .head .sep,
.tcart .foot .sep,
.tcart .row .sep
{
position:relative;
display:block;
float:right;
height:31px;
background:url(../../images/mb/cart_checkout/divider.png) repeat-y;
margin-top:-1px;
margin-left:1px;
}

.tcart .row .sep
{
margin-top:-2px;
height:84px;
}

.tcart .foot .sep
{
margin-top:-2px;
height:44px;
}

.tcart .row
{
height:84px;
background:url(../../images/mb/cart_checkout/bg_product.png) repeat-x;
}

.tcart .b1
{
position:relative;
display:block;
float:left;
cursor:pointer;
}

.tcart .img
{
border:1px solid grey;
}

.tcart .td_name1 .b1
{
width:250px;
left:50%;
margin-left:-125px;
}

.tcart .td_qty1 .b1
{
width:114px;
left:50%;
margin-left:-67px;
}

.tcart .td_qty1 .choose
{
font-size:30px;
font-weight:bold;
width:42px;
text-align:center;
}	

.tcart .td_price1 .price
{
color:red;
font-size:30px;
font-weight:bold;
}

.tcart .td_price1 .b1
{
width:146px;
text-align:center;
left:50%;
margin-left:-73px;
margin-top:25px;
}

.tcart .td_qty1, .tcart .td_name1, .td_price1
{
margin-left:0px;
}

.tcart .td_del1 .b1
{
width:35px;
left:50%;
margin-left:-17px;
margin-top:5px;
}

.tcart .td_name1 table
{
	margin-top:6px;
}

.tcart .td_qty1 table
{
	margin-top:22px;
}

.tcart .foot
{
height:44px;
background:url(../../images/mb/cart_checkout/bottom_bar.png) repeat-x;
}


.tcart .foot .td_qty,.tcart  .foot .td_price
{
	color:white;
	font-size:28px;
	font-weight:bold;
	text-decoration:underline;
	margin-top:5px;
}

.tcart .foot .td_qty
{
	width:160px;
	left:50%;
	margin-left:-80px;
	text-align:center;
}

.tcart .foot .td_price
{
	width:130px;
	left:50%;
	margin-left:-65px;
	text-align:center;
}

/*BOX*/
.cartcont
{
display:block;
position:relative;
float:right;
clear:both;
}

.cartcont .c1
{	
}