.vaf-product-list-item
{
    border-bottom:1px #DDD solid;
    margin-bottom:20px;
    position:relative;
    height:160px;
}
.vaf-product-list-item  .product-image
{
    position:absolute;
    left:0;
}


.vaf_product_ul .vaf-cat-toggler
{
    background-color:#CCC;
    padding:5px;
    margin:0;
    height:20px;
    font-size:17px;
}

.vaf_product_ul li
{
    border:1px black solid;
    margin-bottom:15px;
}

.vaf-toggle
{
    padding:20px;
}

.vaf-cat-toggler
{
    cursor:pointer;
}

.vaf-toggle-icon 
{
    width:11px;
    height:12px;
    float:right;
    margin-bottom:5px;
    background-repeat:no-repeat;
}

.vaf-toggle-icon-plus
{  
    background-image:url(plus.jpg);
}

.vaf-toggle-icon-minus
{  
    background-image:url(minus.jpg);
}
