/**

 * 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;

    }

*/



.catBoxHeading1 { 

    font-weight:normal;

    font-size: .9em;

    color: #56524a; 

    background-color: #fff;

    /*padding: 0.3em 0.4em;*/

padding-bottom:8px;

    margin: 0;



    }



.catBoxHeading2 { 

    font-family: 'times new roman', serif;

    font-weight: bold;

    font-size: .5em;

    color: #335544; 

    background-color: #ffaaff;

       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;

    }



#categories ul {/*top category lists*/

    list-style: none;

    background: none;

    border: 0px solid #ffaa99;

    margin: 0 0 0.4em 0;

    padding: 0;

    }



#categories ul a {/*top categories*/

    font-family: 'StRydeRegular', sans-serif !important;}
	
	display: list-item;

    list-style: none;

    background: no-repeat;

    border: none;

    margin: 0;

    padding: 0;

    }









#categories ul ul {/*subcategory lists*/

    list-style: none;

    background: #ffeecc;

    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;

    background: #ffddbb;

    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: none; 

    }



/*change  bullet when a category w/o bg image is open to products:*/

#categories li a.cat-selected-text {

    list-style:  none;

    }



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

    

    }







/* top category hover effects*/

#categories li.cat-top a:hover {

    color: #dd6633; 

    } 
	



/* subcategory hover effects*/

#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {

    color: #aa9966; 

    background: #ffb9ff url(../images/catbghover.gif);

    } 

/*individual page rules go after the general rules*/

/*example for individual category as bg image*/











/*.catCount {color: #000000;}*/



#categories li a.cat-not-selected-text{color:#6c9998;}



.catBg25 img{display:none;}


#categories li a.active {
color:#000 !important;
}
