.symbolleiste_h {
  background-color : #FFCC33;
  height           : 60px;
  margin-bottom    : 10px;
  padding          : 0;
  z-index          : 10;
}

/* SORTABLE */

.sortable li {
  min-height : 22px;
  padding    : 6px 4px 0px;
}

.selected.menu_page {
  background : url(../layout/transe_rot.png);
}

.menu_page {
  background : white;
}

.iconbox p {
  color:black;
}

/* DIALOGE */

.ui-dialog {
  font-size : 11px;
}

.ui-icon {
  background-color      : transparent;
  border-radius         : 6px;
  cursor                : move;
  display               : block;
  float                 : left;
  left                  : 0px;
  margin-right          : 10px;
  position              : relative;
  top                   : 0;
  -moz-border-radius    : 6px;
  -webkit-border-radius : 6px;
}

/* PAGE CONFIGURATOR */

#page_configurator {
  display:none;
  width:340px;
  position: fixed;
  left: 50%;
  margin-left: -190px;
  top:50%;
  margin-top: -280px;
  border:2px white solid;
  background: white;
  padding:20px;
  -moz-box-shadow    : 0px 4px 40px 2px black;
  -webkit-box-shadow : 0px 4px 40px 2px black;
  z-index:10;
}

#page_configurator p {
  margin: 6px 0 0 0;
}

#page_configurator h3 {
  margin: 14px 0 0 0;
}

.counter {
  margin-top:-8px;
  font-size: 10px;
  text-align: right;
}

.menu_label, .design_label, .icon_label {
  cursor: pointer;
}