/* ===== CATEGORY LISTINGS ON SIDE ====== */
#categoriesContent {
	}
	
#categoriesContent a:link, #catgoriesContent a:visited {
	}	

.category-subs-selected {
	font-weight:bold;
	font-style:italic;
	color:#00A0C6;
		}

	

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }
	

	
/* example for  top category styling */
a.category-top-text {
	font-size:120%;
	font-weight:bold;
    margin:0.2em 0;
    padding:0.2em 0.3em;
    } 

a.category-subs-text, a.category-products-text  {
    margin: 0.2em 0;
    padding: 0.2em 0.3em;
    } 


/* bullet for top categories & links:*/
a.category-top-text .category-not-selected, a.category-top-text .category-subs-selected, #categories a.category-links {
    display: list-item;
    list-style: disc url(../images/bg-bullet.gif);
    }
	
/*change  bullet when a category is open to subs:*/
a.category-top-text .category-subs-parent {
    display: list-item;
    list-style: disc url(../images/bg-bullet-on.gif);
	padding-left:3px;
    }

/*bullet for subcategories:*/
#categories a.category-subs-text, #categories a.category-products-text {
    display: list-item;
    }

#categories a.category-subs-text {
	list-style:none;
		font-weight:bold;

	}

#categories a.category-products-text {
	    list-style: circle inside;
	padding-left:10px;
	
	}
	
	
/*different bullet for links*/
/*
#categories a.category-links {
    display: list-item;
    list-style: disc inside url(../images/bullet4.gif);
    }
*/