/**
 * 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, #chcategories ul 
{ list-style:none; list-style-position:outside; font-family:Arial, Helvetica, sans-serif;}
#categories li, #chcategories li
	{ padding:0; margin:0 auto; }
#categories li li a, #chcategories li li a { padding:4px 0 5px 22px; margin:0 auto; }
#categories li li, #chcategories li li { border-bottom:none;}
#categories li.category-products{ color:#834612; font-size:12px; line-height:16px;  background:url(../images/list_background1x.gif) no-repeat 24px 12px; text-decoration:none; padding:2px 0 2px 0;}
#categories li span.top-span { display:block; padding:3px 0 3px 0; background:url(../images/list_backgroundx.gif) repeat-x left top;}
#categories li.category-products span.top-span{display:block; padding:2px 0 2px 20px;}
#categories li.category-top_un span.top-span{display:block; background:url(../images/spacer.gif) no-repeat left top;}
#categories li a, #chcategories li a { color:#fff; font-size:12px; line-height:15px; text-decoration:none; padding:8px 0 10px 12px; margin:0; display:block; font-weight:bold; }
#categories li li a{ line-height:15px; }

#categories li li a:hover, #chcategories li li a:hover { color:#fff; background:url(../images/bg_list.gif) no-repeat 10px 10px #333;}
#categories li li li a:hover, #chcategories li li li a:hover { color:#fff; background:url(../images/bg_list.gif) no-repeat 20px 5px #333;}
.category-products a.category-products{font-weight:bold !important;}


#categories .box_body_2 ul { list-style:none; list-style-position:outside; font-family:Tahoma; }
#categories .box_body_2 li { color:#434342; font-size:11px; line-height:20px; background:none; padding-left:0; text-decoration:none; font-weight:bold; }
#categories .box_body_2 li a { color:#434342; font-size:11px; line-height:20px; text-decoration:none; font-weight:bold; padding-left:0; display:inline; }
#categories .box_body_2 li a:hover { text-decoration:underline}

#categories .box .box-indent { padding:14px 11px 21px 30px;}

.catBoxHeadingImg { 
    padding: 0;
    margin: 0;
    }

.catBoxSubtext1 {

    }
#categoriesContent .hassubcate { margin-left:2px;background:url(../images/seta_normal.gif) no-repeat 0 2px; width:16px; height:16px; display:inline-block;}

#categories ul ul, #chcategories ul ul {/*subcategory lists*/
    list-style: none;
    border: none;
    padding: 0;
	border-top:1px solid #fff;
    }
#categories ul ul ul, #chcategories ul ul ul {/*subcategory lists*/
    list-style: none;
    border: none;
    padding: 0;
	border-top:none;
    }
#categories ul ul a {/*subcategories*/

    }
#categories li li li a, #chcategories li li li a {/*subcategory lists*/
	font-weight:normal;
	padding:0 0 0 30px;
    }
/*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*/
    }

/*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 {
    } 
*/
/* subcategory hover effects
#categories li li.cat-subs a:hover, #categories li li.cat-products a:hover {
    } 
*/
/*individual page rules go after the general rules*/
/*example for individual category as bg image
#categories li a.catBg25 {
    background-image: url(../buttons/english/catbg25.gif);
    height: 30px;
    }

#categories li a.catBg25:hover {
    background-image: url(../buttons/english/catbg25hover.gif);
    }

/*example for custom individual category styling
#categories li.cat-holiday a {
    border-top: 3px dotted #112233; 
    background-color: #aabbff; 
    color: #112233; 
    padding: 1em 0em;
    }
*/

/*example for custom category group styling
ul#catGroup48 {
    border: 1px solid #bd6699;
    background: #bbeeff; 
    position: relative;
    left: -1.3em;
    top: 0.2em;
    }

.catCount {color: #000000;}*/
