/**

 * CSS Stylesheet for Categories Dressing examples

 * @copyright Copyright 2009 Glenn Herbert

 * @copyright Portions Copyright 2003-2006 Zen Cart Development Team

 * @copyright Portions Copyright 2003 osCommerce

 * @license http://www.gnu.org/licenses/ GNU Public License V3.0

 * /includes/templates/your_template/css/stylesheet_categories_dressing.css

 * Categories Dressing v2.7.3   Glenn Herbert (gjh42)   - 20090505

 */

/*

hr.catBoxDivider1 { 

    color: #aabbcc;

    }

*/



/*IE6 hacks*/

* html #categories li, * html #categories li a {

    height: 1em;/*fix IE6 whitespace bug*/

    background-image: url(../images/pixel_trans.gif);/*partially fix IE6 a block display bug*/

    }



#categories { /*background: #FDE4E1;*/ }

#categories .sideBoxContent { background:none; padding-bottom:0.5em; padding-top:0.2em;}

.catBoxHeadingImg { 

    padding: 0;

    margin: 0;

    }



#categories ul {/*top category lists*/

    list-style: none;

    background: none;

    margin: 0;

    padding: 0;

    }



#categories ul a {/*top categories*/

    display: list-item;

    list-style: none; 

    background: url(../images/arr.gif) no-repeat 0 5px;

    border: none;

    margin: 0;

    padding: 0 0 0 10px;

	font-family:Tahoma,Verdana,Arial,sans-serif;

	line-height:150%;

	height:16px;

	font-weight:bold;

    }



#categories ul ul {/*subcategory lists*/

    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;

    border: none;

    margin: 0;

    padding: 0 0 0 10px;

    }



/*change  bullet when a category w/o bg image is open to subs:*/

#categories li a.cat-parent-text {

    list-style: none;/*change to list-style: none; to remove bullet*/

	color:#ff0000;

	background:no-repeat url(../images/bullet2.gif) 0 7px;

	font-weight:bold;

    }



/*change  bullet when a category w/o bg image is open to products:*/

#categories li a.cat-selected-text {

    list-style: circle inside url(../images/bullet1.gif);/*change to list-style: none; to remove bullet*/

    }



/*disable bullet for cats w/ image or bg image*/

#categories li a.cat-parent, #categories li a.cat-selected, #categories li a.cat-not-selected {

    list-style: none;

    display: block;/*fix IE6 margin-left bug*/

    }



/*different bullet for links if desired*/

/*

#categories li a.category-links {

    list-style: disc inside url(../images/bullet4.gif);

    }

*/



/* top category hover effects*/

#categories li.cat-top a:hover {

    color: #dd6633; 



	text-decoration:none;

    } 



/* subcategory hover effects*/

#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {

    color: #aa9966; 

	text-decoration:none;

    } 



.catCount {color: #000000;}



#categoriesHeading { 
	background-image:url(../images/newproduct_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
 	color:#A98989;
 }
