/*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;
    margin: 0; padding: 0;
    font-size: 11px;
    
    }

#categories ul a {/*top categories*/
    display: list-item;
    list-style: none;
	background: url(../images/bt01.png);
    border: none;
	padding:10px 5px 7px 10px;
	margin: 2px 0; 
	color: #fff
	;text-align: left;
    }

#categories ul ul {/*subcategory lists*/
    list-style: none;
    border: none;
    margin: 0;
    padding: 0;
    }

#categories ul ul a {/*subcategories*/
background: url(../images/bt01-sub.png);
border:medium none;
color:#205172;
display:list-item;
list-style:none outside none;
margin:2px 0;
padding:10px 5px 7px 10px;
text-align:left;
    }
    
#categories ul ul ul a {/*subcategories 2*/
background:url(../images/bt01-sub2.png) repeat scroll 0 0 transparent;
border:medium none;
color:#205172;
display:list-item;
list-style:none outside none;
margin:2px 0;
padding:10px 5px 7px 10px;
text-align:left;
    }    

/*change  bullet when a category w/o bg image is open to subs:*/
#categories li a.cat-parent-text {
       background:url(../images/bt01-cat.png);
  	   border:medium none;
       color:#FFFFFF;
       display:list-item;
       list-style:none outside none;
       margin:2px 0;
       padding:10px 5px 7px 10px;
       text-align:left;
    }
/*kat2*/
#categories li li a.cat-parent-text {
background: url(../images/bt01-sub.png) repeat scroll 0 0 transparent;
border:medium none;
color:#205172;
display:list-item;
list-style:none outside none;
margin:2px 0;
padding:10px 5px 7px 10px;
text-align:left;
    }
/*change  bullet when a category w/o bg image is open to products:*/
#categories li a.cat-selected-text {
    list-style: none;
    font-weight: normal;
    background-image: url(../images/cat_top_bg1.jpg);
    }

#categories ul a.cat-selected-text {
background: url(../images/bt01-cat.png);
border:medium none;
color:#fff;
display:list-item;
list-style:none outside none;
margin:2px 0;
padding:10px 5px 7px 10px;
text-align:left;
}

#categories ul ul a.cat-selected-text, #categories ul ul ul a.cat-selected-text {
background:url(../images/bt01-sub2.png) repeat scroll 0 0 transparent;
border:medium none;
color:#205172;
display:list-item;
list-style:none outside none;
margin:2px 0;
padding:10px 5px 7px 10px;
text-align:left;
    }

/*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;
    
    } 

/* subcategory hover effects*/
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    color: #0790c4;
    } 

#categories li li li.cat-products a:hover {color: #205172;}

.catCount {color: #FF9934;}

/* BetterCategoriesEzInfo */
.betterBestsellers a, .betterBestsellers a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterEzpages a, .betterEzpages a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited {
	display: block; 
	background: url(../images/bt01.png);
    border: none;
	padding: 7px;
	padding-left: 15px;
	margin: 2px 0; 
	color: #fff;
}
.betterBestsellers a:hover, .betterBestsellers a:active,
.betterCategories a:hover, .betterCategories a:active,
.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: #7FD4FF; }