/**
* 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: "Segoe UI", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #ca5b2d; 
    display: block;
    background-color: #f4f4f4;
    /*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: 11px;*/
    margin-bottom: 0px;
    } 

.catBoxHeading2 { 
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #ca5b2d; 
    display: block;
    background-color: #f4f4f4;
    /*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: 0em 0em 0.3em 0.4em;
    /*margin-top: 11px;*/
    margin-bottom: 0px;
    } 

.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;
    /*padding: 0.1em 0em;*/
    }
	
/*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-top-text {
    border-top: 1px dotted #b4b4b4; 
    background-color: #f4f4f4; 
    color: #000000; 
	text-transform: uppercase;
    padding: 0.3em 0.4em;	
    } 
	
/* 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 {
    border-top: 1px dotted #b4b4b4; 
    background-color: #ffffff; 
    color: #000000;  
    padding: 0.2em 0em;
    /*background-image: url(../images/arrow-cat.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;*/
    } 

a.category-products-text {
    border-top: 1px dotted #b4b4b4; 
    background-color: #ffffff; 
    color: #000000;  
    padding: 0.2em 0em;
    /*background-image: url(../images/arrow-cat.gif);
	background-position: 0px 4px;
	background-repeat: no-repeat;*/
    } 

a.category-subs-text:hover, a.category-products-text:hover {
    background-color: #737373; 
    color: #ffffff; 
    }

/* categories box parent and child categories */

SPAN.category-subs-parent {
	font-weight: bold;
	font-size: 1.1em;
	}

SPAN.category-subs-selected {
	font-weight: bold;
	font-size: 1.0em;
    color: #ca5b2d; 
	}

/* end categories box links */


/* 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: #1f1f1f; 
    color: #ffffff; 
    }
	
/* 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);
    }
*/