@charset "UTF-8";

ul.qa{
padding-bottom:20px;
}

/* Q and A
---------------------------------------------*/
ul.qa li{
padding-bottom:15px;
padding-top:5px;
border-bottom:1px solid #ccc;
font-size:108%;
}

ul.qa p.question,
ul.qa p.answer{
margin-top:10px;
padding-left:28px;
}

ul.qa p.question{
background:url(../images/qanda_q.gif) no-repeat 0px 0px;
}

ul.qa p.answer{
background:url(../images/qanda_a.gif) no-repeat 0px 0px;
}


