/* CSS Document */

div.article ul li.box {
	float: left;
	width: 50%;
	margin:0 0 3em 0;
	padding-left: 0px;
	font-size: 86%;
	background: none;
}

div.article ul li,
div.article ul li.box ul li {
	padding-left: 13px;
	background: url(../images/common/bullet.gif) no-repeat 0 5px;
	}
	
div.article h4 {
	padding-left: 21px;
	background: url(../images/faq/ico-qusetion.gif) no-repeat 0 0;
	}

div.article div.text {
	padding-left: 21px;
	background: url(../images/faq/ico-answer.gif) no-repeat 0 0;
	}