/* Subcategories */
.subcategories .prodrow
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 770px;
    height: 70px;
    border: 0px dashed red;
}

.subcategories .prod
{
    width: 118px;
    height: 64px;
    float: left;
    text-align: left;
    margin: 0px 6px 0px 0px;
    border: 1px solid black;
    background: #c01e2e none;
}

.subcategories .right
{
    margin-right: 0px;
    margin-left: 0px;
}

.subcategories .prodimg
{
    width: 117px;
    height: 124px;
    margin: 2px 0px 0px 2px;
}

.subcategories .prod .prodhdr
{
    padding: 2px 4px 0px 8px;
}

.subcategories .prod .prodhdr a, .subcategories .prod .prodhdr a:visited, .subcategories .prod .prodhdr a:hover
{
    color: White;
    text-decoration: none;
    font-size: 1.4em;
}

.subcategories .prod .prodhdr a img
{
    float: right;
    border: 0px;
    margin: 2px 3px 0px 0px;
}



/* Products */
.products .prodrow
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 770px;
    height: 250px;
    border: 0px dashed red;
}

.products h2
{
    color: #c01e2e;
    font-weight: bold;
    font-size: 1.3em;
    margin: 5px 0px;
    text-transform: none;
}

.products .prod
{
    width: 243px;
    height: 240px;
    float: left;
    text-align: left;
    margin: 0px 13px 0px 0px;
    border: 1px solid black;
    background: #c01e2e none;
}

.products .right
{
    margin-right: 0px;
    margin-left: 0px;
}

.products .prodimg
{
    width: 237px;
    height: 135px;
    margin: 2px 0px 0px 2px;
    background-color: White;
    text-align: center;
}

.products .prod a.prodhdr, .products .prod a.prodhdr:visited, .products .prod a.prodhdr:hover
{
    padding: 8px 8px 0px 8px;
    display: block;
    width: 220px;
    height: 95px;
    text-decoration: none;
    color: White;
    background: transparent url('/_structure/images/itemarrow.gif') no-repeat scroll 190px 50px;
}

.products .prod .prodhdr .itemname
{
    color: White;
    font-size: 1.3em;
    line-height: 1em;
    display: block;
}

.products .prod .prodhdr .shortdesc
{
    color: White;
    font-style: italic;
    font-size: 0.9em;
    width: 180px;
    display: block;
}

.products .prod .prodhdr .price
{
    font-size: 1.3em;
    color: White;
    font-weight: bold;
    position: absolute;
    margin-top: 70px;
}

.sortsel
{
    float: right;
}

.noitems
{
    display: none;
}

/* Brand scroller */
.filmstrip
{
    background: transparent url('/_structure/images/brandsminibg.gif') no-repeat scroll left top;
    padding: 5px 0px 0px 58px;
    margin-bottom: 10px;
    cursor: hand;
    cursor: pointer;
}

.filmstrip a img
{
    border: 0px;
    margin-right: 13px;
}

.scrollertitle
{
    margin: 0px 0px 4px 0px;
}

