Ok, thanks. I'll just copy the CSS over to the wp css file. Easier to have it all in one place.
You can do that but this will take you the liberty to change it quickly via the WP admin panel.
One question tho, do you see � on the page, or is it gone or just me?
Yes indead. But you might try to set your WordPress to ISO-8859-15 (in Options->Reading) and make sure you have something like
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
in your header.php file. This could solve the charset problem.
Btw, I just saw that your shop page still isn't valid. Strange thing -- it is ok with XHML 1.1, but not with 1.0 transitional. :-/ Sorry for that.
Thanks alot for your help mate, been a God.
You're welcome, it was a pleasure to me. :-)