/**
 * 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;
    border: none;
    margin: 0; padding: 6px 0 6px 5px;
    border-bottom: #C0C0C0 solid 1px;
    background: url(../images/hlavna-kategoria_bt.jpg) repeat-x top #CFCFCF;
    color: #000000;
    }

#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: 6px 0 6px 0px;
    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:6px 0 6px 0px;
    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 {
    display: list-item;
	list-style:none;
    font-weight: bold;
    
    padding: 6px 0 6px 5px;
    }
/*kat2*/
#categories li li a.cat-parent-text {
    list-style:none;
	color: #FFFF00;
    padding: 6px 0 6px 0px;
    }
/*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;
    padding: 6px 0 6px 5px;
    background: #CDCDCD;
    }

/*kat1*/
#categories ul a.cat-selected-text,  {
    list-style: none;
    font-weight: bold;
    color: #FFFF00;
    padding: 6px 0 6px 0px;
    background: #4B4B4B;
    background-image: none;
    }
/*kat3*/
#categories ul ul a.cat-selected-text {
    list-style: none;
    font-weight: bold;
    color: #FFFF00;
    padding: 6px 0 6px 0px;
    background: #787878;
    background-image: none;
    }    
    
/*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;
    padding: 6px 0 6px 5px;
    display: block;/*fix IE6 margin-left bug*/
    }


/* top category hover effects*/
#categories li.cat-top a:hover {

    background: #CDCDCD;
    } 

/* subcategory hover effects*/
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    background: #333333;
    } 


.catCount {color: #AA0000;}
/*  ==============================================================  */
.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited {
	display: block; border-bottom: 1px solid #C0C0C0; 
	padding: 6px;  margin:   0; background: url(../images/hlavna-kategoria_bt.jpg) repeat-x top #969696;
	color: #000;
}

.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active {
		display: block;
		color: #000;
		background: #CDCDCD;
}