/* Block categories */
#categories_block_left .tree { padding-left: 0.5em }
#categories_block_left .tree li {
	border: none;
	padding-top: 5px;
	padding-left: 15px;
	background: none;
	margin-left: 0;
	font-weight: bold;
	font-size: 13px;
	line-height: 13px
}
#categories_block_left .tree li.last { padding-bottom: 0 }
#categories_block_left .tree ul { padding: 2px 0 0 }
#categories_block_left .tree li li {
	padding: 1px 0 1px 0px;
	background: none;
	font-size: 11px;
	font-weight: normal
}
#categories_block_left .tree li li.last { padding-bottom: 0 }
#categories_block_left .tree li li li {
	padding-left: 15px;
	font-size: 9px
}
#categories_block_left .tree a {
	padding-left: 0;
	color: #625F63;
	display: block;
	font: 11px "Arial";
	height: 18px;
	padding: 4px 0 0;
	text-transform: uppercase;
	width: 155px;
	background: url("../../../img/categories_dashed.gif") repeat-x scroll 0 bottom transparent;
}
div#categories_block_left ul.tree li ul li a {
    color: #A4A4A4;
    padding: 4px 0 0 20px;
    width: 135px;
}
#categories_block_left .tree a:hover {
	text-decoration: none;
	color: #000000;
}
#categories_block_left ul.tree a.selected {
	color: #000000;
	font-weight: bold
}
#categories_block_left span.grower {
	display: block;
	float: left;
	background-position: 0px 5px;
	background-repeat: no-repeat;
	width: 9px;
	height: 15px;
	margin: 0 0 0 -12px!important;
	margin: 0 0 0 -8px;
	padding: 0
}
#categories_block_left span.OPEN { background-image: url('../../../img/icon/sort_asc.gif') }
#categories_block_left span.CLOSE { background-image: url('../../../img/icon/sort_desc.gif') }