﻿.treeNavigation
{
    margin-top: 10px;
}

.treeNavigation ul
{
    margin: 0px;
    padding: 0px;
}

.treeNavigation li
{
    margin-left: 30px;
    list-style: none;
    font-family: Arial;
    list-style-image: none;
    line-height: 18px;
    font-weight: normal;
}

.treeNavigation li.expandable
{
    list-style-image: url(//media.redcatsnordic.com/ellos/images/generic/graphics/ellosTreeNavClosed.gif);
    cursor: pointer;
}

.treeNavigation li li.expandable
{
    list-style-image: none;
}


.lastExpandable ul
{
    display: none;
}

.treeNavigation li.selected
{
    font-weight: bold;
}

.treeNavigation li a
{
    font-family: arial;
    font-size: 11px;
    color: #000000;
}

.treeNavigation .separator
{
    list-style-image: none;
    font-size: 0px;
    height: 1px;
    background-color: #ffffff;
    margin: 15px auto;
    display: block;
    line-height: 1px;
    border-top: none;
    width: auto;
}

.treeNavigation .separatorText
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    list-style-image: none;
    margin-top: 11px;
    margin-bottom: 5px;
}

.treeNavigation .firstMenuItem
{
    margin-top: 0px;
}

.treeNavigation li.collapsable
{
    list-style-image: url('//media.redcatsnordic.com/ellos/images/generic/graphics/ellosTreeNavOpen.gif');
    cursor: pointer;
}

.treeNavigation li li.collapsable
{
    list-style-image: none;
    background-image: url(//media.redcatsnordic.com/ellos/images/generic/graphics/treeNavArrowLevel2Open.gif);
    background-position: 0px 8px;
    background-repeat: no-repeat;
}

.treeNavigation li li
{
    margin-left: 0px;
    padding-left: 9px;
    list-style-image: none;
    background-image: none;
    font-family: Arial;
    font-size: 11px;
}

.treeNavigation li li.expandable
{
    list-style-image: none;
    background-image: url(//media.redcatsnordic.com/ellos/images/generic/graphics/treeNavArrowLevel2Closed.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.treeNavigation li li.lastCollapsable
{
    background-image: none;
    padding-left: 0px;
}

.treeNavigation li li li
{
    background: none;
    cursor: pointer;
    list-style-image: none;
}

.treeNavigation li li li.expandable
{
    background: transparent url(//media.redcatsnordic.com/ellos/images/generic/graphics/treeNavArrowLevel3Closed.gif) no-repeat 0px 3px;
    cursor: pointer;
    list-style-image: none;
}

.treeNavigation li li li.collapsable
{
    background: transparent url(//media.redcatsnordic.com/ellos/images/generic/graphics/treeNavArrowLevel3Open.gif) no-repeat 0px 3px;
    cursor: pointer;
    list-style-image: none;
}

ul
{
    list-style-type: none;
}

/* LOGO FIX FOR LANDING */
.product_wrapper .menu
{
    display: none;
}
