/* for drag-and-drop */
img.products {  
  cursor:move;
}

img.product {  
  cursor:move;
}

img.cart-items {  
  cursor:move;
}

img.drag-hover {	
	border: 1px solid #EFEFEF;
}

div.cart {
  /*clear:both;*/
  /*border:1px solid #E8A400;*/
  /*background-color:white;*/
  padding:0px;
}

div.cart-active {
  /*border:1px dashed #888;*/  
  background-color: #FFF4D8; !important; 
  filter:alpha(opacity=40);
  -moz-opacity:.40;
  opacity:.40;
}

div.wastebin-active {
  background-color: #FFF4D8;
   filter:alpha(opacity=40);
  -moz-opacity:.40;
  opacity:.40;
  /*border:1px solid #E8A400;*/
}