.pagetbl {
    font-size: xx-small;
    border: thin solid #333333;
}
.pagetbl .pagecell {
    font-weight: normal;
    background-color: #86CEE3;
}
.pagetbl .this {
    font-weight: bold;
    background-color: #AAAAAA;
}
.pagetbl .alt {
    font-weight: bold;
    background-color: #CCCCCC;
}
.pagerfoot
{
    font-size: xx-small;
    font-weight: bold;
    background-color: #CCCCCC;
    width:50%;
    height:16px;
    vertical-align:bottom;
}

.thumbcell
{
    font-size: 13px;
    background-color: #fff4c0;
    border: 1px solid gray;
    text-align: center;
    vertical-align: top;
}

.thumbcell .breedname
{
    font-weight: bold;
    margin-bottom: 5px;
}

.thumbcell .qtysubmit input
{
    border: outset 1px #8282a5;
    background-color:c0c0d5;
}

.thumbcell .qtysubmit input:active:hover
{
    border: inset 1px #8282a5;
    background-color:c0c0d5;
}

.thumbcell .saleprice
{
    margin-top: 6px;
    margin-bottom: 6px;
}

.thumbnailer
{
}

.thumbnailer .heading
{
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.browser .details
{
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
text-align:center;
padding: 6px;
}

.thumbnailer .artist
{
    font-weight: normal;
    font-size: 11px;
}

.thumbnailer .productname
{
    font-size: 13px;
    margin-top: 1px;
    margin-bottom: 1em;
}

.thumbnailer .contentname
{
    display: block;
    font-size: 16px;
    margin-bottom: 0em;
}

.thumbnailer .productlinks
{
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
}

.thumbnailer .productlinks .linkdiv
{
    display: none;
}

.thumbnailer .productlinks a,
.thumbnailer .productlinks span
{
    padding: 3px 6px 3px 6px;
    margin-right: 3px;
}

.thumbnailer .productlinks a
{
    background-color: #b0ccff;
    border: 1px solid blue;
    font-size: 11px;
}

.thumbnailer .productlinks a:hover
{
    background-color: #aaeeff;
}

.thumbnailer .productlinks span
{
    font-weight: bold;
    background-color: #ffb899;
    border: 1px solid orange;
    font-size: 13px;
}


