Hello there
I have a question for the style_red.css you provide in your store.
Some CSS-Tags has a leading * like e.g. in the following code the "padding"-Tag:
.hikashop_cart_input_button{
background-color:#2f2c2c;
margin-top:10px;
margin-bottom:10px;
padding:3px 5px;
color:#fff;
cursor:pointer;
font-weight:bold;
*padding:0px;}
Or this one here:
/*Special code IE7*/
.hikashop_option_name{
*margin-left:20px;}
Is this star (*) correct before e.g. margin-left or padding? Or maybe it's a bug? I'm asking since NetBeans 7.2 as CSS Editor say's "Unexpected character(s) "*" found!".
Best regards
Mike