#style-changer {
  position : absolute;
  left : 0px;
  top : 0px;
  width : 25px;
  height : 20px;
  background : url(/files/images/expand.gif) top left no-repeat;
  cursor : pointer;
  z-index : 10000;
}

#style-changer-drop {
  display : none;
  position : absolute;
  left : 30px;
  top : 0px;
  height : 500px;
  width : 300px;
  z-index : 10001;
  overflow : auto;
  background-color : white;
  color : black;
  border : 1px solid black;
  cursor : pointer;
  text-align : left;
}

#style-changer-drop .selected {
  background-color : #bdf;
}

#style-changer-drop div {
  padding : 3px;
  border-bottom : 1px solid black;
}

#style-changer-drop div img {
  vertical-align : middle;
  margin-right : 10px;
}

.hidden {
  display: none;
}