I still don't like the refine search. A drop down menu will probably work better with the brands and other filter you can have.
I'll say nothing about colours, cause I am brutal at it as well. My partner helps me with that.
You should try script to get the image size and if null don't show it, cause it looks terrible when the X red mark shows.
You give the message "no products matching" but you still show the paging below and the sorting above.
Some P&P: €0.00 are 0.00 and shouldn't be seen by public.
can't say anymore cause it shows a php error: it works now.
you define the style in the stylesheet:
Code:
.style3 {color: #3E84DC}
.style7 {color: #666666}
.style8 {color: #856666}
.style10 {color: #F9921C}
but you also have those tags in the source page.
menuFooter style.
I'll change that to
Code:
.menuFooter {
color: #3E84DC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;/*or 10px instead of 100%*/
font-style: normal;
}