#adminbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2147483646;
}

.blockUI {
  z-index: 2147483647 !important;
}


.admin_page_layout_fullpage_sections_item {
  width: 175px;
  height: 31px;
  line-height: 27px;
  cursor: default;
  color: #555;
  list-style-type: none;
  background: url(/base/templates/images/adminbar.gif) -187px -415px no-repeat;
  z-index: 1;
  margin-top: 4px;
}

.admin_page_layout_fullpage_sections_item:nth-child(1) {
  margin-top: 12px;
}

.admin_page_layout_fullpage_sections_item:hover {
  background-position: -187px -446px;
}

.admin_page_layout_fullpage_sections_item .del {
  float: right;
  display: inline;
  cursor: pointer;
  width: 18px;
  height: 17px;
  margin: 5px 8px 0px 0px;
  background: url(/base/templates/images/adminbar.gif) -336px 0px no-repeat;
}

.admin_page_layout_fullpage_sections_item .move_up {
  float: right;
  display: inline;
  cursor: pointer;
  width: 18px;
  height: 17px;
  margin: 5px 8px 0px 0px;
  background: url(/base/templates/images/adminbar.gif) right -32px no-repeat;
}

.admin_page_layout_fullpage_sections_item .move_up:hover {
  background-position: right -61px;
}

.admin_page_layout_fullpage_sections_item span {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  width: 90px;
  font: 12px/30px;
  height: 30px;
  margin-left: 12px;
  z-index: 2;
}
