
table#products-rows {
   clear: both;
}
table#products-rows-sidebar tr.product-table,
table#products-rows tr.product-table {
    border-bottom: 1px solid #ccc;
}
table#products-rows-sidebar tr.product-table td,
table#products-rows tr.product-table td {
    padding: 8px;
}
.product-table.even { /* low specificity selector, so it can be overwritten easily in the theme */
    background-color: #434343;
    color: #fff;
}
                               