/**
* 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: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	padding: 0.1em 0 0em 0;
	display: block;
    color: #ffffff;
	text-align: center;
    background-image: url(../images/red/sideboxbg.gif);  /*uncomment to use background image with or without coded text*/
    height: 20px;  /*uncomment to use background image without coded text*/
    width: 157px;
	border: 3px ridge #F9F9F9; 
	border-style: ridge;	
    margin-top: 2px;
    margin-bottom: 2px;
	margin-left: -6px;
    } 
 	

.catBoxSubtext {
    /*font-family:  'times new roman', serif;*/
    font-weight: normal;
    font-size: 0.9em;
    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;
    }

	
a.category-heading-text {
    font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
	font-size:0.9em;
	font-weight: bold;
	padding: 0.1em 0 0em 0;
	display: block;
    color: #FBF5C3;
	text-align: center;
	background: #313F15;
    background-image: url("../images/red/sideboxbg.gif");  /*uncomment to use background image with or without coded text*/
    height: 20px;  /*uncomment to use background image without coded text*/
    margin-top: 2px;
    margin-bottom: 2px;
	margin-left: -2px;
	}
	
a.category-heading-text:hover {
    color: #DAB77A;
	font-weight: bold;
	}

	
/* example for  top category styling */
a.category-top-text {
	display: block;
	background-color: #E9E9E9;
	border-top: 2px solid #ECECEC;
	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;
    } 

/* 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: #000000;
	 border-top: 1px solid #f5f5f5;
	 border-bottom: 1px solid #f5f5f5;
     background-color: #ffffff;
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
	 color: #000000;
     background-color: #93C632;
    } 

/* 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);
    }
