/*--- Product Listing Table ---*/

.table-striped>tbody>tr:nth-of-type(odd)>td,
.table-striped>tbody>tr:nth-of-type(odd)>th {
    background-color: #99CC99;
}

.table-striped>tbody>tr:nth-of-type(even)>td,
.table-striped>tbody>tr:nth-of-type(even)>th {
    background-color: #DBEEDB;
}

span.sku_desc1
{
    font-weight: bold;
    font-size: 120%;
}

span.sku_desc2
{
    font-weight: normal;
    font-size: 120%;
}

span.sku_details
{
    font-size: smaller;
}

div.image-notes {
    font: 9px verdana,arial,sans-serif;
}

table.rulerspec {
    max-width: 780px;
    border-collapse:collapse;
}

table.rulerspec thead {
    text-align: center;
    font-weight: bold;
}

table.rulerspec td {
    border: 1px solid black;
    padding: 2px;
}

