/**
 * CSS Stylesheet for Categories Dressing examples
 * @copyright Copyright 2009 Glenn Herbert
 * @copyright Portions Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * /includes/templates/your_template/css/stylesheet_categories_dressing.css
 * Categories Dressing v2.7.3   Glenn Herbert (gjh42)   - 20090505
 */

hr#catBoxDivider {
	height: 1px;
	margin: 3px 0 5px 0;
	padding: 0;
    }

/*IE6 hacks*/
* html #chcategories li, * html #chcategories li a {
    height: 1em;/*fix IE6 whitespace bug*/
    background-image: url(../images/pixel_trans.gif);/*partially fix IE6 a block display bug*/
    }

.catBoxHeading1 { 
    font-family: georgia, serif;
    font-weight: bold;
    font-size: 1.4em;
    color: #335511; 
    background-color: #ff66ff;
    /*background-image: url(../buttons/english/catheadbg1.gif); */ /*uncomment to use background image with or without coded text*/
    /*height: 23px; */ /*uncomment to use background image without coded text*/
    padding: 0.3em 0.4em;
    margin: 0;
    }

.catBoxHeading2 { 
    font-family: 'times new roman', serif;
    font-weight: bold;
    font-size: 1.4em;
    color: #335544; 
    background-color: #ffaaff;
    /*background-image: url(../buttons/english/catheadbg2.gif); */ /*uncomment to use background image with or without coded text*/
    /*height: 23px; */ /*uncomment to use background image without coded text*/
    padding: 0.3em 0.4em;
    margin: 0 0 2px 0;
    }

.catBoxHeading3 { 
    font-family: 'comic sans ms', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    color: #336699; 
    background-color: #ffbbdd;
    /*background-image: url(../buttons/english/catheadbg3.gif); */ /*uncomment to use background image with or without coded text*/
    /*height: 23px; */ /*uncomment to use background image without coded text*/
    padding: 0.3em 0.4em;
    margin: 0 0 2px 0;
    }

.catBoxHeadingImg { 
    padding: 0;
    margin: 0;
    }

.catBoxSubtext1 {
    font-family:  'times new roman', serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #669911; 
    background-color: #ffddff;
    padding: 0.1em 0.2em 0.1em 1.0em;
    }

#chcategories ul {/*top category lists*/
    list-style: none;
    background: none;
    margin: 0;
    padding: 1px 0 1px 0;
    }

#chcategories ul a {/*top categories*/
    display: list-item;
	list-style: none;
    border: none;
    margin: 0;
	padding: 2px 0 2px 5px;
	outline: none;
	text-shadow: 1px 1px 3px #ddd;
    }

#chcategories ul ul {/*subcategory lists*/
    list-style: none;
    border: none;
    margin: 0;
    padding: 2px 0 2px 15px;
    }

#chcategories ul ul a {/*subcategories*/
    display: list-item;
	list-style: none;
	background: url(../images/bullet1.gif) 0 0.4em no-repeat;
    border: none;
    margin: 0;
    padding: 2px 0 2px 15px;
	text-shadow: 1px 1px 3px #ddd;
    }

/*change  bullet when a category w/o bg image is open to subs:*/
#chcategories li a.cat-parent-text {
	list-style: none;
	/* background: url(../images/bullet2.gif) 0 0.4em no-repeat; */
    }

/*change  bullet when a category w/o bg image is open to products:*/
#chcategories li a.cat-selected-text {
	list-style: none;
	background: url(../images/bullet3.gif) 0 0.4em no-repeat;
	font-weight: bold;
	background-color: #eee;
    }

/*disable bullet for cats w/ image or bg image*/
#chcategories li a.cat-parent, #chcategories li a.cat-selected, #chcategories li a.cat-not-selected {
    list-style: none;
    display: block;/*fix IE6 margin-left bug*/
    }

/* cat box Links start */
/* different bullet for links if desired */
#chcategories li a.category-links {
    display: list-item;
	list-style: none;
	background: url(../images/bullet1.gif) 0 0.4em no-repeat;
    border: none;
    margin: 0;
    padding: 2px 0 2px 15px;
    }

/* set admin > Configuration > Layout Settings > Categories Separator between links Status = 0 */
#chcategories ul.catLinks {
	border-top: 1px solid #9a9a9a;
	margin-top: 2px;
	padding-top: 6px;
	}
/* cat box Links end */

/* top category hover effects*/
#chcategories li.cat-top a:hover, #chcategories li a.category-links:hover {
    color: #000;
	background-color: #eee;
    } 

/* subcategory hover effects*/
#chcategories li li.cat-subs a:hover, #chcategories li li.cat-products a:hover {
    color: #000; 
    background-color: #eee;
    } 

/*individual page rules go after the general rules*/
/*example for individual category as bg image*/
#chcategories li a.catBg25 {
    background-image: url(../buttons/english/catbg25.gif);
    height: 30px;
    }

#chcategories li a.catBg25:hover {
    background-image: url(../buttons/english/catbg25hover.gif);
    }

/*example for custom individual category styling*/
#chcategories li.cat-holiday a {
    border-top: 3px dotted #112233; 
    background-color: #aabbff; 
    color: #112233; 
    padding: 1em 0em;
    }

.catCount {color: #000000;}