On my homepage, I have new products listed...
This is what it looks like currently:



I'm trying to accomplish this:



So far, I have got the shadow image:



And the CSS rule to separate the title from the price:

Code:
border-right: 1px solid #000000;
Pointer, I do not need the second line under the title where it says "By:"

Can anyone help me accomplish this??

Thanks in advance!!