/* CSS Document FAQ PAGE */

#Content h1 a, #Content h1 a:hover {
	font: 19px Arial;
	color:#fff;
	line-height:19px;
	text-indent:16px;
	background:#c00;
	padding:3px 5px;
	
}
#Content h2 a, #Content h2 a:hover {
	font:18px Arial, Helvetica, sans-serif;
	padding:2px 0;
	border-bottom:2px solid #c00;
	display: block;
	color: #c00;
	margin:10px;
}
#Content ul {
	list-style:none;
	margin-left:10px;
}
#Content ul li.qwe {
	background: url(../img/q.faq.gif) no-repeat left top;
	padding-left: 30px;
	margin-top:10px;
	line-height:18px;
	
}
#Content ul li.ans {
	background: url(../img/a.faq.gif) no-repeat left top;
	padding-left: 30px;
	margin-top:10px;
	line-height:18px;
}
#Content ul li.ans ul {
	list-style:square;
	font:14px Georgia, 'Times New Roman', Times, serif;
	padding-left:26px; 
	line-height:18px;
}
#Content ul li.top {
	text-align:right;
	background: url(../img/points-horizontal.gif) repeat-x center bottom;
	padding:0;
	
}
#Content ul li.top a {
	font:14px Georgia, "Times New Roman", Times, serif;
	color: blue;
	text-decoration: underline;
	border:0;
	background: url(../img/top.faq.gif) no-repeat left 50%;
	padding-left:10px;
}
#Content ul li.top a:hover {
	text-decoration:underline;
	color:#c00;
}
	