﻿.productListHeader
{
    display: none;
}

.productListRowContainer
{   
    border-bottom: 1px dotted #888888;
}

.productListRowContainer td
{
    vertical-align: top;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.productListPager
{
    background-image: url(images/pagerBg.gif);
}

.productListPager td
{
    border-top: 1px dotted #9ECDE7;
    border-bottom: 1px dotted #9ECDE7;
    padding: 0px;
}

.productListPagerTable td
{
    border: none;
}

.pagerLink
{
    color: #003399;
    display: block;
    text-decoration: none;
    padding: 5px;
    border: 0px;
}

.pagerLink:hover
{
    padding: 4px;
    border: 1px solid #9ECDE7;
    background-color: White;
}

.pagerLinkDisabled
{
    display: block;
    text-decoration: none;
    padding: 5px;
    border: 0px;
    
    color: #aaaaaa;
}

.pagerNumberSelected
{
    display: block;
    text-decoration: none;
    padding: 5px;
    border: 0px;
    font-weight: bold;
}

.productListTitle
{
    font-size: 1.5em;
    font-weight: bold;
}

.productListTitle a
{
    text-decoration: none;
}

.productListTitle a:hover
{
    text-decoration: underline;
}

.productListImageContainer
{
    padding-right: 0.75em;
}

.productListPriceContainer
{

}

.productListPriceLabel
{
    color: Black;
    font-weight: normal;
}

.productListPrice
{
    color: #990000;
    font-weight: bold;
}

.productOptionsContainer
{
    margin-top: 1em;
}

.productOptionsHeading
{
    font-weight: bold;
}