/**
* CSS Stylesheet for Categories Dressing examples
* copy/modify desired sections into main stylesheet, integrating with existing declarations, and delete this file
* Categories Dressing v2.0   Glenn Herbert (gjh42)  2007-07-13
*/

/*
hr.catBoxDivider { 
    color: #aabbcc;
    }
*/
.catBoxHeading1 { 
    /*font-family: 'times new roman', serif;*/
    /*font-weight: bold;*/
    font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	font-size:1em;
	font-weight: bold;
	padding: 0.1em 0 0em 0;
	display: block;
    color: #ffffff; 
	text-align: center;
    background: url("../images/red/sideboxbg.gif");
    /*background-image: url(../images/black/sideboxbg.gif);  /*uncomment to use background image with or without coded text*/
    height: 20px;  /*uncomment to use background image without coded text*/
	width: 186px;
    margin-top: 2px;
    margin-bottom: 2px;
	margin-left: -3px;
    } 
 	

.catBoxSubtext {
    /*font-family:  'times new roman', serif;*/
    font-weight: normal;
    font-size: 1em;
    color: #000000; 
    padding: 0.1em 0.2em 0.1em 1.0em;
	background-color: transparent;
	border-top: 2px solid #E4E0D7;
	padding: 4px;
    }  

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
	border-top: 1px solid #F3F3F3;
	border-bottom: 1px solid #A9A294;
	border-left: 1px solid #D9D9D9;
	border-right: 2px solid #A9A294;
    }


	
/* example for  top category styling */
a.category-top-text {
	background-color: #e9e9e9;
	display: block;
	border-top: 2px solid #E4E0D7;
	padding: 4px;
    color: #000000; 
    margin: 0.0em 0;
    padding: 0.2em 0.3em;
    } 

a.category-subs-text, a.category-products-text  {
    background-color: #ffffff;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #D1D1D1;
    border-left: 1px solid #D9D9D9;
    border-right: 2px solid #D1D1D1;
    color: #000000; 
    margin: 0.0em 0;
    padding: 0.2em 0.3em;
    /*background-color: #ff69ff;*/
    /*color: #6699aa;  */
    /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    } 

/* uncomment for  top category hover effects (add ,  a.category-subs-text, a.category-products-text if desired) (use  background-image if desired)*/
a.category-top-text:hover {
	 color: #ffffff;
     background-color: #5779C0;
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
	 color: #ffffff;
     background-color: #5779C0;
    /*background-color: #ff69ff;*/
    /*color: #800000;  */
    /*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 inside url(../images/bullet1.gif);
    }*/
	
/*change  bullet when a category is open to subs:*/
/*a.category-top-text .category-subs-parent {
    display: list-item;
    list-style: square inside url(../images/bullet2.gif);
    }

/*bullet for subcategories:*/

a.category-subs-text, a.category-products-text {
    display: list-item;
    list-style: circle inside url(../images/bullet3.gif);
    }

/*different bullet for links*/

#categories a.category-links {
    display: list-item;
    list-style: disc inside url(../images/bullet4.gif);
    }
