/**
 * 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; padding:0; margin:0;}

#categories li li{ background: 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;}


.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;}

#categories li { _display:block; _height:26px;}


#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 {/*subcategory lists*/
    list-style: none;
    border: none;
	padding:3px 0 5px 15px;	
    }

#categories ul ul a {/*subcategories*/
    display: list-item;
	font-weight:normal;
    }

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

.cat-top {
	background:url("../images/L.gif") no-repeat scroll 0 -125px transparent;
	margin:0 0 1px;
	overflow:hidden;
	padding:0;
	}
.li-parent {
	background:url("../images/L.gif") no-repeat scroll 0 -125px transparent;
	margin:0 0 1px;
	overflow:hidden;
	padding:0
	}
.cat-top a.cat-parent-text { 
	background:url("../images/L.gif") no-repeat scroll -206px -35px #CDCDCD;
	color:#000000;
	}
.cat-top a { 
	background:url("../images/L.gif") no-repeat scroll 0 -90px #EDEDED;
	display:block;
	overflow:hidden;
	padding:6px 5px 5px 25px;
	}
.cat-top li a {	
background:url("../images/titles.gif") no-repeat scroll 0 -12px transparent;
border-bottom:1px dashed #D8D8D8;
display:block;
padding:3px 0 3px 10px;
}
