/* Menu settings */

div#toolbar a.modify-order {
  background:url('modify_order.gif') no-repeat center 4px;
}

div.popup div.content.menu-sorter {
  position:relative;
}

div.popup div.content.menu-sorter div {
  float:left;
  cursor:move;
  clear:both;
  width:257px;
}

div.popup div.content.menu-sorter div span {
  padding:2px 2px 2px 5px;
  float:left;
}

/* Templates */
div#toolbar div.options fieldset div.templates {
  border:1px solid #AAA;
  float:left;
  width:179px;
}

div#toolbar div.options fieldset div.templates div.template {
  width:45px;
  height:67px;
  float:left;
  text-align:center;
  border-right:1px solid #CCC;
  border-left:1px solid #CCC;
  margin-left:3px;
}

div#toolbar div.options fieldset div.templates div.template img {
  border:none;
  border-bottom:1px dotted #CCC;
  vertical-align:bottom;
}

div#toolbar div.options fieldset div.templates div.button {
  width:12px;
  height:67px;
  cursor:pointer;  
  -moz-user-select:none;
}

div#toolbar div.options fieldset div.templates div.button.disabled {
  cursor:default;
}

div#toolbar div.options fieldset div.templates div.left {
  background-image:url('left.gif');
  background-repeat:no-repeat;
  background-position:center center;
  border-right:1px solid #AAA;
  float:left;
}

div#toolbar div.options fieldset div.templates div.left.disabled {
  background-image:url('left_disabled.gif');
}

div#toolbar div.options fieldset div.templates div.right {
  background-image:url('right.gif');
  background-repeat:no-repeat;
  background-position:center center;
  border-left:1px solid #AAA;
  margin-left:3px;
  float:right;
}

div#toolbar div.options fieldset div.templates div.right.disabled {
  background-image:url('right_disabled.gif');
}
