
.preview_box{
    margin-top       : 5px;
    margin-bottom    : 5px;

}


 .search{
    position:relative;
}

.search_result{
    background: #FFF;
    border: 1px #ccc solid;
    width: 100%;
    border-radius: 4px;
    max-height:100px;
    overflow-y:scroll;
    display:none;
}

/*.search_result,*/
.live_search_box li{
    list-style: none;
    /*padding: 5px 10px;*/
    margin: 0 0 0 -40px;
    /*color: #0896D3;*/
    /*border-bottom: 1px #ccc solid;*/
    cursor: pointer;
    /*transition:0.3s;*/
}


.search_result li:hover{
    cursor: pointer;
    background: #F9FF00;
}


.live_search_items {

}