#search_suggestions{
    position: absolute;
    background: #fff;
    z-index: 900;
    top: 35px;
    border: 1px solid #bcbab8;
    border-bottom: 0;
    display: none;
    width: 263px;
}

#search_suggestions li{
    border-bottom: 1px solid #bcbab8;
    padding: 0;
    overflow: hidden;
}

#search_suggestions li a{
    display: block;
    padding: 5px 10px;
}

#search_suggestions li img{
    float: left;
    width: 30px;
    margin-right: 5px;
}
#search_suggestions li.is-man img{
    width: inherit;
 /*   float: none; */
}
#search_suggestions li.is-man .title{
	color: #D00A2D;
	font-weight: bold;
}
#search_suggestions li.is-man .description{
    line-height: 1;
    font-size: .9em;
    display: block;
}
#search_suggestions li.is-man {
	border-bottom: 2px solid #D00A2D;
}