#faqThemes
{
	margin-bottom: 20px;
}

#faqThemes ul
{
	list-style-type: none;
	color: #8E60B0;
	margin: 0px;
	padding: 0px;
}

#faqThemes ul li
{
	float: left;
}

#faqThemes ul li a
{
	display: block;
	background-color: #ece6f2;
	width: 268px;
	/*height: 40px;*/
	padding: 5px;
	border: 1px solid #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#faqThemes ul li img
{
	float: left;
	border: none;
	padding-right: 5px;
}

.contentCenter h1 img
{
	vertical-align: middle;
	margin-right: 10px;
}

.contentCenter .FaqQ
{
	padding: 15px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	width: 100%; /*no 100% because of bug in IE7*/
}

.contentCenter .FaqQ ul
{
	color: #8E60B0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: square;
	margin: 0px;
	padding-left: 15px;
}

.contentCenter .FaqQ ul li
{
	padding-bottom: 5px;
}

.contentCenter .FaqQ ul a
{
	color: #8E60B0;
	text-decoration: none;
}

.contentCenter .FaqQ ul a:hover
{
	text-decoration: underline;
}

.contentCenter .FaqA
{
	width: 100%;
}

.contentCenter .FaqA
{
	margin-bottom: 20px;
}

.contentCenter .FaqA h2
{
	font-size: 11px;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #cccccc;
}

.contentCenter .FaqA p
{
	padding: 0px 15px;
}

.contentCenter .FaqA a.backToTop
{
	float: right;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	font-size: 10px;
	background: transparent url(../images/little_arrow_up.gif) no-repeat scroll left center;
	text-decoration: none;
}

