/**
 * Ui-Sortable-Helper Header Render errors
 *
 * @section personalization
 * @workaround
 * @affected   IE6, IE7, IE8
 * @css-for    IE6, IE7, IE8
 */
.ui-sortable-helper .header {
  position: relative;
  cursor: move;
  background-image: url(img/boxHeaderBgActive.png);
  color: #fff;
}
.ui-sortable-helper .header h2 {
  font-size: 1em;
  margin: 0;
}
.ui-sortable-helper .header h2 a {
  margin: 0;
  margin-left: 16px;
  color: #fff;
}
.ui-sortable-helper .header h2 a span {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  zoom: 1;
  background-image: url(img/boxHeaderArrows.gif);
  background-position: 0 -72px;
}
.ui-sortable-helper .header a.options {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 24px;
  height: 22px;
  margin-top: -11px;
  line-height: 22px;
  background-image: url(img/boxHeaderGears.gif);
  background-position: 0 -22px;
  text-indent: -99999px;
}
.ui-sortable-helper.collapsed .header h2 a span {
  background-position: 0 -48px;
}

/**
* News Teaser (unfolded with js tabbing styles)
*
* @section teaser
* @section news teaser
*/
.jsEnabled .newsTeaser .tabbed {
  height: 22.4em;
}

.jsEnabled .newsTeaser .tabbed .panel {
  height: 19em;
}

/**
* Additional news teaser box styles (folded output)
*/
.newsTeaserFolded .tabbed {
  height: 22.4em;
}

.newsTeaserFolded .tabbed .panel {
  height: 19em;
}
