Hello again Timgbg,
Looks like you have added .details twice on your screen.css, you have one on line 489 and line 727.
Everything works just fine you need to make the code exactly to work.
Example:
.details { width: 400px; }
.details { width: 400 px; }
Spacings make a lots of problem :)