#pcsearch-form .autocomplete{
  background-color: white;
  border: 1px solid #D2D2D2;
  margin-top: 5px;
  padding: 10px;
  position: absolute;
  width: 448px;
  z-index: 2000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

#pcsearch-form .autocomplete li{
  background:none;
  padding:5px;
  clear:both;
  list-style:none;
}


#pcsearch-form .autocomplete li a{
  display:block;
}

#pcsearch-form .autocomplete .image{
  float:left;
  width:100px;
  max-height:50px;
  background: white;
}

#pcsearch-form .autocomplete .image img{
  max-width:100px;
  max-height: 50px;
}