.mini-search,
.mini-search div {
  z-index: 20;
}

#suggestLayer {
  float: left;
  padding-bottom: 25px;
  width: 229px;

  background: white;
  border: 1px solid #4882a5;
  color: #235878;

  position: absolute;
    top: 203px;
    left: 22px;

  display: none;

  white-space: normal;
  z-index: 20;
}

#suggestLayer a {
  display: inline;
  text-decoration: none;
}

#suggestLayer table tr td {
  padding: 1px;
}

#suggestLayer table tr td table {
  width: 227px;
}

#suggestLayer table tr td table tr {
  width: 100%;
  vertical-align: middle;
}

#suggestLayer table tr td table tr td {
  background: white !important;
  vertical-align: middle;
  padding-top: 12px;
  padding-bottom: 4px;
  padding-left: 0;
  padding-right: 0;
}

#suggestLayer table tr.hover td {
  background: #00395C;
}

#suggestLayer .prdImg img {
  padding: 0 14px;
  width: 45px;
  height: 60px;
}

#suggestLayer .prdDescription {
  width: 138px;
  padding: 13px 18px 5px 0px;
  vertical-align: middle;
  line-height: 15px;
}