
.atg_store_autoSuggest{
  position: relative;
  opacity: 0; 
  filter: alpha(opacity = 0); 
  zoom:1; 
}

.atg_store_autoSuggest.hide{
  display:none;
}

.atg_store_autoSuggest li{
  width:100%;
}

.atg_store_autoSuggest li a{
  width:98%;
  padding:5px 0 5px 2%;
  color:#000;
  display: inline-block;
}

.atg_store_autoSuggest li a:hover,
.atg_store_autoSuggest li a.selected{
  background: #EFEFEF;
}

.atg_store_autoSuggest span.highlight{
  font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.atg_store_autoSuggest ul{
  position: absolute;
  min-width:250px;
  min-height:22px;
  background: #fff;
  border: ridge #ABADB3 1px;
  z-index: 101;
  top:0px;
  left:0;
}

.atg_store_autoSuggest span.indent{
  padding-left: 20px;
}