/* Edit Mode
--------------------------------------------------------*/

#edit_mode {
  background:#FFF3C0;
  border:dashed #FFBB57;
  border-width:0 0 4px;
  color:#222;
  display:none;
  height:0px;
  padding:0 1em;
}

#edit_mode p {
  border-bottom:1px solid #FFDB81;
  font-size:1.4em;
  font-weight:bold;
  float:left;
  margin:0;
  padding:.5em 0;
}

#edit_mode ul {
  clear:both;
  font-size:1.2em;
  float:left;
  padding:1em 0;
}

#admin_mode_button {
  float:right;
  margin:-1em 5em 0 0;
}

#enable_placeholder_edit_link {
  float:right;
  margin: -125px 35px 0 5px;
}

#edit_mode #disable_placeholder_edit_link {
  background:transparent url("/images/2_burgerking/done_editing.png") 0 0 no-repeat;
  display:block;
  float:right;
  height:49px;
  margin:-.5em 1em 0 0;
  text-indent:-9999px;
  width:187px;
}

#edit_mode #disable_placeholder_edit_link:active {
  background-position:0 -49px;
}

.editable {
  background:#FFF3C0;
  cursor:pointer;
}

#placeholder_edit_div a {
  margin:0 .4em;
}