
/* Expandable/collapsible sections styles */
#toggleSectionsContent {
	padding: 20px 20px 0 20px;
}
#toggleSectionsBottom {
	background: transparent url(../images/tab_section_bottom.gif) left bottom no-repeat;
	width: 560px;
	height: 15px;
}
#toggleSections a {
	display: block;
	background: transparent url(../images/expand.gif) 0px 1px no-repeat;
	padding-left: 20px;
	height: 25px;
	font-weight: bold;
}
#toggleSections a.normalLink {
	display: inline !important;
	padding: 0 !important;
	background: none !important;
	font-weight: normal !important;
}
#toggleSections div.toggleSection {
	position: relative;
	display: none;
}
#toggleSections li ul li {
	padding: 0;
}
#faq div#toggleSections {
	margin-top: 10px;
	background: transparent url(../images/section_top.gif) 0 0 no-repeat;
	width: 560px;
}
#faq div.toggleSection p, #faq div.toggleSection ul {
	margin-left: 21px;
}

