div.faq {
	margin-right:0px;
	overflow:hidden;
	padding:0px;
	margin-top: 20px;
	float: left;
	width: 700px;
	font-size: 11px;
	line-height: 16px;
}

div.faq a{
	color: #00A7D6;
}


/* FAQ */


div#faqContent dl dd.faqExpanded {
	display: block;

}


div#faqContent.jsEnabled dd {
	display: none;
	
	background: #F9F9F9;
	padding: 20px;
	font-size: 11px;
	line-height: 15px;
	width: 660px;
}

div#faqContent dd ol{
	display: block;
	padding: 10px;
	margin-left: 10px;
	font-size: 11px;
	line-height: 15px;
	list-style-position: outside;
}

div#faqContent dd ol li{
	margin-bottom:10px;
}

div#faqContent.jsEnabled dd a {
	color:#00A7D6;
}

div#faqContent dd {
	line-height: 15px;
	padding: 20px !important;
}

div#faqContent h4 {
	color: black;
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
	display: block;
	float:left;
}

div#faqContent h4 a {
	color: black;
	font-size: 12px;
	text-decoration: none;
	line-height: normal;
	display: block;
	float:left;
}

dl.faqCollapsedList {
	font-size: 10px;
	width: 100%;
	margin-bottom: 20px;
	float: left;
}
dl.faqCollapsedList dt {
	overflow: hidden;
	border-bottom: 1px solid #DDD;
	line-height: 28px;
	padding-left: 0px;
	background-color: #EDEDED;
}
dl.faqCollapsedList dt:hover {
	border-bottom: 1px solid #C4C4C4;
	background-color: #F5F5F5;
}

dl.faqCollapsedList dt a {
	display: block;
	cursor: pointer;
	padding-left: 22px;
	background-image: url(../images/tree_closed.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-right: 12px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

span#toggleControls {
	float: right;
	font-size: 10px;
	color: #000;
}

span#toggleControls a{
	color: #00A7D6;
}

#LastFooter {
	font-size: 11px;
	text-align: left;
	line-height: 1.18182em;
	overflow: hidden;
	padding: 15px;
	background: #fff;
	color: #1b1b1b;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	clear: both;
}

* + html #spArticleBody #LastFooter {
    width: 808px;
}

