@charset "utf-8";
/* CSS Document */
.content {
		width:255px;
}
.content ul{ padding-left: 0px;}
.content a:link, .content a:visited {
  color: #027AC6;
  text-decoration: none;
}

.content li ul li a{
margin-left:20px;
}
.content a:hover {
  color: #FF3300 !important;
}

.activeChild{
	color:#FF3300 !important;
	background-image:url(../images/red_list_item.png) !important;
	background-repeat:no-repeat;
	background-position:left;
	
}

.content a:active, .content a.active {
  /*color: #5895be !important;*/
  color:#FF3300 !important;
}

ul.left-menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}
ul.left-menu ul, .item-list ul ul {
  margin-left: -10px; /* LTR */
}

 ul.left-menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5emx; /* LTR */
  border-bottom:1px solid #ECF2F2;
}
 ul.left-menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background-image: transparent url(../images/menu_list_style_blue.png) no-repeat 1px .35em; /* LTR */
  border-bottom:1px solid #D3E2E2;
}
ul.left-menu li:last-child{
  border-bottom:none;
}

.cat_close {
	background-image:url(../images/menu_list_style_blue.png);
	background-repeat:no-repeat;
	background-position:left;
}
.cat_open {
	background-image:url(../images/menu_active_item.png);
	background-repeat:no-repeat;
	background-position:left;
}


.cat_open_first{
background-image:url(../images/menu_active_red.png);
	background-repeat:no-repeat;
	background-position:left;
}
.active-child{
	   color:#FF3300 !important;
}
.child {
	background-image:url(../images/menu_list_style_blue.png);
	background-repeat:no-repeat;
	background-position:left;
	padding:0 0 0 15px;
}
a.child, a.cat_close, a.cat_open {
	text-decoration:none;
}
#block-category-0 ul li, ul.left-menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em .5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent no-repeat 1px .35em; /* LTR */
  padding:0 0 0 10px;
}
.category{padding-left:20px;}


