.typeahead {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  margin-top: 2px;
  /*-webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;*/
}

.typeahead a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333333;
  white-space: nowrap;
  border-top:1px solid #FFF;
  border-bottom:1px solid #FFF;
  /*border-bottom:1px solid #EAEAEA;*/
}

.typeahead li > a:hover,
.typeahead .active > a,
.typeahead .active > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #C596FA;
  border-top:1px solid #992CD8;
  border-bottom:1px solid #992CD8;
}

.typeahead .calltoaction{
     text-align:center;
     background:#EAEAEA;
     border-top:1px solid #D4D4D4;
     margin-top:4px;
     margin-bottom:-4px;
}

.typeahead .calltoaction a{
     border:none;
     font-weight:bold;
     color:#000;
}

.typeahead .calltoaction a:hover{
     color: #D4D4D4;
     border:none;
     color: #ffffff;
}
