.menuBasket {
  border: 1px solid #ccc;
}

.menuBasket .box-title {
  background-color: #333;
  background: url("../../images/layouts/el_bg.png") repeat-x;
  padding: 7px;
}

.menuBasket .box-title h3 {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.menuitems {
  min-height: 250px;
  background-color: #eee;
  padding: 5px;
}

.item {
  margin: 7px;
  padding: 7px;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ddd');
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f4f4f4),
    to(#ddd)
  );
  background: -moz-linear-gradient(top, #f4f4f4, #ddd);
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}

.item > input {
  display: none;
}

.item .label input {
  display: inline;
  padding: 3px;
  margin: 0px;
  margin-right: 3px;
  position: relative;
  margin-top: -3px;
}

.doneEditing {
  height: 24px;
  top: 1px;
}

.item .label {
  float: right;
  font-weight: bold;
}

.item .itemType {
  float: left;
  width: 80px;
  color: #999;
  font-style: italic;
  margin: 0px 10px;
  text-align: left;
}

.item .options {
  float: left;
  margin: 0px 22px;
}

.item .options span {
  float: left;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  margin: 0px 3px;
  cursor: pointer;
}

.item .options .move_up {
  background-image: url("../../images/icons/bullet_arrow_up.png");
  background-position: 2px 2px;
}

.item .options .move_down {
  background-image: url("../../images/icons/bullet_arrow_down.png");
  background-position: 2px 2px;
}

.item .options .item_edit {
  background-image: url("../../images/icons/icon_edit.png");
  background-position: 0px 0px;
  margin-right: 12px;
}

.item .options .item_remove {
  background-image: url("../../images/icons/icon_delete.png");
  background-position: 0px 0px;
}

.menuitems .item:first-child .options .move_up {
  display: none;
}

.menuitems .item:last-child .options .move_down {
  display: none;
}

.item .options img:hover {
  cursor: pointer;
}
