.vaf-product-list-item
{
    border-bottom:1px #DDD solid;
    margin-bottom:10px;
}

 .product-image
{
    float:left;   
}
.vaf-product-list-item > .product-shop
{
    float:right;
    width:400px !important;
}


.vaf_product_ul .vaf-cat-toggler
{
    background: url(http://www.justsuspension.com/skin/frontend/default/justsusp/images/box-header-bg.gif);
    padding:5px;
    margin:0;
    height:20px;
    font-size:17px;
}

.vaf_product_ul > li,
.vaf_product_ul ul > li
{
    border-left:1px dashed #DDD;
    border-bottom:1px dashed #DDD;
    margin-bottom:10px;
}

.vaf-toggle
{
    padding:20px;
}

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

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

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

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

#simplemodal-container a.modalCloseImg {
    background:url(/x.png) no-repeat; /* adjust url as required */
    width:25px;
    height:29px;
    display:inline;
    z-index:3200;
    position:absolute;
    top:-15px;
    right:-18px;
    cursor:pointer;
}
#simplemodal-container
{
    background-color:#FFF;
    border:1px #000 solid;
    width:80%;
    height:500px;
}

.simplemodal-wrap
{
    overflow:auto;
}

.simplemodal-data
{
    height:98%;
}