.gs_faqContainer {
	background-color:#fff;
}

.gs_faqContent {
	color:#666;
	margin-bottom:20px;
}

.gs_faqContentSeeAll {
	color:#666;
}

.gs_faqContent .gs_faq_hed {
	font-size: 15px;
	line-height: 17px;
	*font-size: 1.25em;
	*line-height: 1.1em;
	padding-bottom: 10px;
	border-bottom: 4px solid #e6e6e6;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}

.gs_faqContent dl dt.gs_faq_questionOn {
	/*background-color:#f2f2f2;*/
	
}

.gs_faqContent dl dt.gs_faq_questionOff a,
.gs_faqContent dl dt.gs_faq_questionOff a:link,
.gs_faqContent dl dt.gs_faq_questionOff a:visited {
	display:block;
	border-bottom:solid 1px #e6e6e6;
	color: #000;
	font-weight: bold; 
}

.gs_faqContent dl dt.gs_faq_questionOff a:hover{
	color:#999;
}

.gs_faqContent dl dt.gs_faq_questionOff a:active {
	color: #000;
}

.gs_faqContent dl dt.gs_faq_questionOn a:link,
.gs_faqContent dl dt.gs_faq_questionOn a:visited {
	display:block;
	font-weight: bold;
/*	background-color:#f2f2f2;*/
	color: #000000;	
	padding:8px 0 8px 0;
}

.gs_faqContent dl dt.gs_faq_questionOn a:hover {
	color:#999;	
}

.gs_faqContent dl dt.gs_faq_questionOn a:active {
	color: #000;
}

.gs_faqContent dl dt a {
	display:block;
	text-decoration:none;
	padding:8px 0 8px 0;
}

.gs_faqContent dl dd {
	/*background-color:#f2f2f2;*/
	padding:0;
	margin:0;
	
}

.gs_faqContent dl dd p {
	margin:16px 0 37px 0;
	padding:0;
}

.gs_faqNav {
	float:left;
	padding:27px 0 0 30px;
	background-color:#444;
	width:272px;
}

.gs_faqNav ul {
	list-style:none;
}

.gs_faqNav ul li {
	font-size: 15px;
	line-height: 17px;
	margin:15px 0 15px 0;
}

.gs_faqNav ul li a:link,
.gs_faqNav ul li a:visited {
	color:#000;
	text-decoration:none;
}

.gs_faqNav ul li a:hover,
.gs_faqNav ul li a:active {
	color:#999;
	text-decoration:none;
}

#gs_faq_openCloseAll {
	display:block;
	color: #000;
	font-size: 10px;
	margin:24px 0 20px 24px;
	text-decoration:none;
	font-weight: bold;
	*font-weight: normal;
}
