.shopping_cart
{
	background:transparent url(../images/cart_bg.gif) no-repeat scroll center center;
	height:84px;
	text-align:center;
	width:195px;
	margin:0 0 20px 0;
}
	.cart_title
	{
		color:#847676;
		font-size:12px;
		font-weight:bold;
		padding:8px 0 0 0;
	}
	.cart_details
	{
		float:left;
		padding:5px 0 0 15px;
		text-align:left;
		width:115px;
	}
	.border_cart
	{
		border-bottom:1px dashed #999999;
		width:100px;
		padding:0 0 3px 0;
		margin:0 0 3px 0;
	}
	.cart_icon
	{
		float:left;
		padding:5px 0 0 5px;
	}
	
	