/**
* 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: #000000;
    }

.catBoxHeading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 1.7em;
	color: #000000;
	background-image: url(../images/button_background.png);
	background-repeat:repeat;
	background-color: #b86a28;
	/*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.3em 0.3em 0.3em;
	margin-top: 2px;
	margin-bottom: 2px;
    }  

.catBoxSubtext {
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.7em;
	color: #000000;
	background-image: url(../images/button_background.png);
	background-repeat:repeat;
	background-color: #b86a28;
	display: block;
	padding: 0.3em 0.3em 0.3em 0.3em;
    }  

/*display all cat box links as block*/
#categories a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	background-repeat: repeat;
	display: block;
    }
	
/*example for individual category as bg image*/
/*a.catBg25 {
    background-image: url(../images/catbg25.gif);
    height: 30px;
    }

a.catBg25:hover {
    background-image: url(../images/catbg25hover.gif);
    }
/*	
/*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 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
	background-color: #b86a28;
	background-image: url(../images/button_background.png);
	background-repeat:repeat;
	height: 20px;
	color: #000000;
	border: 3px solid #000000;    /*margin: 0.2em 0;*/    /*padding: 0.2em 0.3em;*/
    } 

a.category-subs-text, a.category-products-text  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size:16px;
	background-image: url(../images/button_background.png);
	background-repeat:repeat;
	background-color: #b86a28;
	height: 20px;
	color: #000000;
	border: 3px solid #000000;    /*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: #b86a28; 
    color: #000000; 
    background-image: url(../images/catbghover.gif);
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
    background-color: #b86a28;
    color: #000000;  
    /*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;
 
    }
	
/*change  bullet when a category is open to subs:*/
a.category-top-text .category-subs-parent {
    display: list-item;
 
    }

/*bullet for subcategories:*/

#categories a.category-subs-text, #categories a.category-products-text {
    display: list-item;

    }

/*different bullet for links*/

#categories a.category-links {
    display: list-item;
 
    }
