.ac_results .bg {
  width: 271px;
/*  background: url("../images/default/select-items.png") no-repeat;*/
/*  background-color: #fff;
  border: 1px solid #333;
  height: 500px;
  position: absolute;
  bottom: 0;
  left: 0;*/
}

.ac_results .selected {
  display: none;
}


.ac_results {
  background-color: #fff;
  border: 1px solid #AAA;
  padding: 0px;
/*  border: none;*/
  overflow: hidden;
  z-index: 10001;
  margin-top: 3px;
  font-size: 12px;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.ac_results iframe {
  display:none;/*sorry for IE5*/
  display/**/:block;/*sorry for IE5*/
  position:absolute;
  top:0;
  left:0;
  z-index:-1;
  filter:mask();
  width:3000px;
  height:3000px;
}

.ac_results li {
  margin: 0px;
  padding: 3px 13px 5px;
  background: none;
  cursor: pointer;
  display: block;
  font: menu;
  font-size: 12px;
  overflow: hidden;
  color: #000;
}

.ac_loading {
  background : Window right center no-repeat;
}

.ac_results .ac_over {
  background-color: #747474;
  color: #fff;
}

.ac_results .bg {}
