/**
 * 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_chcategories_dressing.css
 * Categories Dressing v2.7.3   Glenn Herbert (gjh42)   - 20090505
 * Alternate version for use with Uncollapsed Categories Tree mod
 */
/*
hr.catBoxDivider1 { 
    color: #aabbcc;
    }
*/

/*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-size: 12px;
color: #000000;
background-image: url(../buttons/english/catheadbg1.jpg);
background-repeat: repeat-y;
height: 25px;
line-height: 25px;
font-weight: normal;
/*padding-left: 27px;
padding: 0px 0px 0px 27px;
margin: -5px 0px 0px -6px;*/
width: 154px;
}

.catBoxHeading2 {}
.catBoxHeading3 {}
.catBoxHeadingImg {}
.catBoxSubtext1 {}

#chcategories ul {/*top category lists*/
list-style: none;
background: none;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
font-size: 11px;
color: #333333;
line-height: 20px;
}

#chcategories ul a:link, #chcategories ul a:visited {/*top categories*/
display: inline;
list-style: none;/*change to list-style: none; to remove bullet*/
font-size: 11px;
color: #333333;
margin: 0px;
padding: 0px;
text-decoration: none;
}
#chcategories ul a:hover {/*top categories*/
display: inline;
list-style: none;/*change to list-style: none; to remove bullet*/
font-size: 11px;
color: #333333;
margin: 0px;
padding: 0px;
text-decoration: none;
}
#chcategories ul a:active {/*top categories*/
display: inline;
list-style: none;/*change to list-style: none; to remove bullet*/
font-size: 11px;
color: #333333;
margin: 0px;
padding: 0px;
text-decoration: none;
}

#chcategories ul ul {/*subcategory lists*/
list-style: none;
background: none;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
font-size: 11px;
color: #333333;
line-height: 20px;
}

#chcategories ul ul a:link, #chcategories ul ul a:visited {/*subcategories*/
list-style: none;
background: none;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
font-size: 11px;
color: #333333;
line-height: 20px;
text-decoration: none;
}
#chcategories ul ul a:hover {/*subcategories*/
list-style: none;
background: none;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
font-size: 11px;
color: #333333;
line-height: 20px;
text-decoration: none;
}
#chcategories ul ul a:active {/*subcategories*/
list-style: none;
background: none;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
font-size: 11px;
color: #333333;
line-height: 20px;
text-decoration: none;
}

/*change  bullet when a category w/o bg image is open to subs:*/
#chcategories li a.cat-parent-text {
list-style: none;
background: none;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
font-size: 11px;
color: #333333;
line-height: 20px;
text-decoration: none;
}

/*change  bullet when a category w/o bg image is open to products:*/
#chcategories li a.cat-selected-text {
list-style: none;
background: none;
margin: 0px 0px 0px 0px;
padding: 0px;
display: inline;
font-size: 11px;
color: #333333;
line-height: 20px;
text-decoration: none;
}

/*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*/
    }

/*different bullet for links if desired*/
/*
#chcategories li a.category-links {
    list-style: disc inside url(../images/bullet4.gif);
    }
*/

/* top category hover effects*/
#chcategories li.cat-top a:hover {
color: #a13522;
text-decoration: none;
} 

/* subcategory hover effects*/
#chcategories li li.cat-subs a:hover, #chcategories li li.cat-products a:hover {
color: #a13522;
text-decoration: none;
} 

/*individual page rules go after the general rules*/
/*example for individual category as bg image*/
#chcategories li a.catBg25 {}

#chcategories li a.catBg25:hover {}

/*example for custom individual category styling*/
#chcategories li.cat-holiday a {}

/*example for custom category group styling*/
ul#catGroup14_7 li.noLi, ul#catGroup15_9 li.noLi, ul#catGroup16_12 li.noLi {
margin-top: 12px;
}

.catCount {}

