/**
 * CSS Stylesheet for Categories Dressing examples
 * @copyright Copyright 2009 Glenn Herbert
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * Categories Dressing v2.6   Glenn Herbert (gjh42)   - 20090128
 */
/*
hr.catBoxDivider1 { 
    color: #d4d4d4;
    }
*/

/*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*/
    } 
	
#categories ul {/*top categories*/
    list-style: none;
    background: none;
	border: 0px solid #e6e6e6;
	margin: 0 0 0.4em 0;
	padding: 0;
	}
	
#categories ul a {/*top categories*/
    display: list-item;
    list-style: disc inside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/
    background: no-repeat;
    border:1px solid #ccc;
    background-color:  #e6e6e6;
	margin: 0;
	padding: 0;
	}

#categories ul a:hover {/*top categories*/
    display: list-item;
    list-style: disc inside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/
	}

#categories ul ul {/*subcategories*/
    list-style: none;
    background: #fff;
	border: none;
	margin: 0 0 0.4em 0;
	padding: 0;
	}
	
#categories ul ul a {/*subcategories*/
    display: list-item;
    list-style: circle inside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/
    color:#000;
    border:1px solid #ccc;
    background-color:  #ffffff;
	margin: 0;
	padding: 0;
	}

#categories ul ul a:hover {/*subcategories*/
    display: list-item;
    list-style: circle inside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/
    border:1px solid #ccc;
    background-color:  #d4d4d4;
	margin: 0;
	padding: 0;
	}

a.cat-top {color:#900;}
a.cat-subs {color:#000;}

/*change  bullet when a category w/o bg image is open to subs:*/
#categories li a.cat-parent-text {
    color:#900;
    border:1px solid #ccc;
    background-color:  #e6e6e6;
    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: #000;
    border:1px solid #ccc;
    background-color:  #d4d4d4;
    } 

/* subcategory hover effects*/
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    color: #000; 
    background-color: #e6e6e6;
    } 

.catCount {color: #000000;}
