.ellipsis
{
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
  height: 1.2em;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
  /*-moz-binding: url('/css/moz_fix.xml#ellipsis');*/
}

.moz-ellipsis > DIV:first-child
{
  float: left;
}

.moz-ellipsis > DIV + DIV
{
  float: right;
  margin-top: -1.2em;
}
    
.moz-ellipsis > DIV + DIV::after
{
  background-color: white;
  content: '...';
}