.main_menu_source
{
    display: none;
}

.left-menu {}

.left-menu-item
{
    transition: background-color 0.1s linear;
    position: relative;
}

.left-menu-item:hover
{
    background-color: #f2f2f2;
}

.subcategory_container
{
    display: none;
    position: absolute;
    top: -40px;
    left: 99%;
    background-color: #fff;
    padding: 22px 15px 22px 35px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    width: 480px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.left-menu-item:hover .subcategory_container
{
    display: block;
}

.subcategory-block
{
    margin: 0;
}

.column
{
    float: left;
    margin: 0 40px 0 0;
    width: 200px;
    padding: 0;
}

.column:nth-last-child(1):after
{
    content: "";
    display: block;
    clear: both;
}

.subcategory-title
{
    display: block;
}

.subcategory-title .category-link
{
    color: #dc4b05;
    font-size: 16px;
    line-height: 24px;
}

.subcategory-title span
{
    font-size: 14px;
    line-height: 24px;
}

.subcategory-item
{
    display: block;
}

.subcategory-item .category-link
{
    line-height: 27px;
    font-size: 14px;
    color: #000;
}

.subcategory-item:nth-last-child(1)
{
    margin: 0 0 10px;
}

.subcategory-item span
{
    font-size: 12px;
    line-height: 27px;
    color: #848484;
}

.subcategory-title,
.subcategory-title:hover,
.subcategory-item:hover,
.subcategory-item,
.link_container .show_all:hover,
.link_container .show_all
{
    text-decoration: none;
    border: none;
}

.link_container .show_all
{
    color: #dc4b05;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 0 0;
    position: absolute;
}

.link_container .show_all:after
{
    background: url("/images/marketplace/mp_top_menu_arrows.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: block;
    height: 9px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
}

.main_menu .left-top-arrow:after
{
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    top: 42px;
    box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 15px;
    left: -14px;
    position: absolute;
    transform: rotate(135deg);
    transform-origin: center bottom 0;
    width: 15px;
}

.top_menu_container
{
    display: inline-block;
    padding: 0 23px 15px 6px;
    position: relative;
}

.top_menu_container:after
{
    background: url("/images/marketplace/mp_top_menu_arrows.png") no-repeat scroll 0 -9px rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 13px;
    width: 13px;
}

.top_menu_container .main_menu
{
    position: absolute;
    display: none;
    top: 90%;
    left: 0;
    background: #fff;
    width: 285px;
    border: 1px solid rgba(0, 0, 0, 0.13);
    border-radius: 3px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.top_menu_container .left-menu
{
    margin: 0;
}

.top_menu_container .left-menu-item:nth-child(1)
{
    border-radius: 3px 3px 0 0;
}

.top_menu_container .left-menu-item:nth-last-child(1)
{
    border-radius: 0 0 3px 3px;
}

.top_menu_container  .left-menu-item:nth-last-child(1) .left-menu-link,
.top_menu_container  .left-menu
{
    border: none;
}

.top_menu_container:hover .main_menu
{
    position: absolute;
    display: block;
}

.top_menu_container .main_menu.center-top-arrow:before
{
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.13);
    border-right: 1px solid rgba(0, 0, 0, 0.13);
    content: "";
    display: block;
    height: 15px;
    left: 23%;
    position: absolute;
    top: -11px;
    transform: rotate(-45deg);
    transform-origin: center bottom 0;
    width: 15px;
}

.left-menu-link:hover
{
    position: relative;
}