/* 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: 12px;
background-color: #999;
border-top:1px solid  #999;
border-bottom:1px solid  #999;
}
.vscrollerbar {
border-left:1px solid #999;
border-bottom:4px solid #999;
width: 10px;
background-color: white;
}
.hscrollerbase {
	height: 0px;
	background-color: white;

}
.hscrollerbar {
height: 0px;
background-color: white;

}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#mycustomscroll {
	/* percentage width without the fix*/
width: 600px;
	height: 337px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	padding-right: 0px;
	color:#505154;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow-x: hidden;
}
#mycustomscroll strong{
  font-weight:bold;
}
#product_body_scroll {
	width: 290px;
	height: 340px;

	/* IE overflow fix, position must be relative or absolute*/
  position: relative;
	color:#505154;
	text-align: justify;
	font-size:11px;
	margin-top: 0.3em;
	margin-right: auto;
	margin-bottom: 0.3em;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 10px;
	overflow-x: hidden;
}
#product_body_scroll strong{
  font-weight:bold;
}
