/* for drag-and-drop demos */

div.shopping_demo {
  height:20px;
}

img.products {
  float:left;
  width:60px;
  height:62px;
  margin-right:0px;
  cursor:move;
}

div.cart {
  float:left;
  width:405px;
  height:340px;
  border:0px solid #white;
  background-color:black;
}

div.cart img {
  float:left;
}

div.cart div {
  margin-left:200px;
  margin-right:10px;
  padding-top:25px;
  font-size:12px/14px;
  font-weight:none;
  color:#white;
}

ul.sortablelist {
  list-style-image:none;
  list-style-type:none;
  margin-top:5px;
  margin:0px;
  padding:0px;
}

ul.sortabledemo li {
  padding:0px;
  margin:0px;
}

span.handle {
  background-color: #E8A400;
  color:white;
  cursor: move;
}

li.green {
  background-color: #ECF3E1;
  border:1px solid #C5DEA1;
  cursor: move;
}

li.orange {
  border:1px solid #E8A400;
  background-color: #FFF4D8;
}

#puzzle {
  margin-left:10px;
  width:450px;
  height:450px;
  border:1px solid #e8a400;
}

#puzzle img {
  float:left;
  margin:0px;
  cursor:move;
}

span.congrats {
  background-color: #E8A400;
  color:white;
  font-weight: bold;  
}

div.drophover {
  background-color: #FFF4D8;
  border:0px solid #E8A400;
}