/**
 * 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: #FFFFFF;
    }
hr.catBoxDivider2 { 
    color: #FFFFFF;
    }

/*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: verdana;
    font-weight: normal;
    font-size: 11px;
    color: #333333; 
    background-color: #cdcdcd;
    /*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: 0em 0em;
    margin: 0;
    }  

.catBoxHeading2 { 
    font-family: verdana;
    font-weight: normal;
    font-size: 11px;
    color: #333333; 
    background-color: #cdcdcd;
    /*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;
    margin: 0;
    }  
	
.catBoxHeading4 { 
    font-family: 'comic sans ms', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    color: #336699; 
    background-color: #cdcdcd;
    /*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;
    }  
	
.catBoxHeading5 { 
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
    color: #333333; 
    background-color: #e6e6e6;
    /*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: 0em 0em;
    margin: 0 0 0 0;
    }  	
		
.catBoxHeadingImg { 
    padding: 0;
    margin: 0;
    }  
	
.catBoxSubtext1 {
    font-family:  'verdana', serif;
    font-weight: normal;
    font-size: 10px;
    color: #333333; 
    background-color: #e6e6e6;
    padding: 0.2em 0.2em 0.1em .0em;
	text-align: center;
    }  

#categories ul {/*top categories*/
    list-style: none;
    background: none;
	border: 0;
	margin: 0 0 0 0;
	padding: 0;
	}
	
#categories ul a {/*top categories*/
    display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
    background: no-repeat;
    background-image: url(../images/gray_arrow_link.gif);
    background-position: left ;
    background-repeat: no-repeat;
    padding-left: 1.8em;
	margin-left: 0.6em
    }
	border: none;
	margin: 0 0 0 0;
	padding-left: 0.4em;
	}

#categories ul ul {/*subcategories*/
    list-style: none;
    background: #e6e6e6;
	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;/*change to list-style: none; to remove bullet*/
    background-image: url(../images/grayarrow.gif);
    background-position: 20px ;
    background-repeat: no-repeat;
	border: none;
	padding-left: 2.7em;
	margin: 0 0 0 0;
	color: #666666;
	}
	
#categories ul ul ul a {/*sub-subcategories*/
    display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
    background-image: url(../images/grayarrow.gif);
    background-position: 30px ;
    background-repeat: no-repeat;
	border: none;
	padding-left: 3.7em;
	}

/*change  bullet when a category w/o bg image is open to subs:*/
#categories li a.cat-parent-text {
	display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
	background-image: url(../images/redarrowdown.gif);
    background-position: left ;
    background-repeat: no-repeat;
    padding-left: 1.8em; 
    }
	
#categories ul ul li a.cat-parent-text {
	display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
	background-image: url(../images/red_sgl_down.gif);
    background-position: 20px;
    background-repeat: no-repeat;
    padding-left: 2.8em;
	color: #333333;
    }	

	
/*change  bullet when a category w/o bg image is open to products:*/
#categories li a.cat-selected-text {
	display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
	background-image: url(../images/red_arrow.gif);
    background-position: 20px ;
    background-repeat: no-repeat;
    padding-left: 2.8em;
    }
#categories ul ul ul li a.cat-selected-text {
	display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
	background-image: url(../images/red_arrow.gif);
    background-position: 30px ;
    background-repeat: no-repeat;
    padding-left: 3.7em;
	color: #333333;
    }	

/*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;
	text-indent: 0em;
	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: #333333; 
    background:  #ddeeff url(../images/catbghover.gif);
    } 
*/

/* 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*/
/*#categories li a.catBg25 {
    background-image: url(../images/catbg25.gif);
    height: 30px;
    }

#categories li a.catBg25:hover {
    background-image: url(../images/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;
    } 

ul#catGroup48 {
    border: 1px solid #bd6699;
    background: #bbeeff; 
	position: relative;
	left: -1.3em;
	top: 0.2em;
	}

.catCount {color: #000000;} 
*/