/**
* 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: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #00CCFF;
	/*background-color: transparent;
	/*background-image: url(../images/catheadbg1.gif);  /*uncomment to use background image with or without coded text*/
	/*height: 23px; */ /*uncomment to use background image without coded text*/
    display: block;
	padding: 0.3em 0.4em;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    }  

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

/*display all cat box links as block*/
#categories a {
    background-repeat: no-repeat;
    display: block;
    }
	
/*example for individual category as bg image*/
a.catBg502 {
    background-image: url(../images/catbg502.gif);
    height: 80px;
    }

a.catBg502:hover {
    background-image: url(../images/catbg502hover.gif);
    }
	
a.catBg427 {
    background-image: url(../images/catbg427.gif);
    height: 80px;
    }

a.catBg427:hover {
    background-image: url(../images/catbg427hover.gif);
    }
	
a.catBg428 {
    background-image: url(../images/catbg428.gif);
    height: 80px;
    }

a.catBg428:hover {
    background-image: url(../images/catbg428hover.gif);
    }
	
a.catBg436 {
    background-image: url(../images/catbg436.gif);
    height: 80px;
    }

a.catBg436:hover {
    background-image: url(../images/catbg436hover.gif);
    }
	
a.catBg429 {
    background-image: url(../images/catbg429.gif);
    height: 80px;
    }

a.catBg429:hover {
    background-image: url(../images/catbg429hover.gif);
    }
	
a.catBg430 {
    background-image: url(../images/catbg430.gif);
    height: 80px;
    }

a.catBg430:hover {
    background-image: url(../images/catbg430hover.gif);
    }
	
a.catBg458 {
    background-image: url(../images/catbg458.gif);
    height: 80px;
    }

a.catBg458:hover {
    background-image: url(../images/catbg458hover.gif);
    }
	
a.catBg459 {
    background-image: url(../images/catbg459.gif);
    height: 80px;
    }

a.catBg459:hover {
    background-image: url(../images/catbg459hover.gif);
    }
	
a.catBg561 {
    background-image: url(../images/catbg561.gif);
    height: 80px;
    }

a.catBg561:hover {
    background-image: url(../images/catbg561hover.gif);
    }
	
a.catBg713 {
    background-image: url(../images/catbg713.gif);
    height: 80px;
    }

a.catBg713:hover {
    background-image: url(../images/catbg713hover.gif);
    }
	
a.catBg714 {
    background-image: url(../images/catbg714.gif);
    height: 80px;
    }

a.catBg714:hover {
    background-image: url(../images/catbg714hover.gif);
    }
	
/*example for custom individual category styling*/
a.category-specials {
    border-top: 3px dotted #112233; 
    background-color: #aabbff; 
    color: #112233; 
    padding: 1em 0em;
    } 
	
/* example for  top category styling */
a.category-top-text, a.category-links{
	/*background-color: #CCFFFF;*/
	color: #0b0b87;	/*margin: 0.2em 0;*/    /*padding: 0.2em 0.3em;*/
    } 
	
a.category-subs-text, a.category-products-text  {
	/*background-color: #ff69ff;*/
    color: #CC3300;    /*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, a.category-links:hover {
	background-color: #0000FF;
	color: #33FFFF;
	background-image: url();
    } 
	
a.category-subs-text:hover, a.category-products-text:hover  {
	background-color: #00CCFF;
	color: #0000FF;    /*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.png);
    }
	
/*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/bullet1.png);
    }
	

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