I would say the easiest way is to add a bottom border to the qa-a-list-item class in your CSS. You may need to change the padding too. For example you could change the style to:
.qa-a-list-item {
margin-bottom: 20px;
zoom: 1;
padding-bottom: 21px;
border-bottom: 1px dotted #999;
}