/**
 * 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: 10px;/*fix IE6 whitespace bug*/
	background-image: url(../images/pixel_trans.gif);/*partially fix IE6 a block display bug*/
    } 
	

.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;
	
	margin: 0 0 0.4em 0;
	padding: 0;
	}
	
#categories ul a {/*top categories*/
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;

	}

#categories ul ul {/*subcategories*/
	margin-left: 25px;

	}
	
#categories ul ul a {/*subcategories*/
   
	}

/*change  bullet when a category w/o bg image is open to subs:*/
#categories li a.cat-parent-text {
    /*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 {
   /*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: #dd6633; 

    } 

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

    } 

/*individual page rules go after the general rules*/
/*example for individual category as bg image
#categories li a.catBg1 {
    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-cat_1  {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #624120;
	background-image: url(../images/cat_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: inherit;
	text-indent: 15px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 10px;
	padding-left: 0em;
	height: 25px;
	margin-left: 10px;
    } 
#categories li.cat-cat_2  {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #624120;
	background-image: url(../images/cat_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: inherit;
	text-indent: 15px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 10px;
	padding-left: 0em;
	height: 25px;
	margin-left: 10px;
    } 
#categories li.cat-cat_3  {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #624120;
	background-image: url(../images/cat_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: inherit;
	text-indent: 15px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 10px;
	padding-left: 0em;
	height: 25px;
	margin-left: 10px;
    } 

#categories li.cat-cat_4  {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #624120;
	background-image: url(../images/cat_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: inherit;
	text-indent: 15px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 10px;
	padding-left: 0em;
	height: 25px;
	margin-left: 10px;
    } 

#categories li.cat-cat_5 {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #624120;
	background-image: url(../images/cat_5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: inherit;
	text-indent: 20px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 10px;
	padding-left: 0em;
	height: 30px;
	margin-top: 20px;
	margin-left: 5px;
    } 
#categories li.cat-cat_6 {
	font-family: "Century Gothic";
	font-size: 17px;
	color: #624120;
	background-image: url(../images/cat_5.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	display: inherit;
	text-indent: 20px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 10px;
	padding-left: 0em;
	height: 30px;
	margin-left: 5px;
    } 
ul#catGroup1{
  
	}

.catCount {color: #000000;}
