/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.flexcroll {position: relative; overflow: auto;}
.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
.vscrollerbase {width: 15px;background-color: white;}
.vscrollerbar {width: 15px;background-color: black;}
.hscrollerbase {height: 15px;background-color: white;}
.hscrollerbar {height: 15px;background-color: black;}
.hscrollerbar {background: #ffffff url(scrollbarHfeatures.png) 0px -30px repeat-x;}
.vscrollerbar {background: #ffffff url(scrollbarVfeatures.png) -15px 0px repeat-y;}
.vscrollerbar, .hscrollerbar {padding: 10px;z-index: 2;}
.vscrollerbarbeg {background: url(scrollbarVfeatures.png) -45px -30px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbarend {background: url(scrollbarVfeatures.png) -45px 0px no-repeat;width: 15px;height: 15px;}
.hscrollerbarbeg {background: url(scrollbarVfeatures.png) -60px -15px no-repeat;height: 15px;width: 15px !important;}
.hscrollerbarend {background: url(scrollbarVfeatures.png) -30px -15px no-repeat;height: 15px;width: 15px;}
.scrollerjogbox {width: 15px;height: 15px;top: auto; left: auto;bottom: 0px; right: 0px;background: #fdf2e1 url(scrollbarHfeatures.png) 0px 0px;}
.vscrollerbase {background: #fdf2e1 url(scrollbarVfeatures.png) 0px 0px repeat-y;}
.vscrollerbasebeg {background: url(scrollbarVfeatures.png) -30px -30px no-repeat;width: 15px;height: 15px !important;}
.vscrollerbaseend {background: url(scrollbarVfeatures.png) -60px -30px no-repeat;height: 15px;width: 15px;}
.hscrollerbase {background: #fdf2e1 url(scrollbarHfeatures.png) 0px -15px repeat-x;}
.hscrollerbasebeg {background: url(scrollbarVfeatures.png) -60px 0px no-repeat;height: 15px;width: 15px !important;}
.hscrollerbaseend {height: 15px;width: 15px;background: url(scrollbarVfeatures.png) -30px 0px no-repeat;}
.scrollerjogbox:hover {background: #5E828C url(scrollbarVfeatures.png) -45px -15px;}

#rightScroll .scrollgeneric { cursor: crosshair; }
#rightScroll .vscrollerbase { width: 5px; background-color: white; background-image: none; }
#rightScroll .vscrollerbasebeg { width: 5px; height: 0 !important; }
#rightScroll .vscrollerbaseend { width: 5px; height: 0 !important; }
#rightScroll .vscrollerbar { width: 3px; padding: 0; background-color: #E7D8CC; background-image: none; }
#rightScroll .vscrollerbar { border: 1px solid #D3C6BB; border-top-color: #fdf2e1; border-right-color: #fdf2e1; }
#rightScroll .vscrollerbarbeg { width: 5px; height: 0 !important; }
#rightScroll .vscrollerbarend { width: 5px; height: 0 !important; }

#rightScrollABTC .scrollgeneric { cursor: crosshair; }
#rightScrollABTC .vscrollerbase { width: 5px; background-color: white; background-image: none; }
#rightScrollABTC .vscrollerbasebeg { width: 5px; height: 0 !important; }
#rightScrollABTC .vscrollerbaseend { width: 5px; height: 0 !important; }
#rightScrollABTC .vscrollerbar { width: 3px; padding: 0; background-color: #E7D8CC; background-image: none; }
#rightScrollABTC .vscrollerbar { border: 1px solid #D3C6BB; border-top-color: #fdf2e1; border-right-color: #fdf2e1; }
#rightScrollABTC .vscrollerbarbeg { width: 5px; height: 0 !important; }
#rightScrollABTC .vscrollerbarend { width: 5px; height: 0 !important; }

/*
#cartContent #scrollable .scrollgeneric { cursor: crosshair; }
#cartContent #scrollable .vscrollerbase { width: 5px; background-color: white; background-image: none; }
#cartContent #scrollable .vscrollerbasebeg { width: 5px; height: 0 !important; }
#cartContent #scrollable .vscrollerbaseend { width: 5px; height: 0 !important; }
#cartContent #scrollable .vscrollerbar { width: 3px; padding: 0; background-color: #E7D8CC; background-image: none; }
#cartContent #scrollable .vscrollerbar { border: 1px solid #D3C6BB; border-top-color: #fdf2e1; border-right-color: #fdf2e1; }
#cartContent #scrollable .vscrollerbarbeg { width: 5px; height: 0 !important; }
#cartContent #scrollable .vscrollerbarend { width: 5px; height: 0 !important; }
*/
