.comboItemMouseOver{
  background-color:#c9d578;
  color:white;
}

.comboItem{
  background-color:;
  color:black;
}

.comboList{
  background-color:#ffffff;
  width:auto;
  overflow:hidden;
  position:absolute;
  padding:2px;
  z-index:100;
  /*display:none;*/
  visibility:hidden;
  cursor:pointer;
  border:1px solid #989696;
  /*height:150px;*/
  /*overflow-y:auto;*/
  /*overflow-x:hidden;*/
  /*margin-left:5px;*/
  line-height:130%;
  font-weight:normal;
}

.comboBtn{
  background:url('../img/layout/combo_btn.gif');
  background-repeat:no-repeat;
  float:right;
  display:inline;
  padding:0px;
  width:20px;
  height:21px;
  border:none;
}

.comboText, .comboTextInput{
  float:left;
  width:105px;
  height:16px;
  background-color:#ffffff;
  border:1px solid #cfcfcf;
  display:inline;
  overflow:hidden;
  text-align:left;
  padding-top:3px;
  padding-left:3px;
  line-height:100%;
  font-weight:normal;
  /*margin-left:5px;*/
}

.comboTextInput{
  height:15px;
}

.combo{
  background-color:;
  width:132px;
  overflow:hidden;
  float:left;
}

.combo p{
  padding:0px;
  margin:0px;    
}

.indicator .block{
  background-color:transparent;
  float:left;
  width:11px;
  height:22px;
  font-size:1px;
  margin-left:0px;
  border:2px solid white;
  display:inline;
  background-image:url('../img/layout/indic_empty.gif');
}

.indicator .block-over{
  background-color:transparent;
}

.indicator .block-selected{
  background-color:transparent;
  background-image:url('../img/layout/indic_full.gif');
}

.indicator{
  /*display:block;*/
  float:left;
  overflow:hidden;
  padding-top:4px;
}

.minus, .plus{
  width:21px;
  height:21px;
  background-image:url('../img/layout/plus_btn.png');
  background-position:0px 2px;
  background-repeat:no-repeat;
  float:left;
}

.minus{
  background-image:url('../img/layout/minus_btn.png');
}

.autocompl{
  position:absolute;
  /*left:0;*/
  overflow:hidden;
  background-color:white;
  cursor:default;
}
.comboDisabled{
  background-color:#bcb6ab;
}