.sidebar .widget.cart_preview {
	
	float:right;
	text-align:right;
	background:transparent url(../../../images/tralco/cart_bg.png) no-repeat scroll center top;
	width:205px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: auto;
	padding:2px;
	background-color:#F3F3F3;
	border:1px solid #E1E1E1; 
	
	
	}
	
.sidebar .widget.cart_preview a {
	color:#043C77;
	text-decoration:underline;
	}
	
.sidebar .widget.cart_preview a {
	background-color:transparent;
	}
	
.sidebar .widget.cart_preview .oddrow {
	background-color: transparent;
	}
	
	
	
	
.sidebar .cart_items  {
	float:right;
	margin: 45px 10px 0 140px;
	width:88px;
	list-style:none;
}
.sidebar .widget.cart_preview .title {
	padding-left:10px;
}


