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

#suggestLayer {
  float: left;
  padding: 0 10px 10px;
  width: 204px;

  border: 1px solid #c2c7cd;
  background: white;
  color: #235878;

  position: absolute;
    top: 25px;
    right: 0px;

  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: 100%;
}

#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: 10px 18px 5px 0;
  vertical-align: middle;
  line-height: 15px;
}
