#shoppingCartContainer
{
	width : 230px;
	height : 230px;

}

#shoppingCartWrapper
{
	background-image:url(/i/bgShoppingCart.gif);
	background-repeat:no-repeat;
	background-position:13px 29px;
	height : 180px;
}

#shoppingCart
{
	height : 120px;
	width : 225px;

	overflow:auto;
}

#shoppingCart
{
	padding-top : 7px;
	padding-left : 5px;	
	
}

#cartTable
{
	padding-right:0px;
	width : 205px;
}

.largeCart
{
	width : 225px!important;
}

.cartText
{	
	/*width : 170px;*/
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  	font-size: 12px;
	color : #333333;
	padding-left : 6px;
	padding-bottom : 6px;
	border-bottom : 1px solid #c7c7c7;
}

.cartText span
{
	font-weight:bold;
}

.cartRemove
{
	width : 28px;
	padding-top : 5px;
	
	border-bottom : 1px solid #c7c7c7;
}

#total
{
	padding-top : 5px;
	width : 175px;
	font-weight:bold;
	text-align:right;
}

#noItems
{
	width : 225px;
	text-align : center;
	padding-top : 10px;
}

#finalizare
{
	padding-top : 5px;
	width : 175px;
	text-align:right;
}
