.outer {
  display:block;
  width:5px;
  height:10px;
  float:left;
  margin:1px;
  background:transparent;
}
/*html .outer {
  height:12px;
  height:10px;
}*/
.outer div {
  display:block;
  overflow:hidden;
  height:2px;
}
/* html .outer div {
  float:left;
}
*/
.la, .lz {
  width:5px;
}
.lb, .lc, .ld, .lg, .ll, .ln, .lq, .lt {
  width:1px;
}
.lh, .lm, .lo, .ls {
  width:2px;
}
.li, .lk, .lr, .lp, lj {
  width:3px;
}
.le, .lf {
  width:4px;
}
.la, .lr, .lt {
  background:#000;
}
.lz {
  background:transparent;
}
.lh {
  margin-right:1px;
}
.ld, .lf, .lh, .lk, .li, .lm, .lo, .lp, .lq {
  border-right:1px solid #000;
}
.ld, .le, .li, .lm, .ls {
  border-left:1px solid #000;
}
.lc {
  border-right:4px solid #000;
  background:#000;
}
.lb {
  border-left:4px solid #000;
  background:#000;
}
.lg, .ln, .ls {
  border-right:2px solid #000;
}
.lj {
  border-right:1px solid #000;
  border-left:1px solid #000;
  background:#000;
}
.ll, .ln, .lo {
  border-left:2px solid #000;
}
.clr {
  clear:left;
  height:1em;
}
