/*
 * path: /Controls/User/estimator.ascx
 * ns:   spe-chart
 *
 * bar with points with different prices
 */
.spe-chart {
  height: 65px;
}
.spe-chart-avg {
  position: relative;
  width: 311px;
  height: 37px;
  margin: 0 auto;
}
.spe-chart-avg div {
  position: absolute;
  margin-bottom: 5px;
  padding-bottom: 15px;
  background: url('/public/images/elements/spe/marker_avg.gif') no-repeat bottom center;
  color: #105575;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  z-index: 1010;
}
    .ie6 .spe-chart-avg div {
      zoom: 1;
    }
.spe-chart-bar {
  margin: 0 auto;
  width: 311px;
  height: 18px;
  background: url('/public/images/elements/spe/chart_scale.gif?s') no-repeat;
}
.spe-chart-bar-points {
  position: relative;
  width: 311px;
  height: 18px;
}
.spe-chart-bar-point {
  position: absolute;
  top: -1px;
  
  width: auto;
  height: 1px;
  text-align: center;
}
.spe-chart-bar-point-amt {
  visibility: hidden;
  height: 16px;
  padding: 0 3px;
  border: 2px solid #105575;
  background-color: #fff;
  line-height: 16px;
  color: #105575;
  font-weight: bold;
  white-space: nowrap;
}
.ie6 .spe-chart-bar-point-amt {
  float: left;
}
.spe-chart-bar-point img {
  position: relative;
  top: -5px;
  width: 11px;
  height: 6px;
}
.ie6  .spe-chart-bar-point img,
.ie7 .spe-chart-bar-point img {
  top: 0;
}
.ie6 .spe-chart-bar-point img {
  clear: both;
}
.spe-chart-bar-point-selected {
  z-index: 1000;
}
.spe-chart-bar-point-selected img {
  width: 15px;
  height: 8px;
}
.spe-chart-bar-point-selected .spe-chart-bar-point-amt {
  visibility: visible;
  margin-bottom: 0;
}