.suggestionDiv{
  overflow: auto;  /* 'auto' by default for suggestiongrid, if not suggestion grid, the overflow is set by the autocomplete*/
  z-index:10000;
}
.suggestionDiv div{
  z-index:2;
  font-size:11px;
  text-align:left;
  overflow:hidden;
}
.suggestionDiv div *{
  padding:2px;
}
.suggestionDiv div a{
  display:block;
}
.suggestionDiv div strong{
  padding:0;
}
.innerSuggestionDiv{
  white-space:nowrap;
}
.innerSuggestionDiv a{
  font-size:11px;
}
.suggestionDiv .innerSuggestionDiv.selected, .suggestionDiv .innerSuggestionDiv a:hover{
  cursor: pointer;
  z-index:2;
}
/**
* This is for the browse icon if the autocomplete is lazy loaded.
* The icon is pushed a little bit to the right of the input field.
* T34359
*/
.pickerIcon{
  margin-left:3px;
}