#eshop-cart .eshop-items a {
	text-decoration: none;
	padding: 12px 10px;
	display: block;
}
#eshop-cart .eshop-items a span {
	background: url("../images/arrow-down.png") no-repeat scroll 100% 50%;
	padding-right: 15px;
}
html[dir="rtl"] #eshop-cart .eshop-items a span {
	background: url("../images/arrow-down.png") no-repeat scroll 0 50%;
	padding-left: 15px;
	padding-right: 0;
}
#eshop-cart {
	background-image: url("../images/cartmini.png");
	background-position: 10px 50%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	position: relative;
	right: 0;
	top: 0;
	z-index: 9999;
	padding: 0 0 0 40px;
}
html[dir="rtl"] #eshop-cart {
	background-position: 95% 50%;
	right: auto;
	left: 0;
	top: 0;
	z-index: 9999;
	padding: 0 40px 0 0;
}
.eshop-items{
	background: #eeeeee;
	z-index: 1;
	padding: 0;
	border-left: 2px #fff solid;
}
.eshop-items a:hover{
	cursor: pointer;
}
.eshop-items h4 {
	display: none;
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 0;
}

/* dropdown cart */
.eshop-content{
	background: #fff;
	clear: both;
	min-height: 150px;
	min-width: 350px;
	max-width: 450px;
	padding: 8px;
	position: absolute;
	top: 102%;
	right: 0;
	border: 1px #eee solid;
}

.eshop-mini-cart-info td {
	border-bottom: 1px solid #EEEEEE;
	border-top: none;
	color: #000000;
	padding: 10px 5px;
	vertical-align: top;
}
.eshop-mini-cart-info .eshop-image {
	text-align: left;
}
.eshop-mini-cart-info .eshop-name {
	text-align: left;
}
.eshop-mini-cart-info .eshop-quantity {
	text-align: right;
}
.eshop-mini-cart-info .eshop-image img {
	border: none;
	text-align: left;
}
.eshop-mini-cart-info .eshop-remove {
	text-align: right;
}
.eshop-mini-cart-info .eshop-total {
	text-align: right;
}
.mini-cart-total {
	border: none;
	padding: 10px 5px;
	text-align: right;
}
.eshop-right {
	text-align: right;
	border: none;
}
.total-price {
	color: #d44413;
	font-weight: bold;
}
.checkout {
	clear: both;
    text-align: right;
	border: none;
}