/**
 * CSS Stylesheet for Categories Dressing examples
 * @copyright Copyright 2009 Glenn Herbert
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/ GNU Public License V3.0
 * Categories Dressing v2.6   Glenn Herbert (gjh42)   - 20090128
 */
/*
hr.catBoxDivider1 { 
    color: #aabbcc;
    }
*/

/*IE6 hacks*/
* html #categories li, * html #categories li a {
    height: 1em;/*fix IE6 whitespace bug*/

    } 
	
.catBoxHeading1 {
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 10pt;
	color: #333;
  /*uncomment to use background image with or without coded text*/
	/*height: 23px; */ /*uncomment to use background image without coded text*/
    padding: 0.3em 0.4em;
	margin: 0;
    }  

.catBoxHeading2 {
	font-family: 'times new roman', serif;
	font-weight: normal;
	font-size: 10pt;
	color: #333;
	
	/*height: 23px; */ /*uncomment to use background image without coded text*/
    padding: 0.3em 0.4em;
	margin: 0 0 0px 0;
    }  
	
.catBoxHeading3 { 
    font-family: 'comic sans ms', sans-serif;
    font-weight: bold;
    font-size: 1.2em;
  
    /*background-image: url(../images/catheadbg3.gif); */ /*uncomment to use background image with or without coded text*/
    /*height: 23px; */ /*uncomment to use background image without coded text*/
    padding: 0.3em 0.4em;
    margin: 0 0 2px 0;
    }  
		
.catBoxHeadingImg { 
    padding: 0;
    margin: 0;
    }  
	
.catBoxSubtext1 {
    font-family:  'times new roman', serif;
    font-weight: normal;
    font-size: 1.2em;
 
    padding: 0.1em 0.2em 0.1em 1.0em;
    }  

#categories ul {/*top categories*/
	list-style: none;
	background: none;
	margin: 0 0 0.4em 0;
	padding: 0;
	
	}
	
#categories ul a {/*top categories*/
	display: list-item;
    list-style: none/*change to list-style: none; to remove bullet*/
    background: no-repeat;
	border: none;
	margin: 0;
	padding-top: 3.7px;
	padding-bottom: 3.7px;
	padding-left: 4px;
	}

#categories ul ul {/*subcategories*/
    list-style: none;
 
	border: none;
	margin: 0 0 0.4em 0;
	padding: 0 0 0 1.3em;
	}
	
#categories ul ul a {/*subcategories*/
    display: list-item;
    list-style: none/*change to list-style: none; to remove bullet*/
	border: none;
	margin: 0;
	padding: 0;
	}


