﻿.faq, .faq2, .faq3, .faq4, .faq5 {
  padding: 10px 0 0 0px;
}
.faq h4, .faq2 h4, .faq3 h4, .faq4 h4, .faq5 h4 {
	margin-bottom: .5em;
}
.faq dt, .faq2 dt, .faq3 dt, .faq4 dt, .faq5 dt {
	margin-top: -1px;
	border: solid 1px #c4c4c4;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
    line-height: 1.2;
	cursor: pointer;
	padding-top: 5px;
	padding-left: 28px;
	min-height: 28px;
	background-image: url(/support/img/questionIcon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
}
.faq dt.faqClosed, .faq2 dt.faqClosed, .faq3 dt.faqClosed, .faq4 dt.faqClosed, .faq5 dt.faqClosed {
    color: #3c3c3c !important;
  /*  background: #ffffff  !important;*/
  	background-color: #ffffff !important;
 	background-image: url(/support/img/questionIcon.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.faq dt.faqOpen, .faq2 dt.faqOpen, .faq3 dt.faqOpen, .faq4 dt.faqOpen, .faq5 dt.faqOpen  {
	color: #ededed;
	background: #313b61;
}
.faq dd, .faq2 dd, .faq3 dd, .faq4 dd, .faq5 dd {
	display: block;
	margin: 0;
	padding: 0 21px;
	overflow: hidden;
	padding-top: 5px;
	padding-left: 28px;
	background-image: url(/support/img/answerIcon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	border-right: solid 1px #c4c4c4;
	border-bottom: solid 1px #c4c4c4;
	border-left: solid 1px #c4c4c4;
	background-color: #ffffff;
}
/*#faqLogin .faq dd p.answerText {
	font-size: 12px;
	width: 800px;
}*/
#mainContent #faqSection p.answerText {
	font-size: 12px;
	width: 820px;
	height: auto;
	padding: 2px;
	margin: 0px;
}
.faq .faqToTop, .faq2 .faqToTop, .faq3 .faqToTop, .faq4 .faqToTop, .faq5 .faqToTop {
	display: block;
	text-align: right;
	padding-bottom: 4px;
    font-size: 0.75em;
}
.faq .faqHide, .faq .faqShow, .faq2 .faqHide, .faq3 .faqHide, .faq4 .faqHide, .faq5 .faqHide, .faq2 .faqShow, .faq3 .faqShow, .faq4 .faqShow, .faq5 .faqShow {
	display: block;
	margin: 6px 0;
	padding: 0 0 0 28px;
	background: url(/support/img/minus.gif) no-repeat 5px 50%;
	font-weight: bolder;
	text-decoration: none;
}
.faq .faqShow, .faq2 .faqShow, .faq3 .faqShow, .faq4 .faqShow, .faq5 .faqShow {
	background-image: url(/support/img/plus.gif);
}
