.top-cart {
	width: 190px;
	height: 60px;
	float:right;
	display:block;
	z-index: 999;
	top: 5px;
	text-align: center;
	background: url(../images/bt_top-cart.png) 0 0 no-repeat;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
    margin-top: 0px;
}
.top-cart p {
	margin: 0;
}
.top-cart .empty {
	padding: 0px 0 0 10px;
}
#recent-items {
	background: #fff;
	border: 10px solid #86d703;
	width: 350px;
	min-height: 100px;
	position: absolute;
	text-align: left;
	z-index: 999;
	padding: 8px;
	margin: 100px 0px 550px 550px;
	
}
#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;
	background: #eee;
	text-decoration: none;
	margin: -3px -3px 0 0;
	font-size: 10px;
}
#recent-items-closer:hover {
	background: #1E7EC8;
	color: #fff;
}
.top-cart-buttons {
	padding-top: 4px;
}
.top-cart-buttons a {
	display: block;
	float: left;
	margin-right: 15px;
	background: #eee;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 12px;
}
.top-cart-buttons a:hover {
	background: #1E7EC8;
	color: #fff;
}