#mainContent{
	float: none;
	width: 910px;
	overflow: hidden;
}
dl {
}
dt{
	font-weight: bold;
	background: url(images/qa_q.gif) top left no-repeat #9FA1E5;
	padding:10px 5px 5px 40px;
	min-height: 30px;
}
dd{
	background: url(images/qa_a.gif) top left no-repeat #FFFFFF;
	padding:10px 5px 5px 40px;
	min-height: 30px;
	margin-top: 5px;
}

dd span.caption{
	font-size: 80%;
	display: block;
	padding: 10px;
	border: 1px solid #9FA1E5;
}

#prodDemoArea {
	width: auto !important;
}

ul li a strong{
	font-size: 120%;
	font-weight: normal;
}
ul li ul{
	margin-bottom: 5px;
}
/*FAQ answer page's question*/
dt a{
	color: #000000 !important;
	text-decoration: none;
}

/**/
#faqQuestionList
{
	border: 1px solid #cccccc;
}

#faqQuestionList h3
{
	margin: 5px;
}

#faqQuestionList ul
{
	list-style-type: none;
	margin: 10px 0 0;
	padding: 5px;
	font-size: 60%;
	line-height: 120%;
}

#faqQuestionList li
{
	display: inline;
	padding-left: 2em;
}

