.le-search-side {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 3px 3px 6px #363636;
    position: absolute;
    top: 64px !important;
    width:400px;
    z-index: 999999;
}
ul.le-search-ul{
    border: none !important;
}
.le-search-images{
    float: left;
    margin: 5px 0;
}
.le-search-right {
    float: right;
    margin: 5px;
    text-align: left;
    width: 74%;
}
#le-search-loading{
    background: url("../images/loading.gif");
    position: relative;
    height: 16px;
    width: 16px;
    top: 3px;
    left: 221px;
    display: none;
}
#search_autocomplete .le-search-side ul.le-search-ul{
    background: #fff;
}
.count-result{
    text-align:center;
    font-style:italic;
}
.highlight-keys {
    color: red;
}
.cat-result,
.prd-result{
    border-bottom: 1px dashed;
    text-align: left;
	background:#44a2e0; padding:5px 3%;
	width:94%; color:#fff;
}
.le-search-ul li{ width:94%; float:left;padding:5px 3%;}
.le-search-ul li:nth-child(even) {background: #CCC}
.le-search-ul li:nth-child(odd) {background: #FFF}
.count-result{width:94%; float:left; text-align:center; color:#fff; padding:5px 3%; background:#3d4147;}

