/**
* CSS Stylesheet for Categories Dressing examples
* copy/modify desired sections into main stylesheet, integrating with existing declarations, and delete this file
* Categories Dressing v2.0   Glenn Herbert (gjh42)  2007-07-13
*/

/* example for  top category styling */
a.category-top-text {
    color: #006400;
	 padding-bottom:10px;
	 margin-left: 20px;
	 text-indent: -10px;
    } 

a.category-subs-text, a.category-products-text  {
    /*background-color: #ff69ff;*/
    color: #006400;
    } 

a.category-top-text:hover, a.category-subs-text:hover, a.category-products-text:hover  {
    text-decoration: none;
    } 

/* bullet for top categories & links:*/
a.category-top-text .category-not-selected, a.category-top-text .category-subs-selected, #categories a.category-links {
    display: list-item;
    list-style: disc inside url(../images/bullet1.gif);
    }
	
/*change  bullet when a category is open to subs:*/
a.category-top-text .category-subs-parent {
    display: list-item;
    list-style: square inside url(../images/bullet2.gif);
    }

/*bullet for subcategories:*/
a.category-subs-text, a.category-products-text .category-subs-selected, a.category-products-text .category-not-selected {
    display: list-item;
    list-style: disc inside url(../images/bullet1.gif);
    padding-bottom: 5px;
	 margin-left: 20px;
	 text-indent: -20px;
    }

