@charset "utf-8";
/* Specific styles for Help page specific content */

.faq {
	margin: 0 ; 
	padding: 0; 
}
.faq ul {
	border-top: #9edcee 2px solid; 
	border-bottom: #9edcee 2px solid;
	margin: 0 -10px 0 -10px; 
	padding: 5px 20px; 
	background: #fff none repeat scroll 0% 0%;
}

.faq li {
	margin:0 0 0 3px;
	padding:0;
	list-style:none !important;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.5em;
}

.faq li a{
	display:block;
	font-weight: lighter;
	font-size:1em;
	
}
.faq li a img{
	margin: 3px 0 0 -18px;
	
}
.faq li.selected {
	background:#458CFF url(../images/arrow-white-right.png) right no-repeat !important;
	background:#458CFF url(../images/arrow-white-right.gif) right no-repeat;
}
.faq li.selected a {
	color:#FFFFFF;
	text-decoration:none;
}
/*.faqQueryOpen {
	background:#458CFF;
	padding:0 0 2px 0;
}*/
.faqQueryOpen a{
	font-weight:bold;
}
.faqAnswer {
	margin:10px 0 20px 2px;
	padding:0 0 0 10px;
	border-left:#c7dcff solid 5px;
}