﻿
img.products {
  /*float:left;
  width:100px;
  height:100px;
  margin-right:10px;*/
  cursor:move;
}

img.cart-items {
  /*float:left;
  width:100px;
  height:100px;
  margin-right:10px;*/
  cursor:move;
}

div.cart {
  clear:both;
  border:1px solid #E8A400;
  background-color:white;
  /*padding:8px;*/
  /*width:500px;*/
}

div#wastebin {
  width:20px;
  height:10px;
  border:1px dashed #888;
  /*padding:8px;
  margin-top:8px;*/
  color:#ccc;
  /*font-size:20px;
  font-weight:bold;*/
  text-align:center;
  /*vertical-align:top;*/
  float:left;
}

div.cart img {
  /*float:left;
  width:32px;
  height:32px;
  margin-top:10px;
  margin-right:10px;
  margin-left:10px;*/
  margin-bottom:5px;
}

div.cart div {
  /*float:left;
  width:32px;
  height:32px;*/
  margin-top:10px;
  margin-bottom:10px;
  margin-right:10px;
  margin-left:10px;
}

/*
div.cart div {
  font-size:12px/14px;
  font-weight:normal;
  color:#444;
  clear:left;
}
*/


div.cart-active {
  background-color: #FFF4D8;
}

div.wastebin-active {
  background-color: #FFF4D8;
  border:1px solid #E8A400;
}