/**
 * CSS Stylesheet for Categories Dressing examples
 * @copyright Copyright 2009 Glenn Herbert
 * @copyright Portions Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * /includes/templates/your_template/css/stylesheet_categories_dressing.css
 * Categories Dressing v2.7.3   Glenn Herbert (gjh42)   - 20090505
 */

*/














.catBoxHeadingImg { 
    padding: 0;
    margin: 0;
    }

.catBoxSubtext1 {
    font-family:  'times new roman', serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #669911; 
    background-color: #ffffff;
    padding: 0.1em 0.2em 0.1em 1.0em;
    }

#categories ul {/*top category lists*/
    list-style: none;
    background: none;
    margin: 0 0 0.4em 0;
    padding: 0;
    }







#categories ul ul {/*subcategory lists*/
    list-style: none;
    background: #ffffff;
    border: none;
    margin: 0 0 0.4em 0;
    padding: 0 0 0 1.3em;
    }

#categories ul ul a {/*subcategories*/
    display: list-item;
    list-style: circle inside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/
    background: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
    }








/*example for custom individual category styling*/
#categories li.cat-holiday a {
    border-top: 3px dotted #ffffff; 
    background-color: #ffffff; 
    color: #ffffff; 
    padding: 1em 0em;
    }

/*example for custom category group styling*/
ul#catGroup48 {
    
    background: #ffffff; 
    position: relative;
    left: em;
    top: 0.2em;
    }

.catCount {color: #000000;}