.jspss_product.horizontal{
     float: left;
}
.vertical{
    float: none;
    clear: both;
}
.jspss_product_img{
    border: none;
}
.jspss_left.horizontal{
    float: left;
}
.jspss_products{
    overflow: hidden;
    display: block;
    float: none;
    clear: both;
}
.jspss_desc{
    padding: 0 5px;
}
.jspss_product_name a{
    font-weight: bold;
    margin-bottom: 5px;
}
.jspss_product_link{

}
.jspss_price{
    font-style: italic;
    padding: 0 5px;
}
.jspss_addtocart{
    font-style: italic;
    padding: 0 5px;
}
.jspss_clear{
    clear: both;
    height: 10px;
}
.jspss_product_label {
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;
}

.stars_no_active {
    height: 16px;
    background-image: url(/components/com_jshopping/images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px 0px;
}
.stars_active {
    height: 16px;
    background-image: url(/components/com_jshopping/images/star.gif);
    background-repeat: repeat-x;
    background-position: 0px -16px;
}
.jspss_rating{
    margin: 3px 0 0 7px;
}

