/* header cart */
.header .block-cart {position:relative;float:right;border:0;margin:8px 0 0 0;}
.title-cart {font-family:raleway;width:231px;background: url("../images/sprite.png") -575px 0 no-repeat;line-height:34px;color:#B5B5B5;}
.block-cart:hover .title-cart.with-item {}
.title-cart a {margin-left: 35px;color: #FFF;}
.title-cart .cart-qty {float: right;display:inline-block;width:28px;height:28px;line-height:28px;text-align:center;color:#cccccc;}
.cart-popup {position: absolute;z-index: 901;top:31px;right: 4px;background: #fff;width: 187px;padding: 10px 20px;-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;}
.minicart-products-list li.item {margin-bottom:5px;}
.header .block-cart .link-actions {float: right;font-size: 12px;font-weight: bold;margin-top: 10px;text-align: center;width: 100%;}
.header .block-cart .link-actions a {color:#969696;border-right:1px solid #969696;padding: 0 8px;}
.header .block-cart .link-actions a.last {border-right:0;padding: 0 4px;}
.header .block-cart .link-actions a:hover {color:#333333;}
.cart-popup .product-image {float:left;}
.cart-popup .product-details {float:right;width: 125px;color:#363636;font-size: 11px;font-weight:bold;}
.cart-popup .product-details .product-name a {color:#363636;font-size: 11px;font-weight:bold;}
.cart-popup .product-details .price {font-weight:bold;margin-top:2px;color:#A6085C;}
.header .block-cart .btn-remove {margin-top:2px;}
.cart-popup .truncated a.details {color:#575757;font-size: 12px;}
.cart-popup .truncated .show .item-options {top: 20px;left:-92px;width: 174px;}
.cart-popup .actions {margin-top: 5px;}
.cart-popup .actions button.btn-basket {float:left;}
.cart-popup .actions button.btn-checkout {float:right;}
/* header cart END */

/* carousel */
/*
#cart_carousel {position: relative;width: 244px;height: 141px;margin: 0 auto;}
#cart_carousel .container {float: left;overflow: hidden;width: 244px;height: 95px;margin: 0;}
#cart_carousel ul {margin: 0pt;padding: 0pt;height: 100000px;position: relative;top: 0pt;left: 0pt;}
#cart_carousel ul li {list-style: none outside none;float: left;width: 244px;margin: 0pt;height: 85px;padding:5px 0;color:#3D3D3D;font-size: 14px;line-height:16px;}
#cart_carousel .previous_button {float: left;background: url("../images/cart_carousel.png") no-repeat scroll -31px -46px transparent;cursor: pointer;display: inline;width: 244px;height: 23px;margin: 0;}
#cart_carousel .previous_button_over {background: url("../images/cart_carousel.png") no-repeat scroll -31px 0 transparent;}
#cart_carousel .previous_button_disabled {background: url("../images/cart_carousel.png") no-repeat scroll -31px -46px transparent;cursor: default;}
#cart_carousel .next_button {float: left;background: url("../images/cart_carousel.png") no-repeat scroll -31px -69px transparent;display: inline;cursor: pointer;width: 244px;height: 23px;margin: 0;}
#cart_carousel .next_button_over {background: url("../images/cart_carousel.png") no-repeat scroll -31px -23px transparent;}
#cart_carousel .next_button_disabled {background: url("../images/cart_carousel.png") no-repeat scroll -31px -69px transparent;cursor: default;}
*/
/* carousel END*/

.ico-qty-basket {
	width:21px;height:21px;margin: 6px 11px 0 0;display:block;font-weight:bold;float: right;line-height: 21px;text-align:center;color:#000;
	background-color:#ffffff;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
}
/*
.ico-cart-arrow {width:20px;height:14px;background: url("../images/icons.png") 0 -110px no-repeat;margin: 17px 15px 0 0;display:block;float: right;}
.block-cart:hover .ico-cart-arrow {background-position: 0 -125px;}
.ico-cart-basket {width:24px;height:23px;background: url("../images/icons.png") 0 -75px no-repeat;margin: 10px 10px 0 0;display:block;float: right;}
*/