﻿#faq {
	font-size:12px;
	line-height:1.8em;
}
#faq form {
	text-align:right;
}
#faq form input {
	border-color:#888;
}
#faq ul, #faq li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#faq ul {
	padding-bottom:0.5em;
	margin-top:2em;
}
#faq ul ul {
	margin-top:0;
}
#faq li {
	line-height:1em;
	margin:0 0 1em 1.5em;
	list-style:disc;
	color:#0000CC;
}
#faq li.s2 {
	list-style:square;
	color:black;
}
#faq li.s2 li {
	margin-left:0;
}
#faq ul.list {
	padding-top:1em;
}
#faq ul.list li {
	list-style:none;
	margin-left:0;
	padding-left:2.7em;
	background:url(/img/q.gif) no-repeat left top;
	min-height:2.5em;
	height:auto!important;
	height:2.5em;
}
#faq ul.list li a {
	display:block;
	position:relative;
	top:4px;
	padding-bottom:2px;
	border-bottom:1px #ccc dashed;
}
#faq ul.list li a:hover {
	background-color:#eee;
}
#faq h5, #faq h6{
	margin:1em 0 0.5em 0;
	padding:0px;
}
#faq h5{font-size:14px; background-color:#eee; padding-left:5px;}
#faq h6{font-size:12px;color:#333; border-bottom:1px #ccc dashed; padding-bottom:3px;}
#faq a{color:#0033ff;}
#faq a:hover{text-decoration:underline; color:red;}
#faq h5 span, #faq h6 span {
	float:right;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	*position:relative;
	*top:-1.3em;
}
#faq h5 span {
	*top:-1.8em;
}
#faq h5 span a, #faq h6 span a {
	color:#666;
}
#faq li ul {
	margin-top:0.8em;
	margin-bottom:0;
}
#faq li li {
	margin-left:0;
}