.top-cart {
	position: relative;
	float: right;
	display: inline;
	width: 175px;
	height: 21px;
	z-index: 999;
	text-align: left;
	font-size: 11px;
	background: #fff;
	margin: 0;
	color: #124463;
}
.top-cart .view { float: left; display: inline; width: 16px; height: 21px; background: url(../images/topcart/b_view.gif); text-indent: -9999em; } 
.top-cart p { float: left; display: inline; margin: 0 10px; line-height: 21px; }
.top-cart .checkout-btn, .top-cart .checkout-btn a { float: right; width: 68px; height: 21px; background:url(../images/topcart/b_checkout.gif); text-indent:-9999em; }

.top-cart .empty {
}
#recent-items {
	background: #fff;
	width: 155px;
	min-height: 70px;
	position: absolute;
	right: 0;
	top: 21px;
	z-index: 999;
	padding: 10px;
}
#recent-items p { float: none; display: block; margin: 0; line-height: normal; }
#recent-items a { line-height: normal; }
#recent-items .btn-remove {
	float: right;
	margin-left: 10px;
}
#recent-items li {
	min-height: 52px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 4px;
}
#recent-items .mini-products-list .product-image {
	border: none;
}
#recent-items .mini-products-list {
	padding-top: 8px;
}
#recent-items-closer {
	display: block;
	float: right;
	padding: 0 4px;
	text-decoration: none;
	margin: -3px -3px 0 0;
	font-size: 10px;
	color: #a4a9a0;
}
#recent-items-closer:hover {
	background: #ccc;
	color: #fff;
}
.top-cart-buttons {
	padding-top: 4px;
}
.top-cart-buttons a {
	display: block;
	float: right;
	background: #2a6284;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 12px;
	color: #fff;
}
.top-cart-buttons a.view-cart {
	float: left;
	margin-right: 15px;
}
.top-cart-buttons a:hover {
	background: #FF7900;
	color: #fff;
}
