After further review I realized I wouldn't be able to post what I have accomplished so far but if anyone has these questions gjh42 has given some valuable information in the links provided. I haven't managed to accomplish the description dividing yet (more php than I am able to handle at the moment) but I'm learning. So far my other problems have been solved...thanks again gjh42...great links!!!!!!!!

If I could be a bother one last time in this thread. I have split the columns for individual manipulation and I was able to make my price red as hoped using one of the links providing this code:

.PRODUCT_LIST_PRICE {
color: #FF0000;
font-size: 20px;
text-align: left;
}

However this also turns the "max #" and the "Add" text to red.
My example is:
http://www.sportsboardscentral.com/s...index&cPath=65
Please scroll through all items to see examples:
My question is can I remove the "Max: 1" from the items and can I replace the "Add quantity" that remains on items with the ...more info option..

This is the only part I did not see in the threads you provided...I can't stress enough the thanks I have for the help provided.