/* Block categories */
#left_column div#categories_block_left{
	padding			: 0;
}

#left_column div#categories_block_left h4{
	color			: #e7c600;
}

#categories_block_left div{
	padding			: 0;
}

#categories_block_left div ul{
	padding			: 0;
}

#categories_block_left div ul li{
	padding			: 0;
	position		: relative; 
}

#categories_block_left div ul li ul {
	position		: absolute;
	top				: 0;
	left			: 191px;
	display			: none;
	z-index			: 2000;
}

#categories_block_left .tree li li {
	padding			: 0;
	background		: none;
	font-size		: 11px;
	font-weight		: normal;
}

#categories_block_left div ul li:hover ul{
	display			: block;
}

#categories_block_left div ul li a {
	background		: url(../../../img/new/fond-menu.png) top left no-repeat;
	height			: 23px;
	width			: 163px;
	color			: white;
	display			: block;
	padding			: 8px 0 0 28px;
	font-family		: Arial;
	font-size		: 12px;
	font-weight		: normal;
}

#categories_block_left div ul li ul li a {
	background		: url(../../../img/new/fond-menu2.png) top left no-repeat;
	height			: 23px;
	width			: 203px;
	color			: white;
	display			: block;
	padding			: 8px 0 0 28px;
	font-family		: Arial;
	font-size		: 12px;
	font-weight		: normal;
}

#categories_block_left div ul li a:hover {
	background		: url(../../../img/new/fond-menu.png) top right no-repeat;
	text-decoration	: none;
}

#categories_block_left div ul li ul li a:hover {
	background		: url(../../../img/new/fond-menu2.png) top right no-repeat;
	color			: #e61702;
	text-decoration	: none;
}

#categories_block_left div ul li a.selected {
	color			: #e61702;
	background		: url(../../../img/new/fond-menu.png) top right no-repeat;
}

#categories_block_left div ul li ul li a.selected {
	color			: #e61702;
	background		: url(../../../img/new/fond-menu2.png) top right no-repeat;
}

#categories_block_left div ul li ul li a.selected => #categories_block_left div ul li a{
	color			: #e61702;
	background		: url(../../../img/new/fond-menu.png) top right no-repeat;
}

#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') }