/**
 * CSS Stylesheet for Categories Dressing examples
 * @copyright Copyright 2009 Glenn Herbert
 * @copyright Portions Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * /includes/templates/your_template/css/stylesheet_categories_dressing.css
 * Categories Dressing v2.7.3   Glenn Herbert (gjh42)   - 20090505
 */


/*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*/
    }



#categories ul {/*top category lists*/
    list-style: none;
    background: none;
    margin: 0;
    padding: 0;
    }

#categories ul a {/*top categories*/
    display: list-item;
    list-style: none;
    background: #042769 url(../images/navMainWrapper.jpg) repeat-x;
    border: none;
    margin: 0;
    padding: 5px;
    border-bottom: #FFFFFF solid 1px;
    color: #FFFFFF;
    }

#categories ul ul {/*subcategory lists*/
    list-style: none;
    background: #333333;
    border: none;
    margin: 0;
    padding: 0;
    }

#categories ul ul a {/*subcategories*/
    display: list-item;
    list-style: none;
    background: #4B4B4B;
    border: none;
    margin: 0;
    padding: 3px 3px 3px 10px;
    color: #fff;
    border-bottom: #696969 solid 1px;
    }
    
    
#categories ul ul ul a {/*subcategories 2*/
    display: list-item;
    list-style: none;
    background: #787878;
    border: none;
    margin: 0;
    padding: 3px 3px 3px 10px;
    color: #fff;
    border-bottom: #969696 solid 1px;
    }    

/*change  bullet when a category w/o bg image is open to subs:*/
#categories li a.cat-parent-text {
    list-style:none;
    font-weight: bold;
    padding: 5px;
    }
/*kat2*/
#categories li li a.cat-parent-text {
    list-style:none;
    padding: 3px 3px 3px 10px;
    }
/*change  bullet when a category w/o bg image is open to products:*/
#categories li a.cat-selected-text {
    list-style: none;
    font-weight: bold;
    }
/*kat1*/
#categories ul a.cat-selected-text,  {
    list-style: none;
    font-weight: bold;
    padding: 5px;
    }
/*kat3*/
#categories ul ul a.cat-selected-text {
    list-style: none;
    font-weight: bold;
    padding: 3px 3px 3px 10px;
    }    
    
/*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*/
    }


/* top category hover effects*/
#categories li.cat-top a:hover {
    color: #fff; 
    background:  #2D2D2D; /*url(../images/poz_gal1.jpg)*/
    } 

/* subcategory hover effects*/
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    background: #333333;
    } 


.catCount {color: #fff;}

/*
BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby
Updated to v1.3.5   2006-09-19  gilby
*/

.betterCategories {
	border-bottom: 1px solid #ffffff;
}

.betterDocuments, .betterEzpages,
.betterInformation, .betterMoreinformation, .betterBestsellers {
	border-top: 1px solid #ffffff;
}

.betterCategories a, .betterCategories a:visited {
	display: block;
	background: url(../images/navMainWrapper.jpg) repeat-x;
	background-color: #012466;
	border-top: 0px solid #ffffff;
	padding: 5px 0px 5px 10px;
}

.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
	display: block;
	background: url(../images/poz_gal.jpg) repeat-x #909090;
	border-top: 0px solid #c1c1c1;
	padding: 5px 0px 5px 10px;
}

.betterCategories a:hover, .betterCategories a:active {
	background: url(../images/poz_gal.jpg) repeat-x #909090;
	color: white;
}

.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active,
.betterBestsellers a:hover, .betterBestsellers a:active {
	background: url(../images/poz_gal_t.jpg) repeat-x #909090;
	color: white;
}

/*
.category-subs-selected, .category-subs-selected a:hover {
	font-weight: bold;
	text-decoration: none;
}
*/
