
.treeview, .treeview ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.treeview ul {
    background-color: white;
    margin-top: 4px;
}
.treeview .hitarea {
    background: url("images/treeview-default.gif") no-repeat scroll -64px -25px transparent;
    cursor: pointer;
    float: left;
    height: 16px;
    margin-left: -16px;
    width: 16px;
}
* html .hitarea {
    display: inline;
    float: none;
}
.treeview li {
    margin: 0;
    padding: 3px 0 3px 16px;
}
.treeview a.selected {
    background-color: #EEEEEE;
}
#treecontrol {
    display: none;
    margin: 1em 0;
}
.treeview .hover {
    color: red;
    cursor: pointer;
}
.treeview li {
    background: url("../icon/treeview-default-line.gif") no-repeat scroll 0 0 transparent;
}
.treeview li.collapsable, .treeview li.expandable {
    background-position: 0 -176px;
}
.treeview .expandable-hitarea {
    background-position: -80px -3px;
}
.treeview li.last {
    background-position: 0 -1752px;
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
    background-image: url("../icon/treeview-default.gif");
}
.treeview li.lastCollapsable {
    background-position: 0 -111px;
}
.treeview li.lastExpandable {
    background-position: -32px -67px;
}
.treeview div.lastCollapsable-hitarea {
    background-position: -221px -290px;
}
.treeview div.lastExpandable-hitarea {
    background-position: -2px -363px;
}
.treeview-red li {
    background-image: url("images/treeview-red-line.gif");
}
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable {
    background-image: url("../icon/treeview-red.gif");
}
.treeview-black li {
    background-image: url("../icon/treeview-black-line.gif");
}
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable {
    background-image: url("../icon/treeview-black.gif");
}
.treeview-gray li {
    background: url("../icon/treeview-gray-line.gif") repeat-y scroll 0 20px transparent;
}
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable {
    background: url("../icon/sprite.png") no-repeat scroll -66px -311px transparent;
}
.treeview .placeholder {
    background: url("../icon/ajax-loader.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 16px;
    width: 16px;
}
.filetree li {
    padding: 3px 0 2px 16px;
}
.filetree span.folder, .filetree span.file {
    display: block;
    padding: 1px 0 1px 16px;
}

.treeview-gray li span.small-red{
	 background: url("../icon/sprite.png") repeat-y scroll -2px -363px transparent;
    font-size: 13px;
    padding-left: 16px;
    position: relative;
    top: 0;
}
.treeview span{
	font-size:13px;
}
#gray ul.sub-menu li a{
	position: relative;
    top: 8px;
    font-size: 13px;
}
