/* 
    Document   : default.css    
    Description:
        Purpose of the stylesheet follows.
*/
.shopbybrand_sidebar .block-content ul{padding:10px;}
/* add by Peter */
.shopbybrand_sidebar .block-content ul li{
    list-style: none;
}
.shopbybrand_sidebar .block-content ul li a{
    text-decoration: none;
}
.shopbybrand_sidebar .block-content .brands-item{
    margin-bottom: 5px;
}
.brands-item{
    margin-bottom: 30px;
    width: 100%;
    clear: left;
    height: 3.5em;
}
.shopbybrand_sidebar .block-content .brands-item .brand-name{
    width: 50%;
    float: left;
    padding-top: 1em;
}
li.brands-item img {
    float: left;
    width: 40%;
    max-width: 75px;
    margin-right: 10%;
}
/* end add by Peter */
.shopbybrand_sidebar .actions a{float:right;}
.shopbybrand .brand-input-search .validation-advice{top:50px;}
.shopbybrand .brand-input-search form{position:relative;}
.brand-right button.button{height:auto  !important;}
/* */
.shopbybrand_sidebar {
    clear: both;
    padding-top: 10px;
}
.searchbrand {z-index:999}