/**
* 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: Bradley Hand ITC, Arial narrow, serif;
    font-weight: bold;
    font-size: 1.5em;
    color:#A30B12;
	/*border-bottom: 2px solid #333333;
    background-color: #ff66ff;*/
    background-image: url(../images/catbj.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: 6px;
    margin-bottom: 0px;
    }  

.catBoxSubtext {
    font-family: arial, serif;
    font-weight: normal;
    font-size: 0.85em;
    color: #A1A0A0; 
    /*background-color: #ffddff;*/
    display: block;
    padding-left:1.5em;padding-bottom:0.5em;
    }  

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }

/*example for individual category as bg image*/
a.catBg261 {
    background-image: url(../buttons/english/catbg261.gif);
    height: 31px;
    }

/*a.catBg261:hover {
    background-image: url(../buttons/english/catbg261hover.gif);*/
    }	
	
/*example for custom individual category styling*/
a.catBggreen {
    background-color: #8ED264;
    /*border-top: 3px dotted #112233; 
    color: #112233; 
    padding: 1em 0em;*/
    } 

	
/* example for  top category styling */
a.category-top-text {
    /*background-color: #ccddff;*/
    color: #000000; 
	font-size:1.1em;
	background-image: url(../buttons/english/catbj.gif);
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
	padding-bottom:0.2em;
	text-decoration:none; 
    } 
a.category-links {
    text-decoration:none; }
	
/* 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: #058DD3; 
    color: #ffffff;
	text-decoration:none;  
    /*background-image: url(../images/catbghover.gif);*/
    } 
	
a.category-subs-text, a.category-products-text  {
    /*background-color: #ff69ff;*/
    color: #4E4E4F;  
	font-size:0.9em;
    margin-bottom: 0.4em;
	text-decoration:none; 
    /*padding: 0.2em 0.3em;*/
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
    /*background-color: #ff69ff;*/
    color: #E87B07; 
	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: disc inside url(../images/li.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/bullet1.gif);
    }

/*different bullet for links*/
/*
#categories a.category-links {
    display: list-item;
    list-style: disc inside url(../images/bullet4.gif);
    }
*/