﻿table.ProductRow td
{
    width: 142px;
    vertical-align: top;
}

table.ProductRow td.separator
{
    width: 10px;
}

table.ProductRow .ProductName
{
    color: #5F3F1A;
    font-weight: bold;
    font-size: 12px;
}

table.ProductRow .Price
{
    font-size: 14px;
}

div.darkTanOuter table.ProductRow
{
    margin: 0px auto 0px auto;
}

div.darkTanOuter table.ProductRow td
{
    width: 180px;
}

div.darkTanOuter table.ProductRow td.separator
{
    width: 16px;
}

div.darkTanOuter table.ProductRow .ProductName
{
	font-size: 14px;
}

div.darkTanOuter table.ProductRow .Price
{
    font-size: 14px;
}

table.ProductRow a.BulletedLink:link,
table.ProductRow a.BulletedLink:hover,
table.ProductRow a.BulletedLink:active,
table.ProductRow a.BulletedLink:visited
{
    margin-bottom: 5px;
}

div.Subtitle
{
    font-weight:bold;
}

div.Subtitle div.Sorter
{
    float: right;
    color: #000000;
    font-weight: normal;
    font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

div.Subtitle div.Sorter a:link,
div.Subtitle div.Sorter a:hover,
div.Subtitle div.Sorter a:active,
div.Subtitle div.Sorter a:visited
{
    color: #6c4619;
    padding-right: 10px;
}

div.Subtitle div.Sorter a.Ascending:link,
div.Subtitle div.Sorter a.Ascending:hover,
div.Subtitle div.Sorter a.Ascending:active,
div.Subtitle div.Sorter a.Ascending:visited
{
    background-image: url(/images/backgrounds/sort_ascending.gif);
    background-repeat: no-repeat;
    background-position: right 5px;
}

div.Subtitle div.Sorter a.Descending:link,
div.Subtitle div.Sorter a.Descending:hover,
div.Subtitle div.Sorter a.Descending:active,
div.Subtitle div.Sorter a.Descending:visited
{
    background-image: url(/images/backgrounds/sort_descending.gif);
    background-repeat: no-repeat;
    background-position: right 4px;
}

table.ProductListingPager
{
    background-color: #f2efe0;
    margin: 10px auto 12px auto;
    clear: both;
}

table.ProductListingPager td.PageLinks
{
    background-image: url(/images/backgrounds/productListingPager_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    height: 15px;
    padding: 3px 5px 3px 5px;
}

table.ProductListingPager td.ViewLinks
{
    text-align: right;
    background-image: url(/images/backgrounds/productListingPager_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    height: 15px;
    padding: 3px 5px 3px 5px;
}

div.hRule
{
    width: auto;
    margin-top: 10px;
}
