/*Block categories*/
#categories_block_left .tree
{
	padding-left: 0.5em;
	/*+placement:shift -7px -1px;*/
	position: relative;
	left: -7px;
	top: -1px;
}
#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 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
{
	padding-left: 0;
	line-height: 20px;
	color: #374853;
}
#categories_block_left .tree A:hover
{
	text-decoration: none;
}
#categories_block_left UL.tree A.selected
{
	color: #8E9C98;
	font-weight: bold;
}
#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');
}
