/**
* CSS Stylesheet for Categories Dressing examples
* copy/modify desired sections into main stylesheet, integrating with existing declarations, and delete this file
* Categories Dressing v2.2   Glenn Herbert (gjh42)  2008-05-08
*/



/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }
	
	

a.category-subs-text, a.category-products-text  {
    /*background-color: #ff69ff;*/
    color: #ffffff; 
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    } 

/* uncomment for  top category hover effects (add ,  a.category-subs-text, a.category-products-text if desired) (use  background-image if desired)*/

a.category-top-text:hover {
    background-color: #c6ba66; 
    color: #548a30; 
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
    background-color: #c6ba66;
    color: #548a30; 
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    } 

/* 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;*/
    color: #333; 

    }
	
/*change  bullet when a category is open to subs:*/
a.category-top-text .category-subs-parent {
 /*   display: list-item;*/
	color: #333; 
    }

/*bullet for subcategories:*/
/*
#categories a.category-subs-text, #categories a.category-products-text {
    display: list-item;
    list-style: circle inside url(../images/bullet3.gif);
    }
*/
/*different bullet for links*/
/*
#categories a.category-links {
    display: list-item;
    list-style: disc inside url(../images/bullet4.gif);
    }
*/