#basket {
	margin: -50px 20px 0 20px;
	background: transparent url(images-shop/basket.png) no-repeat right top;
	color: #fff;
 	min-height: 35px;
/* 	overflow: hidden; */
}
.basket-over {
	background: transparent url(images-shop/basket-over.png) no-repeat right bottom !important;
}
#basket-items {
	display: none;
/*     z-index: 999;
    position: relative; */
    padding: 10px;
    padding-bottom: 20px;
}
/* body.noJS #basket:hover {
    overflow: visible;
    height: auto;
} */

#basket-title {
	color: #0079a8;
	font-size: 13pt;
	padding-top: 10px;
}
.basket-del-item {
	margin: 0; padding: 0;
}
.basket-del-item table {
	width: 100%;
	margin: 0; padding: 0;
}
.order-item table td, .basket-del-item table td {
	border: none !important;
}
.order-item, .order-item table {
	width: 100%;
	margin: 0; padding: 0;
}

.del-item {
    display: block;
  	background: transparent url(images-shop/del-item.png) no-repeat left top;
  	margin: 0px; padding: 0px;
  	height: 13px;
  	width: 13px;
  	line-height: 0px;
  	border: none;
	color: transparent;
}
.del-item:hover {
  	background: transparent url(images-shop/del-item.png) no-repeat left top;
  	cursor: pointer;
}
.del-item-order {
    display: block;
  	background: transparent url(images-shop/del-item-big.png) no-repeat left top;
  	margin: 0px; padding: 0px;
  	margin-top: 30px;
  	height: 20px;
  	width: 20px;
  	line-height: 0;
  	border: none;
	color: transparent;
}
.del-item-order:hover {
  	background: transparent url(images-shop/del-item-big.png) no-repeat left top;
  	cursor: pointer;
}
#basket-order {
    font-weight: bold;
    
}
.cena-spolu {
	font-size: 11pt;
    text-align: right;
    font-weight: bold;
    margin: 10px 65px 10px 0;

}
.order-price {
	width: 60px;
	text-align: right;
	font-size: 11pt;
	vertical-align: middle;
}
