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

/*
hr.catBoxDivider {
    color: #aabbcc;
    }
*/
.catBoxHeading1 {
    font-weight: bold;
    font-size: 1.4em;
    color: #335511;
    background-color: #ff66ff;
    background-image: url(../images/menu_cat.png);  /*uncomment to use background image with or without coded text*/
    display: block;
    width:180px;
    margin-top: 2px;
    margin-bottom: 2px;

    }

.catBoxSubtext {
    font-family:  'times new roman', serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #335511;
    background-color: #ffddff;
    display: block;
    padding:13px 0px 0px 15px;
    }



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

/*example for individual category as bg image*/
a.catBg {
    background: url(../images/catbg.png) top left no-repeat; /*uncomment to use background image with or without coded text*/
    display: block;

    text-decoration:none;
    text-align: left;
    padding:0px 0px 0px 45px;
    }

a.catBg:hover {
    background: url(../images/catbghover.png);
    }


/*example for custom individual category styling*/
a.category-holiday {
    border-top: 3px dotted #112233;
    background-color: #aabbff;
    color: #112233;
    padding: 1em 0em;
    }

.current {
	color: #434343;
	background-image: url(../images/catbghover.png) !important;
}
/* example for  top category styling */
a.category-top-text {
    background: url(../images/catbg.png) top left no-repeat; /*uncomment to use background image with or without coded text*/
    display: block;
    text-decoration:none;
    text-align: left;
    padding:0px 0px 3px 45px;

    z-index:100;

    }

a.category-subs-text, a.category-products-text  {
    /*background-color: #ff69ff;*/
    color: #434343;
    text-decoration:none;
    font-size:11px;

    }

/* 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: #434343;
    background-image: url(../images/catbghover.png);
    }


a.category-subs-text:hover, a.category-products-text:hover  {
    /*background-color: #ff69ff;*/
    color: #ff9966;
    /*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 {
	color:#FFF;
    text-decoration:none;
	display: list-item;
    list-style:none; /*disc inside url(../images/bullet1.gif);*/
    /*padding:13px 0px 0px 15px;*/

    }

/*change  bullet when a category is open to subs:*/
a.category-top-text .category-subs-parent {
    display: list-item;
    list-style: none; /*square inside url(../images/bullet2.gif);*/
   /* padding:13px 0px 0px 15px;*/

    }

/*bullet for subcategories:*/

#categories a.category-subs-text, #categories a.category-products-text {
    display: list-item;
    list-style: circle inside url(../images/bullet1.png);
    padding-left:30px;
    color:#726358;
    }
#categories a.category-subs-text:hover, #categories a.category-products-text:hover {
    color:#CCCCCC;
    }

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