.store-category-off{
        font-size:small;
        border-bottom:1px dotted #fff;
        margin: 0 1px;
        padding: 0.2em 0.2em 0.2em 20px;
        text-transform: lowercase;
        background: #fff;
    }
    .store-category-on a{
       text-decoration: none;
        color:#000;
    }
    .store-category-off a{
       text-decoration: none;
        color:#5F9EA0;
    }
    .store-category-on{
        border-bottom:1px solid #32CD32;
        margin: 0 1px;
        padding: 0.2em 0.2em 0.2em 20px;
        text-transform: lowercase;
        background: url(right-arrow.gif) no-repeat left center #fff;
        font-size:small;
    }
    .store-sidebar-wrapper{
        margin:0;
        width: 190px;
        /*border-top:1px solid #999;*/
        /*background: url(sidebar-edge.gif) no-repeat;*/
    }
    .store-heading{
        /*border-bottom:1px solid #ccc;*/
        margin: 0;
        padding: .2em .3em;
        font-weight:bold;
        color:#c60;
        font-size:small;
    }
    .store-heading a{
       text-decoration: none;
       color:#c60;
    }
    .store-heading a:hover{
       text-decoration: underline;
       color:#c60;
    }
    .wl-stores{
        margin: 10px 0 0 0;
        padding: 0.3em;
        font-weight:bold;
        color:#000;
        font-size: 1.1em;
        background:url(/images/site/sb-bg-grad.gif) repeat-x top left;
        border:1px solid #ccc;
        -moz-border-radius:5px;
        border-radius:5px;

    }
    #left-nav{
        width:740px;margin: 0 auto;
    }
    #main-content{
        margin:0 0 0 200px;
    }
    #disc-promo{
        float:left;
    }
    #skate-promo{
        float:left;
    }
    #snow-promo{
        float:left;
    }
    #alternative-promo{
        float:left;
    }
    .promo-cat-on{
        display:inline;
        padding:.3em;
        font-size:0.9em;
        font-weight:bold;
        background: #fff;
        border:1px solid #999;
        border-bottom:none;
        margin:0 6px;
        float:left;
    }
    .promo-cat-on a{
        color:#999;
        text-decoration:none;
    }
    .promo-cat-off{
        display:inline;
        padding:.3em;
        font-size:0.9em;
        border:1px solid #999;
        border-bottom:none;
        background:#eee;
        float:left;
        margin:0 6px;
    }
    p {
       font-size:1em;
    }
