/**
* 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:1.1em;
	font-weight: bold;
	/*padding: 0.1em 0 0em 0;*/
	display: block;
    color: #000000; 
	text-align: center;
    background: url(../images/ratwood.gif) top center repeat-x;
    /*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*/
	border-top: 2px solid #494a44;
	border-bottom: 1px solid #494a44;
	border-left: 1px solid #494a44;
	border-right: 2px solid #494a44;
	padding: 0.4em 0.1em;
	width: 160px;
    margin-top: 18px;
    margin-bottom: 5px;
	margin-left: 5px;
    } 
 	

.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 #cecebd;
	padding: 4px;
    }  

/*display all cat box links as block*/
#categories a {
    display: block;
	/*background-color: #a5a58c;*/
	border-top: 2px solid #cecebd;
	padding: 4px;
	border-bottom: 1px solid #494a44;
	border-left: 1px solid #494a44;
	border-right: 2px solid #494a44;
    }


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

a.category-subs-text, a.category-products-text  {
    background-color: #DBDBCF;
	border-top: 2px solid #94947b;
	border-bottom: 1px solid #494a44;
	border-left: 1px solid #494a44;
	border-right: 2px solid #494a44;
    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: #494a44;*/
	background-color: #494a44;
	border-top: 2px solid #cecebd;
	padding: 4px;
	border-bottom: 1px solid #494a44;
	border-left: 1px solid #494a44;
	border-right: 2px solid #494a44;
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
	 color: #ffffff;
     /*background-color: #494a44;*/
	background-color: #494a44;
	border-top: 2px solid #cecebd;
	padding: 4px;
	border-bottom: 1px solid #494a44;
	border-left: 1px solid #494a44;
	border-right: 2px solid #494a44;
    /*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);
    }
