The div class is already formated into the product listing you will just need to add the style to the style sheet.
This is the section from the example site.
.listingDescription {
padding-left: .1em;
padding-bottom: 2em;
border-top: dashed #AA0000 1px;
margin-left: 1em;
}
Just change the styles for your site.



