/* for drag-and-drop demos */

div.shopping_demo {
  height:110px;
}

img.products {
  float:left;
  width:100px;
  height:100px;
  margin-right:10px;
  cursor:move;
}

div.cart {
  border:1px solid #FF9999;
  background-color:white;
  padding:8px;
  margin-top:8px;
  width:400px;
  height:auto;
  clear:both;
}

div.cartMin{
		height:150px;
		} html>body div.cartMin {min-height:150px;}


div#wastebin {
  width:500px;
  padding:8px;
  margin-top:8px;
  height:auto;
  color:#ccc;
  border:1px dashed #666;
  font-size:12px;
  font-weight:bold;
  text-align:center;
}

div.cart img {
  float:left;
  width:32px;
  height:32px;
  margin-right:10px;
}

div.cart div {
  font-size:12px/14px;
  font-weight:normal;
  color:#444;
  clear:both;
}

div.cart-active {
  background-color: #FFEEEE;
}

div.wastebin-active {
  background-color: #EEEEEE;
}

.title {
  margin:0;
  padding:0;
  padding-top:10px;
  font-size: 12px;
  color: #444;
  font-weight:normal;
  display:block;
}

