/*
#content {
  padding:0;
}
*/
#evidence_cart {
  padding:20px;
}

img.evidence {
  /*float:left;*/
  /*width:100px;
  height:100px;*/
  margin-right:10px;
  cursor:move;
}

/*
div.statement_items div.employment_items div.learning_items div.achievement_items div.reference_items div.cvletter_items div.evidence_cart {
  clear:both;
  border:1px solid #B3D4EF;
  background-color:#B3D4EF;
  padding:8px;
  width:100%;
  margin-top:0px;
}*/

div.droppable_cart{

  clear:both;
  border:1px dashed #B3D4EF;
  /*background-color:#B3D4EF;*/
  background-color:#FFF;
  padding:8px;
  width:98%;
  margin-top:0px;	
	

}

div.dropable_library{

  clear:both;
  border:1px dashed #B3D4EF;
  /*background-color:#B3D4EF;*/
  background-color:#FFF;
  padding:8px;
  width:98%;
  margin-top:0px;	
	

}

div#wastebin {
  width:135px;
  padding:5px;
  border:1px solid #eee;
}

div.evidence_cart img {
  float:left;
 /* width:32px;
  height:32px;*/
  margin-right:10px;
  cursor:move;
}

div.evidence_cart div {
  font-size:12px/14px;
  font-weight:normal;
  color:##444;
  clear:left;
}

div.cart-active {
  border:1px dashed #00A651;
  background-color:#FFF;
  
}

div.wastebin-active {
  width:135px;
  padding:5px;
  background-color:#ccc;
}

#evidence_cart {
  clear:left;
  height:140px;
  margin:10px 0;
}

#evidence_list{
  height:160px;
  width:140px;
  text-align:center;
  /*float:right;*/
  /*border:2px dotted blue;*/
  overflow:auto;
  overflow-x:hidden;
}

