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

#centercolumn #content .cqa h2{
	padding:5px;
	padding-left:40px;
	margin-bottom:15px;
	background: url(/images/contstitlebg3.jpg) no-repeat left top;
	background-color:#fff;
	color:#555966;
	font-size:1.4em;
	font-weight:bold;
	overflow:hidden;
/*
	background: none;
	border: none;
	margin-bottom:	15px;
	font-size:	1.3em
*/
}

#centercolumn #content .cqa h3{
	background: none;
	background-color:	#AED27D;
	border-left: 0px;
	color:#333;
	font-size: 1.1em;
	line-height: 1.4;
	margin:0px 0px 10px 0px;
	padding-left:10px;
/*
	background: none;
	border: none;
	margin-bottom:	15px;
	font-size:	1.2em
*/
}
#centercolumn #content .cqa h3 a{
	text-decoration: none;
	color: #333;
}
#centercolumn #content .cqa h3 a:hover{
	color: #cc3333;
	text-decoration: none;
}

#centercolumn #content .cqa h4{
	background: none;
	border:	none;
	margin:	0px 0px 0px 0px;
	padding-left:10px;
}
#centercolumn #content .cqa h5{
	background:none;
	border-left:none;
	color:#333;
	font-weight:normal;
}

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

.cqa .clear{
	clear:	both;
}


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

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

.answer .item .itemHead{
	margin-top:15px;
	background: none;
	background-color:	#CC6600;
	padding:	5px;
	color:#fff;
}
.answer .item .itemInfo{
	background-color:	#FFDFBF;
}
.ansComment h4 {
	background: none;
	background-color:	#FFDFBF;
	border:none;
	border-left:5px solid #CC6600;
	border-botom:1px dotted #ccc;
	font-weight:bold;
	color:red;
}
.ansComment p{
	margin-left:20px;
	margin-top: 5px;
	padding:10px;
	border-left:5px solid #CC6600;
}

.cqa h2 .cqaCatList {
	background: none;
	background-color:	#DFEEAD;
	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
}

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


