#livesearch {
    position: absolute;
    width: 350px;
    right: 0;
    margin-top: 1px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
    z-index: 2;
    display:none;
}
#livesearch > div img{
    height: 70px;
    margin-right: 10px;
    float: left;
    z-index: 9;
}
#livesearch > div a{
    color: #555;
}

#livesearch > div div.description {
    float:left;
    margin-top:0px;
    font-size: 2em;
    font-family: MatrixBook, "Times New Roman", Times, serif;
}


#livesearch > div.fillRow,
#livesearch > div.fillRow a {
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
#livesearch > div {
    padding: 10px;
    background-color: #fff;
}

#livesearch > div.fillRow:hover{
    background-color: #c48655;
}
#livesearch > div.fillRow:hover a {
    color: #fff;
}
#livesearch > div.fillRow:hover > .description{
    padding-left:20px;
}

#livesearch > div.fillRow:hover:after {
    width: 100%;
}

#livesearch > div.moreBtn{
    padding: 6px;
    background: white;
    vertical-align: middle;
    text-align: center;
    border-top: 1px solid darkgrey;
}

#livesearch > div.moreBtn:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background-color: #000;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}