/**
 * CSS Stylesheet for Categories Dressing examples
 * @copyright Copyright 2010 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    Glenn Herbert (gjh42)   - 20090505   - customized gjh42  20100120 for scrappinstuff.com
 */

/*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: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    color: #ffffff; 
    background-color: #000000;
    padding: 0.5em 0.2em 0.5em 0.2em;
    margin: 0;
}

.catBoxHeading2 { 
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #ffffff; 
    background-color: #f26722;
    padding: 5px 8px;
    margin: 18px 0 0 0;
}

.catBoxHeading3 { 
    font-family: Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 1em;
    color: #ffffff; 
    background-color: #000000;
    padding: 0.5em 0.2em 0.5em 0.2em;
    margin: 0;
}

.catBoxHeadingImg { 
    padding: 0;
    margin: 0;
    }

.catBoxSubtext1 {
    font-family:  Tahoma, Verdana, Arial, Helvetica, Sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #669911; 
    background-color: #ffddff;
    padding: 0.1em 0.2em 0.1em 1.0em;
    }

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

#categories li.cat-top, #categories ul.dummy>li>ul>li.cat-products, #categories ul.dummy>li>ul>li.cat-subs {/*top categories & highest cats in main sub-lists*/
    background: url(../images/itemv-org.gif) no-repeat left;
    padding: 5px 0 5px 12px;
    border-bottom:1px dashed #949494;
}

#categories li.noLi hr.catBoxDivider1{
    border: none;
    padding: 5px 0;
}

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

#categories ul ul a {/*subcategories*/
    display: list-item;
    list-style: circle inside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/
    background: #ffffff;
    border: none;
    margin: 0;
    padding: 0;
    }
    
#categories ul.dummy {
    margin: 0;
    padding: 0;
}

#categories ul.dummy>li>ul {padding-left: 0 !important;}

#categories ul.dummy>li>ul>li.cat-products>a, #categories ul.dummy>li>ul>li.cat-subs>a {/*highest cats in main sub-lists*/
    display: block;
}

/*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: square inside url(../images/bullet3.gif);/*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: #000000;
    text-decoration: underline;
} 

/* subcategory hover effects*/
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    color: #000000; 
    text-decoration: underline;
} 
/*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 {
    border-top: 3px dotted #112233; 
    background-color: #aabbff; 
    color: #112233; 
    padding: 1em 0em;
}

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

.catCount {color: #000000;}

/** bof ri_add **/
#categoriesContent{
    padding: 0;
}
/** eof ri_add **/
