.link-selector-wrapper > div {
  min-height: 16px;
  padding: 3px 6px;
  background-color: #f2f2f2;
}

.link-selector-wrapper > ul {
  margin: 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}

.link-selector-wrapper > ul > li {
  min-height: 16px;
  padding: 3px 14px 3px 6px;
  border-top: 1px solid #aaaaaa;
  list-style-type: none;
  cursor: pointer;
}

.link-selector-wrapper > ul > li:hover {
  background: url(../../images/icons/pfeil_rechts.png) center right no-repeat;
}
