Hello dbltoe,

Thanks for this wonderful work...

Playing with it today after uploading the files (without any changes) the product details (model #, weight, etc.) won't show up, and I can see that even on your sample page they are not showing up.

I believe the culprit line is 515 (stylesheet.css) where you have:
Code:
#pinfo-right {display:none;}
That line is substituting previous line 350:
Code:
#pinfo-right{float:right;width:55%;padding:20px 0 0 0;}
Also if the description doesn't align properly I suggest people to pay attention to line 354
Code:
#productDescription{float:right;width:70%;padding:20px 0 0 0;}
which is making the description go to right and make the review buttons to come up to the left of description.