/* Block categories */
#categories_block_left .tree { 
    background: url('../../../img/widget-bg-bottom.png') repeat-x scroll 0 bottom transparent;
	padding:0 5px;
}
#categories_block_left .tree li {
	background: none;
	border: none;
    border-bottom: 1px dashed #CBC3B4;
    font-size: 12px;
    line-height: 1.5;
	margin:0;
    padding: 0 0 0 20px;
	overflow:hidden;
}
#categories_block_left .tree li.last { padding-bottom: 0; border-bottom:none; }
#categories_block_left .tree ul { padding: 2px 0 0; clear: both; }
#categories_block_left .tree li li {
	padding: 1px 0 1px 15px;
	background: none;
	font-weight: normal
}
#categories_block_left .tree li li.last { padding-bottom: 0 }
#categories_block_left .tree li li li {
	padding-left: 15px;
}
#categories_block_left .tree a {
    color: #58544f;
    display: block;
    padding: 3px 0;
	float:left;
}
#categories_block_left .tree a:hover { color: #C28F41; }
#categories_block_left ul.tree a.selected {
	color: #C28F41;
	font-weight: bold
}
#categories_block_left span.grower {
    background-position: 0 7px;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 18px;
    margin: 0 0 0 -15px !important;
	margin: 0 0 0 -8px;
    padding: 0;
    width: 9px;
}
#categories_block_left span.OPEN { background-image: url('../../../img/icon/less.gif') }
#categories_block_left span.CLOSE { background-image: url('../../../img/icon/more.gif') }

