/**

 * 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 ul {/*top category lists*/

    list-style: none;

    padding: 0;

	_margin-left:0px;

    }



#categories ul a {/*top categories*/

    display: list-item;

    background: no-repeat;

    border: none;

    margin: 0;

    padding: 0;

    }



#categories ul ul {/*subcategory lists*/

    list-style: none;

    border: none;

    padding: 0 0 0 1.3em;

    }

#categories li { 
    background-color:#e7e7e7; 
    border-bottom-color: #9d9d9d;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-image: url("../images/jt.gif");
    background-position: 185px 11px;
}

#categories li a {
	margin:0px;
    color:#bb5c1a;
    display:block;
    font-size:10px;
    font-weight:normal;
    line-height:10px;
    padding:7px 1px 8px 15px;
    text-decoration:none;
    text-transform:uppercase;

}
#categories li a:hover{
    background-attachment: scroll;
    background-color:#b9b9b9;
    background-position: 0px -20px;
    background-repeat: no-repeat;
	}


#categories ul ul a {/*subcategories*/

	color:#FFFFFF;

	display:block;

	font-size:10px;

	font-weight:normal;

	line-height:11px;

	padding:7px 1px 8px 8px;

	text-decoration:none;

	text-transform:uppercase;

	background:none;

    }

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

#categories li a.cat-parent-text {

    }



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

#categories li a.cat-selected-text {

    }



/*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*/

    }