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

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 7px;
/*background-color: white;*/
/*background:url(/bin/scroll/scroll_bg.gif);*/
}

/*.vscrollerbar {
width: 7px;
background-color: #fab712;
}
*/
.hscrollerbase {
height: 7px;
/*background-color: white;*/
/*background:url(/bin/scroll/h_scroll_bg.gif);*/
}
/*.hscrollerbar {
height: 7px;
background-color: #fab712;
}*/
.scrollerjogbox {
width: 7px;
height: 7px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #b7b7b9;
}


#companyContentScroll {
/* Typical fixed height and fixed width example */
width: 270px;
height: 375px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}

#productContentScroll {
/* Typical fixed height and fixed width example */
width: 280px;
height: 408px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
}