.tree {
    border:1px solid silver;
    padding:10px;
}
.treeview a:link, .treeview a:visited {
    text-decoration:none;
    color:black;
    padding-left:5px;
}

.treeview a:hover {
    text-decoration:underline;
}
.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
    cursor:pointer;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
    cursor:pointer;
}

.treeview li img {
    filter: alpha(opacity=40);
    opacity: .4;
    -moz-opacity:0.4;
}

.treeview li img:hover {
    filter: alpha(opacity=100);
    opacity:1;
    -moz-opacity:1;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: navy; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.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(images/treeview-red.gif); } 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }

.treeTitle {
    clear:both;
    display: block;
    padding: 0px;
    margin:0px 0px 0px 0px;
    height:auto;
    width:100%;
    background: silver url(images/wbg.gif) repeat-x top;
    border:1px solid #cccccc; border-top:0px; margin-bottom:15px;
}

.treeTitle p {
    padding:6px;
    margin:0px;
    font-weight:bold;
}

.tDiv /*toolbar*/
{
    font-family: Arial, Helvetica;
    font-size:12px;
    margin:0px;
    background: #fafafa url(images/bg.gif) repeat-x top;
    position: relative;
    border: 1px solid #ccc;
    border-bottom: 0px;
    overflow: hidden;
}

.tDiv2
{
    float: left;
    clear: both;
    padding: 1px;
}

.btnseparator
{
    float: left;
    height: 22px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #fff;
    margin: 1px;
}

.fbutton
{
    float: left;
    display: block;
    cursor: pointer;
    padding: 1px;
}

.fbutton div
{
    float: left;
    padding: 1px 3px;
}

.fbutton span
{
    float: left;
    display: block;
    padding: 3px;
}

.fbutton:hover,  div.fbutton.fbOver
{
    padding: 0px;
    border: 1px solid #ccc;
}

.fbutton:hover div,  div.fbutton.fbOver div
{
    padding: 0px 2px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.selectedNode {
    font-style:italic;
    font-weight:bold;
    color:navy;
}

/* Botones estandar */

div.fbutton .fgBtnNew
{
    background: url(../../img/flexigrid/add.png) no-repeat center left;
}

div.fbutton .fgBtnNewRoot
{
    background: url(../../img/flexigrid/add.png) no-repeat center left;
}

div.fbutton .fgBtnEdit
{
    background: url(../../img/flexigrid/edit.png) no-repeat center left;
}
div.fbutton .fgBtnRead
{
    background: url(../../img/flexigrid/view.png) no-repeat center left;
}
div.fbutton .fgBtnDelete
{
    background: url(../../img/flexigrid/delete.png) no-repeat center left;
}

div.fbutton .fgBtnShowtranslations
{
    background: url(../../img/flexigrid/globe_green.png) no-repeat center left;
}

div.fbutton .fgBtnShowimages
{
    background: url(../../img/flexigrid/image.png) no-repeat center left;
}

div.fbutton .fgBtnShowarticles
{
    background: url(../../img/flexigrid/newspapers.png) no-repeat center left;
}

div.fbutton .fgBtnShowproducts
{
    background: url(../../img/flexigrid/box.png) no-repeat center left;
}

div.fbutton .fgBtnShowvariants
{
    background: url(../../img/flexigrid/box_label.png) no-repeat center left;
}

div.fbutton .fgBtnShowmeasures
{
    background: url(../../img/flexigrid/ruler_triangle.png) no-repeat center left;
}

div.fbutton .fgBtnShowfiles
{
    background: url(../../img/flexigrid/documents_text.png) no-repeat center left;
}

div.fbutton .fgBtnShowsections
{
    background: url(../../img/flexigrid/cards_address.png) no-repeat center left;
}

div.fbutton .fgBtnShowmenu
{
    background: url(../../img/flexigrid/menu.png) no-repeat center left;
}

div.fbutton .fgBtnShowconfig
{
    background: url(../../img/flexigrid/config.png) no-repeat center left;
}

div.fbutton .fgBtnShowpage
{
    background: url(../../img/flexigrid/layout.png) no-repeat center left;
}

div.fbutton .fgBtnMovenext
{
    background: url(../../img/flexigrid/up_arrow.png) no-repeat center left;
}

div.fbutton .fgBtnMoveprev
{
    background: url(../../img/flexigrid/down_arrow.png) no-repeat center left;
}
/* end toolbar*/
