.st_category-tree {
padding:0px 10px 10px 10px;
}
.st_f_category_container
	.st_f_category_frame {
background-color:#450000;
background-image:none;
}
.st_f_category_container
	.st_f_category_frame_container {
		background-color: transparent;
background-image:none;
}
.st_f_category_container
	.st_f_category_frame
        .st_f_category_frame_header {
            background-image: url('/images/frontend/theme/default/frame_category/f_category_header_center.png');
            background-repeat: repeat-x;
        }
.st_f_category_container
    .st_f_category_frame
        .st_f_category_frame_footer {
            margin-top: 10px;
            background-image: url('/images/frontend/theme/default/frame_category/f_category_footer_center.png');
            background-repeat: repeat-x;
        }
.st_f_category_container
    .st_f_category_frame
        .st_f_category_frame_header
            .st_f_category_frame_left {
                background-image: url('/images/frontend/theme/default/frame_category/f_category_header_left.png');
            }
.st_f_category_container
    .st_f_category_frame
        .st_f_category_frame_header
            .st_f_category_frame_right {
                background-image: url('/images/frontend/theme/default/frame_category/f_category_header_right.png');
            }
.st_f_category_container
    .st_f_category_frame
        .st_f_category_frame_footer
            .st_f_category_frame_left {
                background-image: url('/images/frontend/theme/default/frame_category/f_category_footer_left.png');
            }
.st_f_category_container
    .st_f_category_frame
        .st_f_category_frame_footer
            .st_f_category_frame_right {
                background-image: url('/images/frontend/theme/default/frame_category/f_category_footer_right.png');
            }


.x-tree-arrows .x-tree-elbow-plus {
background:transparent url(/images/frontend/theme/chaton/arrow_category.gif) no-repeat scroll center left;
width:1px;
height:1px;
}
.x-tree-arrows .x-tree-elbow-minus {
background:transparent url(/images/frontend/theme/chaton/arrow_category.gif) no-repeat scroll center left;
width:1px;
height:1px;
}
.x-tree-arrows .x-tree-elbow-leaf {
background:transparent url(/images/frontend/theme/chaton/arrow_category.gif) no-repeat scroll center left;
width:1px;
height:1px;
}
.st_category-tree-element {
border-top:1px dotted #8f5959;
padding-top:6px;
margin-top:6px;
}
.st_category-tree-element .st_category-tree-element {
border-top:none;
}
.st_category-tree-element a {
color:#ffba00;
font-family:"Trebuchet MS";
font-size:14px;
    text-decoration: none;   	
}
.st_category-tree-element .st_category-tree-element a {
color:#fff;
color:#ffba00;
font-size:11px;
}
.st_category-tree-element .st_category-tree-element .st_category-tree-element a {
color:#fff;
}
