/**
* 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-family: Arial, san-serif;
    font-weight: bold;
    font-size: 1.4em;
    color: #335511; 
   /*background-color: #FDF48B;*/
    /*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;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    }  

.catBoxSubtext {
    font-family:  Arial, san-serif;
    font-weight: normal;
    font-size: 1.2em;
    color: #335511; 
    background-color: #F8DA6B;
    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.catBg1 {
    background-image: url(../images/catBg1.gif);
    height: 30px;
    }

a.catBg1:hover {
    background-image: url(../images/catBg1.gif);
    }*/
	
/*example for custom individual category styling
a.category-holiday {
    border-top: 3px dotted #112233; 
    background-color: #aabbff; 
    color: #112233; 
    padding: 1em 0em;
    } */

/* example for  top category styling */
a.category-top-text {
	font: bold 1.3em Arial, sans-serif;
	background-color: #F8DA6B;
   color: #F55100; 
   margin: 0.3em 1em 0.3em 0em;
   padding: 0.4em 1em 0.4em 2.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: #F55100; 
	background: transparent url(../images/catbghover.gif);
	}

	a.category-subs-text, a.category-products-text  {
   color: #F55100;
	background-color: #F8DA6B;
   margin: 0.2em 1.3em 0.2em 4em;
   padding: 0.2em 0em 0em 0em;
    } 

	a.category-subs-text:hover, a.category-products-text:hover  {
    color: #F55100;  
    background-color: #ffffff;
	 /*margin: 0.2em 0;*/
    /*padding: 0.2em 0.3em;*/
    } 

.betterEzpages a, .betterEzpages a:visited {
	font: bold 1.3em Arial, sans-serif;
   color: #F55100; 	
	display: block;
	background-color: #C6D797;
   margin: 0.3em 1em 0.3em 0em;
   padding: 0.4em 1em 0.4em 2.3em;
	}

.betterEzpages a:hover, .betterEzpages a:active {
	font: bold 1.3em Arial, sans-serif;
   color: #F55100;	
	background: transparent url(../images/catbghover.gif) no-repeat;
	}

.betterSearch, .betterSearch a, .betterSearch a:visited {
	font: bold 1.3em Arial, sans-serif;
   color: #F55100; 	
	display: block;
	background-color: #ffffff;
	background: url(../images/bgr_green.gif)  no-repeat;
   height: 35px;
   vertical-align: middle;
	}

.betterSearch input {
	font: bold 1.2em Arial, sans-serif;
	background-color: #C6D797;
   color: #ffffff;  
   text-decoration: underline
   }

.betterSearch a:hover, .betterSearch a:active {
	font: bold 1.3em Arial, sans-serif;
   color: #F55100;	
	}


/*change  bullet when a category is open to subs:*/
a.category-top-text .category-subs-parent {
    display: list-item;
    list-style: none;
    }
 
/* 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);
    }*/

/*bullet for subcategories:*/
/*
#categories a.category-subs-text, #categories 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);
    }
*/