/**
* 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
*/

/*
hr.catBoxDivider { 
    color: #aabbcc;
    }
*/


 

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }
	
/*example for individual category as bg image*/
	

a.catBg14{
    background-image: url(../images/catbg14.gif);
    height: 35px;
    }
	
a.catBg15 {
    background-image: url(../images/catbg15.gif);
    height: 35px;
    }
	
a.catBg16 {
    background-image: url(../images/catbg16.gif);
    height: 35px;
    }
	
a.catBg17 {
    background-image: url(../images/catbg17.gif);
    height: 35px;
    }
	
a.catBg18{
    background-image: url(../images/catbg18.gif);
    height: 35px;
    }
	
a.catBg19 {
    background-image: url(../images/catbg19.gif);
    height: 35px;
    }

a.catBg20 {
    background-image: url(../images/catbg20.gif);
    height: 35px;
    }
	
a.catBg21 {
    background-image: url(../images/catbg21.gif);
    height: 35px;
    }

a.catBg22 {
    background-image: url(../images/catbg22.gif);
    height: 35px;
    }	
	
a.catBg24 {
    background-image: url(../images/catbg24.gif);
    height: 35px;
    }	
	
a.catBg25 {
    background-image: url(../images/catbg25.gif);
    height: 35px;
    }	
	
a.catBg27 {
    background-image: url(../images/catbg27.gif);
    height: 35px;
    }
	
	a.catBg28{
    background-image: url(../images/catbg28.gif);
    height: 35px;
    }
	
		a.catBg29{
    background-image: url(../images/catbg29.gif);
    height: 35px;
    }
	
	
	a.catBg31{
    background-image: url(../images/catbg31.gif);
    height: 35px;
    }
	
	
	a.catBg32{
    background-image: url(../images/catbg32.gif);
    height: 35px;
    }	
	
	a.catBg33{
    background-image: url(../images/catbg33.gif);
    height: 35px;
    }	
	
	a.catBg26 {
    background-image: url(../images/catbg26.gif);
    height: 56px;
    }	
/*example for custom individual category styling*/
a.category-holiday {
    border-top: 3px dotted #112233; 
    background-color: #aabbff; 
    color: #112233; 
    padding: 1em 0em;
    } 
	
/* example for  top category styling */
a.category-top-text {
    /*background-color: #ccddff;*/
    color: #1122aa; 
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    } 

a.category-subs-text, a.category-products-text  {
    /*background-color: #ff69ff;*/
    color: #6699aa;  
    /*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: #f8ce93; 
    color: #ed7e34; 
    } */

	

	
	
/* 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:*/
/*
#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);
    }
*/