﻿
#products
{
    padding: 0;
}

#subcategory
{
    color: #000000;
    background-color: #FFFFFF;
    margin-top: -10px;
    border: 1px solid #BABABA;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#subnav
{
    width: 100%;
    border: none;
    z-index: 90;
}

    #subnav.affix
    {
        top: 51px;
        width: 100%;
    }

    #subnav.affix-top
    {
        position: absolute;
        top: 182px;
    }
    
.catphoto
{
    border: 1px solid #BABABA;
    width: 100%;
    margin-bottom: 20px;
}
