/**
 * 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 {}
#categories ul{list-style:none; list-style-position:outside; font-family:Arial, Helvetica, sans-serif;}
#categories li{color:#3a3a3a; font-size:12px; background: url(../images/list_background1.gif) no-repeat 0px 10px; padding:0 0 0 10px; margin:0 auto; text-decoration: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{color:#363636; font-size:12px; line-height:18px; text-decoration:none; padding:2px 0; margin:0; display:block; }
#categories li a:hover{text-decoration:underline;}
.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:2px 2px 21px 22px;}
#bannerboxContent img{
	margin-left:10px;
}


.catBoxHeading1 { 
    padding: 0.3em 0.4em;
    margin: 0;
    }

.catBoxHeading2 { 
    padding: 0.3em 0.4em;
    margin: 0 0 2px 0;
    }

.catBoxHeading3 { 
    padding: 0.3em 0.4em;
    margin: 0 0 2px 0;
    }

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

.catBoxSubtext1 {

    }


#categories ul ul {/*subcategory lists*/
    list-style: none;
    border: none;
    padding: 0 0 0 1.3em;
    }

#categories ul ul a {/*subcategories*/
    display: list-item;
    border: none;
    margin: 0;
    padding: 0;
    }

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