/**
 * 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.catBoxDivider1 { 
    color: #aabbcc;
    }
*/

/*IE6 hacks*/
* html #categories li, * html #categories 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: #feef00;
    /*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: #feef00;
    /*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: #feef00;
    /*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: #feef00;
    padding: 0.1em 0.2em 0.1em 1.0em;
    }

#categories ul {/*top category lists*/
    list-style: none;
    background: none;
    border: none;
    margin: 0 0 0.4em 0;
    padding: 0;
    }

#categories ul a {/*top categories*/
    display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
    background: no-repeat;
    border: none;
    margin: 0;
    padding: 0;
    }

#categories ul ul {/*subcategory lists*/
    list-style: none;
    background: #feef00;
    border: none;
    margin: 0 0 0.4em 0;
    padding: 0 0 0 1.3em;
    }

#categories ul ul a {/*subcategories*/
    display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
    background: #feef00;
    border: none;
    margin: 0;
    padding: 0;
    }

/*change  bullet when a category w/o bg image is open to subs:*/
#categories li a.cat-parent-text {
    list-style: square inside url(../images/bullet2.gif);/*change to list-style: none; to remove bullet*/
    }

/*change  bullet when a category w/o bg image is open to products:*/
#categories li a.cat-selected-text {
    list-style: none;/*change to list-style: none; to remove bullet*/
    }

/*disable bullet for cats w/ image or bg image*/
#categories li a.cat-parent, #categories li a.cat-selected, #categories li a.cat-not-selected {
    list-style: none;
    display: block;/*fix IE6 margin-left bug*/
    }

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

/* top category hover effects*/
#categories li.cat-top a:hover {
    color: #feef00; 
    } 

/* subcategory hover effects*/
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    color: #feef00; 
    } 


/*Hidden Categories*/


/*individual page rules go after the general rules*/
/*example for individual category as bg image*/
#categories li a.catBg46 {
    display: none;
    }

#categories li a.catBg46:hover {
    display: none;
    }


#categories li a.catBg1 {
    background-image: url(../buttons/english/catbg1.gif);
    height: 30px;
    }

#categories li a.catBg1:hover {
    background-image: url(../buttons/english/catbghover1.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg2 {
    background-image: url(../buttons/english/catbg2.gif);
    height: 30px;
    }

#categories li a.catBg2:hover {
    background-image: url(../buttons/english/catbghover2.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg41 {
    background-image: url(../buttons/english/catbg41.gif);
    height: 30px;
    }

#categories li a.catBg41:hover {
    background-image: url(../buttons/english/catbghover41.gif);
    background-repeat: no-repeat;
    }


#categories li a.catBg4 {
    background-image: url(../buttons/english/catbg4.gif);
    height: 30px;
    }

#categories li a.catBg4:hover {
    background-image: url(../buttons/english/catbghover4.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg5 {
    background-image: url(../buttons/english/catbg5.gif);
    height: 30px;
    }

#categories li a.catBg5:hover {
    background-image: url(../buttons/english/catbghover5.gif);
    
    }

#categories li a.catBg6 {
    background-image: url(../buttons/english/catbg6.gif);
    height: 30px;
    }

#categories li a.catBg6:hover {
    background-image: url(../buttons/english/catbghover6.gif);
    background-repeat: no-repeat;
    }
    
#categories li a.catBg7 {
    background-image: url(../buttons/english/catbg7.gif);
    height: 30px;
    }

#categories li a.catBg7:hover {
    background-image: url(../buttons/english/catbghover7.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg8 {
    background-image: url(../buttons/english/catbg8.gif);
    height: 30px;
    }

#categories li a.catBg8:hover {
    background-image: url(../buttons/english/catbghover8.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg9 {
    background-image: url(../buttons/english/catbg9.gif);
    height: 30px;
    }

#categories li a.catBg9:hover {
    background-image: url(../buttons/english/catbghover9.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg10 {
    background-image: url(../buttons/english/catbg10.gif);
    height: 30px;
    }

#categories li a.catBg10:hover {
    background-image: url(../buttons/english/catbghover10.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg12 {
    background-image: url(../buttons/english/catbg12.gif);
    height: 30px;
    }

#categories li a.catBg12:hover {
    background-image: url(../buttons/english/catbghover12.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg17 {
    background-image: url(../buttons/english/catbg17.gif);
    height: 30px;
    }

#categories li a.catBg17:hover {
    background-image: url(../buttons/english/catbghover17.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg13 {
    background-image: url(../buttons/english/catbg13.gif);
    height: 30px;
    }

#categories li a.catBg13:hover {
    background-image: url(../buttons/english/catbghover13.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg14 {
    background-image: url(../buttons/english/catbg14.gif);
    height: 30px;
    }

#categories li a.catBg14:hover {
    background-image: url(../buttons/english/catbghover14.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg15 {
    background-image: url(../buttons/english/catbg15.gif);
    height: 30px;
    }

#categories li a.catBg15:hover {
    background-image: url(../buttons/english/catbghover15.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg16 {
    background-image: url(../buttons/english/catbg16.gif);
    height: 30px;
    }

#categories li a.catBg16:hover {
    background-image: url(../buttons/english/catbghover16.gif);
    background-repeat: no-repeat;
    }
    
#categories li a.catBg21 {
    background-image: url(../buttons/english/catbg21.gif);
    height: 30px;
    }

#categories li a.catBg21:hover {
    background-image: url(../buttons/english/catbghover21.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg22 {
    background-image: url(../buttons/english/catbg22.gif);
    height: 30px;
    }

#categories li a.catBg22:hover {
    background-image: url(../buttons/english/catbghover22.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg23 {
    background-image: url(../buttons/english/catbg23.gif);
    height: 30px;
    }

#categories li a.catBg23:hover {
    background-image: url(../buttons/english/catbghover23.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg25 {
    background-image: url(../buttons/english/catbg25.gif);
    height: 30px;
    }

#categories li a.catBg25:hover {
    background-image: url(../buttons/english/catbghover25.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg26 {
    background-image: url(../buttons/english/catbg26.gif);
    height: 30px;
    }

#categories li a.catBg26:hover {
    background-image: url(../buttons/english/catbghover26.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg28 {
    background-image: url(../buttons/english/catbg28.gif);
    height: 30px;
    }

#categories li a.catBg28:hover {
    background-image: url(../buttons/english/catbghover28.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg29 {
    background-image: url(../buttons/english/catbg29.gif);
    height: 30px;
    }

#categories li a.catBg29:hover {
    background-image: url(../buttons/english/catbghover29.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg30 {
    background-image: url(../buttons/english/catbg30.gif);
    height: 30px;
    }

#categories li a.catBg30:hover {
    background-image: url(../buttons/english/catbghover30.gif);
    background-repeat: no-repeat;
    }

#categories li a.catBg40 {
    background-image: url(../buttons/english/catbg40.gif);
    height: 30px;
    }

#categories li a.catBg40:hover {
    background-image: url(../buttons/english/catbghover40.gif);
    }

#categories li a.catBg44 {
    background-image: url(../buttons/english/catbg44.gif);
    height: 30px;
    }

#categories li a.catBg44:hover {
    background-image: url(../buttons/english/catbghover44.gif);
    }

/*example for custom individual category styling*/

#categories li.cat-category-sub-40_43 a {
    background-image: url(../buttons/english/catbg40_43.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_43 a:hover {
    background-image: url(../buttons/english/catbg40_43hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_33 a {
    background-image: url(../buttons/english/catbg40_33.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_33 a:hover {
    background-image: url(../buttons/english/catbg40_33hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }
    
 #categories li.cat-category-sub-40_32 a {
    background-image: url(../buttons/english/catbg40_32.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_32 a:hover {
    background-image: url(../buttons/english/catbg40_32hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }
    
#categories li.cat-category-sub-40_34 a {
    background-image: url(../buttons/english/catbg40_34.gif);
    background-repeat: no-repeat;
    height: 30px;
    }
    
#categories li.cat-category-sub-40_34 a:hover {
    background-image: url(../buttons/english/catbg40_34hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_35 a {
    background-image: url(../buttons/english/catbg40_35.gif);
    background-repeat: no-repeat;
    height: 30px;
    }
    
#categories li.cat-category-sub-40_35 a:hover {
    background-image: url(../buttons/english/catbg40_35hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_36 a {
    background-image: url(../buttons/english/catbg40_36.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_36 a:hover {
    background-image: url(../buttons/english/catbg40_36hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }           

#categories li.cat-category-sub-40_37 a {
    background-image: url(../buttons/english/catbg40_37.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_37 a:hover {
    background-image: url(../buttons/english/catbg40_37hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }       

#categories li.cat-category-sub-29_39 a {
    background-image: url(../buttons/english/catbg29_39.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-29_39 a:hover {
    background-image: url(../buttons/english/catbg29_39hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }       

#categories li.cat-category-sub-29_38 a {
    background-image: url(../buttons/english/catbg29_38.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-29_38 a:hover {
    background-image: url(../buttons/english/catbg29_38hover.gif);
    background-repeat: no-repeat;
    height: 30px;
    }
    
#categories li.cat-category-sub-25_11 a {
    background-image: url(../buttons/english/catbg25_11.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-25_11 a:hover {
    background-image: url(../buttons/english/catbg25_11hover.gif);
    background-repeat: no-repeat;
    height: 30px;}

#categories li.cat-category-sub-25_18 a {
    background-image: url(../buttons/english/catbg25_18.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-25_18 a:hover {
    background-image: url(../buttons/english/catbg25_18hover.gif);
    background-repeat: no-repeat;
    height: 30px;}
    
#categories li.cat-category-sub-25_19 a {
    background-image: url(../buttons/english/catbg25_19.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-25_19 a:hover {
    background-image: url(../buttons/english/catbg25_19hover.gif);
    background-repeat: no-repeat;
    height: 30px;}
    
#categories li.cat-category-sub-25_20 a {
    background-image: url(../buttons/english/catbg25_20.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-25_20 a:hover {
    background-image: url(../buttons/english/catbg25_20hover.gif);
    background-repeat: no-repeat;
    height: 30px;}
    
#categories li.cat-category-sub-25_27 a {
    background-image: url(../buttons/english/catbg25_27.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-25_27 a:hover {
    background-image: url(../buttons/english/catbg25_27hover.gif);
    background-repeat: no-repeat;
    height: 30px;}

#categories li.cat-category-sub-40_57 a {
    background-image: url(../buttons/english/catbg40_57.gif);
    background-repeat: no-repeat;
    height: 30px;
    }

#categories li.cat-category-sub-40_57 a:hover {
    background-image: url(../buttons/english/catbg40_57hover.gif);
    background-repeat: no-repeat;
    height: 30px;}


/*example for custom category group styling*/
ul#catGroup48 {
    border: 1px solid #bd6699;
    background: #bbeeff; 
    position: relative;
    left: -1.3em;
    top: 0.2em;
    }

.catCount {color: #000000;}