﻿

#shop_menu {
    width: 487px;
    float: right;
    background: #f7f7f7;
    background: url('/img/bgrd_shop.png') top left no-repeat;
    font-size: 11px;
    line-height: 17px;
    margin: 0px 0px 20px 20px;
}

#shop_menu a {font-weight: normal;}

    #shop_menu h1 {
        margin: 0;
        padding: 0;
        line-height: 32px;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        display: block;
        width: 483px;
        }
        
    #shop_menu ul#brands {
        float: left;
        width: 190px;
        margin: 0px;
        padding: 5px;
        list-style: none;
        text-align: center;
        }
        
        ul#brands li {
            width: auto;
            margin: 2px 0px;
            padding: 0px;
        }
        
    #shop_menu #cats {
        float: right;
        width: 276px;
        margin-right: 10px;
        }
    
    
      ul.categories {
        margin: 4px 0px 0px 0px !important;
        padding: 0px;
        list-style: none;
        width: 276px;
        }
        
        ul.categories {background: #f7f7f7;}
        
        ul.categories li {
            width: 256px;
            background: #0066ff;
            border-radius: 3px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            line-height: 20px;
            margin: 2px 0px 0px 0px;
            padding: 0px 10px;
            }
            
            ul.categories li a {color: #fff;
            text-decoration: none;}
            
            ul.subcategories {
                margin: 0px !important;
                list-style: none;
            }
            
            
            
                ul.subcategories  li {background: #f7f7f7; padding: 0 0 0 0px; _padding-left: 20px; margin: 2px 0px 0px 0px; width: 220px;}
                
                ul.subcategories li  a {color: #004096; text-decoration: none;}
                
    #shop_menu_ending {
        background: url('/img/shop_menu_ending.png') top left no-repeat;
        width: 487px;
        height: 37px;
        clear: both;
        }

hr.ending {
    visibility: hidden;
    clear: both;
    }
