﻿.scroll .viewport
{
    overflow: hidden;
    position: relative;
}
.scroll .overview
{
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-right: 18px;
}
.scroll .thumb .end, .scroll .thumb
{
    background-color: #003D5D;
}
.scroll .scrollbar
{
    position: absolute;
    width: 10px;
    right: 3px;
    top: 0px;
    bottom: 0px;
    z-index: 5;
}
.scroll .track
{
    height: 100%;
    width: 10px;
    position: relative;
}
.scroll .thumb
{
    height: 20px;
    width: 10px;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0;
    background: #e7e7e9 url('../../images/thum-scroll.gif') no-repeat scroll center center;
}
.scroll .thumb .end
{
    overflow: hidden;
    height: 5px;
    width: 13px;
}
.scroll .disable
{
    display: none;
}
.cart-list {
    margin: 3px 0px;
    overflow: hidden;
    /*max-height: 350px;*/
}

