body {background:#262626;}
#helpBody {width:930px;margin-left:auto;margin-right:auto;}
.insideBoxn{padding-left:7px;margin:auto;width:859px;color:#FFFFFF;}
.headersSL1{
font-family: Arial, Verdana, Helvetica, sans-serif;
color:#838383;}
#helpImgs{background:#333333;}
#faqNWrap{height:477px;width:197px;overflow:hidden;background:#333333;padding-left:2px;float:left;padding-top:3px;}
#helpImgs .section{background-color: #262626;display:block;text-decoration:none;color:#999999;font-weight:bold;text-transform:uppercase;margin-left:2px;margin-right:3px;padding-top:4px;padding-bottom:4px;padding-left:15px;}
#helpImgs .subNavL {display:block;padding:3px 0;text-transform: uppercase;}
#helpImgs .subNavL a {color:#999;}
.faqqlk{color:#ebe9e0;}
.txtclr{color:#ebe9e0;}
.txtclr a:link, .txtclr a:visited{color:#999999;}
.faqqlk{font-weight:bold;}
.helpContent{background:#262626;height:477px;width:730px;overflow:auto;float:left;border:none;}
.helpHeader {font-size:14px;font-weight:bold;}
.xtrPad{padding:12px;color:#ebe9e0;line-height:160%;}
.hqlnk {text-decoration:none;}
.hqlnk a:link, .hqlnk a:visited{color:#999999;}
.tblbg1{background-color:#333333;}
.tblbg2{background-color:#262626;}
.ftbd{font-size:11px;font-weight:bold;}
.ftcl {color:#ebe9e0;}
.ftcl a {color:#999;}
.subNav{width:168px;padding:3px 0 3px 9px;margin-left:8px;background-color: #444444;}
.qDivHidden{display:none;}
.qDivShown{display:block;}
.carrothidden{display:none;}
.carrotshow{display:inline;}
.dots{height:1px;margin:0 0 0 -9px;}
.mrLft{margin:0 0 0 2px;padding:1px 0 1px 0;display:block;}
div#commonBody{background-color:#262626;}


.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 0; left: 0;}

.vscrollerbase {width:22px;}
.vscrollerbar {background-image: url(http://ggcoo.com/imgs/goods/scrollbar.png);width: 22px;
/* following is the bit that allows us fixed height scrollbars */
height: 110px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
background-image: url(http://ggcoo.com/imgs/goods/scrollbar.png);
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='http://ggcoo.com/imgs/goods/scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 22px;}
.hscrollerbar {height: 22px; background-color: #84ADD6;}

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;
}

/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width:700px;
	height: 444px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	/*background-color: #E7EADE;*/
	margin: 0.3m 0px;
	padding:0px;
}


.flexcroll p {margin-top:6px;color:#b1ad9d;line-height:180%;} 
/* Scroll Bar Master Styling Ends Here */