/**
 * 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
 */
/*
hr.catBoxDivider1 { 
    color: #aabbcc;
    }
*/

.catBoxHeading1 { 
    display: none}

.catBoxHeading2 { 
    display: none}
.catBoxHeading3 { 
    display: none}

.catBoxHeadingImg { 
   display: none}

.catBoxSubtext1 {
    display: none}

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

#categories ul a {/*top categories*/
    display: list-item;
    list-style: disc outside;
	border: none;
	margin:0;
    }

#categories ul ul {/*subcategory lists*/
    border: none;
    margin: 0 0 0.4em 0;
    padding: 0 0 0 1.3em;
    }

#categories ul ul a {/*subcategories*/
    display: list-item;
    background: #66CCFF;
    border: none;
    margin:50;
    padding: 0;
    }

/*change  bullet when a category w/o bg image is open to subs:*/
#categories li a.cat-parent-text {
    }

/*change  bullet when a category w/o bg image is open to products:*/
#categories li a.cat-selected-text {
    }

/*disable bullet for cats w/ image or bg image*/
#categories li a.cat-parent, #categories li a.cat-selected, #categories li a.cat-not-selected {
    display: block;/*fix IE6 margin-left bug*/
    }

/* top category hover effects*/
#categories li.cat-top a:hover {
    color: #CCCCCC; 
    } 

/* subcategory hover effects*/
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    color: #CCCCCC; 
    } 

/*individual page rules go after the general rules*/
/*example for individual category as bg image*/
#categories li a.catBg25 {
    height: 30px;
    }

#categories li a.catBg25:hover {
    }




