rgtheme - Version 1.0.0

Version Notes

This magento template is designed for all kinds to shop online

Download this release

Release Info

Developer Serbouti
Extension rgtheme
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (93) hide show
  1. app/design/frontend/default/rgtheme/layout/catalog.xml +450 -0
  2. app/design/frontend/default/rgtheme/layout/catalogsearch.xml +138 -0
  3. app/design/frontend/default/rgtheme/layout/cms.xml +92 -0
  4. app/design/frontend/default/rgtheme/layout/newsletter.xml +69 -0
  5. app/design/frontend/default/rgtheme/layout/paypal.xml +146 -0
  6. app/design/frontend/default/rgtheme/layout/poll.xml +57 -0
  7. app/design/frontend/default/rgtheme/layout/reports.xml +37 -0
  8. app/design/frontend/default/rgtheme/layout/tag.xml +134 -0
  9. app/design/frontend/default/rgtheme/template/catalog/category/view.phtml +82 -0
  10. app/design/frontend/default/rgtheme/template/catalog/product/commentaire.phtml +11 -0
  11. app/design/frontend/default/rgtheme/template/catalog/product/list.phtml +144 -0
  12. app/design/frontend/default/rgtheme/template/catalog/product/list/toolbar.phtml +97 -0
  13. app/design/frontend/default/rgtheme/template/catalog/product/list/upsell.phtml +53 -0
  14. app/design/frontend/default/rgtheme/template/catalog/product/new.phtml +75 -0
  15. app/design/frontend/default/rgtheme/template/catalog/product/view.phtml +180 -0
  16. app/design/frontend/default/rgtheme/template/catalog/product/view/media.phtml +80 -0
  17. app/design/frontend/default/rgtheme/template/catalogsearch/form.mini.phtml +45 -0
  18. app/design/frontend/default/rgtheme/template/checkout/cart.phtml +140 -0
  19. app/design/frontend/default/rgtheme/template/checkout/cart/sidebar.phtml +79 -0
  20. app/design/frontend/default/rgtheme/template/checkout/cart/sidebar/default.phtml +133 -0
  21. app/design/frontend/default/rgtheme/template/checkout/onepage.phtml +61 -0
  22. app/design/frontend/default/rgtheme/template/newsletter/subscribe.phtml +45 -0
  23. app/design/frontend/default/rgtheme/template/page/1column.phtml +65 -0
  24. app/design/frontend/default/rgtheme/template/page/2columns-left.phtml +65 -0
  25. app/design/frontend/default/rgtheme/template/page/2columns-right.phtml +67 -0
  26. app/design/frontend/default/rgtheme/template/page/3columns.phtml +68 -0
  27. app/design/frontend/default/rgtheme/template/page/html/footer.phtml +46 -0
  28. app/design/frontend/default/rgtheme/template/page/html/header.phtml +46 -0
  29. app/design/frontend/default/rgtheme/template/page/html/pager.phtml +124 -0
  30. app/design/frontend/default/rgtheme/template/review/form.phtml +175 -0
  31. app/design/frontend/default/rgtheme/template/review/product/view/list.phtml +70 -0
  32. package.xml +19 -0
  33. skin/frontend/default/rgtheme/Thumbs.db +0 -0
  34. skin/frontend/default/rgtheme/css/styles.css +1417 -0
  35. skin/frontend/default/rgtheme/images/Thumbs.db +0 -0
  36. skin/frontend/default/rgtheme/images/back1.png +0 -0
  37. skin/frontend/default/rgtheme/images/back_barre.png +0 -0
  38. skin/frontend/default/rgtheme/images/back_c.png +0 -0
  39. skin/frontend/default/rgtheme/images/back_search.png +0 -0
  40. skin/frontend/default/rgtheme/images/back_title.png +0 -0
  41. skin/frontend/default/rgtheme/images/bkg_button.gif +0 -0
  42. skin/frontend/default/rgtheme/images/bkg_collapse.gif +0 -0
  43. skin/frontend/default/rgtheme/images/bkg_rating.gif +0 -0
  44. skin/frontend/default/rgtheme/images/bkg_rating.png +0 -0
  45. skin/frontend/default/rgtheme/images/box_head.png +0 -0
  46. skin/frontend/default/rgtheme/images/btn_edit.gif +0 -0
  47. skin/frontend/default/rgtheme/images/btn_remove.gif +0 -0
  48. skin/frontend/default/rgtheme/images/btn_remove.png +0 -0
  49. skin/frontend/default/rgtheme/images/btn_trash.gif +0 -0
  50. skin/frontend/default/rgtheme/images/btn_trash.png +0 -0
  51. skin/frontend/default/rgtheme/images/btn_window_close.gif +0 -0
  52. skin/frontend/default/rgtheme/images/cartside.png +0 -0
  53. skin/frontend/default/rgtheme/images/electro.png +0 -0
  54. skin/frontend/default/rgtheme/images/facebook.png +0 -0
  55. skin/frontend/default/rgtheme/images/feed.png +0 -0
  56. skin/frontend/default/rgtheme/images/home.png +0 -0
  57. skin/frontend/default/rgtheme/images/i_asc_arrow.gif +0 -0
  58. skin/frontend/default/rgtheme/images/i_availability_only_arrow.gif +0 -0
  59. skin/frontend/default/rgtheme/images/i_desc_arrow.gif +0 -0
  60. skin/frontend/default/rgtheme/images/i_notice.gif +0 -0
  61. skin/frontend/default/rgtheme/images/i_pager-next.gif +0 -0
  62. skin/frontend/default/rgtheme/images/i_pager-prev.gif +0 -0
  63. skin/frontend/default/rgtheme/images/i_rss-big.png +0 -0
  64. skin/frontend/default/rgtheme/images/i_rss.gif +0 -0
  65. skin/frontend/default/rgtheme/images/logo.gif +0 -0
  66. skin/frontend/default/rgtheme/images/magnifier_handle.gif +0 -0
  67. skin/frontend/default/rgtheme/images/mailto.png +0 -0
  68. skin/frontend/default/rgtheme/images/men_act_left.png +0 -0
  69. skin/frontend/default/rgtheme/images/menu_back_btn.png +0 -0
  70. skin/frontend/default/rgtheme/images/omb_B_L.png +0 -0
  71. skin/frontend/default/rgtheme/images/omb_B_R.png +0 -0
  72. skin/frontend/default/rgtheme/images/omb_B_rep.png +0 -0
  73. skin/frontend/default/rgtheme/images/omb_L_rep.png +0 -0
  74. skin/frontend/default/rgtheme/images/omb_R_rep.png +0 -0
  75. skin/frontend/default/rgtheme/images/omb_T_L.png +0 -0
  76. skin/frontend/default/rgtheme/images/omb_T_R.png +0 -0
  77. skin/frontend/default/rgtheme/images/omb_T_rep.png +0 -0
  78. skin/frontend/default/rgtheme/images/opacity.png +0 -0
  79. skin/frontend/default/rgtheme/images/pager_arrow_left.gif +0 -0
  80. skin/frontend/default/rgtheme/images/pager_arrow_right.gif +0 -0
  81. skin/frontend/default/rgtheme/images/paybox.png +0 -0
  82. skin/frontend/default/rgtheme/images/paypal.png +0 -0
  83. skin/frontend/default/rgtheme/images/print.png +0 -0
  84. skin/frontend/default/rgtheme/images/puce_links.png +0 -0
  85. skin/frontend/default/rgtheme/images/search_back.png +0 -0
  86. skin/frontend/default/rgtheme/images/search_ok.gif +0 -0
  87. skin/frontend/default/rgtheme/images/serbouti2.png +0 -0
  88. skin/frontend/default/rgtheme/images/slider_bg.gif +0 -0
  89. skin/frontend/default/rgtheme/images/spacer.gif +0 -0
  90. skin/frontend/default/rgtheme/images/stars.png +0 -0
  91. skin/frontend/default/rgtheme/images/step_active.png +0 -0
  92. skin/frontend/default/rgtheme/images/tweet.png +0 -0
  93. skin/frontend/default/rgtheme/images/validation_advice_bg.gif +0 -0
app/design/frontend/default/rgtheme/layout/catalog.xml ADDED
@@ -0,0 +1,450 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ Supported layout update handles (action):
29
+ - catalog_product_gallery
30
+ - catalog_product_compare_index
31
+
32
+ Supported layout update handles (special):
33
+ - default
34
+ - catalog_category_default
35
+ - catalog_category_layered
36
+ - catalog_product_view
37
+
38
+ -->
39
+ <layout version="0.1.0">
40
+
41
+ <!--
42
+ Default layout, loads most of the pages
43
+ -->
44
+
45
+ <default>
46
+
47
+ <!-- Mage_Catalog -->
48
+ <reference name="top.menu">
49
+ <block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
50
+ </reference>
51
+ <reference name="left">
52
+ <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
53
+ <action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
54
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
55
+ <action method="setLinkUrl"><url>checkout/cart</url></action>
56
+ </block>
57
+ </reference>
58
+ <reference name="right">
59
+ <!--<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>-->
60
+ <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
61
+ <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
62
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>
63
+ </block>
64
+ </reference>
65
+ <reference name="footer_links">
66
+ <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
67
+ </reference>
68
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
69
+ </default>
70
+
71
+
72
+ <!--
73
+ Category default layout
74
+ -->
75
+
76
+ <catalog_category_default translate="label">
77
+ <label>Catalog Category (Non-Anchor)</label>
78
+ <reference name="left">
79
+ <block type="catalog/navigation" name="catalog.leftnav" before="-" template="catalog/navigation/left.phtml"/>
80
+ </reference>
81
+ <reference name="root">
82
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
83
+ </reference>
84
+ <reference name="content">
85
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
86
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
87
+ <action method="setColumnCount"><columns>4</columns></action>
88
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
89
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
90
+ <!-- The following code shows how to set your own pager increments -->
91
+ <!--
92
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
93
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
94
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
95
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
96
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
97
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
98
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
99
+ -->
100
+ </block>
101
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
102
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
103
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
104
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
105
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
106
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
107
+ </block>
108
+ </block>
109
+ </reference>
110
+ </catalog_category_default>
111
+
112
+ <!--
113
+ Category layered navigation layout
114
+ -->
115
+
116
+ <catalog_category_layered translate="label">
117
+ <label>Catalog Category (Anchor)</label>
118
+ <reference name="left">
119
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
120
+ </reference>
121
+ <reference name="content">
122
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
123
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
124
+
125
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
126
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
127
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
128
+ <!-- The following code shows how to set your own pager increments -->
129
+ <!--
130
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
131
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
132
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
133
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
134
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
135
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
136
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
137
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
138
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
139
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
140
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
141
+ -->
142
+ </block>
143
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
144
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
145
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
146
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
147
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
148
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
149
+ </block>
150
+ </block>
151
+ </reference>
152
+ </catalog_category_layered>
153
+
154
+ <catalog_category_layered_nochildren translate="label">
155
+ <label>Catalog Category (Without Subcategories)</label>
156
+ <remove name="right.reports.product.viewed" />
157
+ <reference name="right">
158
+ <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
159
+ </reference>
160
+ </catalog_category_layered_nochildren>
161
+
162
+ <!--
163
+ Compare products page
164
+ -->
165
+
166
+ <catalog_product_compare_index translate="label">
167
+ <label>Catalog Product Compare List</label>
168
+ <!-- Mage_Catalog -->
169
+ <reference name="root">
170
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
171
+ </reference>
172
+ <reference name="head">
173
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
174
+ <action method="addJs"><script>varien/product.js</script></action>
175
+ </reference>
176
+ <reference name="content">
177
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
178
+ </reference>
179
+ </catalog_product_compare_index>
180
+
181
+ <customer_account_index>
182
+ <reference name="right">
183
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
184
+ </reference>
185
+ </customer_account_index>
186
+
187
+ <!--
188
+ Product view
189
+ -->
190
+
191
+ <catalog_product_view translate="label">
192
+ <label>Catalog Product View (Any)</label>
193
+ <!-- Mage_Catalog -->
194
+ <reference name="root">
195
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
196
+ </reference>
197
+ <reference name="head">
198
+ <action method="addJs"><script>varien/product.js</script></action>
199
+ <action method="addJs"><script>varien/configurable.js</script></action>
200
+
201
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
202
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
203
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
204
+ </reference>
205
+ <reference name="content">
206
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
207
+ <!--
208
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
209
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
210
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
211
+ -->
212
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
213
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
214
+ <label>Alert Urls</label>
215
+ </block>
216
+
217
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
218
+
219
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
220
+ <action method="setColumnCount"><columns>4</columns></action>
221
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
222
+ </block>
223
+
224
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
225
+ <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
226
+ <action method="addToParentGroup"><group>detailed_info</group></action>
227
+ </block>
228
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
229
+ <action method="addToParentGroup"><group>detailed_info</group></action>
230
+ </block>
231
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
232
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
233
+
234
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
235
+ <label>Product View Extra Hint</label>
236
+ </block>
237
+
238
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
239
+ <label>Info Column Options Wrapper</label>
240
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
241
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
242
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
243
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
244
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
245
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
246
+ </block>
247
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
248
+ </block>
249
+ <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml" translate="label">
250
+ <label>Bottom Block Options Wrapper</label>
251
+ <action method="insert"><block>product.tierprices</block></action>
252
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
253
+ <action method="append"><block>product.info.addtocart</block></action>
254
+ <action method="append"><block>product.info.addto</block></action>
255
+ </block>
256
+
257
+ <block type="core/template_facade" name="product.info.container1" as="container1">
258
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
259
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
260
+ <action method="append"><block>product.info.options.wrapper</block></action>
261
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
262
+ </block>
263
+ <block type="core/template_facade" name="product.info.container2" as="container2">
264
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
265
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
266
+ <action method="append"><block>product.info.options.wrapper</block></action>
267
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
268
+ </block>
269
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
270
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
271
+ <block type="core/template" name="commentaire" template="catalog/product/commentaire.phtml">
272
+ <block type="review/form" name="product.review.form" as="review_form"/> <!-- ajout commentaire -->
273
+ <block type="review/product_view_list" name="review" template="review/product/view/list.phtml"/><!-- ajout commentaire -->
274
+ </block>
275
+ </block>
276
+ </reference>
277
+ <reference name="right">
278
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
279
+ </reference>
280
+ </catalog_product_view>
281
+
282
+ <!--
283
+ Additional block dependant on product type
284
+ -->
285
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
286
+ <label>Catalog Product View (Simple)</label>
287
+ <reference name="product.info">
288
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
289
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
290
+ <label>Product Extra Info</label>
291
+ </block>
292
+ </block>
293
+ </reference>
294
+ </PRODUCT_TYPE_simple>
295
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
296
+ <label>Catalog Product View (Configurable)</label>
297
+ <reference name="product.info">
298
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
299
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
300
+ <label>Product Extra Info</label>
301
+ </block>
302
+ </block>
303
+ </reference>
304
+ <reference name="product.info.options.wrapper">
305
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
306
+ </reference>
307
+ </PRODUCT_TYPE_configurable>
308
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
309
+ <label>Catalog Product View (Grouped)</label>
310
+ <reference name="product.info">
311
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
312
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
313
+ <label>Product Extra Info</label>
314
+ </block>
315
+ </block>
316
+ </reference>
317
+ </PRODUCT_TYPE_grouped>
318
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
319
+ <label>Catalog Product View (Virtual)</label>
320
+ <reference name="product.info">
321
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
322
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
323
+ <label>Product Extra Info</label>
324
+ </block>
325
+ </block>
326
+ </reference>
327
+ </PRODUCT_TYPE_virtual>
328
+
329
+
330
+
331
+ <!--
332
+ Product send to friend
333
+ -->
334
+
335
+ <catalog_product_send translate="label">
336
+ <label>Catalog Product Email to a Friend</label>
337
+ <!-- Mage_Catalog -->
338
+ <reference name="root">
339
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
340
+ </reference>
341
+ <reference name="head">
342
+ <action method="addJs"><script>varien/product.js</script></action>
343
+ </reference>
344
+ <reference name="content">
345
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
346
+ </block>
347
+ </reference>
348
+ </catalog_product_send>
349
+
350
+ <!--
351
+ Product additional images gallery popup
352
+ -->
353
+
354
+ <catalog_product_gallery translate="label">
355
+ <label>Catalog Product Image Gallery Popup</label>
356
+ <!-- Mage_Catalog -->
357
+ <reference name="root">
358
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
359
+ </reference>
360
+ <reference name="content">
361
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
362
+ </reference>
363
+ </catalog_product_gallery>
364
+
365
+ <!--
366
+ SEO Site Map
367
+ -->
368
+
369
+ <catalog_seo_sitemap translate="label">
370
+ <label>Catalog Seo Sitemap (Common)</label>
371
+ <remove name="right"/>
372
+ <remove name="left"/>
373
+
374
+ <reference name="root">
375
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
376
+ </reference>
377
+ <reference name="content">
378
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
379
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
380
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
381
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
382
+ </block>
383
+ </reference>
384
+ </catalog_seo_sitemap>
385
+
386
+ <catalog_seo_sitemap_category translate="label">
387
+ <label>Catalog Seo Sitemap (Category List)</label>
388
+ <update handle="catalog_seo_sitemap" />
389
+ <reference name="seo.sitemap.container">
390
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
391
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
392
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
393
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
394
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
395
+ </block>
396
+ </reference>
397
+ <reference name="seo.sitemap.links">
398
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
399
+ </reference>
400
+ </catalog_seo_sitemap_category>
401
+
402
+ <catalog_seo_sitemap_category_tree translate="label">
403
+ <label>Catalog Seo Sitemap (Category Tree)</label>
404
+ <reference name="seo.sitemap.container">
405
+ <remove name="seo.sitemap.pager.top" />
406
+ <remove name="seo.sitemap.pager.bottom" />
407
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
408
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
409
+ <remove name="seo.sitemap.sitemap" />
410
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
411
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
412
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
413
+ </block>
414
+ </reference>
415
+ </catalog_seo_sitemap_category_tree>
416
+
417
+ <catalog_seo_sitemap_product translate="label">
418
+ <label>Catalog Seo Sitemap (Product List)</label>
419
+ <update handle="catalog_seo_sitemap" />
420
+ <reference name="seo.sitemap.container">
421
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
422
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
423
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
424
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
425
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
426
+ </block>
427
+ </reference>
428
+ <reference name="seo.sitemap.links">
429
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
430
+ </reference>
431
+ </catalog_seo_sitemap_product>
432
+
433
+
434
+ <!--
435
+ Catalog search terms block
436
+ -->
437
+
438
+ <catalog_seo_searchterm_popular translate="label">
439
+ <label>Catalog Seo Popular Search Terms</label>
440
+ <remove name="right"/>
441
+ <remove name="left"/>
442
+ <reference name="root">
443
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
444
+ </reference>
445
+ <reference name="content">
446
+ <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
447
+ </reference>
448
+ </catalog_seo_searchterm_popular>
449
+
450
+ </layout>
app/design/frontend/default/rgtheme/layout/catalogsearch.xml ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <default>
32
+ <reference name="header">
33
+ <block type="core/template" name="top.search" as="topSearch" template="catalogsearch/form.mini.phtml"/>
34
+ </reference>
35
+ <reference name="footer_links">
36
+ <action method="addLink" translate="label title" module="catalogsearch" ifconfig="catalog/seo/search_terms">
37
+ <label>Search Terms</label>
38
+ <url helper="catalogsearch/getSearchTermUrl" />
39
+ <title>Search Terms</title>
40
+ </action>
41
+ <action method="addLink" translate="label title" module="catalogsearch">
42
+ <label>Advanced Search</label>
43
+ <url helper="catalogsearch/getAdvancedSearchUrl" />
44
+ <title>Advanced Search</title>
45
+ </action>
46
+ </reference>
47
+ </default>
48
+
49
+ <catalogsearch_result_index translate="label">
50
+ <label>Quick Search Form</label>
51
+ <reference name="root">
52
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
53
+ </reference>
54
+ <reference name="left">
55
+ <block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
56
+ </reference>
57
+ <reference name="content">
58
+ <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
59
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
60
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
61
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
62
+ </block>
63
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
64
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
65
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
66
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
67
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
68
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
69
+ </block>
70
+ <action method="setListOrders"/>
71
+ <action method="setListModes"/>
72
+ <action method="setListCollection"/>
73
+ </block>
74
+ </reference>
75
+ </catalogsearch_result_index>
76
+
77
+ <catalogsearch_advanced_index translate="label">
78
+ <label>Advanced Search Form</label>
79
+ <!-- Mage_Catalogsearch -->
80
+ <reference name="root">
81
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
82
+ </reference>
83
+ <reference name="head">
84
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
85
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
86
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
87
+ </reference>
88
+ <reference name="content">
89
+ <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
90
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
91
+ </reference>
92
+ </catalogsearch_advanced_index>
93
+
94
+ <!--
95
+ Advanced search results
96
+ -->
97
+
98
+ <catalogsearch_advanced_result translate="label">
99
+ <label>Advanced Search Result</label>
100
+ <update handle="page_two_columns_right" />
101
+ <!-- Mage_Catalogsearch -->
102
+ <reference name="root">
103
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
104
+ </reference>
105
+ <reference name="content">
106
+ <block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
107
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
108
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
109
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
110
+ </block>
111
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
112
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
113
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
114
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
115
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
116
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
117
+ </block>
118
+ <action method="setListOrders"/>
119
+ <action method="setListModes"/>
120
+ <action method="setListCollection"/>
121
+ </block>
122
+ </reference>
123
+ </catalogsearch_advanced_result>
124
+
125
+ <catalogsearch_term_popular translate="label">
126
+ <label>Popular Search Terms</label>
127
+ <remove name="right"/>
128
+ <remove name="left"/>
129
+
130
+ <reference name="root">
131
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
132
+ </reference>
133
+ <reference name="content">
134
+ <block type="catalogsearch/term" name="seo.searchterm" template="catalogsearch/term.phtml"/>
135
+ </reference>
136
+ </catalogsearch_term_popular>
137
+
138
+ </layout>
app/design/frontend/default/rgtheme/layout/cms.xml ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+ -->
28
+ <layout version="0.1.0">
29
+ <!--
30
+ Default layout, loads most of the pages
31
+ -->
32
+
33
+ <default>
34
+ <reference name="footer">
35
+ <block type="cms/block" name="cms_footer_links" before="footer_links">
36
+ <!--
37
+ The content of this block is taken from the database by its block_id.
38
+ You can manage it in admin CMS -> Static Blocks
39
+ -->
40
+ <action method="setBlockId"><block_id>footer_links</block_id></action>
41
+ </block>
42
+ </reference>
43
+ </default>
44
+
45
+ <cms_page translate="label">
46
+ <label>CMS Pages (All)</label>
47
+ <reference name="content">
48
+ <block type="core/template" name="page_content_heading" template="cms/content_heading.phtml"/>
49
+ <block type="page/html_wrapper" name="cms.wrapper" translate="label">
50
+ <label>CMS Content Wrapper</label>
51
+ <action method="setElementClass"><value>std</value></action>
52
+ <block type="cms/page" name="cms_page"/>
53
+ </block>
54
+ </reference>
55
+ </cms_page>
56
+
57
+ <cms_index_index translate="label">
58
+ <label>CMS Home Page</label>
59
+ <reference name="content">
60
+ <block type="catalog/product_new" name="homesss" template="catalog/product/new.phtml.phtml"/>
61
+ </reference>
62
+ </cms_index_index>
63
+
64
+ <cms_index_defaultindex>
65
+ <remove name="right"/>
66
+ <remove name="left"/>
67
+
68
+ <reference name="root">
69
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
70
+ </reference>
71
+ <reference name="content">
72
+ <block type="core/template" name="default_home_page" template="cms/default/home.phtml"/>
73
+ </reference>
74
+ </cms_index_defaultindex>
75
+
76
+ <cms_index_noroute translate="label">
77
+ <label>CMS No-Route Page</label>
78
+ </cms_index_noroute>
79
+
80
+ <cms_index_defaultnoroute>
81
+ <remove name="right"/>
82
+ <remove name="left"/>
83
+
84
+ <reference name="root">
85
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
86
+ </reference>
87
+ <reference name="content">
88
+ <block type="core/template" name="default_no_route" template="cms/default/no-route.phtml"/>
89
+ </reference>
90
+ </cms_index_defaultnoroute>
91
+
92
+ </layout>
app/design/frontend/default/rgtheme/layout/newsletter.xml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <!--
32
+ Default layout, loads most of the pages
33
+ -->
34
+
35
+ <default>
36
+
37
+ <!-- Mage_Newsletter -->
38
+ <reference name="right">
39
+ <block type="newsletter/subscribe" name="left.newsletter" after="cart_sidebar" template="newsletter/subscribe.phtml"/>
40
+ </reference>
41
+
42
+ </default>
43
+
44
+ <!--
45
+ Customer account pages, rendered for all tabs in dashboard
46
+ -->
47
+
48
+ <customer_account>
49
+ <!-- Mage_Newsletter -->
50
+ <reference name="customer_account_navigation">
51
+ <action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
52
+ </reference>
53
+ <remove name="left.newsletter"/>
54
+ </customer_account>
55
+
56
+ <newsletter_manage_index translate="label">
57
+ <label>Customer My Account Newsletter Subscriptions</label>
58
+ <update handle="customer_account"/>
59
+ <reference name="my.account.wrapper">
60
+ <block type="customer/newsletter" name="customer_newsletter">
61
+ <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
62
+ <label>Newsletter Subscription Form Before</label>
63
+ <action method="setMayBeInvisible"><value>1</value></action>
64
+ </block>
65
+ </block>
66
+ </reference>
67
+ </newsletter_manage_index>
68
+
69
+ </layout>
app/design/frontend/default/rgtheme/layout/paypal.xml ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+ <checkout_cart_index>
31
+ <reference name="checkout.cart.top_methods">
32
+ <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.top" before="-" template="paypal/express/shortcut.phtml">
33
+ <action method="setIsQuoteAllowed"><value>1</value></action>
34
+ </block>
35
+ </reference>
36
+
37
+ <reference name="checkout.cart.methods">
38
+ <block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.bottom" before="-" template="paypal/express/shortcut.phtml">
39
+ <action method="setIsQuoteAllowed"><value>1</value></action>
40
+ </block>
41
+ </reference>
42
+ </checkout_cart_index>
43
+
44
+ <paypal_express_review translate="label">
45
+ <label>PayPal Express Order Review Form</label>
46
+ <remove name="right"/>
47
+ <remove name="left"/>
48
+
49
+ <reference name="root">
50
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
51
+ </reference>
52
+ <reference name="content">
53
+ <block type="paypal/express_review" name="paypal.express.review" template="paypal/express/review.phtml">
54
+ <block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
55
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
56
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
57
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
58
+ <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
59
+ </block>
60
+ </block>
61
+ </reference>
62
+ <reference name="head">
63
+ <action method="addItem"><type>skin_js</type><name>js/checkout/review.js</name></action>
64
+ </reference>
65
+ </paypal_express_review>
66
+
67
+ <paypal_express_review_details>
68
+ <block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
69
+ <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
70
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
71
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
72
+ <block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
73
+ </block>
74
+ </paypal_express_review_details>
75
+
76
+ <!--
77
+ Available logo types can be assigned with action="setLogoType":
78
+ - wePrefer_150x60
79
+ - wePrefer_150x40
80
+ - nowAccepting_150x60
81
+ - nowAccepting_150x40
82
+ - paymentsBy_150x60
83
+ - paymentsBy_150x40
84
+ - shopNowUsing_150x60
85
+ - shopNowUsing_150x40
86
+ -->
87
+ <catalog_product_view>
88
+ <reference name="product.info.addtocart">
89
+ <block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
90
+ <label>PayPal Express Checkout Shortcut Wrapper</label>
91
+ <block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
92
+ <action method="setIsInCatalogProduct"><value>1</value></action>
93
+ </block>
94
+ </block>
95
+ </reference>
96
+ <reference name="">
97
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">
98
+ <!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
99
+ </block>
100
+ </reference>
101
+ </catalog_product_view>
102
+
103
+ <catalog_category_default>
104
+ <reference name="">
105
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
106
+ </reference>
107
+ </catalog_category_default>
108
+
109
+ <catalog_category_layered>
110
+ <reference name="">
111
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
112
+ </reference>
113
+ </catalog_category_layered>
114
+
115
+ <cms_index_index>
116
+ <reference name="">
117
+ <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
118
+ </reference>
119
+ </cms_index_index>
120
+
121
+ <default>
122
+ <reference name="topCart.extra_actions">
123
+ <block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
124
+ </reference>
125
+ <reference name="cart_sidebar.extra_actions">
126
+ <block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
127
+ </reference>
128
+ </default>
129
+
130
+ <checkout_onepage_review>
131
+ <reference name="checkout.onepage.review.info.items.after">
132
+ <block type="paypal/iframe" name="paypal.iframe" />
133
+ </reference>
134
+ <reference name="checkout.onepage.review.button">
135
+ <action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
136
+ </reference>
137
+ </checkout_onepage_review>
138
+
139
+ <paypal_payflow_link_iframe>
140
+ <block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/hss/form.phtml" />
141
+ </paypal_payflow_link_iframe>
142
+
143
+ <paypal_hosted_pro_iframe>
144
+ <block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" />
145
+ </paypal_hosted_pro_iframe>
146
+ </layout>
app/design/frontend/default/rgtheme/layout/poll.xml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <!--
32
+ Default layout, loads most of the pages
33
+ -->
34
+
35
+ <default>
36
+
37
+ <!-- Mage_Poll -->
38
+ <reference name="">
39
+ <block type="poll/activePoll" name="right.poll">
40
+ <action method="setPollTemplate"><template>poll/active.phtml</template><type>poll</type></action>
41
+ <action method="setPollTemplate"><template>poll/result.phtml</template><type>results</type></action>
42
+ </block>
43
+ </reference>
44
+
45
+ </default>
46
+
47
+ <!--
48
+ Customer account home dashboard layout
49
+ -->
50
+
51
+ <customer_account_index>
52
+ <reference name="">
53
+ <action method="unsetChild"><name>right.poll</name></action>
54
+ </reference>
55
+ </customer_account_index>
56
+
57
+ </layout>
app/design/frontend/default/rgtheme/layout/reports.xml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+ <default>
31
+ <!-- Mage_Reports -->
32
+ <reference name="">
33
+ <block type="reports/product_viewed" before="right.permanent.callout" name="right.reports.product.viewed" template="reports/product_viewed.phtml" />
34
+ <block type="reports/product_compared" before="right.permanent.callout" name="right.reports.product.compared" template="reports/product_compared.phtml" />
35
+ </reference>
36
+ </default>
37
+ </layout>
app/design/frontend/default/rgtheme/layout/tag.xml ADDED
@@ -0,0 +1,134 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * Magento
5
+ *
6
+ * NOTICE OF LICENSE
7
+ *
8
+ * This source file is subject to the Academic Free License (AFL 3.0)
9
+ * that is bundled with this package in the file LICENSE_AFL.txt.
10
+ * It is also available through the world-wide-web at this URL:
11
+ * http://opensource.org/licenses/afl-3.0.php
12
+ * If you did not receive a copy of the license and are unable to
13
+ * obtain it through the world-wide-web, please send an email
14
+ * to license@magentocommerce.com so we can send you a copy immediately.
15
+ *
16
+ * DISCLAIMER
17
+ *
18
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
19
+ * versions in the future. If you wish to customize Magento for your
20
+ * needs please refer to http://www.magentocommerce.com for more information.
21
+ *
22
+ * @category design
23
+ * @package base_default
24
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
25
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
+ */
27
+
28
+ -->
29
+ <layout version="0.1.0">
30
+
31
+ <!--
32
+ Default layout, loads most of the pages
33
+ -->
34
+
35
+ <default>
36
+ <!-- Mage_Tag -->
37
+ <reference name="left">
38
+ <block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
39
+ </reference>
40
+
41
+ </default>
42
+
43
+ <!--
44
+ Customer account pages, rendered for all tabs in dashboard
45
+ -->
46
+
47
+ <customer_account>
48
+ <!-- Mage_Tag -->
49
+ <reference name="customer_account_navigation">
50
+ <action method="addLink" translate="label" module="tag"><name>tags</name><path>tag/customer/</path><label>My Tags</label></action>
51
+ </reference>
52
+ </customer_account>
53
+
54
+ <!--
55
+ Customer account home dashboard layout
56
+ -->
57
+
58
+ <customer_account_index>
59
+ <!-- Mage_Tag -->
60
+ <reference name="customer_account_dashboard">
61
+ <action method="unsetChild"><name>customer_account_dashboard_info2</name></action>
62
+ <block type="tag/customer_recent" name="customer_account_dashboard_info2" as="info2" template="tag/customer/recent.phtml"/>
63
+ </reference>
64
+ </customer_account_index>
65
+
66
+ <catalog_product_view translate="label">
67
+ <label>Catalog Product View</label>
68
+ <!-- Mage_Tag -->
69
+ <reference name="">
70
+ <block type="tag/product_list" name="product_tag_list" before="-" template="tag/list.phtml">
71
+ <block type="page/html_wrapper" name="product.tag.list.list.before" as="list_before" translate="label">
72
+ <label>Tags List Before</label>
73
+ <action method="setMayBeInvisible"><value>1</value></action>
74
+ </block>
75
+ </block>
76
+ </reference>
77
+ </catalog_product_view>
78
+
79
+ <!--
80
+ All tags page
81
+ -->
82
+
83
+ <tag_list_index translate="label">
84
+ <label>Tags List (All Available)</label>
85
+ <!-- Mage_Tag -->
86
+ <reference name="root">
87
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
88
+ </reference>
89
+ <reference name="content">
90
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
91
+ </reference>
92
+ </tag_list_index>
93
+
94
+ <tag_product_list translate="label">
95
+ <label>Tagged Products List</label>
96
+ <!-- Mage_Tag -->
97
+ <reference name="content">
98
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
99
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
100
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
101
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
102
+ </block>
103
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
104
+ </block>
105
+ <action method="setListOrders"/>
106
+ <action method="setListModes"/>
107
+ <action method="setListCollection"/>
108
+ </block>
109
+ </reference>
110
+ </tag_product_list>
111
+
112
+ <tag_customer_index translate="label">
113
+ <label>Customer My Account My Tags List</label>
114
+ <update handle="customer_account"/>
115
+ <reference name="root">
116
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
117
+ </reference>
118
+ <reference name="my.account.wrapper">
119
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
120
+ </reference>
121
+ </tag_customer_index>
122
+
123
+ <tag_customer_view translate="label">
124
+ <label>Customer My Account Tag View</label>
125
+ <update handle="customer_account"/>
126
+ <reference name="root">
127
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
128
+ </reference>
129
+ <reference name="my.account.wrapper">
130
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
131
+ </reference>
132
+ </tag_customer_view>
133
+
134
+ </layout>
app/design/frontend/default/rgtheme/template/catalog/category/view.phtml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Category view template
30
+ *
31
+ * @see Mage_Catalog_Block_Category_View
32
+ */
33
+ ?>
34
+ <?php
35
+ $_helper = $this->helper('catalog/output');
36
+ $_category = $this->getCurrentCategory();
37
+ $_imgHtml = '';
38
+ if ($_imgUrl = $_category->getImageUrl()) {
39
+ $_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->htmlEscape($_category->getName()).'" title="'.$this->htmlEscape($_category->getName()).'" /></p>';
40
+ $_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
41
+ }
42
+ ?>
43
+ <div class="page-title category-title">
44
+ <table>
45
+ <tr>
46
+ <?php if($_imgUrl): ?>
47
+ <td>
48
+ <?php echo $_imgHtml ?>
49
+ </td>
50
+ <?php endif; ?>
51
+ <td>
52
+ <?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
53
+ <a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
54
+ <?php endif; ?>
55
+ <h1><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h1>
56
+ <?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
57
+ <div class="category-description std">
58
+ <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
59
+ </div>
60
+ <?php endif; ?>
61
+ </td>
62
+ </tr>
63
+ </table>
64
+ </div>
65
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
66
+
67
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
68
+
69
+
70
+
71
+
72
+
73
+ <?php if($this->isContentMode()): ?>
74
+ <?php echo $this->getCmsBlockHtml() ?>
75
+
76
+ <?php elseif($this->isMixedMode()): ?>
77
+ <?php echo $this->getCmsBlockHtml() ?>
78
+ <?php echo $this->getProductListHtml() ?>
79
+
80
+ <?php else: ?>
81
+ <?php echo $this->getProductListHtml() ?>
82
+ <?php endif; ?>
app/design/frontend/default/rgtheme/template/catalog/product/commentaire.phtml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <div class="dernier_avis">
2
+
3
+ <div class="ajouter_avis">
4
+ <?php echo $this->getChildHtml('review_form')?>
5
+ </div>
6
+
7
+ <div class="les_avis">
8
+ <?php echo $this->getChildHtml('review')?>
9
+ </div>
10
+
11
+ </div>
app/design/frontend/default/rgtheme/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,144 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Product list template
30
+ *
31
+ * @see Mage_Catalog_Block_Product_List
32
+ */
33
+ ?>
34
+ <?php
35
+ $_productCollection=$this->getLoadedProductCollection();
36
+ $_helper = $this->helper('catalog/output');
37
+ ?>
38
+ <?php if(!$_productCollection->count()): ?>
39
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
40
+ <?php else: ?>
41
+ <div class="category-products">
42
+ <?php echo $this->getToolbarHtml() ?>
43
+ <?php // List mode ?>
44
+ <?php if($this->getMode()!='grid'): ?>
45
+ <?php $_iterator = 0; ?>
46
+ <ol class="products-list" id="products-list">
47
+ <?php foreach ($_productCollection as $_product): ?>
48
+ <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
49
+ <?php // Product Image ?>
50
+ <div class="product-image">
51
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
52
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
53
+ </div>
54
+ <?php // Product description ?>
55
+ <div class="product-shop">
56
+ <div class="f-fix">
57
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
58
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
59
+ <?php if($_product->getRatingSummary()): ?>
60
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
61
+ <?php endif; ?>
62
+ <?php echo $this->getPriceHtml($_product, true) ?>
63
+ <?php if($_product->isSaleable()): ?>
64
+ <p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
65
+ <?php else: ?>
66
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
67
+ <?php endif; ?>
68
+ <div class="desc std">
69
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
70
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
71
+ </div>
72
+ <ul class="add-to-links">
73
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
74
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
75
+ <?php endif; ?>
76
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
77
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
78
+ <?php endif; ?>
79
+ </ul>
80
+ </div>
81
+ </div>
82
+ </li>
83
+ <?php endforeach; ?>
84
+ </ol>
85
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
86
+
87
+ <?php else: ?>
88
+
89
+ <?php // Grid Mode ?>
90
+
91
+ <?php $_collectionSize = $_productCollection->count() ?>
92
+ <?php $_columnCount = $this->getColumnCount(); ?>
93
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
94
+ <?php if ($i++%$_columnCount==0): ?>
95
+ <ul class="products-grid">
96
+ <?php endif ?>
97
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>" onmouseover="afficherinfo('b_<?php echo $_product->getId() ?>');" onmouseout="cacherinfo('b_<?php echo $_product->getId() ?>');">
98
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
99
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
100
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h2>
101
+ <?php if($_product->getRatingSummary()): ?>
102
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
103
+ <?php endif; ?>
104
+ <?php echo $this->getPriceHtml($_product, true) ?>
105
+ <div class="actions" style="display:none;" id="b_<?php echo $_product->getId() ?>">
106
+ <?php if($_product->isSaleable()): ?>
107
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
108
+ <?php else: ?>
109
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
110
+ <?php endif; ?>
111
+ <ul class="add-to-links">
112
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
113
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
114
+ <?php endif; ?>
115
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
116
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
117
+ <?php endif; ?>
118
+ </ul>
119
+ </div>
120
+ </li>
121
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
122
+ </ul>
123
+ <?php endif ?>
124
+ <?php endforeach ?>
125
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
126
+ <?php endif; ?>
127
+
128
+ <div class="toolbar-bottom">
129
+ <?php //echo $this->getToolbarHtml() ?>
130
+ </div>
131
+ </div>
132
+ <?php endif; ?>
133
+
134
+ <script language="JavaScript" type="text/JavaScript">
135
+ function afficherinfo(block){
136
+ // var blo = block;
137
+ document.getElementById(block).style.display = "block";
138
+ }
139
+ function cacherinfo(block){
140
+ // var blo = block;
141
+ document.getElementById(block).style.display = "none";
142
+ }
143
+
144
+ </script>
app/design/frontend/default/rgtheme/template/catalog/product/list/toolbar.phtml ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Product list toolbar
30
+ *
31
+ * @see Mage_Catalog_Block_Product_List_Toolbar
32
+ */
33
+ ?>
34
+ <?php if($this->getCollection()->getSize()): ?>
35
+ <div class="toolbar">
36
+ <div class="pager">
37
+ <p class="amount">
38
+ <?php if($this->getLastPageNum()>1): ?>
39
+ <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
40
+ <?php else: ?>
41
+ <strong><?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?></strong>
42
+ <?php endif; ?>
43
+ </p>
44
+
45
+ <div class="limiter">
46
+ <label><?php echo $this->__('Show') ?></label>
47
+ <select onchange="setLocation(this.value)">
48
+ <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
49
+ <option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
50
+ <?php echo $_limit ?>
51
+ </option>
52
+ <?php endforeach; ?>
53
+ </select> <?php echo $this->__('per page') ?>
54
+ </div>
55
+
56
+ <?php echo $this->getPagerHtml() ?>
57
+
58
+ </div>
59
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
60
+ <?php if( $this->isExpanded() ): ?>
61
+ <div class="sorter">
62
+ <?php if( $this->isEnabledViewSwitcher() ): ?>
63
+ <p class="view-mode">
64
+ <?php $_modes = $this->getModes(); ?>
65
+ <?php if($_modes && count($_modes)>1): ?>
66
+ <label><?php echo $this->__('View as') ?>:</label>
67
+ <?php foreach ($this->getModes() as $_code=>$_label): ?>
68
+ <?php if($this->isModeActive($_code)): ?>
69
+ <strong title="<?php echo $_label ?>" class="<?php echo strtolower($_code); ?>"><?php echo $_label ?></strong>&nbsp;
70
+ <?php else: ?>
71
+ <a href="<?php echo $this->getModeUrl($_code) ?>" title="<?php echo $_label ?>" class="<?php echo strtolower($_code); ?>"><?php echo $_label ?></a>&nbsp;
72
+ <?php endif; ?>
73
+ <?php endforeach; ?>
74
+ <?php endif; ?>
75
+ </p>
76
+ <?php endif; ?>
77
+
78
+ <div class="sort-by">
79
+ <label><?php echo $this->__('Sort By') ?></label>
80
+ <select onchange="setLocation(this.value)">
81
+ <?php foreach($this->getAvailableOrders() as $_key=>$_order): ?>
82
+ <option value="<?php echo $this->getOrderUrl($_key, 'asc') ?>"<?php if($this->isOrderCurrent($_key)): ?> selected="selected"<?php endif; ?>>
83
+ <?php echo $this->__($_order) ?>
84
+ </option>
85
+ <?php endforeach; ?>
86
+ </select>
87
+ <?php if($this->getCurrentDirection() == 'desc'): ?>
88
+ <a href="<?php echo $this->getOrderUrl(null, 'asc') ?>" title="<?php echo $this->__('Set Ascending Direction') ?>"><img src="<?php echo $this->getSkinUrl('images/i_desc_arrow.gif') ?>" alt="<?php echo $this->__('Set Ascending Direction') ?>" class="v-middle" /></a>
89
+ <?php else: ?>
90
+ <a href="<?php echo $this->getOrderUrl(null, 'desc') ?>" title="<?php echo $this->__('Set Descending Direction') ?>"><img src="<?php echo $this->getSkinUrl('images/i_asc_arrow.gif') ?>" alt="<?php echo $this->__('Set Descending Direction') ?>" class="v-middle" /></a>
91
+ <?php endif; ?>
92
+ </div>
93
+ </div>
94
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
95
+ <?php endif; ?>
96
+ </div>
97
+ <?php endif ?>
app/design/frontend/default/rgtheme/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if(count($this->getItemCollection()->getItems())): ?>
28
+ <div class="box-collateral box-up-sell">
29
+ <h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
30
+ <table class="products-grid" id="upsell-product-table">
31
+ <?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
32
+ <?php $this->resetItemsIterator() ?>
33
+ <?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
34
+ <tr>
35
+ <?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
36
+ <?php if($_link=$this->getIterableItem()): ?>
37
+ <td>
38
+ <a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(125) ?>" width="125" height="125" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
39
+ <h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
40
+ <?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
41
+ <?php echo $this->getReviewsSummaryHtml($_link) ?>
42
+ </td>
43
+ <?php else: ?>
44
+ <td class="empty">&nbsp;</td>
45
+ <?php endif; ?>
46
+ <?php endfor; ?>
47
+ </tr>
48
+ <?php endfor; ?>
49
+ </table>
50
+ <script type="text/javascript">decorateTable('upsell-product-table')</script>
51
+ </div>
52
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
53
+ <?php endif ?>
app/design/frontend/default/rgtheme/template/catalog/product/new.phtml ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
28
+ <div class="home_new">
29
+ <h2 class="subtitle"><span><?php echo $this->__('New Products') ?></span></h2>
30
+ <?php $_columnCount = $this->getColumnCount(); ?>
31
+ <?php $i=0; foreach ($_products->getItems() as $_product): ?>
32
+ <?php if ($i++%$_columnCount==0): ?>
33
+ <ul class="products-grid">
34
+ <?php endif ?>
35
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>"onmouseover="afficherinfo('b_<?php echo $_product->getId() ?>');" onmouseout="cacherinfo('b_<?php echo $_product->getId() ?>');">
36
+ <div class="item_new">
37
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>
38
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
39
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
40
+ <?php echo $this->getPriceHtml($_product, true, '-new') ?>
41
+ <div class="actions" style="display:none;" id="b_<?php echo $_product->getId() ?>">
42
+ <?php if($_product->isSaleable()): ?>
43
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
44
+ <?php else: ?>
45
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
46
+ <?php endif; ?>
47
+ <ul class="add-to-links">
48
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
49
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
50
+ <?php endif; ?>
51
+ <?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
52
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
53
+ <?php endif; ?>
54
+ </ul>
55
+ </div>
56
+ </div>
57
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
58
+ </li>
59
+ <?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
60
+ </ul>
61
+ <?php endif ?>
62
+ <?php endforeach; ?>
63
+ </div>
64
+ <?php endif; ?>
65
+ <script language="JavaScript" type="text/JavaScript">
66
+ function afficherinfo(block){
67
+ // var blo = block;
68
+ document.getElementById(block).style.display = "block";
69
+ }
70
+ function cacherinfo(block){
71
+ // var blo = block;
72
+ document.getElementById(block).style.display = "none";
73
+ }
74
+
75
+ </script>
app/design/frontend/default/rgtheme/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,180 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product view template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View
31
+ * @see Mage_Review_Block_Product_View
32
+ */
33
+ ?>
34
+ <?php $_helper = $this->helper('catalog/output'); ?>
35
+ <?php $_product = $this->getProduct(); ?>
36
+ <script type="text/javascript">
37
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
38
+ </script>
39
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
40
+ <div class="product-view">
41
+ <div class="product-essential">
42
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
43
+ <div class="no-display">
44
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
45
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
46
+ </div>
47
+
48
+ <div class="product-shop">
49
+ <div class="product-name">
50
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
51
+ <div class="amreviews">
52
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
53
+ <a href="#amreviews"><?php echo $this->__('Reviews') ?></a>
54
+ </div>
55
+ </div>
56
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
57
+ <?php //echo $this->getReviewsSummaryHtml($_product, false, true)?>
58
+ <div class="sharebtns">
59
+ <?php if ($this->canEmailToFriend()): ?>
60
+ <a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>" title="<?php echo $this->__('Email to a Friend') ?>"><img src="<?php echo $this->getSkinUrl('images/mailto.png') ?>"/></a>
61
+ <?php endif; ?>
62
+ <a href="#" onclick="window.print()" title="<?php echo $this->__('Print') ?>"><img src="<?php echo $this->getSkinUrl('images/print.png') ?>"/></a>
63
+ <a href="http://www.facebook.com/sharer.php?u=http://www.serbouti.com/" >
64
+ <img src="<?php echo $this->getSkinUrl('images/facebook.png') ?>"/>
65
+ </a>
66
+ <a href="http://twitter.com/home?status=This new Magento theme is great (www.serbouti.com)" >
67
+ <img src="<?php echo $this->getSkinUrl('images/tweet.png') ?>"/>
68
+ </a>
69
+ </div>
70
+ <?php echo $this->getChildHtml('alert_urls') ?>
71
+ <?php echo $this->getChildHtml('product_type_data') ?>
72
+ <?php echo $this->getTierPriceHtml() ?>
73
+ <?php echo $this->getChildHtml('extrahint') ?>
74
+
75
+ <?php if (!$this->hasOptions()):?>
76
+ <div class="add-to-box">
77
+ <?php if($_product->isSaleable()): ?>
78
+ <?php echo $this->getChildHtml('addtocart') ?>
79
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
80
+ <span class="or"><?php echo $this->__('OR') ?></span>
81
+ <?php endif; ?>
82
+ <?php endif; ?>
83
+ <?php echo $this->getChildHtml('addto') ?>
84
+ </div>
85
+ <?php echo $this->getChildHtml('extra_buttons') ?>
86
+ <?php endif; ?>
87
+
88
+ <?php if ($_product->getShortDescription()):?>
89
+ <div class="short-description">
90
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
91
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
92
+ </div>
93
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
94
+ <?php endif;?>
95
+
96
+ <?php echo $this->getChildHtml('other');?>
97
+
98
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
99
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
100
+ <?php endif;?>
101
+
102
+ </div>
103
+
104
+ <div class="product-img-box">
105
+ <?php echo $this->getChildHtml('media') ?>
106
+ </div>
107
+
108
+ <div class="clearer"></div>
109
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
110
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
111
+ <?php endif;?>
112
+ </form>
113
+ <script type="text/javascript">
114
+ //<![CDATA[
115
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
116
+ productAddToCartForm.submit = function(button, url) {
117
+ if (this.validator.validate()) {
118
+ var form = this.form;
119
+ var oldUrl = form.action;
120
+
121
+ if (url) {
122
+ form.action = url;
123
+ }
124
+ var e = null;
125
+ try {
126
+ this.form.submit();
127
+ } catch (e) {
128
+ }
129
+ this.form.action = oldUrl;
130
+ if (e) {
131
+ throw e;
132
+ }
133
+
134
+ if (button && button != 'undefined') {
135
+ button.disabled = true;
136
+ }
137
+ }
138
+ }.bind(productAddToCartForm);
139
+
140
+ productAddToCartForm.submitLight = function(button, url){
141
+ if(this.validator) {
142
+ var nv = Validation.methods;
143
+ delete Validation.methods['required-entry'];
144
+ delete Validation.methods['validate-one-required'];
145
+ delete Validation.methods['validate-one-required-by-name'];
146
+ if (this.validator.validate()) {
147
+ if (url) {
148
+ this.form.action = url;
149
+ }
150
+ this.form.submit();
151
+ }
152
+ Object.extend(Validation.methods, nv);
153
+ }
154
+ }.bind(productAddToCartForm);
155
+ //]]>
156
+ </script>
157
+ </div>
158
+
159
+ <div class="product-collateral">
160
+ <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
161
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
162
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
163
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
164
+ <?php endif;?>
165
+ <?php echo $html; ?>
166
+ </div>
167
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
168
+ <?php endforeach;?>
169
+ <?php echo $this->getChildHtml('upsell_products') ?>
170
+ <?php echo $this->getChildHtml('product_additional_data') ?>
171
+ </div>
172
+
173
+ <div class="amin_avis" id="amreviews">
174
+ <div class="amin_avis_middle">
175
+
176
+ <?php echo $this->getChildHtml('commentaire') ?>
177
+
178
+ </div>
179
+ </div>
180
+ </div>
app/design/frontend/default/rgtheme/template/catalog/product/view/media.phtml ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Product media data template
29
+ *
30
+ * @see Mage_Catalog_Block_Product_View_Media
31
+ */
32
+ ?>
33
+ <?php
34
+ $_product = $this->getProduct();
35
+ $_helper = $this->helper('catalog/output');
36
+ ?>
37
+ <?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
38
+ <p class="product-image product-image-zoom">
39
+ <?php
40
+ $_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
41
+ echo $_helper->productAttribute($_product, $_img, 'image');
42
+ ?>
43
+ </p>
44
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
45
+ <p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
46
+ <div class="zoom">
47
+ <img id="zoom_out" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_out.gif') ?>" alt="<?php echo $this->__('Zoom Out') ?>" title="<?php echo $this->__('Zoom Out') ?>" class="btn-zoom-out" />
48
+ <div id="track">
49
+ <div id="handle"></div>
50
+ </div>
51
+ <img id="zoom_in" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_in.gif') ?>" alt="<?php echo $this->__('Zoom In') ?>" title="<?php echo $this->__('Zoom In') ?>" class="btn-zoom-in" />
52
+ </div>
53
+ <script type="text/javascript">
54
+ //<![CDATA[
55
+ Event.observe(window, 'load', function() {
56
+ product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
57
+ });
58
+ //]]>
59
+ </script>
60
+ <?php else: ?>
61
+ <p class="product-image">
62
+ <?php
63
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
64
+ echo $_helper->productAttribute($_product, $_img, 'image');
65
+ ?>
66
+ </p>
67
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
68
+ <?php endif; ?>
69
+ <?php if (count($this->getGalleryImages()) > 0): ?>
70
+ <div class="more-views">
71
+ <h2><?php echo $this->__('More Views') ?></h2>
72
+ <ul>
73
+ <?php foreach ($this->getGalleryImages() as $_image): ?>
74
+ <li>
75
+ <a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'width=300,height=300,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(56); ?>" width="56" height="56" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
76
+ </li>
77
+ <?php endforeach; ?>
78
+ </ul>
79
+ </div>
80
+ <?php endif; ?>
app/design/frontend/default/rgtheme/template/catalogsearch/form.mini.phtml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="search_top">
28
+ <form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">
29
+
30
+ <div class="form-search">
31
+ <!--<label for="search"><?php echo $this->__('Search:') ?></label>-->
32
+
33
+ <input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
34
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
35
+ <div id="search_autocomplete" class="search-autocomplete"></div>
36
+ <script type="text/javascript">
37
+ //<![CDATA[
38
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here...') ?>');
39
+ searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
40
+ //]]>
41
+ </script>
42
+ </div>
43
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
44
+ </form>
45
+ </div>
app/design/frontend/default/rgtheme/template/checkout/cart.phtml ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Shopping cart template
30
+ *
31
+ * @see Mage_Checkout_Block_Cart
32
+ */
33
+ ?>
34
+ <div class="cart">
35
+ <div class="page-title title-buttons">
36
+ <h1><?php echo $this->__('Shopping Cart') ?></h1>
37
+ <?php if(!$this->hasError()): ?>
38
+ <ul class="checkout-types">
39
+ <?php foreach ($this->getMethods('top_methods') as $method): ?>
40
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
41
+ <li><?php echo $methodHtml; ?></li>
42
+ <?php endif; ?>
43
+ <?php endforeach; ?>
44
+ </ul>
45
+ <?php endif; ?>
46
+ </div>
47
+
48
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
49
+ <?php echo $this->getChildHtml('form_before') ?>
50
+ <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
51
+ <fieldset>
52
+ <table id="shopping-cart-table" class="data-table cart-table">
53
+ <col width="1" />
54
+ <col />
55
+ <col width="1" />
56
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
57
+ <col width="1" />
58
+ <?php endif ?>
59
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
60
+ <col width="1" />
61
+ <?php endif; ?>
62
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
63
+ <col width="1" />
64
+ <?php endif; ?>
65
+ <col width="1" />
66
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
67
+ <col width="1" />
68
+ <?php endif; ?>
69
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
70
+ <col width="1" />
71
+ <?php endif; ?>
72
+ <col width="1" />
73
+
74
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
75
+ <thead>
76
+ <tr>
77
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
78
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
79
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
80
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
81
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
82
+ <?php endif ?>
83
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
84
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
85
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
86
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
87
+ </tr>
88
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
89
+ <tr>
90
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
91
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
92
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
93
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
94
+ </tr>
95
+ <?php endif; ?>
96
+ </thead>
97
+ <tfoot>
98
+ <tr>
99
+ <td colspan="50" class="a-right">
100
+ <?php if($this->getContinueShoppingUrl()): ?>
101
+ <button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
102
+ <?php endif; ?>
103
+ <button type="submit" title="<?php echo $this->__('Update Shopping Cart') ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart') ?></span></span></button>
104
+ </td>
105
+ </tr>
106
+ </tfoot>
107
+ <tbody>
108
+ <?php foreach($this->getItems() as $_item): ?>
109
+ <?php echo $this->getItemHtml($_item) ?>
110
+ <?php endforeach ?>
111
+ </tbody>
112
+ </table>
113
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
114
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
115
+ </fieldset>
116
+ </form>
117
+ <div class="cart-collaterals">
118
+ <div class="col2-set">
119
+ <div class="col-1">
120
+ <?php echo $this->getChildHtml('crosssell') ?>
121
+ </div>
122
+ <div class="col-2">
123
+ <?php echo $this->getChildHtml('coupon') ?>
124
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
125
+ </div>
126
+ </div>
127
+ <div class="totals">
128
+ <?php echo $this->getChildHtml('totals'); ?>
129
+ <?php if(!$this->hasError()): ?>
130
+ <ul class="checkout-types">
131
+ <?php foreach ($this->getMethods('methods') as $method): ?>
132
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
133
+ <li><?php echo $methodHtml; ?></li>
134
+ <?php endif; ?>
135
+ <?php endforeach; ?>
136
+ </ul>
137
+ <?php endif; ?>
138
+ </div>
139
+ </div>
140
+ </div>
app/design/frontend/default/rgtheme/template/checkout/cart/sidebar.phtml ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+
27
+ /**
28
+ * Shoping cart sidebar
29
+ *
30
+ * @see Mage_Checkout_Block_Cart_Sidebar
31
+ */
32
+
33
+ ?>
34
+ <?php if ($this->getIsNeedToDisplaySideBar()):?>
35
+ <div class="block block-cart">
36
+ <?php $_cartQty = $this->getSummaryCount() ?>
37
+ <div class="block-title">
38
+ <strong><span><?php echo $this->__('My Cart') ?></span></strong>
39
+ </div>
40
+ <div class="block-content">
41
+ <?php $_items = $this->getRecentItems() ?>
42
+ <?php if(count($_items)): ?>
43
+ <ol id="cart-sidebar" class="mini-products-list">
44
+ <?php foreach($_items as $_item): ?>
45
+ <?php echo $this->getItemHtml($_item) ?>
46
+ <?php endforeach; ?>
47
+ </ol>
48
+ <script type="text/javascript">decorateList('cart-sidebar', 'none-recursive')</script>
49
+ <?php else: ?>
50
+ <p class="empty"><?php echo $this->__('You have no items in your shopping cart.') ?></p>
51
+ <?php endif ?>
52
+
53
+
54
+
55
+ <?php if ($_cartQty>0): ?>
56
+ <div class="summary">
57
+ <p class="subtotal">
58
+ <span class="label"><?php echo $this->__('Cart Subtotal:') ?></span> <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal()) ?>
59
+ <?php if ($_subtotalInclTax = $this->getSubtotalInclTax()): ?>
60
+ <br />(<?php echo Mage::helper('checkout')->formatPrice($_subtotalInclTax) ?> <?php echo Mage::helper('tax')->getIncExcText(true) ?>)
61
+ <?php endif; ?>
62
+ </p>
63
+ </div>
64
+ <?php endif ?>
65
+ <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
66
+ <div class="actions">
67
+ <?php if ($_cartQty>0): ?>
68
+ <p class="amount"><?php echo $this->__('Total items : <span>%s</span> ', $_cartQty) ?></p>
69
+
70
+ <?php endif ?>
71
+
72
+ <?php echo $this->getChildHtml('extra_actions') ?>
73
+ <button type="button" title="<?php echo $this->__('Checkout') ?>" class="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')"><span><span><?php echo $this->__('Checkout') ?></span></span></button>
74
+ </div>
75
+ <?php endif ?>
76
+
77
+ </div>
78
+ </div>
79
+ <?php endif;?>
app/design/frontend/default/rgtheme/template/checkout/cart/sidebar/default.phtml ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ $_item = $this->getItem();
29
+ $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
30
+ ?>
31
+ <li class="item">
32
+
33
+ <div class="product-details">
34
+ <a href="<?php echo $this->getDeleteUrl() ?>" title="<?php echo $this->__('Remove This Item') ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove this item from the shopping cart?') ?>');" class="btn-remove"><?php echo $this->__('Remove This Item') ?></a>
35
+ <p class="product-name"><?php if ($this->hasProductUrl()): ?>
36
+ <a href="<?php echo $this->getProductUrl() ?>"><?php endif; ?><?php echo $this->htmlEscape($this->getProductName()) ?>
37
+ <?php if ($this->hasProductUrl()): ?></a>
38
+ <?php endif; ?>
39
+
40
+ (<strong><?php echo $this->getQty() ?></strong> x
41
+
42
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
43
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
44
+ <?php echo $this->__('Excl. Tax'); ?>:
45
+ <?php endif; ?>
46
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
47
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
48
+ <?php else: ?>
49
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
50
+ <?php endif; ?>
51
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
52
+ <br />
53
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
54
+ <small>
55
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
56
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
57
+ <?php endforeach; ?>
58
+ </small>
59
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
60
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
61
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
62
+ <?php endforeach; ?>
63
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
64
+ <small>
65
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
66
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
67
+ <?php endforeach; ?>
68
+ </small>
69
+ <?php endif; ?>
70
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
71
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
72
+ <?php endif; ?>
73
+ <?php endif; ?>
74
+ <?php endif; ?>
75
+
76
+
77
+
78
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
79
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
80
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
81
+ <br /><?php echo $this->__('Incl. Tax'); ?>:
82
+ <?php endif; ?>
83
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
84
+ <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
85
+ <?php else: ?>
86
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
87
+ <?php endif; ?>
88
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
89
+ <br />
90
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
91
+ <small>
92
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
93
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
94
+ <?php endforeach; ?>
95
+ </small>
96
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
97
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
98
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
99
+ <?php endforeach; ?>
100
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
101
+ <small>
102
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
103
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
104
+ <?php endforeach; ?>
105
+ </small>
106
+ <?php endif; ?>
107
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
108
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
109
+ <?php endif; ?>
110
+ <?php endif; ?>
111
+ <?php endif; ?>
112
+ )</p>
113
+ <?php if ($_options = $this->getOptionList()):?>
114
+ <div class="truncated">
115
+ <div class="truncated_full_value">
116
+ <dl class="item-options">
117
+ <?php foreach ($_options as $_option) : ?>
118
+ <dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
119
+ <dd>
120
+ <?php if (is_array($_option['value'])): ?>
121
+ <?php echo nl2br(implode("\n", $_option['value'])) ?>
122
+ <?php else: ?>
123
+ <?php echo $_option['value'] ?>
124
+ <?php endif; ?>
125
+ </dd>
126
+ <?php endforeach; ?>
127
+ </dl>
128
+ </div>
129
+ <a href="#" onclick="return false;" class="details"><?php echo $this->__('Details') ?></a>
130
+ </div>
131
+ <?php endif; ?>
132
+ </div>
133
+ </li>
app/design/frontend/default/rgtheme/template/checkout/onepage.phtml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="page-title">
28
+ <h1><?php echo $this->__('Checkout') ?></h1>
29
+ </div>
30
+ <script type="text/javascript" src="<?php echo $this->getJsUrl('varien/accordion.js') ?>"></script>
31
+ <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/opcheckout.js') ?>"></script>
32
+ <script type="text/javascript">countryRegions = <?php echo $this->helper('directory')->getRegionJson() ?></script>
33
+ <ol class="opc" id="checkoutSteps">
34
+ <?php $i=0; foreach($this->getSteps() as $_stepId => $_stepInfo): ?>
35
+ <?php if (!$this->getChild($_stepId) || !$this->getChild($_stepId)->isShow()): continue; endif; $i++ ?>
36
+ <li id="opc-<?php echo $_stepId ?>" class="section<?php echo !empty($_stepInfo['allow'])?' allow':'' ?><?php echo !empty($_stepInfo['complete'])?' saved':'' ?>">
37
+ <div class="step-title">
38
+ <span class="number"><?php echo $i ?></span>
39
+ <h2><?php echo $_stepInfo['label'] ?></h2>
40
+ <a href="#"><?php echo $this->__('Edit') ?></a>
41
+ </div>
42
+ <div id="checkout-step-<?php echo $_stepId ?>" class="step a-item" style="display:none;">
43
+ <?php echo $this->getChildHtml($_stepId) ?>
44
+ </div>
45
+ </li>
46
+ <?php endforeach ?>
47
+ </ol>
48
+ <script type="text/javascript">
49
+ //<![CDATA[
50
+ var accordion = new Accordion('checkoutSteps', '.step-title', true);
51
+ <?php if($this->getActiveStep()): ?>
52
+ accordion.openSection('opc-<?php echo $this->getActiveStep() ?>');
53
+ <?php endif ?>
54
+ var checkout = new Checkout(accordion,{
55
+ progress: '<?php echo $this->getUrl('checkout/onepage/progress') ?>',
56
+ review: '<?php echo $this->getUrl('checkout/onepage/review') ?>',
57
+ saveMethod: '<?php echo $this->getUrl('checkout/onepage/saveMethod') ?>',
58
+ failure: '<?php echo $this->getUrl('checkout/cart') ?>'}
59
+ );
60
+ //]]>
61
+ </script>
app/design/frontend/default/rgtheme/template/newsletter/subscribe.phtml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="block block-subscribe">
28
+ <div class="block-title">
29
+ <strong><span><?php echo $this->__('Newsletter') ?></span></strong>
30
+ </div>
31
+ <form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
32
+ <div class="block-content">
33
+ <label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
34
+ <div class="input-box">
35
+ <input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
36
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('OK') ?></span></span></button>
37
+ </div>
38
+ </div>
39
+ </form>
40
+ <script type="text/javascript">
41
+ //<![CDATA[
42
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
43
+ //]]>
44
+ </script>
45
+ </div>
app/design/frontend/default/rgtheme/template/page/1column.phtml ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+
43
+ <?php echo $this->getChildHtml('header') ?>
44
+ <div class="omb_t_r"><div class="omb_t_l"><div class="omb_t_rep"></div></div></div>
45
+ <div class="omb_l">
46
+ <div class="omb_r">
47
+ <div class="main-container col1-layout">
48
+ <div class="main">
49
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
50
+ <div class="col-main">
51
+ <?php echo $this->getChildHtml('global_messages') ?>
52
+ <?php echo $this->getChildHtml('content') ?>
53
+ </div>
54
+ </div>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
59
+ <?php echo $this->getChildHtml('footer') ?>
60
+ <?php echo $this->getChildHtml('before_body_end') ?>
61
+ </div>
62
+ </div>
63
+ <?php echo $this->getAbsoluteFooter() ?>
64
+ </body>
65
+ </html>
app/design/frontend/default/rgtheme/template/page/2columns-left.phtml ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="omb_t_r"><div class="omb_t_l"><div class="omb_t_rep"></div></div></div>
44
+ <div class="omb_l">
45
+ <div class="omb_r">
46
+ <div class="main-container col2-left-layout">
47
+ <div class="main">
48
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
49
+ <div class="col-main">
50
+ <?php echo $this->getChildHtml('global_messages') ?>
51
+ <?php echo $this->getChildHtml('content') ?>
52
+ </div>
53
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
54
+ </div>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
59
+ <?php echo $this->getChildHtml('footer') ?>
60
+ <?php echo $this->getChildHtml('before_body_end') ?>
61
+ </div>
62
+ </div>
63
+ <?php echo $this->getAbsoluteFooter() ?>
64
+ </body>
65
+ </html>
app/design/frontend/default/rgtheme/template/page/2columns-right.phtml ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+
43
+ <?php echo $this->getChildHtml('header') ?>
44
+ <div class="omb_t_r"><div class="omb_t_l"><div class="omb_t_rep"></div></div></div>
45
+ <div class="omb_l">
46
+ <div class="omb_r">
47
+ <div class="main-container col2-right-layout">
48
+ <div class="main">
49
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
50
+ <div class="col-main">
51
+ <?php echo $this->getChildHtml('global_messages') ?>
52
+ <?php echo $this->getChildHtml('content') ?>
53
+ </div>
54
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
55
+ </div>
56
+ </div>
57
+
58
+ </div>
59
+ </div>
60
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
61
+ <?php echo $this->getChildHtml('footer') ?>
62
+ <?php echo $this->getChildHtml('before_body_end') ?>
63
+ </div>
64
+ </div>
65
+ <?php echo $this->getAbsoluteFooter() ?>
66
+ </body>
67
+ </html>
app/design/frontend/default/rgtheme/template/page/3columns.phtml ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Template for Mage_Page_Block_Html
30
+ */
31
+ ?>
32
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
33
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
34
+ <head>
35
+ <?php echo $this->getChildHtml('head') ?>
36
+ </head>
37
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
38
+ <?php echo $this->getChildHtml('after_body_start') ?>
39
+ <div class="wrapper">
40
+ <?php echo $this->getChildHtml('global_notices') ?>
41
+ <div class="page">
42
+ <?php echo $this->getChildHtml('header') ?>
43
+ <div class="omb_t_r"><div class="omb_t_l"><div class="omb_t_rep"></div></div></div>
44
+ <div class="omb_l">
45
+ <div class="omb_r">
46
+ <div class="main-container col3-layout">
47
+ <div class="main">
48
+ <?php echo $this->getChildHtml('breadcrumbs') ?>
49
+ <div class="col-wrapper">
50
+ <div class="col-main">
51
+ <?php echo $this->getChildHtml('global_messages') ?>
52
+ <?php echo $this->getChildHtml('content') ?>
53
+ </div>
54
+ <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
55
+ </div>
56
+ <div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
62
+ <?php echo $this->getChildHtml('footer') ?>
63
+ <?php echo $this->getChildHtml('before_body_end') ?>
64
+ </div>
65
+ </div>
66
+ <?php echo $this->getAbsoluteFooter() ?>
67
+ </body>
68
+ </html>
app/design/frontend/default/rgtheme/template/page/html/footer.phtml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <div class="footer-container">
28
+ <div class="paiement">
29
+ <img src="<?php echo $this->getSkinUrl('images/paybox.png') ?>"/>
30
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
31
+ </div>
32
+ <div class="paiement">
33
+ <img src="<?php echo $this->getSkinUrl('images/paypal.png') ?>"/>
34
+ <div class="omb_b_r"><div class="omb_b_l"><div class="omb_b_rep"></div></div></div>
35
+ </div>
36
+
37
+
38
+ <div class="footer">
39
+ <?php echo $this->getChildHtml() ?>
40
+ <address><?php echo $this->getCopyright() ?></address>
41
+
42
+ </div>
43
+ </div>
44
+ <div class="serbouti_sh">
45
+ <a href="http://www.serbouti.com" class="aboutserbouti" title="d&eacute;veloppeur int&eacute;grateur magento">d&eacute;veloppeur int&eacute;grateur magento</a>
46
+ </div>
app/design/frontend/default/rgtheme/template/page/html/header.phtml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ /**
27
+ * @var Mage_Page_Block_Html_Header $this
28
+ */
29
+ ?>
30
+ <div class="header-container">
31
+ <div class="header">
32
+ <?php if ($this->getIsHomePage()):?>
33
+ <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
34
+ <?php else:?>
35
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
36
+ <?php endif?>
37
+ <div class="quick-access">
38
+ <?php echo $this->getChildHtml('topSearch') ?>
39
+ <p class="welcome-msg"><?php echo $this->getWelcome()?></p>
40
+ <?php echo $this->getChildHtml('topLinks') ?>
41
+ <?php echo $this->getChildHtml('store_language') ?>
42
+ </div>
43
+ <?php echo $this->getChildHtml('topContainer'); ?>
44
+ </div>
45
+ </div>
46
+ <?php echo $this->getChildHtml('topMenu') ?>
app/design/frontend/default/rgtheme/template/page/html/pager.phtml ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <?php
28
+ /**
29
+ * Pager template
30
+ *
31
+ * @see Mage_Page_Block_Html_Pager
32
+ */
33
+ ?>
34
+ <?php if($this->getCollection()->getSize()): ?>
35
+
36
+ <?php if($this->getUseContainer()): ?>
37
+ <div class="pager">
38
+ <?php endif ?>
39
+
40
+ <?php if($this->getShowAmounts()): ?>
41
+ <p class="amount">
42
+ <?php if($this->getLastPageNum()>1): ?>
43
+ <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
44
+ <?php else: ?>
45
+ <strong><?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?></strong>
46
+ <?php endif; ?>
47
+ </p>
48
+ <?php endif ?>
49
+
50
+ <?php if($this->getShowPerPage()): ?>
51
+ <div class="limiter">
52
+ <label><?php echo $this->__('Show') ?></label>
53
+ <select onchange="setLocation(this.value)">
54
+ <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
55
+ <option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
56
+ <?php echo $_limit ?>
57
+ </option>
58
+ <?php endforeach; ?>
59
+ </select> <?php echo $this->__('per page') ?>
60
+ </div>
61
+ <?php endif ?>
62
+
63
+ <?php if($this->getLastPageNum()>1): ?>
64
+ <div class="pages">
65
+ <strong><?php echo $this->__('Page:') ?></strong>
66
+ <ol>
67
+ <?php if (!$this->isFirstPage()): ?>
68
+ <li>
69
+ <a class="previous<?php if(!$this->getAnchorTextForPrevious()): ?> i-previous<?php endif;?>" href="<?php echo $this->getPreviousPageUrl() ?>" title="<?php echo $this->__('Previous') ?>">
70
+ <?php if(!$this->getAnchorTextForPrevious()): ?>
71
+ <img src="<?php echo $this->getSkinUrl('images/pager_arrow_left.gif') ?>" alt="<?php echo $this->__('Previous') ?>" class="v-middle" />
72
+ <?php else: ?>
73
+ <?php echo $this->getAnchorTextForPrevious() ?>
74
+ <?php endif;?>
75
+ </a>
76
+ </li>
77
+ <?php endif;?>
78
+
79
+ <?php if ($this->canShowFirst()): ?>
80
+ <li><a class="first" href="<?php echo $this->getFirstPageUrl() ?>">1</a></li>
81
+ <?php endif;?>
82
+
83
+ <?php if ($this->canShowPreviousJump()): ?>
84
+ <li><a class="previous_jump" title="" href="<?php echo $this->getPreviousJumpUrl() ?>">...</a></li>
85
+ <?php endif;?>
86
+
87
+ <?php foreach ($this->getFramePages() as $_page): ?>
88
+ <?php if ($this->isPageCurrent($_page)): ?>
89
+ <li class="current"><?php echo $_page ?></li>
90
+ <?php else: ?>
91
+ <li><a href="<?php echo $this->getPageUrl($_page) ?>"><?php echo $_page ?></a></li>
92
+ <?php endif;?>
93
+ <?php endforeach;?>
94
+
95
+
96
+ <?php if ($this->canShowNextJump()): ?>
97
+ <li><a class="next_jump" title="" href="<?php echo $this->getNextJumpUrl() ?>">...</a></li>
98
+ <?php endif;?>
99
+
100
+ <?php if ($this->canShowLast()): ?>
101
+ <li><a class="last" href="<?php echo $this->getLastPageUrl() ?>"><?php echo $this->getLastPageNum() ?></a></li>
102
+ <?php endif;?>
103
+
104
+ <?php if (!$this->isLastPage()): ?>
105
+ <li>
106
+ <a class="next<?php if(!$this->getAnchorTextForNext()): ?> i-next<?php endif; ?>" href="<?php echo $this->getNextPageUrl() ?>" title="<?php echo $this->__('Next') ?>">
107
+ <?php if(!$this->getAnchorTextForNext()): ?>
108
+ <img src="<?php echo $this->getSkinUrl('images/pager_arrow_right.gif') ?>" alt="<?php echo $this->__('Next') ?>" class="v-middle" />
109
+ <?php else: ?>
110
+ <?php echo $this->getAnchorTextForNext() ?>
111
+ <?php endif;?>
112
+ </a>
113
+ </li>
114
+ <?php endif;?>
115
+ </ol>
116
+
117
+ </div>
118
+ <?php endif; ?>
119
+
120
+ <?php if($this->getUseContainer()): ?>
121
+ </div>
122
+ <?php endif ?>
123
+
124
+ <?php endif ?>
app/design/frontend/default/rgtheme/template/review/form.phtml ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+ <form action="<?php echo $this->getAction() ?>" method="post" id="review-form">
28
+ <div class="form-add">
29
+ <!--<h2><?php echo $this->__('Write Your Own Review') ?></h2>-->
30
+ <?php echo $this->getChildHtml('form_fields_before')?>
31
+ <!-- <h3><?php echo $this->__("You're reviewing:"); ?> <span><?php echo $this->htmlEscape($this->getProductInfo()->getName()) ?></span></h3>-->
32
+ <?php if( $this->getRatings() && $this->getRatings()->getSize()): ?>
33
+ <span id="input-message-box"></span>
34
+
35
+ <table class="data-table" id="product-review-table" style="display:none;">
36
+ <col />
37
+ <col width="1" />
38
+ <col width="1" />
39
+ <col width="1" />
40
+ <col width="1" />
41
+ <col width="1" />
42
+ <tbody>
43
+ <?php foreach ($this->getRatings() as $_rating): ?>
44
+ <tr>
45
+ <th><?php echo $this->escapeHtml($_rating->getRatingCode()) ?></th>
46
+ <?php foreach ($_rating->getOptions() as $_option): ?>
47
+ <td class="value"><input type="radio" name="ratings[<?php echo $_rating->getId() ?>]" id="<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_<?php echo $_option->getValue() ?>" value="<?php echo $_option->getId() ?>" class="radio" /></td>
48
+ <?php endforeach; ?>
49
+ </tr>
50
+ <?php endforeach; ?>
51
+ </tbody>
52
+ </table>
53
+ <ul class="form-list">
54
+ <li>
55
+ <label for="nickname_field"><?php echo $this->__('How do you rate this product?') ?> :</label>
56
+ <div class="input-box">
57
+ <div id="star" class="stars0" style="">
58
+ <div onmouseover="change_class('star', 'stars1')" onmouseout="reset_class('star')" onclick="changerradio('<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_1')" class="etoile"></div>
59
+ <div onmouseover="change_class('star', 'stars2')" onmouseout="reset_class('star')" onclick="changerradio('<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_2')" class="etoile"></div>
60
+ <div onmouseover="change_class('star', 'stars3')" onmouseout="reset_class('star')" onclick="changerradio('<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_3')" class="etoile"></div>
61
+ <div onmouseover="change_class('star', 'stars4')" onmouseout="reset_class('star')" onclick="changerradio('<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_4')" class="etoile"></div>
62
+ <div onmouseover="change_class('star', 'stars5')" onmouseout="reset_class('star')" onclick="changerradio('<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_5')" class="etoile"></div>
63
+ </div>
64
+ <div id="amine" style="display:none;"></div>
65
+ </div>
66
+ </li>
67
+ </ul>
68
+ <script language="javascript">
69
+ function change_class(divid, clsid) {
70
+ var divid0 = divid;
71
+ var clsid0 = clsid;
72
+ var btn = document.getElementById(""+divid0+"");
73
+ btn.className= ""+clsid0+"";
74
+ }
75
+ function reset_class(divid) {
76
+ var divid0 = divid;
77
+ var btn = document.getElementById(""+divid0+"");
78
+ var amine = document.getElementById("amine").innerHTML;
79
+ switch (amine) {
80
+ case "<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_1":
81
+ btn.className = "stars1";
82
+ break;
83
+ case "<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_2":
84
+ btn.className = "stars2";
85
+ break;
86
+ case "<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_3":
87
+ btn.className = "stars3";
88
+ break;
89
+ case "<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_4":
90
+ btn.className = "stars4";
91
+ break;
92
+ case "<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_5":
93
+ btn.className = "stars5";
94
+ break;
95
+ default:
96
+ btn.className = "stars0";
97
+ break;
98
+ }
99
+
100
+ }
101
+
102
+ function changerradio(radio) {
103
+ var radioid = radio;
104
+ var btn = document.getElementById(""+radioid+"");
105
+ btn.checked=true;
106
+ document.getElementById("amine").innerHTML =radioid;
107
+
108
+ }
109
+
110
+ </script>
111
+ <input type="hidden" name="validate_rating" class="validate-rating" value="" />
112
+ <script type="text/javascript">decorateTable('product-review-table')</script>
113
+ <?php endif; ?>
114
+ <ul class="form-list">
115
+ <li>
116
+ <label for="nickname_field"><?php echo $this->__('Your name') ?> :</label>
117
+ <div class="input-box">
118
+ <input type="text" name="nickname" id="nickname_field" class="input-text required-entry" value="<?php echo $this->htmlEscape($data->getNickname()) ?>" />
119
+ </div>
120
+ </li>
121
+ <li>
122
+ <label for="summary_field"><?php echo $this->__('Review title') ?> :</label>
123
+ <div class="input-box">
124
+ <input type="text" name="title" id="summary_field" class="input-text required-entry" value="<?php echo $this->htmlEscape($data->getTitle()) ?>" />
125
+ </div>
126
+ </li>
127
+ <li>
128
+ <label for="review_field"><?php echo $this->__('Review') ?> :</label>
129
+ <div class="input-box">
130
+ <textarea name="detail" id="review_field" cols="5" rows="3" class="required-entry"><?php echo $this->htmlEscape($data->getDetail()) ?></textarea>
131
+ </div>
132
+ </li>
133
+
134
+ </ul>
135
+ </div>
136
+ <div class="buttons-set">
137
+ <button type="submit" title="<?php echo $this->__('Submit Review') ?>" class="button"><span><span><?php echo $this->__('Submit Review') ?></span></span></button>
138
+ </div>
139
+ </form>
140
+ <script type="text/javascript">
141
+ //<![CDATA[
142
+ var dataForm = new VarienForm('review-form');
143
+ Validation.addAllThese(
144
+ [
145
+ ['validate-rating', '<?php echo $this->__('Please select one of each of the ratings above') ?>', function(v) {
146
+ var trs = $('product-review-table').select('tr');
147
+ var inputs;
148
+ var error = 1;
149
+
150
+ for( var j=0; j < trs.length; j++ ) {
151
+ var tr = trs[j];
152
+ if( j > 0 ) {
153
+ inputs = tr.select('input');
154
+
155
+ for( i in inputs ) {
156
+ if( inputs[i].checked == true ) {
157
+ error = 0;
158
+ }
159
+ }
160
+
161
+ if( error == 1 ) {
162
+ return false;
163
+ } else {
164
+ error = 1;
165
+ }
166
+ }
167
+ }
168
+ return true;
169
+ }]
170
+ ]
171
+ );
172
+ //]]>
173
+ </script>
174
+
175
+
app/design/frontend/default/rgtheme/template/review/product/view/list.phtml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Magento
4
+ *
5
+ * NOTICE OF LICENSE
6
+ *
7
+ * This source file is subject to the Academic Free License (AFL 3.0)
8
+ * that is bundled with this package in the file LICENSE_AFL.txt.
9
+ * It is also available through the world-wide-web at this URL:
10
+ * http://opensource.org/licenses/afl-3.0.php
11
+ * If you did not receive a copy of the license and are unable to
12
+ * obtain it through the world-wide-web, please send an email
13
+ * to license@magentocommerce.com so we can send you a copy immediately.
14
+ *
15
+ * DISCLAIMER
16
+ *
17
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
18
+ * versions in the future. If you wish to customize Magento for your
19
+ * needs please refer to http://www.magentocommerce.com for more information.
20
+ *
21
+ * @category design
22
+ * @package base_default
23
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
24
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
+ */
26
+ ?>
27
+
28
+ <?php $_items = $this->getReviewsCollection()->getItems();?>
29
+ <div class="box-collateral box-reviews" id="customer-reviews">
30
+ <?php if (count($_items)):?>
31
+ <!--<h2><?php echo $this->__('Customer Reviews') ?></h2>-->
32
+ <?php echo $this->getChildHtml('toolbar') ?>
33
+ <?php $i = 0; ?>
34
+
35
+ <?php foreach ($_items as $_review):?>
36
+ <?php $i++; ?>
37
+ <dl <?php if($i%2==0): ?>class="paire"<?php endif; ?>>
38
+ <dt>
39
+ <a href="<?php echo $this->getReviewUrl($_review->getId()) ?>"><?php echo $this->htmlEscape($_review->getTitle()) ?></a> <?php echo $this->__('Review by <span>%s</span>', $this->htmlEscape($_review->getNickname())) ?>
40
+ </dt>
41
+ <dd>
42
+ <?php $_votes = $_review->getRatingVotes(); ?>
43
+ <?php if (count($_votes)): ?>
44
+ <table class="ratings-table">
45
+ <col width="1" />
46
+ <col />
47
+ <tbody>
48
+ <?php foreach ($_votes as $_vote): ?>
49
+ <tr>
50
+ <th><?php echo $this->escapeHtml($_vote->getRatingCode()) ?></th>
51
+ <td>
52
+ <div class="rating-box">
53
+ <div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
54
+ </div>
55
+ </td>
56
+ </tr>
57
+ <?php endforeach; ?>
58
+ </tbody>
59
+ </table>
60
+ <?php endif; ?>
61
+ <?php echo nl2br($this->htmlEscape($_review->getDetail())) ?>
62
+ <small class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></small>
63
+ </dd>
64
+ </dl>
65
+ <?php endforeach; ?>
66
+
67
+ <?php echo $this->getChildHtml('toolbar') ?>
68
+ <?php endif;?>
69
+ <?php echo $this->getChildHtml('review_form') ?>
70
+ </div>
package.xml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>rgtheme</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>RG theme for magento</summary>
10
+ <description>This magento template is designed for all kinds to shop online&#xD;
11
+ Supports all main browsers (IE6,IE7,IE8,FF2,FF3,Opera,Safari)</description>
12
+ <notes>This magento template is designed for all kinds to shop online</notes>
13
+ <authors><author><name>Serbouti</name><user>kipamine</user><email>serbouti.m.a@gmail.com</email></author></authors>
14
+ <date>2011-05-13</date>
15
+ <time>14:41:10</time>
16
+ <contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="rgtheme"><file name="Thumbs.db" hash="89a58e87e9f78085172c837843eec7d6"/><dir name="css"><file name="styles.css" hash="dfdaa4136dd399d1e011424dc925b594"/></dir><dir name="images"><file name="Thumbs.db" hash="6a660c34b195e9ee34619d7d2e87e33a"/><file name="back1.png" hash="869bbe4ddfe638f80085ce24fb6f32d2"/><file name="back_barre.png" hash="94c3afadd4fa9793787b972a0eca812b"/><file name="back_c.png" hash="c95aef53afb2059fa3427cfd0dca88c6"/><file name="back_search.png" hash="680eae83ba43a94f6ba43819d88fdd28"/><file name="back_title.png" hash="c02398a4f1098f1ae342470df0a2790e"/><file name="bkg_button.gif" hash="7e811922b1da39ce5d4206a17b7c1774"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_rating.png" hash="cfa5c49510cddf5ae20935c9a157f2da"/><file name="box_head.png" hash="f7ecff43dafc009a30d5d060a7638b5b"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove.png" hash="6dcd29d6fdd42fd992f4eef841f33550"/><file name="btn_trash.gif" hash="541db7eb185d155565205369896e1c35"/><file name="btn_trash.png" hash="79bd5d8968aa3e841b99ec3f2b0e10ed"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cartside.png" hash="ae031ced918c88e5a58e70ce2d16bd2e"/><file name="electro.png" hash="1828b631e77a0b097d51bcb45229d473"/><file name="facebook.png" hash="b648f479df53a29db937ae56e6db80ee"/><file name="feed.png" hash="c3630dcef54ebe72dc96e377fd7afb71"/><file name="home.png" hash="38cb35a40b13171d2bd7b3ed09ea723c"/><file name="i_asc_arrow.gif" hash="14370f4190dbd0480981d51b69d78b70"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="efbb18fdfdc542d866c518b993f6cbc4"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="606fec9bac663e793f1a0bac4919ca09"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mailto.png" hash="79ef3e260bb98288ce94430f97631106"/><file name="men_act_left.png" hash="10bdebe9930b5b62189b1a0074c59035"/><file name="menu_back_btn.png" hash="300f9e55ecaf0f36f309e97a41418084"/><file name="omb_B_L.png" hash="428177a810e4b8762de12d5c890cc4a9"/><file name="omb_B_R.png" hash="fc839d15eec8a1e3c9ca9c076a1419fd"/><file name="omb_B_rep.png" hash="4a1a284887b1adf46506a8ed265aaf61"/><file name="omb_L_rep.png" hash="15e41b313c54fe65b1645062646f8a62"/><file name="omb_R_rep.png" hash="c0630f48ff98009e1398ae3888cf87ce"/><file name="omb_T_L.png" hash="449c4e7cad5b0502f276f1f318c9bbd2"/><file name="omb_T_R.png" hash="677a2058669326bcbba0f7532f907e9b"/><file name="omb_T_rep.png" hash="20c3da4880fcd5db056924934544f979"/><file name="opacity.png" hash="fbafd97b72ab1057ffe14a78e353dcd8"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="paybox.png" hash="4906c63632dd872364ccf545eb6fa56e"/><file name="paypal.png" hash="10736bd9567c321d454fc4ce9b1fa082"/><file name="print.png" hash="cff324a24fd2eed1e2d38fbea18e1c89"/><file name="puce_links.png" hash="2dc7475cd64d153b9393d625f11f8da4"/><file name="search_back.png" hash="1151e6ac4de81c7ff04ac0e4cf5e581d"/><file name="search_ok.gif" hash="9d7193d10d6390f7b003dfdaa8cd45cd"/><file name="serbouti2.png" hash="1fda20077fcda0de90c5b572ce850d1a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="stars.png" hash="1feff5ffc71cef23e53e0ac5a5732a3e"/><file name="step_active.png" hash="df083f48e743108f14746281dc90c449"/><file name="tweet.png" hash="be585dfbdfae70f9b2a980e63edc243d"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="rgtheme"><dir name="layout"><file name="catalog.xml" hash="36e5be84dbabab68063e7eeb0722e136"/><file name="catalogsearch.xml" hash="8d0d332344e5b7cad2afd48d1f3fc736"/><file name="cms.xml" hash="5cd4767902e0373e27a006a4980575f9"/><file name="newsletter.xml" hash="05bb38c1da2116500968ffc3769d756e"/><file name="paypal.xml" hash="1af04b1fa3533b6c85dae245851f0b11"/><file name="poll.xml" hash="43d5a79d067e38820bef7ca25ffc514e"/><file name="reports.xml" hash="dfcbc4e43921642512ca5a48f1c67d5b"/><file name="tag.xml" hash="a443679edd78a6875117ce8852d0f599"/></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="view.phtml" hash="22c7c875051b044026db0c3962c7ea1a"/></dir><dir name="product"><file name="commentaire.phtml" hash="ecc3858139ce33563746dacbb029767c"/><dir name="list"><file name="toolbar.phtml" hash="4d8332c2c269c452400ea709a84ea40d"/><file name="upsell.phtml" hash="94d0bae3d552862d45ba0e8c55bcbc8d"/></dir><file name="list.phtml" hash="69b9f4efec336d9828a0d17c4a65ccf3"/><file name="new.phtml" hash="0c7ad4881b94be03e62001bf0208db87"/><dir name="view"><file name="media.phtml" hash="343eb82447e8252d2715059e361e24e6"/></dir><file name="view.phtml" hash="b47489c90eace8edf09a0dac00a60da9"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="770b19fc5ad6b35244be047bc447721f"/></dir><dir name="checkout"><dir name="cart"><dir name="sidebar"><file name="default.phtml" hash="b001f35d2aaeecb32cbd5ed6bbe2c1bb"/></dir><file name="sidebar.phtml" hash="fb62c34ded2f8043d926f1ecb017cb45"/></dir><file name="cart.phtml" hash="f65970616a6bd237b4e5ee201b1a1308"/><file name="onepage.phtml" hash="b6a117927622a351905381e81cdfce8c"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="2e25bddc88a9f50474c6165800b71b6e"/></dir><dir name="page"><file name="1column.phtml" hash="e4a867569ed8e5ffb6f48d74fe404004"/><file name="2columns-left.phtml" hash="b2b4ead60ddd05baa27d48166a628230"/><file name="2columns-right.phtml" hash="8d2d23477b4cf6ddb23ac1a43154a30d"/><file name="3columns.phtml" hash="6511e534785162a59122fa1051530211"/><dir name="html"><file name="footer.phtml" hash="2ff69e5f24d5c874f3add162a71db8cd"/><file name="header.phtml" hash="039d0b4d7f11275ef93234d646f0fdc2"/><file name="pager.phtml" hash="1bf5ef70b19f52c60056cf5300bdbda8"/></dir></dir><dir name="review"><file name="form.phtml" hash="7d36d7b68e3ffca62e920383043331e1"/><dir name="product"><dir name="view"><file name="list.phtml" hash="181406dd8bcd82741096ad54c6e2990e"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
17
+ <compatible/>
18
+ <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
19
+ </package>
skin/frontend/default/rgtheme/Thumbs.db ADDED
Binary file
skin/frontend/default/rgtheme/css/styles.css ADDED
@@ -0,0 +1,1417 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_blank
22
+ * @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* Reset ================================================================================= */
27
+ * { margin:0; padding:0; }
28
+
29
+ body { background: url("../images/back_c.png") repeat-x fixed 0 0 transparent; font:12px/1.35 Verdana, Helvetica, sans-serif; color:#000; text-align:center; }
30
+
31
+ img { border:0; vertical-align:top; }
32
+
33
+ a { color:#8D8D8D; text-decoration:underline; }
34
+ .main a { color: #BC0031; text-decoration:underline; }
35
+ a:hover { text-decoration:none; }
36
+ :focus { outline:0; }
37
+
38
+ /* Headings */
39
+ h1 { font-size:20px; font-weight:normal; line-height:1.15; }
40
+ h2 { font-size:18px; font-weight:normal; line-height:1.25; }
41
+ h3 { font-size:16px; font-weight:bold; line-height:1.25; }
42
+ h4 { font-size:14px; font-weight:bold; }
43
+ h5 { font-size:12px; font-weight:bold; }
44
+ h6 { font-size:11px; font-weight:bold; }
45
+
46
+ /* Forms */
47
+ form { display:inline; }
48
+ fieldset { border:0; }
49
+ legend { display:none; }
50
+
51
+ /* Table */
52
+ table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
53
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
54
+
55
+ /* Content */
56
+ strong { font-weight:bold; }
57
+ address { font-style:normal; }
58
+ cite { font-style:normal; }
59
+ q,
60
+ blockquote { quotes:none; }
61
+ q:before,
62
+ q:after { content:''; }
63
+ small,big { font-size:1em; }
64
+ sup { font-size:1em; vertical-align:top; }
65
+
66
+ /* Lists */
67
+ ul,ol { list-style:none; }
68
+
69
+ /* Tools */
70
+ .hidden { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
71
+ .nobr { white-space:nowrap !important; }
72
+ .wrap { white-space:normal !important; }
73
+ .a-left { text-align:left !important; }
74
+ .a-center { text-align:center !important; }
75
+ .a-right { text-align:right !important; }
76
+ .v-top { vertical-align:top; }
77
+ .v-middle { vertical-align:middle; }
78
+ .f-left,
79
+ .left { float:left !important; }
80
+ .f-right,
81
+ .right { float:right !important; }
82
+ .f-none { float:none !important; }
83
+ .f-fix { float:left; width:100%; }
84
+ .no-display { display:none; }
85
+ .no-margin { margin:0 !important; }
86
+ .no-padding { padding:0 !important; }
87
+ .no-bg { background:none !important; }
88
+ /* ======================================================================================= */
89
+
90
+
91
+ /* Layout ================================================================================ */
92
+ .wrapper { }
93
+ .page { width:940px; margin:0 auto; padding:0; text-align:left; }
94
+ .page-print { background:#fff; padding:20px; text-align:left; }
95
+ .page-empty { background:#fff; padding:20px; text-align:left; }
96
+ .page-popup { padding:20px; text-align:left; }
97
+ .main-container { background: none repeat scroll 0 0 #FFFFFF; padding:10px;}
98
+ .main { padding: 0; background:#F5F5F5;}
99
+
100
+ /* Base Columns */
101
+ .col-left { float:left; width:230px; border:0px solid #ddd; padding:5px 5px 0; }
102
+ .col-main { float:left; width:655px; border:0px solid #ddd; padding:5px; }
103
+ .col-right { float:right; width:230px; border:0px solid #ddd; padding:5px 5px 0; }
104
+
105
+ /* 1 Column Layout */
106
+ .col1-layout .col-main { float:none; width:auto; }
107
+
108
+ /* 2 Columns Layout */
109
+ .col2-left-layout .col-main { float:right; }
110
+ .col2-right-layout .col-main {}
111
+
112
+ /* 3 Columns Layout */
113
+ .col3-layout .col-main { width:415px; margin-left:0px; }
114
+ .col3-layout .col-wrapper { float:left; width:665px; }
115
+ .col3-layout .col-wrapper .col-main { float:right; }
116
+
117
+ /* Content Columns */
118
+ .col2-set .col-1 { float:left; width:49%; }
119
+ .col2-set .col-2 { float:right; width:49%; }
120
+ .col2-set .col-narrow { width:33%; }
121
+ .col2-set .col-wide { width:65%; }
122
+
123
+ .col3-set .col-1 { float:left; width:32%; }
124
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
125
+ .col3-set .col-3 { float:right; width:32%; }
126
+
127
+ .col4-set .col-1 { float:left; width:23.5%; }
128
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
129
+ .col4-set .col-3 { float:left; width:23.5%; }
130
+ .col4-set .col-4 { float:right; width:23.5%; }
131
+ /* ======================================================================================= */
132
+
133
+
134
+ /* Global Styles ========================================================================= */
135
+ /* Form Elements */
136
+ input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
137
+ input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
138
+ input.input-text,textarea { padding:2px; }
139
+ select { padding:1px; }
140
+ select option { padding-right:10px; }
141
+ select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
142
+ select.multiselect option:last-child { border-bottom:0; }
143
+ textarea { overflow:auto; }
144
+ input.radio { margin-right:3px; }
145
+ input.checkbox { margin-right:3px; }
146
+ input.qty { width:2.5em !important; }
147
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
148
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
149
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
150
+ button.button span { float:left; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
151
+ button.button span span { background-position:100% 0; padding:0 12px 0 4px; color: #FFF;}
152
+ button.disabled {}
153
+ button.disabled span {}
154
+
155
+ button.btn-checkout span {}
156
+ button.btn-checkout.no-checkout {}
157
+
158
+ p.control input.checkbox,
159
+ p.control input.radio { margin-right:6px; }
160
+ /* Form Highlight */
161
+ /*input.input-text:focus,select:focus,textarea:focus {}*/
162
+ /*.highlight { background:#efefef; }*/
163
+
164
+ /* Form lists */
165
+ /* Grouped fields */
166
+ /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
167
+ .form-list li { margin:0 0 8px; }
168
+ .form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
169
+ .form-list label.required {}
170
+ .form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
171
+ .form-list li.control label { float:none; }
172
+ .form-list li.control input.radio,
173
+ .form-list li.control input.checkbox { margin-right:6px; }
174
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
175
+ /*.form-list li.fields { margin-right:-15px; }*/
176
+ .form-list .input-box { display:block; clear:both; width:260px; }
177
+ .form-list .field { float:left; width:275px; }
178
+ .form-list input.input-text { width:254px; }
179
+ .form-list textarea { width:254px; height:10em; }
180
+ .form-list select { width:260px; }
181
+ .form-list li.wide .input-box { width:535px; }
182
+ .form-list li.wide input.input-text { width:529px; }
183
+ .form-list li.wide textarea { width:529px; }
184
+ .form-list li.wide select { width:535px; }
185
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
186
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
187
+ .form-list .input-range input.input-text { width:74px; }
188
+ /* Customer */
189
+ .form-list .customer-name-prefix .input-box,
190
+ .form-list .customer-name-suffix .input-box,
191
+ .form-list .customer-name-prefix-suffix .input-box,
192
+ .form-list .customer-name-prefix-middlename .input-box,
193
+ .form-list .customer-name-middlename-suffix .input-box,
194
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
195
+
196
+ .form-list .name-prefix { width:65px; }
197
+ .form-list .name-prefix select { width:55px; }
198
+ .form-list .name-prefix input.input-text { width:49px; }
199
+
200
+ .form-list .name-suffix { width:65px; }
201
+ .form-list .name-suffix select { width:55px; }
202
+ .form-list .name-suffix input.input-text { width:49px; }
203
+
204
+ .form-list .name-middlename { width:70px; }
205
+ .form-list .name-middlename input.input-text { width:49px; }
206
+
207
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
208
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
209
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
210
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
211
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
212
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
213
+
214
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
215
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
216
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
217
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
218
+
219
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
220
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
221
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
222
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
223
+
224
+ .form-list .customer-name-prefix .name-firstname,
225
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
226
+
227
+ .form-list .customer-name-suffix .name-lastname,
228
+ .form-list .customer-name-middlename .name-firstname,
229
+ .form-list .customer-name-middlename-suffix .name-firstname,
230
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
231
+
232
+ .form-list .customer-name-prefix .name-firstname input.input-text,
233
+ .form-list .customer-name-suffix .name-lastname input.input-text,
234
+ .form-list .customer-name-middlename .name-firstname input.input-text,
235
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
236
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
237
+
238
+ .form-list .customer-dob .dob-month,
239
+ .form-list .customer-dob .dob-day,
240
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
241
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
242
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
243
+ .form-list .customer-dob .dob-day,
244
+ .form-list .customer-dob .dob-month { width:60px; }
245
+ .form-list .customer-dob .dob-day input.input-text,
246
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
247
+ .form-list .customer-dob .dob-year { width:140px; }
248
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
249
+
250
+ .buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; background:#FFF;}
251
+ .buttons-set .back-link { float:left; }
252
+ .buttons-set button.button { float:right; }
253
+ .buttons-set p.required { margin:0 0 5px; }
254
+
255
+ .buttons-set-order {}
256
+
257
+ .fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0 0; }
258
+ .fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
259
+
260
+ /* Form Validation */
261
+ .validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:10px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 1px no-repeat; color:#f00; }
262
+ .validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
263
+ .validation-passed {}
264
+ p.required { font-size:10px; text-align:right; color:#f00; }
265
+ /* Expiration date and CVV number validation fix */
266
+ .v-fix { float:left; }
267
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
268
+
269
+ /* Global Messages */
270
+ .success { color:#3d6611; font-weight:bold; }
271
+ .error { color:#f00; font-weight:bold; }
272
+ .notice { color:#ccc; }
273
+
274
+ .messages,
275
+ .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
276
+ .messages { width:100%; overflow:hidden; }
277
+ .messages li { margin:0 0 10px; }
278
+ .messages li li { margin:0 0 3px; }
279
+ .error-msg,
280
+ .success-msg,
281
+ .note-msg,
282
+ .notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
283
+ .error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
284
+ .success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
285
+ .note-msg,
286
+ .notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
287
+
288
+ /* BreadCrumbs */
289
+ .breadcrumbs { padding:10px 0; margin:0; background:#FFF;}
290
+ .breadcrumbs ul{ border-bottom: 5px solid #EDEDED; padding: 0 0 10px;}
291
+ .breadcrumbs li { display:inline; }
292
+
293
+ /* Page Heading */
294
+ .page-title { padding:0; margin:0 0 10px; border-bottom: 0px solid #CB0701; background:url(../images/back_title.png) repeat-x #DF1118;}
295
+ .page-title h1,
296
+ .page-title h2 { font-size:16px; color:#FFF; padding: 8px 10px; font-weight: bold;}
297
+ .page-title .separator { margin:0 3px; }
298
+ .page-title .link-rss { float:right; }
299
+ .title-buttons { text-align:right; }
300
+ .title-buttons h1,
301
+ .title-buttons h2,
302
+ .title-buttons h3,
303
+ .title-buttons h4,
304
+ .title-buttons h5,
305
+ .title-buttons h6 { float:left; }
306
+
307
+ .subtitle,
308
+ .sub-title { clear:both; }
309
+
310
+ /* Pager */
311
+ .pager { border:1px solid #DADADA; padding:5px; margin:0; text-align:center; }
312
+ .pager .amount { float:left; }
313
+ .pager .limiter { float:right; }
314
+ .pager .pages { margin:0 135px; }
315
+ .pager .pages ol { display:inline; }
316
+ .pager .pages li { display:inline; }
317
+ .pager .pages .current {}
318
+
319
+ /* Sorter */
320
+ .sorter { border:1px solid #DADADA; padding:5px; margin:0; }
321
+ .sorter .view-mode { float:left; }
322
+ .sorter .sort-by { float:right; }
323
+ .sorter .link-feed {}
324
+
325
+ /* Toolbar */
326
+ .toolbar {}
327
+ .toolbar .pager ,
328
+ .toolbar .sorter { background: url("../images/box_head.png") repeat-x scroll 0 -2px #636363; color: #000;}
329
+ .toolbar-bottom {}
330
+
331
+ /* Data Table */
332
+ .data-table { width:100%; background: #FFFFFF; border:1px solid #DADADA; }
333
+ .data-table th { padding:5px; border:0px solid #ddd; font-weight:bold; white-space:nowrap; }
334
+ .data-table td { padding:5px; border:0px solid #ddd; vertical-align: middle;}
335
+ .data-table thead { background: url("../images/box_head.png") repeat-x scroll 0 -3px transparent;}
336
+ .data-table tbody {}
337
+ .data-table tfoot {}
338
+ .data-table tr { border-bottom: 1px solid #DADADA;}
339
+ .data-table tr.first {}
340
+ .data-table tr.last {}
341
+ .data-table tr.odd {}
342
+ .data-table tr.even { background-color:#f6f6f6; }
343
+ .data-table tbody.odd {}
344
+ .data-table tbody.odd td { border-width:0 1px; }
345
+ .data-table tbody.even { background-color:#f6f6f6; }
346
+ .data-table tbody.even td { border-width:0 1px; }
347
+ .data-table tbody.odd tr.border td,
348
+ .data-table tbody.even tr.border td { border-bottom-width:1px; }
349
+ .data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
350
+ .data-table td.label,
351
+ .data-table th.label { font-weight:bold; background-color:#f6f6f6; }
352
+ .data-table td.value {}
353
+
354
+ /* Shopping cart total summary row expandable to details */
355
+ tr.summary-total { cursor:pointer; }
356
+ tr.summary-total td {}
357
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; cursor:pointer; }
358
+ tr.show-details .summary-collapse { background-position:0 -53px; }
359
+ tr.show-details td {}
360
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
361
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
362
+ tr.summary-details-excluded { font-style:italic; }
363
+
364
+ /* Shopping cart tax info */
365
+ .cart-tax-info { display:block; }
366
+ .cart-tax-info,
367
+ .cart-tax-info .cart-price { padding-right:20px; }
368
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
369
+ .cart-tax-info .price,
370
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
371
+ .cart-tax-total-expanded { background-position:100% -53px; }
372
+
373
+ /* Class: std - styles for admin-controlled content */
374
+ .std .subtitle { padding:0; }
375
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
376
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
377
+ .std dl dt { font-weight:bold; }
378
+ .std dl dd { margin:0 0 10px; }
379
+ /*.std ul,
380
+ .std ol,
381
+ .std dl,
382
+ .std p,
383
+ .std address,
384
+ .std blockquote { margin:0 0 1em; padding:0; }
385
+ .std ul { list-style:disc outside; padding-left:1.5em; }
386
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
387
+ .std ul ul { list-style-type:circle; }
388
+ .std ul ul,
389
+ .std ol ol,
390
+ .std ul ol,
391
+ .std ol ul { margin:.5em 0; }
392
+ .std dt { font-weight:bold; }
393
+ .std dd { padding:0 0 0 1.5em; }
394
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
395
+ .std address { font-style:normal; }
396
+ .std b,
397
+ .std strong { font-weight:bold; }
398
+ .std i,
399
+ .std em { font-style:italic; }*/
400
+
401
+ /* Misc */
402
+ .links li { display:inline; }
403
+ .links li.first { padding-left:0 !important; }
404
+ .links li.last { background:none !important; padding-right:0 !important; }
405
+
406
+ .link-cart { font-weight:bold; color:#f00; }
407
+ .link-wishlist { font-weight:bold; }
408
+ .link-reorder { font-weight:bold; }
409
+ .link-compare { font-weight:bold; }
410
+ .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
411
+ .link-rss { background:url(../images/feed.png) 0 11px no-repeat; padding:10px 0 0 30px; white-space:nowrap; }
412
+ .link-rss:hover { background:url(../images/feed.png) 0 0 no-repeat; }
413
+ .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
414
+ .block-cart .btn-remove { width:12px; height:13px; background:url(../images/btn_remove.png) 0 0 no-repeat; }
415
+ .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.png) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
416
+ .btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
417
+
418
+ .cards-list dt { margin:5px 0 0; }
419
+ .cards-list .offset { padding:2px 0 2px 20px; }
420
+
421
+
422
+ .separator { margin:0 3px; }
423
+
424
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }
425
+
426
+ /* Noscript Notice */
427
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
428
+ .noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
429
+ .noscript p { margin:0; }
430
+
431
+ /* Demo Notice */
432
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
433
+ /* ======================================================================================= */
434
+
435
+
436
+ /* Header ================================================================================ */
437
+ .logo { float:left; }
438
+ .header-container { padding: 0 15px;}
439
+ .header { padding:20px 0px; position: relative;}
440
+ .header .logo { float:left; text-decoration:none !important; }
441
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
442
+ .header h1.logo { margin:0; padding:0; }
443
+ .header .welcome-msg {position: absolute; right: 220px; text-align: right; top: 30px; }
444
+ .header .links {
445
+ position: absolute;
446
+ top: 10px;
447
+ right: 220px;
448
+ }
449
+ .header .search_top{
450
+ position: absolute;
451
+ right: 0;
452
+ top: 10px;
453
+ width: 205px;
454
+ }
455
+ .header .form-search {
456
+ background: url("../images/search_back.png") repeat-x scroll 0 0 transparent;
457
+ border: 1px solid #9E9E9E;
458
+ height: 26px;
459
+ text-align: left;
460
+ }
461
+ .header .form-search input{
462
+ background: none repeat scroll 0 0 transparent;
463
+ border: 0 none;
464
+ color: #000000;
465
+ font-size: 12px;
466
+ margin: 0 2px;
467
+ padding: 0 0 0 15px;
468
+ width: 154px;
469
+ }
470
+ .header .form-search .button{
471
+ background: url("../images/search_ok.gif") no-repeat scroll 0 0 transparent;
472
+ height: 26px;
473
+ width: 25px;
474
+ }
475
+ .header .form-search .button span{
476
+ display:none;
477
+ }
478
+ .header .form-search .search-autocomplete { z-index:999; }
479
+ .header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
480
+ .header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
481
+ .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
482
+ .header .form-search .search-autocomplete li.selected {}
483
+ .header .form-language { clear:both; text-align:right; }
484
+ .header-container .top-container { clear:both; text-align:right; }
485
+
486
+ /********** < Navigation */
487
+ .nav-container {}
488
+ #nav { padding:0 15px; margin:0 0 -8px; font-size:13px; }
489
+
490
+ /* All Levels */
491
+ #nav li { text-align:left; position:relative; }
492
+ #nav li.over { z-index:998; }
493
+ #nav li.parent {}
494
+ #nav li a { display:block; text-decoration:none; }
495
+ #nav li a:hover { text-decoration:none; }
496
+ #nav li a span { display:block; white-space:nowrap; cursor:pointer; padding: 4px 8px 6px 10px; background:#5A5A5A; color:#FFF;}
497
+ #nav li.active a span { background:#FFF; color:#000;}
498
+ #nav li ul a span { white-space:normal; }
499
+
500
+ /* 1st Level */
501
+ #nav li { float:left; background: url("../images/menu_back_btn.png") no-repeat scroll 0 0 transparent; margin:0; padding: 0 0 0 7px;}
502
+ #nav li.over { }
503
+ #nav li.over a span { background:#BC0031; color:#FFF;}
504
+ #nav li.active { }
505
+ #nav li.over a,
506
+ #nav li.active a{ }
507
+ #nav li a { float:left; padding:8px 7px 0px 0; font-weight:bold; color:#8B8B8B; background: url("../images/menu_back_btn.png") no-repeat scroll right 0 transparent;}
508
+ #nav li.home{ background: none; padding: 7px 0 0; }
509
+ #nav li.home a { padding:0; background: none;}
510
+ #nav li a:hover { color:#000; }
511
+ #nav li.over a,
512
+ #nav li.active a { color:#000; }
513
+
514
+ /* 2nd Level */
515
+ #nav ul,
516
+ #nav div { position:absolute; width:15em; top:36px; left:-10000px; border:2px solid #BC0031; background:#4D4D4D; }
517
+ #nav div ul { position:static; width:auto; border:none; }
518
+
519
+ /* 3rd+ leven */
520
+ #nav ul ul,
521
+ #nav ul div { top:7px; }
522
+
523
+ #nav ul li { float:none; background:#FFF; margin:0; padding:0;}
524
+ #nav li ul li a,
525
+ #nav li.active ul li a,
526
+ #nav li.over ul li a{ background:#FFF; color:#C2C2C2; padding:0;}
527
+ #nav li ul li a span,
528
+ #nav li.over ul li a span{ background:#FFF; color:#000;}
529
+ #nav ul li.last { border-bottom:0; }
530
+ #nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#C2C2C2 !important; }
531
+ #nav ul li a:hover { color:#000 !important; }
532
+ #nav ul li.active > a,
533
+ #nav ul li.over > a { color:#000 !important; }
534
+
535
+ /* Show menu */
536
+ #nav li ul.shown-sub,
537
+ #nav li div.shown-sub { left:0; z-index:999; }
538
+ #nav li .shown-sub ul.shown-sub,
539
+ #nav li .shown-sub li div.shown-sub { left:100px; }
540
+ /********** Navigation > */
541
+ /* ======================================================================================= */
542
+
543
+
544
+ /* Sidebar =============================================================================== */
545
+ .block { margin:0 0 10px; }
546
+ .block .block-title { background: url("../images/box_head.png") repeat-x scroll 0 -2px transparent; border-top: 1px solid #DADADA; border-left: 1px solid #DADADA; border-right: 1px solid #DADADA; padding:3px 10px; }
547
+ .block .block-title strong { font-size:14px; font-weight:bold; }
548
+ .block .block-title strong span {}
549
+ .block .block-title a { text-decoration:none !important; }
550
+ .block .block-subtitle { font-size:13px; font-weight:bold; }
551
+ .block .block-content { background: #FFFFFF; border-color: #DADADA; border-left: 1px solid #DADADA; border-right: 1px solid #DADADA; border-style: solid; border-width: 1px; padding: 10px;}
552
+ .block .block-content li.item { padding:5px 0; }
553
+ .block .btn-remove,
554
+ .block .btn-edit { float:right;}
555
+ .block .actions { text-align:right; margin: 10px 0 0; }
556
+ .block .actions a { float:left; }
557
+ .block .empty {}
558
+
559
+ .block li.odd {}
560
+ .block li.even { background-color:#f6f6f6; }
561
+
562
+ /* Mini Products List */
563
+ .mini-products-list li { padding:5px 0; }
564
+ .mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
565
+ .mini-products-list .product-details { margin-left:0; }
566
+ .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
567
+
568
+ /* Block: Account */
569
+ .block-account {}
570
+
571
+ /* Block: Currency Switcher */
572
+ .block-currency {}
573
+ .block-currency select { width:100%; border:1px solid #888; }
574
+
575
+ /* Block: Layered Navigation */
576
+ .block-layered-nav {}
577
+ .block-layered-nav dt { font-weight:bold; }
578
+ .block-layered-nav .currently {}
579
+ .block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
580
+ .block-layered-nav ol{
581
+ list-style: square outside none;
582
+ margin: 0 0 0 15px;
583
+ color: #676767;
584
+ }
585
+ .block-layered-nav ol li{}
586
+ .block-layered-nav ol li a{ color:#676767; text-decoration:none;}
587
+
588
+ /* Block: Cart */
589
+ .block-cart {}
590
+ .block-cart .product-name{ font-size: 10px;}
591
+ .block-cart .product-name a{ font-size: 12px; text-decoration:none;}
592
+ .block-cart .block .btn-remove { margin: 3px 0 0;}
593
+ .block-cart .block-content .actions{ background: url("../images/cartside.png") no-repeat scroll right center transparent; padding: 0 0 0 5px;}
594
+ .block-cart .block-content button span{ background: none;}
595
+ .block-cart .block-content .actions .amount { color: #FFFFFF; float: left; font-weight: bold; padding: 0;}
596
+ .block-cart .block-content .actions .amount span{ font-size: 14px;}
597
+ .block-cart .summary { margin: 0 0 10px; border-top: 1px solid #999999;}
598
+ .block-cart .summary .price { font-weight: bold;}
599
+ .block-cart .amount {}
600
+ .block-cart .subtotal { text-align:left; }
601
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
602
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
603
+
604
+ /* Block: Wishlist */
605
+ .block-wishlist {}
606
+
607
+ /* Block: Related */
608
+ .block-related {}
609
+ .block-related li { padding:5px 0; }
610
+ .block-related input.checkbox { float:left; margin-right:-20px; }
611
+ .block-related .product { margin-left:20px; }
612
+ .block-related .product .product-image { float:left; margin-right:-65px; }
613
+ .block-related .product .product-details { margin-left:65px; }
614
+
615
+ /* Block: Compare Products */
616
+ .block-compare {}
617
+ .block-compare li { padding:5px 0; }
618
+
619
+ /* Block: Recently Viewed */
620
+ .block-viewed {}
621
+
622
+ /* Block: Recently Compared */
623
+ .block-compared {}
624
+
625
+ /* Block: Poll */
626
+ .block-poll label {}
627
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
628
+ .block-poll .label { display:block; margin-left:18px; }
629
+ .block-poll li { padding:3px 9px; }
630
+ .block-poll .actions { margin:5px 0 0; }
631
+ .block-poll .answer { font-weight:bold; }
632
+ .block-poll .votes { float:right; margin-left:10px; }
633
+
634
+ /* Block: Tags */
635
+ .block-tags ul,
636
+ .block-tags li { display:inline; }
637
+
638
+ /* Block: Subscribe */
639
+ .block-subscribe {}
640
+ .block-subscribe .actions { text-align: left;}
641
+
642
+ /* Block: Reorder */
643
+ .block-reorder {}
644
+ .block-reorder li { padding:5px 0; }
645
+ .block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
646
+ .block-reorder .product-name { margin-left:20px; }
647
+
648
+ /* Block: Banner */
649
+ .block-banner {}
650
+ .block-banner .block-content {
651
+ background: none repeat scroll 0 0 transparent;
652
+ border: 0 none;
653
+ padding: 0;
654
+ text-align: center;
655
+ }
656
+
657
+ /* Block: Login */
658
+ .block-login label { font-weight:bold; color:#666; }
659
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
660
+
661
+ /* Paypal */
662
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
663
+ .sidebar .paypal-logo a { float:none; }
664
+ /* ======================================================================================= */
665
+
666
+
667
+ /* Category Page ========================================================================= */
668
+ .category-title { margin:0; padding:5px;}
669
+ .category-image { width:100%; overflow:hidden; margin:0; text-align:center; }
670
+ .category-image img {}
671
+ .category-description { margin:0; padding:0 10px; color:#FFF;}
672
+ .category-products {}
673
+
674
+ /* View Type: Grid */
675
+ .products-grid { border-bottom:1px solid #ddd; position:relative; }
676
+ .products-grid.last { border-bottom:0; }
677
+ .products-grid li.item { float:left; width:138px; padding:12px 10px 10px; position:relative;}
678
+ .products-grid .product-image { position: relative; z-index: 0; border: 1px solid #DDDDDD; display:block; width:135px; height:135px; margin:0; }
679
+ .products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; text-align: center;}
680
+ .products-grid .product-name a {}
681
+ .products-grid .price-box { margin:5px 0; text-align: center;}
682
+ .products-grid .availability { line-height:21px; }
683
+ .products-grid .actions {
684
+ background: url("../images/opacity.png") repeat scroll 0 0 transparent;
685
+ border: 1px solid #CCCCCC;
686
+ height: 114px;
687
+ left: 11px;
688
+ padding: 10px;
689
+ position: absolute;
690
+ text-align: center;
691
+ top: 13px;
692
+ width: 113px;
693
+ z-index: 99;
694
+ }
695
+ .col2-left-layout .products-grid,
696
+ .col2-right-layout .products-grid { width:655px; margin:0 auto; }
697
+ .col1-layout .products-grid { width:790px; margin:0 auto; }
698
+
699
+ /* View Type: List */
700
+ .products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
701
+ .products-list li.item.last { border-bottom:0; }
702
+ .products-list .product-image { float:left; width:137px; height:137px; margin:0 0 10px; }
703
+ .products-list .product-image a{ border: 1px solid #CCCCCC; display: block; }
704
+ .products-list .product-shop { margin-left:150px; }
705
+ .products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
706
+ .products-list .product-name a {}
707
+ .products-list .price-box { float:left; margin:3px 13px 5px 0; }
708
+ .products-list .availability { float:left; margin:3px 0 0; }
709
+ .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
710
+ .products-list .desc .link-learn { font-size:11px; }
711
+ .products-list .add-to-links { clear:both; }
712
+ .products-list .add-to-links li { display:inline; }
713
+ .products-list .add-to-links .separator { display:inline; margin:0 2px; }
714
+ /* ======================================================================================= */
715
+
716
+
717
+ /* Product View ========================================================================== */
718
+ /* Rating */
719
+ .no-rating { margin:0; }
720
+
721
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
722
+ .ratings strong { float:left; margin:1px 3px 0 0; }
723
+ .ratings .rating-links { margin:0; }
724
+ .ratings .rating-links .separator { margin:0 2px; }
725
+ .ratings dt {}
726
+ .ratings dd {}
727
+ .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.png) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
728
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.png) 0 100% repeat-x; }
729
+ .ratings .rating-box { float:left; margin-right:3px; }
730
+ .ratings .amount {}
731
+
732
+ .ratings-table th,
733
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
734
+ .ratings-table th { font-weight:bold; padding-right:8px; }
735
+
736
+ /* Availability */
737
+ .availability { margin:0; }
738
+ .availability span { font-weight:bold; }
739
+ .availability.in-stock span {}
740
+ .availability.out-of-stock span { color:#d83820; }
741
+
742
+ .availability-only { margin:0 0 7px; }
743
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
744
+ .availability-only .expanded { background-position:100% -15px; }
745
+ .availability-only strong {}
746
+
747
+ .availability-only-details { margin:0 0 7px; }
748
+ .availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
749
+ .availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
750
+ .availability-only-details tr.odd td.last {}
751
+
752
+ /* Email to a Friend */
753
+ .email-friend {}
754
+
755
+ /* Alerts */
756
+ .alert-price {}
757
+ .alert-stock {}
758
+
759
+ /********** < Product Prices */
760
+ .price { white-space:nowrap !important; }
761
+
762
+ .price-box {}
763
+ .price-box .price { font-weight:bold; }
764
+
765
+ /* Regular price */
766
+ .regular-price {}
767
+ .regular-price .price { font-weight:bold; }
768
+
769
+ /* Old price */
770
+ .old-price { font-size: 10px;}
771
+ .old-price .price-label { white-space:nowrap; }
772
+ .old-price .price { font-weight:bold; text-decoration:line-through; }
773
+
774
+ /* Special price */
775
+ .special-price {}
776
+ .special-price .price-label { font-weight:bold; white-space:nowrap; }
777
+ .special-price .price { font-weight:bold; }
778
+
779
+ /* Minimal price (as low as) */
780
+ .minimal-price {}
781
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
782
+
783
+ .minimal-price-link { display:block; }
784
+ .minimal-price-link .label {}
785
+ .minimal-price-link .price { font-weight:normal; }
786
+
787
+ /* Excluding tax */
788
+ .price-excluding-tax { display:block; }
789
+ .price-excluding-tax .label { white-space:nowrap; }
790
+ .price-excluding-tax .price { font-weight:normal; }
791
+
792
+ /* Including tax */
793
+ .price-including-tax { display:block; }
794
+ .price-including-tax .label { white-space:nowrap; }
795
+ .price-including-tax .price { font-weight:bold; }
796
+
797
+ /* Configured price */
798
+ .configured-price {}
799
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
800
+ .configured-price .price { font-weight:bold; }
801
+
802
+ /* FPT */
803
+ .weee { display:block; font-size:11px; color:#444; }
804
+ .weee .price { font-size:11px; font-weight:normal; }
805
+
806
+ /* Excl tax (for order tables) */
807
+ .price-excl-tax { display:block; }
808
+ .price-excl-tax .label { display:block; white-space:nowrap; }
809
+ .price-excl-tax .price { display:block; }
810
+
811
+ /* Incl tax (for order tables) */
812
+ .price-incl-tax { display:block; }
813
+ .price-incl-tax .label { display:block; white-space:nowrap; }
814
+ .price-incl-tax .price { display:block; font-weight:bold; }
815
+
816
+ /* Price range */
817
+ .price-from {}
818
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
819
+
820
+ .price-to {}
821
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
822
+
823
+ /* Price notice next to the options */
824
+ .price-notice { padding-left:10px; }
825
+ .price-notice .price { font-weight:bold; }
826
+
827
+ /* Price as configured */
828
+ .price-as-configured {}
829
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
830
+
831
+ .price-box-bundle {}
832
+ /********** Product Prices > */
833
+
834
+ /* Tier Prices */
835
+ .tier-prices .price { font-weight:bold; }
836
+ .tier-prices .benefit {}
837
+
838
+ .tier-prices-grouped {}
839
+
840
+ /* Add to Links */
841
+ .add-to-links .separator { display:none; }
842
+
843
+ /* Add to Cart */
844
+ .add-to-cart label { float:left; margin-right:5px; }
845
+ .add-to-cart .qty { float:left; }
846
+ .add-to-cart button.button { float:left; margin-left:5px; }
847
+ .add-to-cart .paypal-logo { clear:left; text-align:right; }
848
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
849
+ .product-view .add-to-cart .paypal-logo { margin:0; }
850
+
851
+ /* Add to Links + Add to Cart */
852
+ .add-to-box {}
853
+ .add-to-box .add-to-cart { float:left; }
854
+ .add-to-box .or { float:left; margin:0 10px; }
855
+ .add-to-box .add-to-links { float:left; }
856
+
857
+
858
+ .product-view {}
859
+
860
+ .product-essential {}
861
+
862
+ .product-collateral .box-collateral { margin:0; padding:5px; border:1px solid #ccc; background: #FFFFFF;}
863
+
864
+ /* Product Images */
865
+ .product-view .product-img-box { float:left; width:267px; }
866
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
867
+ .product-view .product-img-box .product-image { border:1px solid #ddd; background: #FFFFFF;}
868
+ .product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
869
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
870
+ .product-view .product-img-box .zoom-notice { text-align:center; color: #999999; font-size: 10px;}
871
+ .product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
872
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
873
+ .product-view .product-img-box .zoom #track { position:relative; height:18px; }
874
+ .product-view .product-img-box .zoom #handle { position:absolute; left:0; top:-1px; width:9px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
875
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
876
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
877
+ .product-view .product-img-box .more-views ul { margin-left:-4px }
878
+ .product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
879
+
880
+ .product-image-popup { margin:0 auto; }
881
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
882
+ .product-image-popup .nav { margin:0 100px; text-align:center; }
883
+ .product-image-popup .image { display:block; }
884
+ .product-image-popup .image-label {}
885
+
886
+ /* Product Shop */
887
+ .product-view .product-shop { float:right; width:375px; }
888
+ .col1-layout .product-view .product-shop { float:right; width:700px; }
889
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
890
+ .product-view .product-name {
891
+ background: url("../images/back_title.png") repeat-x scroll 0 0 transparent;
892
+ color: #FFFFFF;
893
+ padding: 3px 80px 12px 5px;
894
+ position:relative;
895
+ }
896
+ .product-view .add-to-box .add-to-cart { float:none; margin: 10px 0;}
897
+ .product-view .add-to-box .add-to-links { float:none; }
898
+ .product-view .add-to-box .or { display: none; }
899
+ .product-view .product-name .ratings { margin:0;}
900
+ .product-view .product-name .amreviews .no-rating {display: none;}
901
+ .product-view .product-name .amreviews a{ color:#FFF; font-size: 10px; font-weight: bold;}
902
+ .product-view .product-name .amreviews {
903
+ position: absolute;
904
+ right: 5px;
905
+ top: 5px;
906
+ text-align: right;
907
+ }
908
+ .product-view .product-name .ratings .rating-box {
909
+
910
+ }
911
+ .product-view .product-name .ratings .rating-links { display:none;}
912
+ .product-view .email-friend { text-align: right;}
913
+ .product-view .no-rating { text-align: right;}
914
+ .product-view .ratings { text-align: right;}
915
+ .product-view .availability { margin: 10px 0;}
916
+ .product-view .short-description {
917
+ background: #FFFFFF;
918
+ border: 1px solid #CCCCCC;
919
+ margin: 15px 0 0;
920
+ padding: 5px;
921
+ }
922
+
923
+ /* Product Options */
924
+ .product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
925
+ .product-options dt label { font-weight:bold; }
926
+ .product-options dt .qty-holder { float:right; }
927
+ .product-options dt .qty-holder label { vertical-align:middle; }
928
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
929
+ .product-options dd { margin:10px 0; }
930
+ .product-options dl.last dd.last {}
931
+ .product-options dd input.input-text { width:98%; }
932
+ .product-options dd input.datetime-picker { width:150px; }
933
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
934
+ .product-options dd textarea { width:98%; height:8em; }
935
+ .product-options dd select { width:100%; }
936
+ .product-options .options-list {}
937
+ .product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
938
+ .product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
939
+ .product-options .options-list .label { display:block; margin-left:20px; }
940
+ .product-options ul.validation-failed { padding:0 7px; }
941
+ .product-options p.required { padding:15px 0 0; }
942
+
943
+ .product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
944
+ .product-options-bottom .price-box { margin:10px 0; }
945
+
946
+ /* Grouped Product */
947
+ .product-view .grouped-items-table {}
948
+
949
+ /* Block: Description */
950
+ .product-view .box-description {}
951
+
952
+ /* Block: Additional */
953
+ .product-view .box-additional {}
954
+
955
+ /* Block: Upsell */
956
+ .product-view .box-up-sell {}
957
+ .product-view .box-up-sell .products-grid td { width:25%; }
958
+
959
+ /* Block: Tags */
960
+ .product-view .box-tags {}
961
+ .product-view .box-tags .form-add label { float:left; }
962
+ .product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
963
+ .product-view .box-tags .form-add input.input-text { width:254px; }
964
+ .product-view .box-tags .form-add p { clear:both; }
965
+
966
+ /* Block: Reviews */
967
+ .product-view .box-reviews {}
968
+ .product-view .box-reviews .form-add {}
969
+
970
+ /* Send a Friend */
971
+ .send-friend {}
972
+ /* ======================================================================================= */
973
+
974
+
975
+ /* Content Styles ================================================================= */
976
+ .product-name { font-size:1em; font-weight:normal; }
977
+ .product-name a {}
978
+
979
+ /* Product Tags */
980
+ .tags-list li { display:inline; }
981
+
982
+ /* Advanced Search */
983
+ .advanced-search {}
984
+ .advanced-search-amount {}
985
+ .advanced-search-summary {}
986
+
987
+ /* CMS Home Page */
988
+ .cms-home .subtitle {}
989
+ .cms-index-index .subtitle { border-bottom: 3px solid #CB0701; margin: 0 0 8px;}
990
+ .cms-index-index .subtitle span{ background: url("../images/back_title.png") repeat-x scroll 0 0 transparent; padding: 2px 15px 2px 5px; color: #FFFFFF;}
991
+
992
+ /* Sitemap */
993
+ .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
994
+ .page-sitemap .links a { text-decoration:none; position:relative; }
995
+ .page-sitemap .links a:hover { text-decoration:underline; }
996
+ .page-sitemap .sitemap { margin:12px; }
997
+ .page-sitemap .sitemap a {}
998
+ .page-sitemap .sitemap li { margin:3px 0; }
999
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
1000
+ .page-sitemap .sitemap li.level-0 a {}
1001
+
1002
+ /* RSS */
1003
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
1004
+ .rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
1005
+ /* ======================================================================================= */
1006
+
1007
+
1008
+ /* Shopping Cart ========================================================================= */
1009
+ .cart {}
1010
+
1011
+ /* Checkout Types */
1012
+ .cart .checkout-types { float:right; text-align:right; padding: 7px 6px 0;}
1013
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1014
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1015
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
1016
+
1017
+ /* Shopping Cart Table */
1018
+ .cart-table .item-msg { font-size:10px; }
1019
+
1020
+ /* Shopping Cart Collateral boxes */
1021
+ .cart .cart-collaterals { padding:25px 0 0; }
1022
+ .cart .cart-collaterals .col2-set { float:left; width:630px; }
1023
+
1024
+ .cart .crosssell {}
1025
+ .cart .crosssell h2 { font-size:13px; font-weight:bold; }
1026
+ .cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
1027
+ .cart .crosssell .product-details { margin-left:90px; }
1028
+ .cart .crosssell li.item { margin:12px 0; }
1029
+
1030
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1031
+ .cart .discount,
1032
+ .cart .shipping {}
1033
+
1034
+ /* Shopping Cart Totals */
1035
+ .cart .totals { float:right; }
1036
+ .cart .totals table { width:100%; }
1037
+ .cart .totals table th,
1038
+ .cart .totals table td { padding:5px; }
1039
+ .cart .totals table th { font-weight:bold; }
1040
+ .cart .totals table tfoot th {}
1041
+
1042
+ /* Options Tool Tip */
1043
+ .item-options dt { font-weight:bold; font-style:italic; }
1044
+ .item-options dd { padding-left:10px; }
1045
+ .truncated { cursor:help; }
1046
+ .truncated a.dots { cursor:help; }
1047
+ .truncated a.details { cursor:help; }
1048
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1049
+ .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1050
+ .truncated .show dl { top:-20px; left:50%; }
1051
+ .col-left .truncated .show dl { left:30px; top:7px; }
1052
+ .col-right .truncated .show dl { left:-240px; top:7px; }
1053
+ /* ======================================================================================= */
1054
+
1055
+
1056
+ /* Checkout ============================================================================== */
1057
+ /********** < Common Checkout Styles */
1058
+ /* Shipping and Payment methods */
1059
+ .sp-methods dt { font-weight:bold; }
1060
+ .sp-methods .price { font-weight:bold; }
1061
+ .sp-methods .form-list { padding-left:20px; }
1062
+ .sp-methods select.month { width:150px; margin-right:10px; }
1063
+ .sp-methods select.year { width:96px; }
1064
+ .sp-methods input.cvv { width:3em !important; }
1065
+
1066
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1067
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1068
+ .sp-methods .checkmo-list address { float:left; }
1069
+
1070
+ .sp-methods .centinel-logos a { margin-right:3px; }
1071
+ .sp-methods .centinel-logos img { vertical-align:middle; }
1072
+
1073
+ .sp-methods .release-amounts { margin:0.5em 0 1em; }
1074
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1075
+
1076
+ .please-wait { float:right; margin-right:5px; }
1077
+ .please-wait img { vertical-align:middle; }
1078
+ .cvv-what-is-this { cursor:help; margin-left:5px; }
1079
+
1080
+ /* Tooltip */
1081
+ .tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
1082
+ .tool-tip .btn-close { text-align:right; }
1083
+ .tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:15px; height:15px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
1084
+ .tool-tip .tool-tip-content { padding:5px; }
1085
+
1086
+ /* Gift Messages */
1087
+ .gift-messages {}
1088
+ .gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
1089
+ .gift-messages-form { position:relative; }
1090
+ .gift-messages-form label { float:none !important; position:static !important; }
1091
+ .gift-messages-form h4 {}
1092
+ .gift-messages-form .whole-order {}
1093
+ .gift-messages-form .item { margin:0 0 10px; }
1094
+ .gift-messages-form .item .product-img-box { float:left; width:75px; }
1095
+ .gift-messages-form .item .product-image { margin:0 0 7px; }
1096
+ .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
1097
+ .gift-messages-form .item .details { margin-left:90px; }
1098
+ .gift-messages-form .item .details .product-name {}
1099
+
1100
+ .gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
1101
+ .gift-message-link.expanded { background-position:0 -53px; }
1102
+ .gift-message-row {}
1103
+ .gift-message-row .btn-close { float:right; }
1104
+ .gift-message dt strong { font-weight:bold; }
1105
+
1106
+ /* Checkout Agreements */
1107
+ .checkout-agreements {}
1108
+ .checkout-agreements li { margin:10px 0; }
1109
+ .checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
1110
+ .checkout-agreements .agree { padding:6px; }
1111
+
1112
+ /* Centinel */
1113
+ .centinel {}
1114
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1115
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1116
+
1117
+ /* Generic Info Set */
1118
+ .info-set {}
1119
+ /********** Common Checkout Styles > */
1120
+
1121
+ /* One Page Checkout */
1122
+ .block-progress {}
1123
+ .block-progress dt { font-weight:bold; }
1124
+ .block-progress dt.complete,
1125
+ .block-progress dd.complete { background-color:#f6f6f6; }
1126
+
1127
+ .opc { border-bottom:1px solid #ddd; position:relative; }
1128
+ .opc li.section { border:1px solid #ddd; border-bottom:0; }
1129
+
1130
+ .opc .buttons-set.disabled button.button { display:none; }
1131
+ .opc .buttons-set .please-wait { height:21px; line-height:21px; }
1132
+
1133
+ .opc .step-title { background: url("../images/box_head.png") repeat-x scroll 0 -2px transparent; border: 1px solid #616161; padding:0 5px; text-align:right; }
1134
+ .opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
1135
+ .opc .step-title h2 { float:left; }
1136
+ .opc .step-title a { display:none; float:right; }
1137
+
1138
+ .opc .allow .step-title { cursor:pointer; }
1139
+ /*.opc .allow .step-title a { display:block; }*/
1140
+
1141
+ .opc .active {}
1142
+ .opc .active .step-title { background: url("../images/step_active.png") repeat-x scroll 0 0 transparent; cursor:default; color:#FFF; }
1143
+ .opc .active .step { border-right:1px solid #000; border-left:1px solid #000; border-bottom:1px solid #000; }
1144
+ /*.opc .active .step-title a { display:none; }*/
1145
+
1146
+ .opc .step { border-top:1px solid #ddd; padding:10px; position:relative; background:#FFF;}
1147
+ .opc .step .tool-tip { right:10px; }
1148
+
1149
+ .opc .order-review {}
1150
+
1151
+ /* Multiple Addresses Checkout */
1152
+ .checkout-progress { padding:0 50px; margin:10px 0; }
1153
+ .checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
1154
+ .checkout-progress li.active { border-top-color:#000; color:#000; }
1155
+
1156
+ .multiple-checkout { position:relative; }
1157
+ .multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
1158
+ .multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
1159
+ .multiple-checkout .grand-total big {}
1160
+ .multiple-checkout .grand-total .price {}
1161
+ /* ======================================================================================= */
1162
+
1163
+
1164
+ /* Account Login/Create Pages ============================================================ */
1165
+ .account-login {}
1166
+ .account-login .new-users {}
1167
+ .account-login .registered-users {}
1168
+
1169
+ .account-create {}
1170
+ /* Account Login/Create Pages ============================================================ */
1171
+
1172
+
1173
+ /* My Account ============================================================================= */
1174
+ .my-account .title-buttons .link-rss { float:none; margin:0; }
1175
+
1176
+ /********** < Dashboard */
1177
+ .dashboard {}
1178
+ .dashboard .welcome-msg {}
1179
+
1180
+ /* Block: Recent Orders */
1181
+ .dashboard .box-recent { margin:10px 0; }
1182
+
1183
+ /* Block: Account Information */
1184
+ .dashboard .box-info {}
1185
+
1186
+ /* Block: Reviews */
1187
+ .dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
1188
+ .dashboard .box-reviews .details { margin-left:20px; }
1189
+
1190
+ /* Block: Tags */
1191
+ .dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#ddd; }
1192
+ .dashboard .box-tags .details { margin-left:20px; }
1193
+ /********** Dashboard > */
1194
+
1195
+ /* Address Book */
1196
+ .addresses-list {}
1197
+ .addresses-list-additional li.item {}
1198
+
1199
+ /* Order View */
1200
+ .order-info { border:1px solid #ddd; padding:5px; }
1201
+ .order-info dt,
1202
+ .order-info dd,
1203
+ .order-info ul,
1204
+ .order-info li { display:inline; }
1205
+ .order-info dt { font-weight:bold; }
1206
+
1207
+ .order-date { margin:10px 0; }
1208
+
1209
+ .order-info-box {}
1210
+
1211
+ .order-items { width:100%; overflow-x:auto; }
1212
+
1213
+ .order-additional { margin:15px 0; }
1214
+ /* Order Gift Message */
1215
+ .gift-message dt strong { color:#666; }
1216
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1217
+ /* Order Comments */
1218
+ .order-about dt { font-weight:bold; }
1219
+ .order-about dd { font-size:13px; margin:0 0 7px; }
1220
+
1221
+ .tracking-table { margin:0 0 15px; }
1222
+ .tracking-table th { font-weight:bold; white-space:nowrap; }
1223
+
1224
+ .tracking-table-popup { width:100%; }
1225
+ .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1226
+ .tracking-table-popup th,
1227
+ .tracking-table-popup td { padding:1px 8px; }
1228
+
1229
+ /* Order Print Pages */
1230
+ .page-print .print-head {}
1231
+ .page-print .print-head img { float:left; }
1232
+ .page-print .print-head address { float:left; margin-left:15px; }
1233
+ /* Price Rewrites */
1234
+ .page-print .gift-message-link { display:none; }
1235
+ .page-print .price-excl-tax,
1236
+ .page-print .price-incl-tax { display:block; white-space:nowrap; }
1237
+ .page-print .cart-price,
1238
+ .page-print .price-excl-tax .label,
1239
+ .page-print .price-incl-tax .label,
1240
+ .page-print .price-excl-tax .price,
1241
+ .page-print .price-incl-tax .price { display:inline; }
1242
+
1243
+ /* My Reviews */
1244
+ .product-review .product-img-box { float:left; width:140px; }
1245
+ .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
1246
+ .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
1247
+ .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1248
+ .product-review .product-details { margin-left:150px; }
1249
+ .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
1250
+ .product-review h3 {}
1251
+ .product-review .ratings-table { margin:0 0 10px; }
1252
+ .product-review dt { font-weight:bold; }
1253
+ .product-review dd { font-size:13px; margin:5px 0 0; }
1254
+ /* ======================================================================================= */
1255
+
1256
+
1257
+ /* Footer ================================================================================ */
1258
+ .footer { padding:10px; float:right; width: 460px;}
1259
+ .footer p { text-align:left; }
1260
+ .footer address { text-align:left; margin:10px 0 0;}
1261
+ .footer ul {}
1262
+ .footer ul li { display:inline; }
1263
+ .footer-container .bottom-container { text-align:center; }
1264
+ /* ======================================================================================= */
1265
+ .omb_l { background:url("../images/omb_L_rep.png") repeat-y scroll 0 0 transparent; padding: 0 0 0 7px;}
1266
+ .omb_r { background:url("../images/omb_R_rep.png") repeat-y scroll right 0 transparent; padding: 0 7px 0 0;}
1267
+ .omb_t_r { background:url("../images/omb_T_R.png") no-repeat scroll right 0 transparent; padding: 0 62px 0 0;}
1268
+ .omb_t_l { background:url("../images/omb_T_L.png") no-repeat scroll 0 0 transparent; padding: 0 0 0 62px;}
1269
+ .omb_t_rep { background:url("../images/omb_T_rep.png") repeat-x scroll 0 0 transparent; height: 8px;}
1270
+ .omb_b_r { background:url("../images/omb_B_R.png") no-repeat scroll right 0 transparent; padding: 0 62px 0 0;}
1271
+ .omb_b_l { background:url("../images/omb_B_L.png") no-repeat scroll 0 0 transparent; padding: 0 0 0 62px; margin: 0 0 2px;}
1272
+ .omb_b_rep { background:url("../images/omb_B_rep.png") repeat-x scroll 0 0 transparent; height: 8px;}
1273
+
1274
+ .header_bottom{ border-bottom: 5px solid #EDEDED;}
1275
+
1276
+ .home_new{ margin:5px 0 0;}
1277
+ .home_new .item_new{ background:#FFFFFF; border: 1px solid #CCCCCC; min-height: 200px; padding: 12px 10px 10px;}
1278
+ .home_new .products-grid li.item { margin: 0 2px 5px 3px; padding:0; width: 158px;}
1279
+ .products-grid li.item .rating-box{ margin: 0 auto; float: none; }
1280
+ .products-grid li.item .amount{ display:none; }
1281
+ .home_new .products-grid .product-image { border:0;}
1282
+
1283
+ .paiement{
1284
+ float: left;
1285
+ margin: 5px 10px;
1286
+ width: 210px;
1287
+ }
1288
+ .boxes{
1289
+ margin: 6px 0 0;
1290
+ }
1291
+ .emptybox{
1292
+ background: #FFFFFF;
1293
+ float: left;
1294
+ height: 100px;
1295
+ margin: 0 2px 10px 3px;
1296
+ width: 156px;
1297
+ }
1298
+ .emptybox img{ width: 156px; border: 1px solid #CCCCCC;}
1299
+
1300
+ .amin_avis{
1301
+ background: none repeat scroll 0 0 #FFF;
1302
+ border: 1px solid #CCCCCC;
1303
+ margin: 0 0 20px;
1304
+ padding: 5px;
1305
+ }
1306
+ .amin_avis .buttons-set {
1307
+ background: none;
1308
+ border: 0px solid #DDDDDD;
1309
+ }
1310
+ .amin_avis .amin_avis_middle{ min-height:200px; }
1311
+ .ajouter_avis{}
1312
+ .ajouter_avis .form-list label { width: 235px;}
1313
+
1314
+ .ajouter_avis .form-list .input-box {
1315
+ clear: none;
1316
+ float: left;
1317
+ width: 405px;
1318
+ }
1319
+ .ajouter_avis .form-list textarea {width: 400px;}
1320
+ .ajouter_avis .form-list input.input-text {
1321
+ width: 400px;
1322
+ }
1323
+ #star{ width:71px; height:13px; background-image:url(../images/stars.png); background-repeat:no-repeat; margin:3px 0 0;}
1324
+ .stars0{ background-position:0 0; }
1325
+ .stars1{ background-position:0 -13px; }
1326
+ .stars2{ background-position:0 -26px; }
1327
+ .stars3{ background-position:0 -39px; }
1328
+ .stars4{ background-position:0 -52px; }
1329
+ .stars5{ background-position:0 -65px; }
1330
+ .etoile{ cursor:pointer; float:left; height:13px; width:14px; }
1331
+
1332
+
1333
+ #upsell-product-table{ border-bottom: 0 none;}
1334
+ #upsell-product-table .product-image {
1335
+ height: 125px;
1336
+ margin: 0 auto;
1337
+ text-align: center;
1338
+ width: 125px;
1339
+ }
1340
+ #upsell-product-table .product-name { background:none; padding: 0;}
1341
+ #upsell-product-table .ratings .rating-box { float:none; margin: 0 auto;}
1342
+ #upsell-product-table .ratings .rating-links { display: none; }
1343
+
1344
+ #customer-reviews dl{ margin: 0 0 10px; padding: 5px;}
1345
+ #customer-reviews dl.paire{ background:#EDEDED;}
1346
+ .sharebtns{ text-align:right;}
1347
+ .aboutserbouti{
1348
+ background: url("../images/serbouti2.png") no-repeat scroll 0 11px transparent;
1349
+ display: block;
1350
+ height: 30px;
1351
+ width: 50px;
1352
+ text-indent: -9999px;
1353
+ }
1354
+ .aboutserbouti:hover{ background: url("../images/serbouti2.png") no-repeat scroll 0 -30px transparent; }
1355
+ .serbouti_sh{
1356
+ padding: 0 5px 9px;
1357
+ width: 50px;
1358
+ clear: both;
1359
+ float: right;
1360
+ }
1361
+
1362
+ /* Clears ================================================================================ */
1363
+ .clearer:after,
1364
+ .header-container:after,
1365
+ .header-container .top-container:after,
1366
+ .header:after,
1367
+ .header .quick-access:after,
1368
+ #nav:after,
1369
+ .main:after,
1370
+ .footer:after,
1371
+ .footer-container .bottom-container:after,
1372
+ .col-main:after,
1373
+ .col2-set:after,
1374
+ .col3-set:after,
1375
+ .col4-set:after,
1376
+ .search-autocomplete li:after,
1377
+ .block .block-content:after,
1378
+ .block .actions:after,
1379
+ .block li.item:after,
1380
+ .block-poll li:after,
1381
+ .block-layered-nav .currently li:after,
1382
+ .page-title:after,
1383
+ .products-grid:after,
1384
+ .products-list li.item:after,
1385
+ .box-account .box-head:after,
1386
+ .dashboard .box .box-title:after,
1387
+ .box-reviews li.item:after,
1388
+ .box-tags li.item:after,
1389
+ .pager:after,
1390
+ .sorter:after,
1391
+ .ratings:after,
1392
+ .add-to-box:after,
1393
+ .add-to-cart:after,
1394
+ .product-essential:after,
1395
+ .product-collateral:after,
1396
+ .product-view .product-img-box .more-views ul:after,
1397
+ .product-view .product-shop .short-description:after,
1398
+ .product-view .box-description:after,
1399
+ .product-view .box-tags .form-add:after,
1400
+ .product-options .options-list li:after,
1401
+ .product-options-bottom:after,
1402
+ .product-review:after,
1403
+ .cart:after,
1404
+ .cart-collaterals:after,
1405
+ .cart .crosssell li.item:after,
1406
+ .opc .step-title:after,
1407
+ .checkout-progress:after,
1408
+ .multiple-checkout .place-order:after,
1409
+ .group-select li:after,
1410
+ .form-list li:after,
1411
+ .form-list .field:after,
1412
+ .buttons-set:after,
1413
+ .page-print .print-head:after,
1414
+ .advanced-search-summary:after,
1415
+ .gift-messages-form .item:after,
1416
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1417
+ /* ======================================================================================= */
skin/frontend/default/rgtheme/images/Thumbs.db ADDED
Binary file
skin/frontend/default/rgtheme/images/back1.png ADDED
Binary file
skin/frontend/default/rgtheme/images/back_barre.png ADDED
Binary file
skin/frontend/default/rgtheme/images/back_c.png ADDED
Binary file
skin/frontend/default/rgtheme/images/back_search.png ADDED
Binary file
skin/frontend/default/rgtheme/images/back_title.png ADDED
Binary file
skin/frontend/default/rgtheme/images/bkg_button.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/bkg_collapse.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/bkg_rating.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/bkg_rating.png ADDED
Binary file
skin/frontend/default/rgtheme/images/box_head.png ADDED
Binary file
skin/frontend/default/rgtheme/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/btn_remove.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/btn_remove.png ADDED
Binary file
skin/frontend/default/rgtheme/images/btn_trash.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/btn_trash.png ADDED
Binary file
skin/frontend/default/rgtheme/images/btn_window_close.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/cartside.png ADDED
Binary file
skin/frontend/default/rgtheme/images/electro.png ADDED
Binary file
skin/frontend/default/rgtheme/images/facebook.png ADDED
Binary file
skin/frontend/default/rgtheme/images/feed.png ADDED
Binary file
skin/frontend/default/rgtheme/images/home.png ADDED
Binary file
skin/frontend/default/rgtheme/images/i_asc_arrow.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/i_desc_arrow.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/i_notice.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/i_pager-next.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/i_pager-prev.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/i_rss-big.png ADDED
Binary file
skin/frontend/default/rgtheme/images/i_rss.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/logo.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/magnifier_handle.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/mailto.png ADDED
Binary file
skin/frontend/default/rgtheme/images/men_act_left.png ADDED
Binary file
skin/frontend/default/rgtheme/images/menu_back_btn.png ADDED
Binary file
skin/frontend/default/rgtheme/images/omb_B_L.png ADDED
Binary file
skin/frontend/default/rgtheme/images/omb_B_R.png ADDED
Binary file
skin/frontend/default/rgtheme/images/omb_B_rep.png ADDED
Binary file
skin/frontend/default/rgtheme/images/omb_L_rep.png ADDED
Binary file
skin/frontend/default/rgtheme/images/omb_R_rep.png ADDED
Binary file
skin/frontend/default/rgtheme/images/omb_T_L.png ADDED
Binary file
skin/frontend/default/rgtheme/images/omb_T_R.png ADDED
Binary file
skin/frontend/default/rgtheme/images/omb_T_rep.png ADDED
Binary file
skin/frontend/default/rgtheme/images/opacity.png ADDED
Binary file
skin/frontend/default/rgtheme/images/pager_arrow_left.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/pager_arrow_right.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/paybox.png ADDED
Binary file
skin/frontend/default/rgtheme/images/paypal.png ADDED
Binary file
skin/frontend/default/rgtheme/images/print.png ADDED
Binary file
skin/frontend/default/rgtheme/images/puce_links.png ADDED
Binary file
skin/frontend/default/rgtheme/images/search_back.png ADDED
Binary file
skin/frontend/default/rgtheme/images/search_ok.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/serbouti2.png ADDED
Binary file
skin/frontend/default/rgtheme/images/slider_bg.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/spacer.gif ADDED
Binary file
skin/frontend/default/rgtheme/images/stars.png ADDED
Binary file
skin/frontend/default/rgtheme/images/step_active.png ADDED
Binary file
skin/frontend/default/rgtheme/images/tweet.png ADDED
Binary file
skin/frontend/default/rgtheme/images/validation_advice_bg.gif ADDED
Binary file