/*.treeview, .treeview ul
{
	margin: 0;
	list-style: none;
}

.treeview li
{
    display: block;
    background: url('/Styles/images/page/tree_tab_bg.jpg') repeat-x 0 -1px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    box-shadow: 0 0 1px #a9a8a8
}

.treeview li ul {
    padding: 20px 0
}

.treeview li ul ul {
    background: #FFF;
    padding: 10px 0;
    overflow: hidden
}

.treeview ul a, .treeview ul span {
    margin-left: 15px
}

.treeview ul ul a, .treeview ul ul span {
    margin-left: 30px
}

.treeview li a, .treeview li span
{
    color: #ff9000;
    font-size: 16px;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    padding-left: 10px;
    background: url('/Styles/images/page/arrow.png') no-repeat 0 10px;
    line-height: 39px;
    font-weight: bold
}*/

#tree {
}

.li_parent {
    /*border-bottom: 1px dashed #452b2b*/
    text-transform: uppercase;
    background: url('/Styles/images/page/bd_bt.jpg') repeat-x left bottom
}

.li_child {
    text-transform: none
}

.li_parent, .li_child {
    display: block;
    padding: 10px 0
}

.li_parent:first-child {
    padding-top: 0
}

.li_parent:last-child {
    padding-bottom: 0;
    background: none
}

.li_parent a, .li_parent span
{
    color: #d97c1c;
    font-size: 16px;
    display: block;
    cursor: pointer
}

.li_child {
    padding: 7px 0 0 23px
}

.li_child li {
    padding: 7px 0 0 16px
}

.li_parent li a, .li_parent li span {
    font-size: 15px;
    background: url('../../images/page/icon6.png') no-repeat 0 6px
}

.li_parent li li a, .li_parent li li span {
}

#tree a.selected, #tree a:hover
{
	color: #000
}

.link_child {
    color: #452b2b;
    font-size: 15px;
    display: block;
    cursor: pointer;
    padding: 7px 0 7px 20px;
    background: url('/Styles/images/li_icon.png') no-repeat 0 14px
}

.child_ul {
    margin: 20px 0
}

.child_content {
    margin: 5px;
    overflow: hidden
}

/*.treeview ul a
{
    font-size: 15px;
    color: #383838;
    text-transform: none
}*/

#treecontrol
{
	margin: 1em 0;
	display: none;
}

.treeview .hitarea
{
	display: none;
	visibility: hidden
}

* html .hitarea
{
	display: inline;
	float: none;
}

.treeview .placeholder
{
	background: url(images/ajax-loader.gif) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: block;
}

/*#tree_right, #tree_right ul
{
	margin: 0;
	list-style: none;
}

#tree_right .expandable .a_right_parent
{
	background: url(images/arr_right.png) no-repeat 7px 9px #A80057;
}

#tree_right .expandable .a_right_parent:hover
{
	background: url(images/arr_right.png) no-repeat 7px 9px #ff349d;
}

#tree_right .collapsable .a_right_parent
{
	background: url(images/arr_bot.png) no-repeat 7px 10px #A80057;
}

#tree_right .collapsable .a_right_parent:hover
{
	background: url(images/arr_bot.png) no-repeat 7px 10px #ff349d;
}

#tree_right .last .a_right_parent
{
	background: url(images/arr_right.png) no-repeat 7px 9px #A80057;
}

#tree_right .last .a_right_parent:hover
{
	background: url(images/arr_right.png) no-repeat 7px 9px #ff349d;
}*/