.hif_clr {
  clear: both;overflow:hidden; font-size:0;height:0;margin:0;padding:0;
}

#hif_root {
  width: 160px;
  height: 250px;
  text-align: center;
  position: relative;
/*  border: 1px solid #F0F0F0;*/
}

#hif_root * {
  font: normal 12px Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

#hif_head {
  background: url(../images/wp_banki_head2.gif) top left no-repeat;
  width: 100%;
  height: 19px;
}

#hif_foott {
  position: absolute;
  width: 152px;
  height: 70px;
  bottom: 2px;
  left: 4px;

  cursor: hand;
  cursor: pointer;
  text-align: center;
  border-bottom: 6px solid #99CA3B;
}

#hif_foott A.hif_foott_link {
  color: #339;
  text-decoration: underline;
}

#hif_foott A.hif_foott_link2 {
  color: #f00;
  text-decoration: underline;
}

#hif_body {
  text-align: center;
  width: 158px;
  color: #424242;
  height: 230px;
  border: 1px solid #CFCFCF;
  border-top: 0;
}

#hif_body DIV.hif_params {
  width: 152px;
  height: 45px;
  margin: 0 auto;
  background-color: #99CA3B;
  color: #000;
  position: relative;
  top: 5px;
}

#hif_body DIV.hif_params DIV.stamp {
  position: absolute;
  top: 6px;
  left: 3px;
  width: 22px;
  height: 17px;
}

#hif_body DIV.hif_params DIV.subselect {
  position: absolute;
  top: 4px;
  _top: 2px;
  left: 32px;
  width: 116px;
}

#hif_body DIV.hif_params DIV.subselect SELECT {
  border: 1px solid #4D4D4D;
  color: #666;
  font-size: 8pt;
  margin: 0;
  width: 116px;
}

#hif_body DIV.hif_params DIV.subselect SELECT OPTION {
  font-size: 8pt;
  padding-left: 3px;
}


#hif_body DIV.hif_params DIV.hif_param_value {
  position: absolute;
  left: 2px;
  top: 24px;
  font-size: 10px;
}

#hif_body DIV.hif_params DIV.hif_param_currency {
  position: absolute;
  left: 90px;
  top: 24px;
  font-size: 10px;
}

#hif_body INPUT {
  vertical-align: text-bottom;
  color: #000;
  font-size: 8pt;
}

#hif_body SELECT {
  border: 1px solid #85878C;
  color: #000;
  font-size: 8pt;
  margin: 0 2px;
}

#hif_body SELECT OPTION {
  font-size: 8pt;
  padding-left: 3px;
}


#hif_result {
  width: 145px;
  margin: 0 auto;
}

#hif_result TBODY TD {
  font-size: 8pt;
  text-align: center;
  color: #000;
/*  padding: 12px 0;*/
  height: 20px;
}

#hif_result TBODY TR.row_a {
  background-color: #D2E8A8;
}

#hif_result TBODY TR.row_b {
  background-color: #E9F3D4;
}

#hif_result TBODY TR.white_line TD {
	height: 3px;
	background-color: #FFF;
}

#hif_result TBODY TD.name, #hif_result TBODY TD.name A {
  font-size: 8pt;
  font-weight: normal;
  padding-left: 4px;
  color: black;
  text-align: left;
  text-decoration: none;
}

#hif_result TBODY TD.val {
  text-align: right;
  padding-right: 4px;
}

#hif_result TBODY TD.selected {
}

