#contentWrapper {
	background: url(/img/bg_faq_dialogs.png) no-repeat center;
	height: 515px;
	width: 810px;
}

#viewWrapper {
	width: 790px;
	position: absolute;
	left: 10px;
	top: 0px;
}

#faqIcon {
	position: absolute;
	left: 0px;
	top: 10px;
}

#faqPanel {
	position: absolute;
	left: 350px;
	top: 130px;
}

#faqListIcon {
	background-repeat: no-repeat;
	background-image: url(/img/faq_list.png);	width: 25px;
	height: 26px;
}

#buttonList {
	float: right;
	border-collapse: collapse;
	margin-top: 6px;
	margin-left: 2px;
}

#buttonList td {
	padding: 0px 2px;
	width: 18px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#btn_prev {
	background-image: url(/img/faq_prev.png);
}

#btn_next {
	background-image: url(/img/faq_next.png);
}

#btn_play {
	background-image: url(/img/faq_play.png);
}

#btn_pause {
	background-image: url(/img/faq_pause.png);
}

#question {
	position: absolute;
	left: 420px;
	top: 80px;
	width: 310px;
	height: 45px;
	color: #565C52;
	font-size: 16px;
	overflow: hidden;
}

#answer {
	position: absolute;
	left: 360px;
	top: 262px;
	width: 365px;
	height: 225px;
	color: #333333;
	line-height: 1.5em;
	overflow: hidden;
		font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	}

#question .item {
	height: 45px;
}

#answer .item {
	height: 225px;
}

#answer .item:first-letter {
	margin-left: 65px;
}

