/**
 * 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: #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: #ff66ff;
    /*background-image: url(../images/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: #ffaaff;
    /*background-image: url(../images/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: #ffbbdd;
    /*background-image: url(../images/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: #ffddff;
    padding: 0.1em 0.2em 0.1em 1.0em;
    }  

#categories ul {/*top categories*/
    list-style: none;
    background: none;
	padding: 0 0 0 15px;
	margin: 0;
	border-right: 1px solid #d3d3d3;
	width: 100px;
}
	
#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;
	text-decoration: none;
	font-weight: bold;
}

#categories ul ul {/*subcategories*/
    list-style: none;
    background: #fff;
	border: none;
	padding-left: 0;
	margin-left: 0;
	}
	
#categories ul ul li.cat-products a {/*subcategories*/
    display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
	border: none;
	margin: 0;
	padding-left: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #c8c8c8;
}

#categories li a {
	color: #c8c8c8;
	padding: 7px 5px 7px 0;
}

#categories li.cat-top a {
	color: #5d5d5d;
	padding-left: 0;
}

div#categories {
	padding: 0;
	margin: 0;
}

div#categoriesContent {
	padding: 0;
	margin: 0;
}



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


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

/*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: inline-block;/*fix IE6 margin-left bug*/
    }
	


/* top category hover effects*/
#categories li.cat-top a:hover {

    } 

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


    } 

#categories li.cat-products, #categories li.cat-products a {
	padding-left: 0;
}



.catCount {color: #000000;}
