/**
 * 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 #chcategories li, * html #chcategories li a {
    height: 1em;/*fix IE6 whitespace bug*/
	background-image: url(../images/pixel_trans.gif);/*partially fix IE6 a block display bug*/
    } 
	
.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;
    }  

#chcategories ul {/*top categories*/
    list-style: none;
    /*background-image: url(../images/catbg.gif);*/
	/*border: 1px solid #ffaa99; */
	margin: 0 0 0.4em 0;
	padding: 0;
	}
	
#chcategories 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;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	}

#chcategories ul ul {/*subcategories*/
    list-style: none;
    /*background: #ffeecc;*/
	border: none;
	margin: 0 0 0.4em 0;
	/*padding: 0 0 0 1.3em;*/
	padding: 0;
	}
	
#chcategories ul ul a {/*subcategories*/
    display: list-item;
    list-style: none;/*change to list-style: none; to remove bullet*/
    /*background: #ffddbb;*/
	border: none;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	}

/*change  bullet when a category w/o bg image is open to subs:*/
#chcategories li a.cat-parent-text {
    /*list-style: square inside url(../images/bullet2.gif);/*change to list-style: none; to remove bullet*/
	color: #005ec1;
    }
	
/*change  bullet when a category w/o bg image is open to products:*/
#chcategories li a.cat-selected-text {
	color: #005ec1;
    /*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*/
#chcategories li a.cat-parent, #chcategories li a.cat-selected, #chcategories 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*/
#chcategories li.cat-top a:hover {
/*    color: #dd6633; 
    background:  #ddeeff url(../images/catbghover.gif);*/
    } 

/* subcategory hover effects*/
#chcategories li li.cat-subs a:hover, #chcategories 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*/
#chcategories li a.catBg25 {
    background-image: url(../images/catbg25.gif);
    height: 30px;
    }

.leftBoxContainer {
	margin-left: 10px;
	margin-top: 10px;
}

ul#catGroup1, ul#catGroup4 {
	width: 207px;
    left: -10px;
	margin-left: -20px;
	margin-bottom: 20px;
	top: 0px;
	border-left: 2px solid #B7DAEE;
	border-right: 2px solid #B7DAEE;
	border-bottom: 2px solid #B7DAEE;	
}
ul#catGroup1 {
	height: 235px;
}
ul#catGroup4 {
	height: 190px;
}
.catBoxHeadingImg {
    margin-left: -12px;
}
.catBoxHeading1 {
    background-image: url(../images/cathead1.gif);
	line-height: 18px;
	margin-left: -12px;
	padding: 0px 0px 0px 15px;
	font-size: 16px;
	font-weight: bold;
}

.catCount {color: #000000;}

#chcategories ul, li {
    list-style: none;
	margin: 0;
	padding: 0;
	}

#indexCategoriesHeading {
	display: none;
}
ul .cat-not-selected-text a {
	font-size: 10px;
	color: #000000;
}
#cat-top-hide {
    display: none;
}

