diff --git a/themes/default/css/product.css b/themes/default/css/product.css
index b02f2f6ea..e129a2e54 100644
--- a/themes/default/css/product.css
+++ b/themes/default/css/product.css
@@ -169,6 +169,8 @@ span.view_scroll_spacer {
text-align:right;
}
+.ie7 #pb-left-column #buy_block label {margin-right:5px}
+
/* short description pack */
.short_description_pack {
display:none;
@@ -192,9 +194,24 @@ span.view_scroll_spacer {
display:inline-block;
}
+.ie7 #attributes .attribute_list {
+ display:inline;
+ zoom:1
+}
+
+#attributes .attribute_list ul{
+ list-style:none
+}
+
+#attributes .attribute_list ul li{
+ clear:both
+}
+
#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;}
#attributes .attribute_list span{float: left;margin-bottom: 5px;margin-left: 3px;}
+.ie7 #attributes .attribute_list span{margin-top:1px}
+
.attribute_list #color_to_pick_list {
list-style-type:none;
width:125px;
diff --git a/themes/default/product.tpl b/themes/default/product.tpl
index b87c7bbd2..35be46b87 100644
--- a/themes/default/product.tpl
+++ b/themes/default/product.tpl
@@ -306,10 +306,14 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving
{elseif ($group.group_type == 'radio')}
- {foreach from=$group.attributes key=id_attribute item=group_attribute}
-
- {$group_attribute|escape:'htmlall':'UTF-8'}
- {/foreach}
+