@charset "UTF-8";
/* CSS Document */


div.category p.faq-txt{
	padding-bottom: 10px;
}

div.category div.faq-box{
	margin: 10px 0 20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #cdcdcd;
}

*:first-child + html div.category div.faq-box {
	padding-bottom: 20px;
}

 
div.category div.faq-box p.faq-q {
	background: url(../img/icon_faq_q.gif) no-repeat 0em 0em;
	padding: 2px 0 2px 38px;
	font-size: 110%;
	font-weight: bold;
	height: 30px;
	
}

div.category div.faq-box p.faq-a {
	background: url(../img/icon_faq_a.gif) no-repeat 0em 0em;
	padding: 2px 0 2px 38px;
	font-size: 110%;
	font-weight: normal;
	height: 30px;
}


