  /* ------------ */
 /* spComponents */
/* ------------ */

/* Iterator */
.spIteratorPre {
  display: none;
}
.spIterator .spIteratorHeader {
  height: 14px;
  margin: 4px 11px 0 0;
}
.spIterator .spIteratorHeader .swapList,
.spIterator .spIteratorHeader .moveItemDownToBottom,
.spIterator .spIteratorHeader .moveItemDown,
.spIterator .spIteratorHeader .insertItemBefore {
  width: 12px;
  height: 12px;
  float: right;
  cursor: pointer;
  overflow: hidden;
  margin: 0 0 0 3px;
}
.spIterator .spIteratorHeader .swapList {
  background: url(/newsdesk/img/icon_swap.gif) no-repeat;
}
.spIterator .spIteratorHeader .moveItemDownToBottom {
  background: url(/newsdesk/img/icon_down.gif) no-repeat;
}
.spIterator .spIteratorHeader .moveItemDown {
  background: url(/newsdesk/img/icon_change.gif) no-repeat;
  width: 13px;
  height: 13px;
}
.spIterator .spIteratorHeader .insertItemBefore{
  background: url(/newsdesk/img/icon_add.gif) no-repeat;
}
.spIterator .spIteratorBody fieldset .functions {
  background-image: url(/newsdesk/img/suche_aufklapp_blau.gif);
  height: 15px;
  padding-top: 2px;
  border-top: 1px solid #BECDD4;
  border-left: 1px solid #BECDD4;
  border-right: 1px solid #BECDD4;
}
.spIterator .spIteratorBody fieldset .text {
  float: left;
  padding: 0 0 0 8px;
  text-transform: uppercase;
}
.spIterator .spIteratorBody fieldset legend {
  display: none;
}
.spIterator .spIteratorBody .spIteratorLegend{
  float: left;
  line-height: 12px;
  margin-left: 5px;
}
.spIterator .spIteratorBody .removeItem{
  background: url(/newsdesk/img/icon_delete.gif) no-repeat scroll 0% 50%;
  width: 13px;
  height: 13px;
  cursor: pointer;
  overflow: hidden;
  float: right;
  padding-right: 3px;
}
.spIterator .spIteratorBody .spIteratorTagBody {
  background-color: #E9EEF1;
  border: 1px solid #BECDD4;
  clear: both;
  margin: 0;
  padding: 8px 2px 10px 8px;
}
.spIterator .spIteratorBody .spIteratorLegend {
  display: none;
}
.spIteratorPost {
  height: 14px;
  margin: 4px 10px 4px 0;
}
.spIteratorPost .moveItemUpToTop ,
.spIteratorPost .addItem {
  width: 13px;
  height: 13px;
  cursor: pointer;
  overflow: hidden;
  float: right;
  margin: 0 0 0 3px;
}
.spIteratorPost .moveItemUpToTop {
  background: url(/newsdesk/img/icon_up.gif) no-repeat;
}
.spIteratorPost .addItem {
  background: url(/newsdesk/img/icon_add.gif) no-repeat;
}
