/* Steal colour config from consumer facing zone */
/* Consumer Facing Colour Config */
/* Colours */
/* Greys */
/* dividers */
/* Path Config */
body {
  position: relative; }

.autosuggest {
  font-family: arial, helvetica, sans-serif;
  margin-top: 5px;
  text-align: left;
  position: absolute;
  z-index: 999;
  width: 285px !important;
  background-color: white;
  *border: 1px solid #e8e8e8;
  -webkit-box-shadow: 1px 1px 3px gray;
  -moz-box-shadow: 1px 1px 3px gray;
  box-shadow: 1px 1px 3px gray;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px; }
  .autosuggest .more-suggestions {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 1px solid white;
    background-color: #e9ecf9;
    display: block;
    padding: 9px 12px 8px 12px;
    font-weight: bold;
    font-size: 12px; }
  .autosuggest ul li {
    margin: 0px; }
    .autosuggest ul li:last-child a {
      border-bottom: none; }
    .autosuggest ul li.as_warning {
      display: none; }
    .autosuggest ul li a {
      line-height: 14px !important;
      display: block;
      font-size: 14px;
      padding: 10px;
      text-decoration: none;
      border-bottom: 1px solid #e8e8e8;
      overflow: hidden; }
      .autosuggest ul li a span {
        display: block;
        padding-right: 80px; }
      .autosuggest ul li a img {
        float: right;
        width: 70px;
        margin-left: 6px; }
      .autosuggest ul li a em {
        font-style: normal;
        font-weight: bold; }
      .autosuggest ul li a small {
        display: block;
        margin-top: 4px;
        height: 43px;
        margin-bottom: 1px;
        overflow: hidden;
        font-size: 12px;
        color: #1c1c1c; }
    .autosuggest ul li a:hover, .autosuggest ul li.as_highlight {
      background-color: #e9ecf9; }

