

		
	

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 

	.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}
	
	.vscrollerbar {width: 9px;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarV_bar.gif) 0px 0px repeat-y;}
	.vscrollerbarbeg {height: 9px !important;width: 9px;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarV_beg.gif) 0px 0px no-repeat ;}
	.vscrollerbarend {height: 8px;width: 9px; background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarV_end.gif) 0px 0px no-repeat;}
	.vscrollerbase {width: 9px;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarV_background.gif) 0px 0px repeat-y;}
	
	.vscrollerbasebeg {width: 9px;height: 9px !important;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarV_up.gif) 0px 0px no-repeat;}
	.vscrollerbaseend {height: 9px;width: 9px;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarV_down.gif)  0px 0px no-repeat;}
	
	.hscrollerbar {height: 9px;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarH_bar.gif) 0px 0px repeat-x;}
	.hscrollerbarbeg {height: 20px ;width: 9px !important;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarH_beg.gif) 0px 0px no-repeat;}
	.hscrollerbarend {height: 20px;width: 8px;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarH_end.gif) 0px 0px no-repeat;}
	.hscrollerbase {height: 9px;background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarH_background.gif) 0px 0px repeat-x;}
	
	.hscrollerbasebeg {width: 9px !important;height: 9px ; background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarH_left.gif) 0px 0px no-repeat;}
	.hscrollerbaseend {height: 9px;width: 9px; background: #E4D4C5 url(/graphics/shared/scrollbar/scrollbarH_right.gif)  0px 0px no-repeat;}
	
	.vscrollerbar, .hscrollerbar {padding: 9px;z-index: 2;}


	.scrollerjogbox {display: none; width: 36px;height: 16px;top: auto; left: auto;bottom: 0px; right: 0px;background: #37917A;}
/* Scroll Bar Master Styling Ends Here */

/* here begins scrollbar div style */

#verticalscroll {
width: 602px;
/*height: 275px;
overflow: auto;*/
border:1px solid #D3D3D3;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0px auto;
padding: 0px;
}

#horizontalscroll {
width: 522px;
height: 309px;
overflow: auto;
border:1px solid #D3D3D3;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0px auto;
padding: 0px;
}

#verticalscroll2 {
width:402px;
/* height:213px;
overflow: auto;
border-top:1px solid #979797;
IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0px auto;
padding: 0px;
}

#menuscroll {
width: 602px;
height: 275px;
overflow: auto;
border:1px solid #D3D3D3;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0px auto;
padding: 0px;
}


#pageCategoryContentScroll {
width:428px;
/*height:379px;
overflow: auto;
 IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0px auto;
padding:1px 0px 0px 15px;
border:1px solid #DADADA;
}

#pageCategoryContentScroll h2 {
	color: #937A5B;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}