/**
* Typograph
*
* Headings and text styles
*
* @section		faq
* @subsection	typograph
*/

.standardTitle
{ border-top: 0; padding: 5px 0; }

.standardSubTitle
{ padding: 10px 0 5px; margin-bottom: 5px; }

/**
* FAQ
*
* Main structure and common components of FAQ
*
* @section		faq
*/

.content
{ margin: 40px auto 10px auto; }

.faqQuestion
{ padding: 0 0 10px 0; }

/** FAQ Paging */
	
.paging
{ background: #FAF9F5; height: 100%; margin: 1px 0 15px; overflow: hidden; position: relative; }

	.paging p
	{ border-bottom: 1px solid #EEE; padding: 5px 10px 5px 5px; }

	.paging .pagingDropdown
	{ font-size: 11px; position: absolute; right: 5px; top: 0; }

	.paging input
	{ font-size: 11px; height: 12px; margin-right: 3px; width: 25px; }

.descNavigation
{ font-size: 14px; }

	.descNavigation strong
	{ color: #069; }

.letterNavigation
{ border-bottom: 1px solid #F7F7F7; color: #999; font-size: 14px; line-height: 30px; }

	.letterNavigation a, .letterNavigation a:visited
	{ color: #069; padding: 0 0 0 17px; }
	
/** FAQ Search */

.faqSearch
{ bottom: -33px; position: absolute; right: 10px; }

.faqSearch form
{ background: url(images/bg_search.gif) repeat 0 0; border: 1px solid #096C9B; clear: both; font-size: 11px; height: 30px; overflow: hidden; line-height: 30px; padding: 5px; float: left; }

.faqSearch input
{ float: left; margin: 5px 10px 0 10px; }

.faqSearch label
{ display: block; float: left; }

.faqSearch .standardButton
{ float: left; }
