﻿#QAArea ul {
	margin: 0px 8px 20px 0px;
	padding: 0px;
	list-style-type: none;
}

#QAArea ul li {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#QAArea ul li h3 {
	font-size: 110%;
	margin: 0px;
	padding: 4px 0px 4px 20px;
	background-image: url('../img/btn_expand.gif');
	background-repeat: no-repeat;
	background-position: 0px center;
}

#QAArea ul li.expand h3 {
	background-image: url('../img/btn_shrink.gif');
}

#QAArea ul li h3 a {
	color: #0663b9;
	text-decoration: underline;
}

#QAArea ul li h3 a:hover {
	color: #ff0000;
}

#QAArea ul li p {
	margin: 0px 0px 10px 14px;
	padding: 6px;
	line-height: 130%;
	background-color: #f8f8f8;
}

