.refineSliderTrack
{
  width: 67px;
  height: 150px;
  background-color: #f6f0f0;
  background-image: url(./images/bgRefineTrack.gif);
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

.refineSliderTrack2
{
/*  width: 67px;*/
  height: 150px;
  border-left: solid 1px #dddddd; border-right: solid 1px #dddddd;
  background-color: #f6f0f0;
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
}

.refineSliderHandle
{
  width: 100%;
  height: 8px;
  font-size: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}

.refineSliderHandleTop
{
  width: 100%;
  height: 8px;
  font-size: 0;
  background-color: none;
  background-image: url(./images/liftTop.gif);
  background-repeat: no-repeat;
  background-position: top center;
}

.refineSliderHandleCentralLine
{
  background-image: url(./images/liftMiddleLine.gif);
  background-repeat: repeat-x;
  background-position: center;
  font-size: 0px;
  height: 8px;
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.refineHiddenInputs
{
  overflow: hidden;
  display: none;
}

.refineSliderHandleBottom
{
  width: 100%;
  height: 8px;
  font-size: 0;
  background-color: none;
  background-image: url(./images/liftBottom.gif);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.refineGrade
{
  vertical-align: middle;
  text-align: center;
/*  overflow: hidden;*/
  white-space: nowrap;
  font-size: 9px;
}

.dimmed
{
  color: #cccccc;
}

.rsValue
{
  width: 67px;
  text-align: center;
}