/* ----- test ----- */
#swsSearchCont {
}
#swsSearchBox {
    padding: 5px 7px;
    border: 1px solid #ddd;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 10px;
    background: #FFF;
    max-width: 200px;
    float: left;
    margin-right: 5px;
}
#searchSuggestions {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    top: 60px;
    padding: 15px;
    border: 1px solid #222;
    z-index: 999;
    display: none;
    background: #FFF;
    position: relative;
}
#searchSuggestions .searchHeader {
    font-size: 18px;
    text-transform: uppercase;
}
#searchSuggestions ul.suggestionList {
    margin-left: 0;
    padding-left: 0;
    list-style: none !important;
    text-transform: capitalize;
}
#searchSuggestions ul.suggestionList li {
    list-style: none !important;
    padding-left: 0;
    line-height: 1;
    margin-left: 0;
}
#searchSuggestions ul.suggestionList a {
    text-decoration: none;
    color: #555;
    color: #FFF;
    padding: 5px 7px;
    border: 1px solid #eee;
    background: #484848;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
}
#searchSuggestions .sws-prod-img,
#searchSuggestions .sws-brand-img 
 {
    float: left;
    width: 150px;
    margin: 0 15px 15px 0;
}
#searchSuggestions .sws-prod-img img,
#searchSuggestions .sws-brand-img img
 {
    /*border: 1px solid #DDD;*/
    width: 100%;
    max-height: 150px;
}
#searchSuggestions .sws-prod-name,
#searchSuggestions .sws-prod-name a,
#searchSuggestions .sws-brand-name,
#searchSuggestions .sws-brand-name a
{
    text-decoration: none;
    color: #555;
    text-transform: capitalize;
    line-height: 1.1;
    font-size: 13px;
}
#searchSuggestions hr {
    border-color: #DDD;
}
#swsClear {
    line-height: 25px;
    display: none;
    cursor: pointer;
}
#suggestClose {
    float: right; 
}
a#suggestClose {
    text-decoration: none;
    font-size: 25px;
}