#faq {

}
#faq .row {
	padding-bottom: 20px;
}
#faq .title-question {
	font-family: "Open Sans";
	font-weight: 300;
	line-height: 25px;
	font-size: 20px;
	color: #06C;
	cursor: pointer;
	padding-bottom: 0px;
}
#faq .answer-details {
	padding-top: 10px;
	display: none;
	position: relative;
}
#faq .panel-qa {
	float: ri;
	width: 860px;
	float: right;
	border: 1px solid #ccc;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 5px;
	padding-top: 10px;
}
#faq .question {
	height: 26px;
	width: 33px;
	background-image: url(../img/question-gl.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	cursor: pointer;
}
#faq .answer {
	height: 26px;
	width: 33px;
	background-image: url(../img/answer-gl.png);
	background-repeat: no-repeat;
	position: absolute;
	left: -40px;
	top: 10px;
}
#faq .start {
	background-image: url(../img/start.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	background-color: #ECF5FF;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-position: 5px 6px;
	color: #666666;
	margin-top: 1;
}

#updates {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-botto0px;
	padding-right: 0px;
	padding-left: 0px;
}
#updates .title-plus {
	line-height: 25px;
	font-size: 18px;
	color: #06C;
	cursor: pointer;
	padding-bottom: 0px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 5px top;
	background-image: url(../img/plus1.png);
}
#updates .title-minus {
	line-height: 25px;
	font-size: 18px;
	color: #06C;
	cursor: pointer;
	padding-bottom: 0px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 5px top;
	background-image: url(../img/minus1.png);
}
#updates .answer-details {
	padding-top: 10px;
	display: none;
	position: relative;
	padding-left: 35px;
	padding-right: 20px;
}
#updates .panel-qa {
	position: relative;
	background-color: #FFFFE1;
	padding-top: 10px;
	border: 1px solid #EAEA00;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-radius: 5px;
}

}