/* 
    Document   : tree
    Created on : 09/09/2010, 16:14:12
    Author     : agallardo
    Description:
        Purpose of the stylesheet follows.
*/

/* =============================================================================
--------------------------------- TREE -----------------------------------------
=============================================================================== */

.tree .category{
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    cursor: pointer;
}
.tree .category .title{
    padding-left: 17px;
    color: #333;
}
.tree .category .options .option:hover{
    font-weight: bold;
}
.tree .options{
    margin-top: 5px;
    font-size: 13px;
    margin-bottom: 5px;
    padding-left: 5px;
}
.tree .option{
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: normal;
}
.tree .option a:hover{
    text-decoration: underline;
}
.tree .results{
    color: grey;
}
.tree .opened .title{
    background: url(/images/frontend/icon-arrow1.png) left bottom no-repeat;
}
.tree .closed .title{
    background: url(/images/frontend/icon-arrow1.png) left top no-repeat;
}
.inmuebles .tree .opened .title{
    background: url(/images/frontend/inmuebles/icon-arrow1.png) left bottom no-repeat;
}
.inmuebles .tree .closed .title{
    background: url(/images/frontend/inmuebles/icon-arrow1.png) left top no-repeat;
}
.varios .tree .opened .title{
    background: url(/images/frontend/varios/icon-arrow1.png) left bottom no-repeat;
}
.varios .tree .closed .title{
    background: url(/images/frontend/varios/icon-arrow1.png) left top no-repeat;
}
.empleos .tree .opened .title{
    background: url(/images/frontend/empleos/icon-arrow1.png) left bottom no-repeat;
}
.empleos .tree .closed .title{
    background: url(/images/frontend/empleos/icon-arrow1.png) left top no-repeat;
}
.tree .closed .options{
    display: none !important;
}
