#categories_block_left {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c0c3d2;
}
#categories_block_left h4 {
	background: #45484d;
	background: -moz-linear-gradient(top,  #45484d 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#45484d), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -o-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #45484d 0%,#000000 100%);
	background: linear-gradient(to bottom,  #45484d 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-ms-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-ms-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
#categories_block_left  li {
	border-bottom:1px dotted #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #eff0f5 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#eff0f5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#eff0f5 99%);
	background: -o-linear-gradient(top,  #ffffff 0%,#eff0f5 99%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#eff0f5 99%);
	background: linear-gradient(to bottom,  #ffffff 0%,#eff0f5 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eff0f5',GradientType=0 );
}
#categories_block_left  li:hover {
	background: #fff;
}
	#categories_block_left  li.last {
		border:none;
		-webkit-border-bottom-left-radius: 3px;
		-moz-border-bottom-left-radius: 3px;
		-ms-border-bottom-left-radius: 3px;
		border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
		-moz-border-bottom-right-radius: 3px;
		-ms-border-bottom-right-radius: 3px;
		border-bottom-right-radius: 3px;
		
	}
	

		#categories_block_left  li a {
			display:block;
			padding:12px 11px 10px 22px;
			color:#333;
			background:url(../../../img/arrow_right_2.png) no-repeat 10px 15px transparent;
			text-shadow: 1px 1px #fff;
		}
		
	#categories_block_left  li ul {margin-left:40px}
		#categories_block_left  li ul li {border:none}
			#categories_block_left  li ul li a {
				padding-left:0;
				background:none
			}
		
#categories_block_left li .OPEN,
#categories_block_left li .CLOSE {
	display:block;
	float:right;
	margin:10px 10px 0;
	height:9px;
	width:9px;
	background:url(../../../img/icon/open-close.png) no-repeat 0 -9px;
	cursor:pointer
}
#categories_block_left li .CLOSE {background-position:0 0}


/* footer */
.blockcategories_footer {
	padding:15px 10px;
}
.blockcategories_footer ul ul {display:none !important}