@charset "utf-8";
/* CSS Document */
 ul.faq {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style:none;
}

ul.faq li {
	margin-bottom: .5em;
	margin-top: .5em;
	list-style:none;
}

ul.faq li ul {
	list-style-type: square;
	list-style-image: none;
	list-style:none;
}

ul.faq li ul {
	margin-bottom: .5em;
	margin-top: .5em;
}

.faq .question {
	display: block;
	position: relative;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #777;
	font-weight: bold;
}

  .question a {
	text-decoration: none;
	color: #777;
	font-weight: bold;
}

 .question a:hover {
	text-decoration: underline;
}

 .close {
	display:none;
	float:right;
	padding-top:0px;
	background:url(../images/cross.gif); background-repeat:no-repeat;
	padding-left:15px;
}

   .close a,a:hover {
	color:#f66e00; text-decoration:none;
}

/*.answer {
	padding:5px;
	background-color: #fffbd9;
	border-bottom: 1px solid #ccc8a4;
	color: #333;
	display:none;
}
*/

 .answer {
	background-color: #a5c728;
	padding:5px;
	border: 1px solid #5a7300;
	padding-top: .5em;
	font-size: 1em;
	color: #333;
	display:none;
}

 /* .answer p {
	margin-left: 1em;
	margin-bottom: 0;
	padding-top: .5em;
	margin-right: 1em;
	font-size: 1em;
	color: #333;
}*/

