#hif_body {
  text-align: center;
  width: 348px;
  color: #424242;
  border: 1px solid #CFCFCF; 
  height: 168px;
}

#hif_body DIV.hif_params {
  width: 200px;
  height: 40px;
  margin-left: 18px;
  position: relative;
  float: left;
}

#hif_body DIV.hif_params DIV.hif_param_value {
  position: absolute;
  left: 0px;
  top: 11px;
  font-size: 10px;
}

#hif_body DIV.hif_params DIV.hif_param_currency {
  position: absolute;
  left: 128px;
  top: 11px;
  margin-left: 2px;
  font-size: 10px;
}

#hif_body INPUT {
  vertical-align: text-bottom;
  color: #000;
  font-size: 8pt;
}

#hif_body SELECT {
  border: 1px solid #85878C;
  color: #666666;
  font-size: 8pt;
  margin: 0 2px;
}

#hif_body SELECT OPTION {
  font-size: 8pt;
  padding-left: 3px;
}


#hif_result {
  width: 200px;
  margin: 0 auto;
}

#hif_result TBODY TD {
  text-align: center;
  color: black;
/*  padding: 12px 0;*/
  height: 24px;
}

#hif_result TBODY TR.row_a {
  background-color: #EAEAEA;
}

#hif_result TBODY TR.row_b {
  background-color: #FFF;
}

#hif_result TBODY TD.lp {
  width: 24px;
  text-align: center;
}

#hif_result TBODY TD.name, #hif_result TBODY TD.name A {
  width: 84px;
  font-weight: normal;
  padding-left: 2px;
  color: black;
  text-align: left;
  text-decoration: none;
}

#hif_result TBODY TD.val {
  text-align: center;
  width: 70px;
}

#hif_result TBODY TD.val SPAN {
  font-size: 9px;
}
#hif_result TBODY TD.selected {
  color: black;
}

#hif_result TBODY TD.order {
  text-align: right;
  padding-right: 10px;
}

