#sidebar-left > #categories {
	background: #091f51;
	padding-bottom:20px;
	margin-bottom:20px;
}

#sidebar-left > #categories a {
	display: block;
	padding:5px 10px;
	color: white;
	text-shadow:0px 0px 5px #071c4c;
	text-decoration: none;
    padding-left:25px;
	cursor: pointer;
	font-weight: normal;
}

#sidebar-left > #categories a:hover {
	background: rgba(0,0,0,.3);
}

#sidebar-left > #categories > a.categories-title {
	text-shadow:1px 1px 1px black;
	padding:5px 10px;
	background: url('/images/sidebar-left-top.png') no-repeat bottom center;
	color:white;
}

#sidebar-left > #categories > .categories-basket > a {
	text-shadow:1px 1px 1px black;
	color:#f2f2f2;
	font-size:12px;
	overflow: hidden
}