/**
 * 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   { color: #335511; font-weight: bold; font-size: 12px; line-height: 30px; font-family: "MS PGothic"; background-color: #ff66ff; margin: 0; padding: 0.3em 0.4em }
.catBoxHeading2 { color: #335544; font-weight: bold; font-size: 1.4em; font-family: "MS PGothic"; background-color: #ffaaff; margin: 0 0 2px; padding: 14px 0.4em }
.catBoxHeading3  { color: #336699; font-weight: bold; font-size: 1.2em; font-family: "comic sans ms", sans-serif; background-image: url(../images/1_dryfood.gif); margin: 0 0 2px; padding: 14px 0.4em }
.catBoxHeading4   { color: #336699; font-weight: bold; font-size: 1.2em; font-family: "comic sans ms", sans-serif; background-image: url(../images/2_wetfood.gif); margin: 0 0 2px; padding: 14px 0.4em }
.catBoxHeading5    { color: #336699; font-weight: bold; font-size: 1.2em; font-family: "comic sans ms", sans-serif; background-image: url(../images/3_snack.gif); margin: 0 0 2px; padding: 14px 0.4em }
.catBoxHeading6   { color: #336699; font-weight: bold; font-size: 1.2em; font-family: "comic sans ms", sans-serif; background-image: url(../images/4_teller.gif); margin: 0 0 2px; padding: 14px 0.4em }
.catBoxHeadingImg  { margin: 0; padding: 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   { font-size: 12px; font-family: "MS PGothic"; list-style-type: none; margin: 0 0 0.4em; padding: 0 0 0 0px; border: #ffaa99 }
	
#categories ul a   { background: url(../images/bullet1.gif) no-repeat; margin: 0 0 0 0pt; padding: 7px 0pt 5px 14pt; border-top: none; border-right: none; border-bottom: 1px solid #fff; border-left: none; display: list-item }
#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: #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      { background: #31659c url(../images/bullet1.gif) no-repeat }
	
/*change  bullet when a category w/o bg image is open to products:*/
#categories li a.cat-selected-text      { background: #31659c url(../images/bullet1.gif) no-repeat }

/*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: #4a4d4a; font-weight: bold; background: #31659c url(../images/bullet1.gif) no-repeat }
#categories li.cat-top    { background: url(../images/bullet1.gif) no-repeat; height: 23px }
/* 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;}
