.Faq.Overview .Intro h3 {
	font-size:24px;
	line-height:25px;
}
.Faq.Overview .Intro a {
	color:inherit;
	text-decoration: underline;
}

.Faq.Overview > h3 {
	font-size:24px;
	line-height:25px;
	padding-bottom:15px;
	border-bottom:1px dotted #a6a6a6;
	margin-bottom:0;
}
.Faq.Overview ul.links {
	list-style:none;
	margin:15px 0 30px 0;
	padding:0;
}
.Faq.Overview ul.links li {
	margin:0;
	padding:0;
	border-bottom:1px dotted #a6a6a6;
}
.Faq.Overview ul.links li h4 {
	font-size:18px;
	line-height:20px;
}
.Faq.Overview ul.links a {
	cursor:pointer;
	font-size:15px;
	color:#7b7b7b;
	padding:12px 0;
	display:block;
	position: relative;
}

.Faq.Overview .answer {
	padding:15px;
	background:#F0F0F0;
}
.Faq.Overview .title h3 {
	font-size:18px;
	text-transform: none;
	margin-top:15px;
}

.Faq.Overview ul.links a:after {
	display:block;
	width:20px;
	height:20px;
	text-align: center;
	line-height:20px;
	content:'+';
	position: absolute;
	right:0;
	top:50%;
	margin-top:-10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: 900;
		color:#fff;
		background:#c7c7c7;
}

.Faq.Overview ul.links a:hover {
	color:#DB002A;
	text-decoration: none;
}
.Faq.Overview ul.links li:hover a:after {
	color:#fff;
	background:#181818;
}

.Faq.Overview ul.links li.active a {
	color:#DB002A;
}
.Faq.Overview ul.links li.active a:after {
	content:'-';
	color:#fff;
	background:#181818;
	line-height:17px;
	font-size:20px;
}


.FAQSearch {
	display:block;
	position: relative;
	background: #F2F2F4;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F4), to(#dadadb));
background: -webkit-linear-gradient(#F2F2F4, #dadadb);
background: -moz-linear-gradient(#F2F2F4, #dadadb);
background: -ms-linear-gradient(#F2F2F4, #dadadb);
background: -o-linear-gradient(#F2F2F4, #dadadb);
background: linear-gradient(#F2F2F4, #dadadb);
-pie-background: linear-gradient(#F2F2F4, #dadadb);
	behavior: url(/library/pie/PIE.htc);
}
.FAQSearch .form-control {
	border-right:0;
	-webkit-box-shadow: #666 0px 0px 0px;
-moz-box-shadow: #666 0px 0px 0px;
box-shadow: #666 0px 0px 0px;
}
.FAQSearch .btn-default {
	background:url(../../img/ico_zoom.png) no-repeat left center #fff;
	text-indent: -9999px;
	overflow:hidden;
	width:25px;
	
	margin-left:-2px;
	border:1px solid #ccc;
	border-left:0;
	height:34px;
	
}