/**
 * 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
 * Modified for giuly - gjh42 2009-10-24
 */
/*
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: #ffffff; 
    background-color: #ff66ff;
    background-image: url(../images/tile_back.gif); /*uncomment to use background image with or without coded text*/
    /*height: 23px; */ /*uncomment to use background image without coded text*/
    padding: 0.3em 0em;
    margin: -0.3em -0.3em 0;
    text-align: center;
    }

.catBoxHeading2 { 
    /*font-family: 'times new roman', serif;*/
    font-weight: bold;
    font-size: 1.4em;
    color: #ffffff; 
    background-color: #ffaaff;
    background-image: url(../images/tile_back.gif); /*uncomment to use background image with or without coded text*/
    /*height: 23px; */ /*uncomment to use background image without coded text*/
    padding: 0.3em 0em;
    margin: -0.3em -0.3em 0;
    text-align: center;
    }

.catBoxHeadingImg { 
    padding: 0;
    margin: 0;
    text-align: center;
    }

.catBoxSubtext1 {
    }

/*for category group boxes*/
#categories {
    border: none;
    margin-top: 1.5em;
    }

#categoriesHeading {display: none;}

#categoriesContent {
    margin: 0;
    padding: 0;
    background: none;
    }

#categories ul {/*top category lists*/
    border: 1px solid #FF9900;
    border-bottom: 5px solid #FF9900;
    background-color: #ffcc33;
    list-style: none;
    margin: 1.5em 0 0.4em 0;
    padding: 0.4em;
    }

#categories ul a {/*top categories*/
    display: block;
    margin: 0.3em 0 0.1em;
    padding: 0;
    color: #006600;
    font-weight: bold;
    line-height: 1.0em;
    text-indent: 0.1em;
    }

#categories ul ul {/*subcategory lists*/
    background: none;
    border: none;
    margin: 0 0 0.4em 0;
    padding: 0 0 0 0.3em;
    }

#categories ul ul a {/*subcategories*/
    border: none;
    margin: 0.3em 0 0.1em;
    padding: 0;
    font-weight: normal;
    }

/*change  bullet when a category w/o bg image is open to subs:*/
#categories li a.cat-parent-text {
    font-weight: bold;
    }

/*change  bullet when a category w/o bg image is open to products:*/
#categories li a.cat-selected-text {
    font-weight: bold;
    }

/*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 {
    }

/* top category hover effects*/
#categories li.cat-top a:hover {
    color: #ff0000; 
    background:  /*#ddeeff url(../images/catbghover.gif)*/;
    } 

/* subcategory hover effects*/
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    background: /*#ffb9ff url(../images/catbghover.gif)*/;
    } 

#categories li a.category-links:hover {
    color: #ff0000;
    }

/*individual page rules go after the general rules*/
/*example for individual category as bg image*/
/*#categories li a.catBg25 {
    background-image: url(../buttons/english/catbg25.gif);
    height: 30px;
    }

#categories li a.catBg25:hover {
    background-image: url(../buttons/english/catbg25hover.gif);
    }
*/

/*example for custom individual category styling*/
#categories li.cat-holiday a {
    }

/*example for custom category group styling*/
ul#catGroup48 {
    }

.catCount {color: #000000;}