@charset "utf-8";

.contBox table.qa table.def{
	/*font-size:0.8em;*/
	margin-left:10px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	border:1px solid #cccccc;
	margin-bottom:10px;
	width: 600px;
	margin:auto;
}

.contBox table.qa table.def th{
	background-image:none;
	background-color:#E3EAA3;
	border:1px solid #cccccc;
	text-align:center;
	line-height:1.5em;
	font-weight:normal;
	color:#333333;
	padding:3px;
}

.contBox table.qa table.def td{
	background-image:none;
	background-color:#ffffff;
	border:1px solid #cccccc;
	line-height:1.5em;
	padding:3px;
	vertical-align: middle;
}

.contBox ul.qa li,
.contBox ul li.qa{
	background-image: url(../../imgs/qa_icon.jpg);
	background-repeat: no-repeat;
	background-position: -50px 2px;
	padding:4px 0px 4px 25px;
}


.contBox table.qa,
.contBox table.qa th,
.contBox table.qa td{
	border:none;
}

.contBox table.qa th{
	text-align:left;
	padding:10px 0px 10px 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #C0EBC2;
	border-right-color: #C0EBC2;
	border-bottom-color: #C0EBC2;
	border-left-color: #C0EBC2;
	font-weight: bold;
	background-image: url(../../imgs/qa_icon.jpg);
	background-repeat: no-repeat;
	background-position: -50px 8px;
	background-color:#FFFFFF;
}

.contBox table.qa td{
	padding:10px 0px 20px 30px;
	background-image: url(../../imgs/qa_icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px -42px;

}

.contBox table.qa td p{
	margin-left:0px;
	padding-left:0px;	
}