@charset "UTF-8";

#suggest_search_box {
position: absolute;
top: 32px;
left: 0;
width: auto !important;
max-width: 542px;
padding: 1px;
background: #fff;
border-bottom: 1px solid #ccc;
overflow: visible;
cursor: default;
z-index: 2000;
}
#suggest_search_box .ui-menu-item {
padding: 5px;
border: 1px solid #ccc;
border-bottom: none;
line-height: 24px;
text-align: left;
font-size: 14px;
color: #000;
overflow: hidden;
cursor: pointer;
}
#suggest_search_box .ui-menu-item:hover {
background: #eee !important;
}
#suggest_search_box .ui-helper-hidden-accessible{
display: none;
}

.autocomplete {
  position: absolute;
  top: 32px;
  left: 0;
  width: auto !important;
  max-width: 542px;
  padding: 1px;
  background: #fff;
  border-bottom: 1px solid #ccc;
  overflow: visible;
  cursor: default;
  z-index: 2000;
}
.autocomplete div {
  padding: 5px;
  border: 1px solid #ccc;
  border-bottom: none;
  line-height: 24px;
  text-align: left;
  font-size: 14px;
  color: #000;
  overflow: hidden;
  cursor: pointer;
}
