/**
* CSS Stylesheet for Categories Dressing examples
* copy/modify desired sections into main stylesheet, integrating with existing declarations, and delete this file
* Categories Dressing v2.2   Glenn Herbert (gjh42)  2008-05-08
*/
.catBoxHeading1{font-family:'times new roman',serif;font-weight:bold;font-size:1.4em;color:#351;background-color:#f6f;display:block;padding:.3em .4em;margin-top:2px;margin-bottom:2px;}
.catBoxSubtext{font-family:'times new roman',serif;font-weight:normal;font-size:1.2em;color:#351;background-color:#fdf;display:block;padding:.1em .2em .1em 1.0em;}
#categories a{background-repeat:no-repeat;display:block;}
a.catBg25{background-image:url(../images/catbg25.gif);height:30px;}
a.catBg25:hover{background-image:url(../images/catbg25hover.gif);}
a.category-holiday{border-top:3px dotted #123;background-color:#abf;color:#123;padding:1em 0;}
a.category-top-text{color:#12a;margin:3px 0 3px 0;}
a.category-subs-text,a.category-products-text{color:#69a;}
a.category-top-text:hover{color:#000080;text-decoration:underline;}
a.category-subs-text:hover,a.category-products-text:hover{color:#f96;}
a.category-top-text .category-subs-parent{display:list-item;list-style:square inside url(../images/bullet2.gif);}