diff --git a/themes/default/css/product.css b/themes/default/css/product.css
index f34c7b82a..ba3173fd0 100644
--- a/themes/default/css/product.css
+++ b/themes/default/css/product.css
@@ -192,6 +192,9 @@ span.view_scroll_spacer {
display:inline-block;
}
+#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;}
+#attributes .attribute_list span{float: left;margin-bottom: 5px;margin-left: 3px;}
+
.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 270ce2e7c..f18e55a2b 100644
--- a/themes/default/product.tpl
+++ b/themes/default/product.tpl
@@ -304,7 +304,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
{elseif ($group.group_type == 'radio')}
{foreach from=$group.attributes key=id_attribute item=group_attribute}
- {$group_attribute|escape:'htmlall':'UTF-8'}
+ {$group_attribute|escape:'htmlall':'UTF-8'}
{/foreach}
{/if}