@charset "utf-8";
/* CSS FAQ */

.faqIntro {
	width:95%; 
	color:#336699; 
	font-size:0.85em; 
	font-weight:bold;
}
.questionsContainer {
	margin-left:15px; 
	margin-top:20px;
}
.questionsContainer li {
	background:url(../images/faq/faq-q.gif) no-repeat top left; 
	padding-left:37px;
	margin:10px 10px;
	cursor:pointer;
}
.questionBackground {
	height:36px; 
	background:url(../images/faq/faq-q-bg.gif) repeat-x;
}
.questionRightBorder {
	background:url(../images/faq/faq-q-right-brdr.gif) no-repeat top right; 
	height:36px; 
	line-height:36px; 
	color:#fff; 
	font-size:0.95em; 
	font-weight:bold;
}
.questionText {
	width:667px; 
	float:left
}
.questionArrow {
	width:15px;
	height:36px; 
	float:right; 
	margin-right:10px;
}
.answer {
	font-size:0.81em; 
	padding-right:15px; 
	background: url(../images/faq/a-gray.gif) no-repeat top left; 
	padding-left:37px;
}

/* bottom banner */
.faqBottomBannerBg {
	background:url(../images/faq/q-and-a-bg.gif) repeat-x;
}
.faqBottomBannerLeftCorner {
	 background:url(../images/faq/q-and-a.gif) no-repeat left; 
	 height:58px;
	 padding-left:147px;
}
.faqBottomBannerText {
	width:542px; 
	float:left; 
	line-height:58px; 
	font-size:0.95em; 
	font-weight:bold; 
	color:#fff; 
	letter-spacing:-1px; 
	text-align:center;
}
.faqBottomBannerText a, .faqBottomBannerText a:visited {
	color:#336699;
}
.faqBottomBannerText a:hover {
	text-decoration:underline;
}
.faqBottomBannerEnvelope {
	width:68px; 
	height:58px; 
	float:right; 
	background:url(../images/faq/q-and-a-envelope.gif) no-repeat right; 
	display:block;
}
.faqBottomBannerEnvelope:hover {
	background-image:url(../images/faq/q-and-a-envelope-hover.gif);
}
/*added by manar*/
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

