/* ————— blockcategories.tpl ————— */

#categories_block_left  {
	width:230px;
}

#categories_block_left #category_header {
	background: url("../../../img/category_header.png") no-repeat 0 0 transparent;
	width:230px;
	height:42px;
	padding:0px;
	margin:0px;
	border:0px solid;
}

#categories_block_left #category_content {
	overflow: hidden;
    padding: 0;
}

#categories_block_left #category_footer {
	background: url("../../../img/category_footer.png") no-repeat 0 0 transparent;
	width:230px;
	height:29px;
}

#categories_block_left h4 {
	/*text-align:center;*/
}
#categories_block_left h4 a {
	display:block;
	width:230px;
	height:36px;
    color: #FFFFFF;
}


#categories_block_left .tree {

}
#categories_block_left .tree li {
	display: block;
	background: url("../../../img/category_bg.png") repeat-y 0 0 transparent;
	width:230px;
	/*border: 1px solid #272927;*/
	padding:0px;
	margin-left: 0;
	color: #9fcb3a;
	font: normal 14px Arial;
}
#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 15px;
	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 {
	/*background: url("../../../img/category_arrow.png") no-repeat 0 10px transparent;*/
	display: block;
	line-height:27px;
	margin-left: 10px;
	color: #000000;
}
#categories_block_left .tree a:hover, 
#categories_block_left .tree a.selected {
	/*background: url("../../../img/category_arrow_active.png") no-repeat scroll 0 10px transparent;*/
	text-decoration: none;
	/*color: #9fcb3a;*/
	font-weight: normal;
}
#categories_block_left .tree a span {
	margin-left:0px;
}


#categories_block_left span.grower {
	display: block;
	float: left;
	background-position: 0 3px;
	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/less.gif') }
#categories_block_left span.CLOSE { background-image: url('../../../img/icon/more.gif') }