/* Bride@Chestergate by I Do, I Do web design */
/* FAQ Styles */

/* Show all answers by default */
/* Hide the Show/Hide All Answers element by default */
/* NB if browser supports js (and the methods used) faqjs.css is linked in and reverses these defaults */

.faqhelp {
	display:none;
	margin:15px 0 0 0;
}

.faqlist dt, .faqlist dt a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#5A7683;
	margin:0;
	padding:7px 0 0 0;
	cursor:text;
}

.faqlist dt p {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	display: inline;
}

.faqlist dd {
	margin:10px 0 10px 0;
	padding:0 0 0 1px;
}

dd li{
	list-style-type:lower-alpha;
}



