.Categories{
    float: left;
    width: 100%;
    margin: 0 0 15px;
}

.Categories h2{
    color: #EF4F97;
    margin: 10px 0 0;
}

.Categories a{
    float: left; 
    width: 100%;
}

/*** LEVEL 1 ***/
.Categories a.Top{
    padding: 0 0 0 18px;
    line-height: 36px;

    background-image: url('//images.esellerpro.com/2243/198851/images/elem/arrow.png');
    background-repeat: no-repeat;
    background-position: 3px 12px;

    font-size: 0.95em;
    color: #515151;
    font-weight: bold;
}

.Categories a.Top.Open-1,
.Categories a.Top.Selected-1{
    font-weight: bold;
}

.Categories a.Top:hover {
    text-decoration: none;
    color: #EF4F97;
}

/*** LEVEL 2 ***/
.Categories a.Sub{
    padding: 0 0 0 18px;
    line-height: 20px;

    font-size: 0.8em;
    color: #515151;
}

.Categories a.Sub.Open-1,
.Categories a.Sub.Selected-1{
    font-weight: bold;
}

.Categories a.Sub:hover {
    text-decoration: none;
    color: #EF4F97;
}

/*** SUB DIV ***/

div.Sub{
    margin-top: 2px;
    float: left;
}

/*** LEVEL 3 ***/
.Categories .Sub a.Sub{
    padding: 0 0 0 24px;
    line-height: 20px;

    font-size: 0.75em;
    color: #2c5a83;
}

.Categories .Sub a.Sub.Open-1,
.Categories .Sub a.Sub.Selected-1{
    font-weight: bold;
}

/*** FIXES ***/

.Categories .Sub + a.Top{
    margin: 10px 0 0 0;
}

.Categories h2 + a.Top{
    border: 0;
}

/*** MENU IMG ***/

.Menu-Img{
    margin: 10px 0 0 0;
    float: left;
}

.Menu-Img img{
    float: left;
}

/*** MENU FILTER VIEWPORT ***/

#Filters h2 {
    color: transparent;
    background-image: url('//images.esellerpro.com/2243/198851/images/obj/refine-search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.Viewport{
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.25em;
    position: relative;
    border-bottom: 1px dotted #dddddd;
}

.Viewport-List{
    position: absolute;
}

.Viewport .Up,
.Viewport .Down{
    position: absolute;
    right: 0px;
    width: 12px;
    height: 9px;
    cursor: pointer;
    z-index: 100;
}

.Viewport .Up.Inactive,
.Viewport .Down.Inactive{
    cursor: default;
    opacity: 0.3;
}

.Viewport .Up{
    top: 0px;
    background-image: url('//images.esellerpro.com/2243/198851/images/elem/arrow-up.png');
}

.Viewport .Down{
    bottom: 0px;
    background-image: url('//images.esellerpro.com/2243/198851/images/elem/arrow-down.png');
}

/*** PRICE SLIDER ***/

.PriceSliderContainer {
    width: 100%;
    float: left;
    padding-bottom: 1.5em;
    border-bottom: 1px dotted #dddddd;
}
/*** LEFT / RIGHT VALUES ***/

.Price-Slider-Left,
.Price-Slider-Right{
    font-size: 0.8em;
    font-weight: bold;
    color: #ef4f97;
    margin: 10px 0 10px 0;
}

.Price-Slider-Left{
    float: left;
}

.Price-Slider-Right{
    float: right;
}

/*** NOT ACTIVE BACKGROUND HERE ***/

.Price-Slider{
    position: relative;
    width: 100%;
    height: 4px;
    top: 0;
    left: 0px;
    border: 1px solid #c4c4c4;
    background-color: #eaeaea;
    border-radius: 2px;
    margin-top: 25px;
}

/*** ACTIVE BACKGROUND HERE ***/

.Price-Slider .ui-slider-range {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #2c5a83;
}

/*** HANDLES ***/

.Price-Slider .ui-slider-handle {
    position: absolute;
    top: -26px;
    width: 16px;
    height: 32px;
    cursor: default;
    z-index: 2;
    background-image: url('//images.esellerpro.com/2243/198851/images/elem/handle.png');
}

.Price-Slider .ui-slider-handle {
    margin-left: -8px;
}

.Price-Slider .ui-slider-handle + .ui-slider-handle {
    background-position: -11px 0;
    z-index: 1;
    margin-left: -5px;
}





