#comparch #content {
  background: url(/img/bg-line.gif) repeat-y 264px 0;
}
#tree-wrap {
  float: left;
  width: 264px;
}
#tree-inner {
  margin: 0 24px 0 0;
  overflow: hidden;
}
#tree-handle {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-right: 0;
  cursor: col-resize;
  background: #f0f0f0 url(/img/icon_arrows_leftright.gif) no-repeat center center;
}
#record-wrap {
  padding: 0 12px;
  overflow: hidden;
}

/* IE6 fix */
* html #record-wrap {
  height: 1%;
}

/*.handle {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  cursor: col-resize;
  background: #ccc;
}*/

