/**
* 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;
    }
*/
/*.catBoxHeading1 { 
    font-family: 'times new roman', serif;
    font-weight: bold;
    font-size: 1.4em;
    color: #335511; 
    background-color: #ff66ff;
    /*background-image: url(../images/catheadbg1.gif); */ /*uncomment to use background image with or without coded text*/
    /*height: 23px; */ /*uncomment to use background image without coded text*/
    /*display: block;
    padding: 0.3em 0.4em;
    margin-top: 2px;
    margin-bottom: 2px;
    }*/  

/*.catBoxSubtext {
    font-family:  'times new roman', serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #335511; 
    background-color: #ffddff;
    display: block;
    padding: 0.1em 0.2em 0.1em 1.0em;*/
    }  

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }
	
/*example for individual category as bg image*/
a.catBg2 {
    background-image: url(../images/catimg2.jpg);
    height: 20px;
    }

a.catBg2:hover {
    background-image: url(../images/catbg2hover.jpg);
    }
	
a.catBg30 {
    background-image: url(../images/catimg30.jpg);
    height: 20px;
    }

a.catBg30:hover {
    background-image: url(../images/catbg30hover.jpg);
    }

a.catBg3 {
    background-image: url(../images/catimg3.jpg);
    height: 20px;
    }

a.catBg3:hover {
    background-image: url(../images/catbg3hover.jpg);
    }
    
a.catBg4 {
    background-image: url(../images/catimg4.jpg);
    height: 20px;
    }

a.catBg4:hover {
    background-image: url(../images/catbg4hover.jpg);
    } 
    
a.catBg5 {
    background-image: url(../images/catimg5.jpg);
    height: 20px;
    }

a.catBg5:hover {
    background-image: url(../images/catbg5hover.jpg);
    }
    
a.catBg6 {
    background-image: url(../images/catimg6.jpg);
    height: 20px;
    }

a.catBg6:hover {
    background-image: url(../images/catbg6hover.jpg);
    }
    
a.catBg7 {
    background-image: url(../images/catimg7.jpg);
    height: 20px;
    }

a.catBg7:hover {
    background-image: url(../images/catbg7hover.jpg);
    }
    
a.catBg8 {
    background-image: url(../images/catimg8.jpg);
    height: 20px;
    }

a.catBg8:hover {
    background-image: url(../images/catbg8hover.jpg);
    }
    
a.catBg10 {
    background-image: url(../images/catimg10.jpg);
    height: 20px;
    }

a.catBg10:hover {
    background-image: url(../images/catbg10hover.jpg);
    }
    
a.catBg31 {
    background-image: url(../images/catimg31.jpg);
    height: 20px;
    }

a.catBg31:hover {
    background-image: url(../images/catbg31hover.jpg);
    }
    
a.catBg33 {
    background-image: url(../images/catimg33.jpg);
    height: 20px;
    }

a.catBg33:hover {
    background-image: url(../images/catbg33hover.jpg);
    }
    
a.catBg9 {
    background-image: url(../images/catimg9.jpg);
    height: 20px;
    }

a.catBg9:hover {
    background-image: url(../images/catbg9hover.jpg);
    }
    
/*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: #ddeeff; 
    color: #996633; 
    background-image: url(../images/catbghover.gif);*/
    } 
	
/*a.category-subs-text:hover, a.category-products-text:hover  {
    /*background-color: #ff69ff;*/
   /* color: #ff9966;*/
    /*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;
    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);
    }
*/