.cqa{
	font-size: 15px;
	line-height:	2em;
}

.cqa h1{
	border: none;
	margin-bottom:	15px;
	font-size:	1.3em
}

.cqa h2{
	border: none;
	margin-bottom:	15px;
	font-size:	1.2em
}

.cqa h3{
	border:	none;
	margin:	0px 0px 0px 0px;
}

.cqa .desc{
	border:	1px solid #DDDDDD;
	margin:	10px; 20px; 10px; 20px;
	padding:	10px;
}

.cqa .clear{
	clear:	both;
}


.question .item .itemHead{
	background-color:	#AED27D;
	padding:	5px;
}

.question .item .itemInfo{
	background-color:	#DFEEAD;
}
.question .item .itemFoot{
	background-color:	#DFEEAD;
}

.answer .item .itemHead{
	padding:	5px;
}

.cqaMenu ul li{
	width:	50px;
	float:	left;
	margin-left:	25px;
	margin-bottom:	25px;
	list-style-type: none;
}


li.qOnly{
	list-style-image:	/images/icon_qOnly.gif
}

li.qAnswered{
	list-style-image:	/images/icon_qAnswered.gif
}

li.qClosed{
	list-style-image:	/images/icon_qClosed.gif
}

.ansComment p{
	margin-left:20px;
	margin-top: 5px;
}
.cqa .memo{
	margin:	10px;
	padding:	10px;
	border: 1px #DDDDDD dashed;
	font-size:	11px;
	line-height:	1.3em;
}


