/**

* 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 {    

    background-color: #ffffff;

    background-image: url(/images/catheadbg1.gif) ;     

    display: block;

    padding: 1em ;

     background-repeat: no-repeat;

    

    margin-top: 2px;

    margin-bottom: 10px;

    }   

	

	.catBoxHeading2 {    

    background-color: #ffffff;

    background-image: url(/images/catheadbg2.gif) ;     

    display: block;

    padding: 1em ;

     background-repeat: no-repeat;

    

    margin-top: 2px;

    margin-bottom: 10px;

    } 

	

		.catBoxHeading3 {    

    background-color: #ffffff;

    background-image: url(/images/catheadbg3.gif) ;     

    display: block;

    padding: 1em ;

     background-repeat: no-repeat;

    

    margin-top: 2px;

    margin-bottom: 10px;

    } 

	

		.catBoxHeading4 {    

    background-color: #ffffff;

    background-image: url(/images/catheadbg4.gif) ;     

    display: block;

    padding: 1em ;

     background-repeat: no-repeat;

    

    margin-top: 2px;

    margin-bottom: 10px;

    } 



.catBoxSubtext {

    font-family:  'times new roman', serif;

    font-weight: normal;

    font-size: 10px;

    color: #847862; 

    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  top category styling */

a.category-top-text {

    /*background-color: #ccddff;*/

    color: #847862;

font-size: 13px; 

padding-bottom: 6px;

    /*margin: 0.2em 0;*/

    /*padding: 0.5em 0.5em;*/

    } 



a.category-subs-text, a.category-products-text  {

    /*background-color: #ff69ff;*/

    color: #847862; 

    font-size: 12px;

    padding: 3px; 

    /*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: #fff; 
    font-size: 13px;
    color: #72b1e2;
text-decoration: none;
     }

   

	

a.category-subs-text:hover, a.category-products-text:hover  {

    /*background-color: #ff69ff;*/

    color: #72b1e2;  

	 font-size: 12px;
	 text-decoration: none;

    /*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: none;

    }

	

/*change  bullet when a category is open to subs:*/

a.category-top-text .category-subs-parent {

    display: list-item;

    list-style: none;

    }



/*bullet for subcategories:*/

/*

#categories a.category-subs-text, #categories a.category-products-text {

    display: list-item;

    list-style: none;

    }

*/

/*different bullet for links*/

/*

#categories a.category-links {

    display: list-item;

    list-style: none;

    }

*/
