/* Drop related stuff */


#cart {
	width:139px;
	height:464px;
	background:url(images/cart.png) no-repeat scroll 0 0 transparent;
	padding:57px 14px 10px;
	overflow:hidden;
	position:relative;
}

#cart .prev {
	background:url(images/up_arrow.png) no-repeat scroll 0 0 transparent;	
	width:30px;
	height:22px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:21px;
	left:52px;
}

#cart .prev:hover {
	background:url(images/up_arrow_hover.png) no-repeat scroll 0 0 transparent;	
	
	
}

#cart .next {
	background:url(images/down_arrow.png) no-repeat scroll 0 0 transparent;	
	width:30px;
	height:22px;
	display:block;
	cursor:pointer;
	position:absolute;
	bottom:136px;
	left:52px;
	
}

#cart .next:hover {
		background:url(images/down_arrow_hover.png) no-repeat scroll 0 0 transparent;	
	
	
}


p.cart_total {
	position:absolute;
	bottom:113px;
	left:20px;
	line-height:100%;
	font-size:12px;
	color:#666;
	padding:0;
	margin:0;
	text-shadow:1px 1px 0px rgba(255,255,255,.9);
}

.btn_checkout {
	background:url(images/checkout.png) no-repeat scroll 0 0 transparent;
	width:118px;
	height:35px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	bottom:72px;
	left:8px;
}

#cart .btn_checkout:hover {
		background:url(images/checkout_hover.png) no-repeat scroll 0 0 transparent;
	
}

#drop_empty{
  text-align:center;
  width:102px;
  font-size: 14px;
  color: #ffffff;
  position:absolute;
  top:150px;
  left:19px;
  z-index:25;
  text-shadow:1px 1px 0px rgba(0,0,0,.9); 
  line-height:1.2em;
  }
  
#drop_empty img {
	margin-top:5px;	
}

#dragdrop_spinner {
 background:url(images/spinner_bg.png) no-repeat scroll 0 0 transparent;
 position: absolute;
 left: 45px;
 top: 170px;
 display: none;
 z-index: 300;
 width: 32px;
 height: 32px;
 padding:10px;
}

#cart_list {
	 overflow:hidden !important;
}

#cart_list ul {
	 margin:0;
	 padding:0
	 overflow:hidden;
	 position:relative;
	 z-index:1;
	 height:308px;
	 list-style:none;
}

#cart_list li {
	background-image:none;
	margin:0 0 0;
	padding:3px 5px 2px 14px;
	position:relative;	 
	width:100% !important;
	float:left !important;
	height:72px;
	list-style:none;
}

span.item_count {
	color:#000000;
	font-size:9px;
	position:absolute;
	bottom:5px;
	left:20px;
	min-width:6px;
	min-height:6px;
	background-color:#FFF;
	border-radius:2em;
	-moz-border-radius:2em;
	-webkit-border-radius:2em;
	border:1px solid #ccc;
	padding:2px;
	text-align:center;
	line-height:10px;
}

.item_remover {
	background:url(images/delete.png) no-repeat scroll 0 0 transparent;
	width:19px;
	height:19px;
	position:absolute;
	top:0;
	left:0;
	margin-left:87px;
	text-indent:-9999px;
	border:none;
	padding:0;
}

.item_remover:hover {
	background:url(images/delete_hover.png) no-repeat scroll 0 0 transparent;
}

#cart_list li a {
	text-indent:-9999px;	
}