Zero1_ThemeCarParts - Version 1.0.6

Version Notes

Fixed checkout shipping method bug.
Fixed flag asset bug.

Download this release

Release Info

Developer Arron Moss
Extension Zero1_ThemeCarParts
Version 1.0.6
Comparing to
See all releases


Code changes from version 1.0.5 to 1.0.6

app/design/frontend/default/carparts/layout/catalog.xml CHANGED
@@ -1,435 +1,435 @@
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="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
53
- </reference>
54
- <reference name="right">
55
-
56
- </reference>
57
- <reference name="footer_links">
58
- <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>
59
- </reference>
60
- <block type="catalog/product_price_template" name="catalog_product_price_template" />
61
- </default>
62
-
63
-
64
- <!--
65
- Category default layout
66
- -->
67
-
68
- <catalog_category_default translate="label">
69
- <label>Catalog Category (Non-Anchor)</label>
70
- <reference name="left">
71
- <block type="catalog/navigation" name="catalog.leftnav" before="currency" template="catalog/navigation/left.phtml"/>
72
- </reference>
73
- <reference name="content">
74
- <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
75
- <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
76
- <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
77
- <block type="page/html_pager" name="product_list_toolbar_pager"/>
78
- <!-- The following code shows how to set your own pager increments -->
79
- <!--
80
- <action method="setDefaultListPerPage"><limit>4</limit></action>
81
- <action method="setDefaultGridPerPage"><limit>9</limit></action>
82
- <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
83
- <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
84
- <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
85
- <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
86
- <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
87
- -->
88
- </block>
89
- <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
90
- <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
91
- <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
92
- <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
93
- <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
94
- <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
95
- </block>
96
- </block>
97
- </reference>
98
- </catalog_category_default>
99
-
100
- <!--
101
- Category layered navigation layout
102
- -->
103
-
104
- <catalog_category_layered translate="label">
105
- <label>Catalog Category (Anchor)</label>
106
- <reference name="left">
107
- <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
108
- </reference>
109
- <reference name="content">
110
- <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
111
- <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
112
- <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
113
- <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
114
- <block type="page/html_pager" name="product_list_toolbar_pager"/>
115
- <!-- The following code shows how to set your own pager increments -->
116
- <!--
117
- <action method="setDefaultListPerPage"><limit>4</limit></action>
118
- <action method="setDefaultGridPerPage"><limit>3</limit></action>
119
- <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
120
- <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
121
- <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
122
- <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
123
- <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
124
- <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
125
- <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
126
- <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
127
- <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
128
- -->
129
- </block>
130
- <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
131
- <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
132
- <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
133
- <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
134
- <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
135
- <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
136
- </block>
137
- </block>
138
- </reference>
139
- </catalog_category_layered>
140
-
141
- <catalog_category_layered_nochildren translate="label">
142
- <label>Catalog Category (Without Subcategories)</label>
143
- <remove name="right.reports.product.viewed" />
144
- <reference name="right">
145
- <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
146
- </reference>
147
- </catalog_category_layered_nochildren>
148
-
149
- <!--
150
- Compare products page
151
- -->
152
-
153
- <catalog_product_compare_index translate="label">
154
- <label>Catalog Product Compare List</label>
155
- <!-- Mage_Catalog -->
156
- <reference name="root">
157
- <action method="setTemplate"><template>page/popup.phtml</template></action>
158
- </reference>
159
- <reference name="head">
160
- <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
161
- <action method="addJs"><script>varien/product.js</script></action>
162
- </reference>
163
- <reference name="content">
164
- <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
165
- </reference>
166
- </catalog_product_compare_index>
167
-
168
- <customer_account_index>
169
- <reference name="right">
170
- <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
171
- </reference>
172
- </customer_account_index>
173
-
174
- <!--
175
- Product view
176
- -->
177
-
178
- <catalog_product_view translate="label">
179
- <label>Catalog Product View (Any)</label>
180
- <!-- Mage_Catalog -->
181
- <reference name="head">
182
- <action method="addJs"><script>varien/product.js</script></action>
183
-
184
- <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
185
- <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
186
- <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
187
- </reference>
188
- <reference name="left">
189
- <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
190
- </reference>
191
-
192
- <reference name="content">
193
- <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
194
- <!--
195
- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
196
- <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
197
- <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
198
- -->
199
- <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
200
- <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
201
- <label>Alert Urls</label>
202
- </block>
203
-
204
- <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
205
-
206
- <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
207
- <action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Details</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
208
- <action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
209
- <action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We Also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
210
- <action method="addTab" translate="title" module="tag"><alias>tags</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
211
-
212
- </block>
213
-
214
- <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
215
- <action method="setColumnCount"><columns>4</columns></action>
216
- <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
217
- </block>
218
-
219
- <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
220
- <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml"/>
221
- <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml"/>
222
- <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
223
- <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
224
-
225
- <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
226
- <label>Product View Extra Hint</label>
227
- </block>
228
-
229
- <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
230
- <label>Info Column Options Wrapper</label>
231
- <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
232
- <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
233
- <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
234
- <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
235
- <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
236
- <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
237
- </block>
238
- <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
239
- </block>
240
- <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">
241
- <label>Bottom Block Options Wrapper</label>
242
- <action method="insert"><block>product.tierprices</block></action>
243
- <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
244
- <action method="append"><block>product.info.addtocart</block></action>
245
- </block>
246
-
247
- <block type="core/template_facade" name="product.info.container1" as="container1">
248
- <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
249
- <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
250
- <action method="append"><block>product.info.options.wrapper</block></action>
251
- <action method="append"><block>product.info.options.wrapper.bottom</block></action>
252
- </block>
253
- <block type="core/template_facade" name="product.info.container2" as="container2">
254
- <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
255
- <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
256
- <action method="append"><block>product.info.options.wrapper</block></action>
257
- <action method="append"><block>product.info.options.wrapper.bottom</block></action>
258
- </block>
259
- <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
260
- <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
261
- </block>
262
- </reference>
263
- <reference name="right">
264
- </reference>
265
- </catalog_product_view>
266
-
267
- <!--
268
- Additional block dependant on product type
269
- -->
270
- <PRODUCT_TYPE_simple translate="label" module="catalog">
271
- <label>Catalog Product View (Simple)</label>
272
- <reference name="product.info">
273
- <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
274
- <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
275
- <label>Product Extra Info</label>
276
- </block>
277
- </block>
278
- </reference>
279
- </PRODUCT_TYPE_simple>
280
- <PRODUCT_TYPE_configurable translate="label" module="catalog">
281
- <label>Catalog Product View (Configurable)</label>
282
- <reference name="product.info">
283
- <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
284
- <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
285
- <label>Product Extra Info</label>
286
- </block>
287
- </block>
288
- </reference>
289
- <reference name="product.info.options.wrapper">
290
- <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
291
- </reference>
292
- </PRODUCT_TYPE_configurable>
293
- <PRODUCT_TYPE_grouped translate="label" module="catalog">
294
- <label>Catalog Product View (Grouped)</label>
295
- <reference name="product.info">
296
- <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
297
- <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
298
- <label>Product Extra Info</label>
299
- </block>
300
- </block>
301
- </reference>
302
- </PRODUCT_TYPE_grouped>
303
- <PRODUCT_TYPE_virtual translate="label" module="catalog">
304
- <label>Catalog Product View (Virtual)</label>
305
- <reference name="product.info">
306
- <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
307
- <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
308
- <label>Product Extra Info</label>
309
- </block>
310
- </block>
311
- </reference>
312
- </PRODUCT_TYPE_virtual>
313
-
314
-
315
-
316
- <!--
317
- Product send to friend
318
- -->
319
-
320
- <catalog_product_send translate="label">
321
- <label>Catalog Product Email to a Friend</label>
322
- <!-- Mage_Catalog -->
323
- <reference name="root">
324
- <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
325
- </reference>
326
- <reference name="head">
327
- <action method="addJs"><script>varien/product.js</script></action>
328
- </reference>
329
- <reference name="content">
330
- <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
331
- </block>
332
- </reference>
333
- </catalog_product_send>
334
-
335
- <!--
336
- Product additional images gallery popup
337
- -->
338
-
339
- <catalog_product_gallery translate="label">
340
- <label>Catalog Product Image Gallery Popup</label>
341
- <!-- Mage_Catalog -->
342
- <reference name="root">
343
- <action method="setTemplate"><template>page/popup.phtml</template></action>
344
- </reference>
345
- <reference name="content">
346
- <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
347
- </reference>
348
- </catalog_product_gallery>
349
-
350
- <!--
351
- SEO Site Map
352
- -->
353
-
354
- <catalog_seo_sitemap translate="label">
355
- <label>Catalog Seo Sitemap (Common)</label>
356
- <remove name="right"/>
357
- <remove name="left"/>
358
-
359
- <reference name="root">
360
- <action method="setTemplate"><template>page/1column.phtml</template></action>
361
- </reference>
362
- <reference name="content">
363
- <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
364
- <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
365
- <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
366
- <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
367
- </block>
368
- </reference>
369
- </catalog_seo_sitemap>
370
-
371
- <catalog_seo_sitemap_category translate="label">
372
- <label>Catalog Seo Sitemap (Category List)</label>
373
- <update handle="catalog_seo_sitemap" />
374
- <reference name="seo.sitemap.container">
375
- <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
376
- <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
377
- <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
378
- <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
379
- <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
380
- </block>
381
- </reference>
382
- <reference name="seo.sitemap.links">
383
- <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
384
- </reference>
385
- </catalog_seo_sitemap_category>
386
-
387
- <catalog_seo_sitemap_category_tree translate="label">
388
- <label>Catalog Seo Sitemap (Category Tree)</label>
389
- <reference name="seo.sitemap.container">
390
- <remove name="seo.sitemap.pager.top" />
391
- <remove name="seo.sitemap.pager.bottom" />
392
- <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
393
- <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
394
- <remove name="seo.sitemap.sitemap" />
395
- <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
396
- <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
397
- <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
398
- </block>
399
- </reference>
400
- </catalog_seo_sitemap_category_tree>
401
-
402
- <catalog_seo_sitemap_product translate="label">
403
- <label>Catalog Seo Sitemap (Product List)</label>
404
- <update handle="catalog_seo_sitemap" />
405
- <reference name="seo.sitemap.container">
406
- <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
407
- <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
408
- <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
409
- <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
410
- <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
411
- </block>
412
- </reference>
413
- <reference name="seo.sitemap.links">
414
- <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
415
- </reference>
416
- </catalog_seo_sitemap_product>
417
-
418
-
419
- <!--
420
- Catalog search terms block
421
- -->
422
-
423
- <catalog_seo_searchterm_popular translate="label">
424
- <label>Catalog Seo Popular Search Terms</label>
425
- <remove name="right"/>
426
- <remove name="left"/>
427
- <reference name="root">
428
- <action method="setTemplate"><template>page/1column.phtml</template></action>
429
- </reference>
430
- <reference name="content">
431
- <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
432
- </reference>
433
- </catalog_seo_searchterm_popular>
434
-
435
- </layout>
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="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
53
+ </reference>
54
+ <reference name="right">
55
+
56
+ </reference>
57
+ <reference name="footer_links">
58
+ <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>
59
+ </reference>
60
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
61
+ </default>
62
+
63
+
64
+ <!--
65
+ Category default layout
66
+ -->
67
+
68
+ <catalog_category_default translate="label">
69
+ <label>Catalog Category (Non-Anchor)</label>
70
+ <reference name="left">
71
+ <block type="catalog/navigation" name="catalog.leftnav" before="currency" template="catalog/navigation/left.phtml"/>
72
+ </reference>
73
+ <reference name="content">
74
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
75
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
76
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
77
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
78
+ <!-- The following code shows how to set your own pager increments -->
79
+ <!--
80
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
81
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
82
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
83
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
84
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
85
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
86
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
87
+ -->
88
+ </block>
89
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
90
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
91
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
92
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
93
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
94
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
95
+ </block>
96
+ </block>
97
+ </reference>
98
+ </catalog_category_default>
99
+
100
+ <!--
101
+ Category layered navigation layout
102
+ -->
103
+
104
+ <catalog_category_layered translate="label">
105
+ <label>Catalog Category (Anchor)</label>
106
+ <reference name="left">
107
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
108
+ </reference>
109
+ <reference name="content">
110
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
111
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
112
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
113
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
114
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
115
+ <!-- The following code shows how to set your own pager increments -->
116
+ <!--
117
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
118
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
119
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
120
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
121
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
122
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
123
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
124
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
125
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
126
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
127
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
128
+ -->
129
+ </block>
130
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
131
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
132
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
133
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
134
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
135
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
136
+ </block>
137
+ </block>
138
+ </reference>
139
+ </catalog_category_layered>
140
+
141
+ <catalog_category_layered_nochildren translate="label">
142
+ <label>Catalog Category (Without Subcategories)</label>
143
+ <remove name="right.reports.product.viewed" />
144
+ <reference name="right">
145
+ <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
146
+ </reference>
147
+ </catalog_category_layered_nochildren>
148
+
149
+ <!--
150
+ Compare products page
151
+ -->
152
+
153
+ <catalog_product_compare_index translate="label">
154
+ <label>Catalog Product Compare List</label>
155
+ <!-- Mage_Catalog -->
156
+ <reference name="root">
157
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
158
+ </reference>
159
+ <reference name="head">
160
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
161
+ <action method="addJs"><script>varien/product.js</script></action>
162
+ </reference>
163
+ <reference name="content">
164
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
165
+ </reference>
166
+ </catalog_product_compare_index>
167
+
168
+ <customer_account_index>
169
+ <reference name="right">
170
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
171
+ </reference>
172
+ </customer_account_index>
173
+
174
+ <!--
175
+ Product view
176
+ -->
177
+
178
+ <catalog_product_view translate="label">
179
+ <label>Catalog Product View (Any)</label>
180
+ <!-- Mage_Catalog -->
181
+ <reference name="head">
182
+ <action method="addJs"><script>varien/product.js</script></action>
183
+
184
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
185
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
186
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
187
+ </reference>
188
+ <reference name="left">
189
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
190
+ </reference>
191
+
192
+ <reference name="content">
193
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
194
+ <!--
195
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
196
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
197
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
198
+ -->
199
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
200
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
201
+ <label>Alert Urls</label>
202
+ </block>
203
+
204
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
205
+
206
+ <block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
207
+ <action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Details</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
208
+ <action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
209
+ <action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We Also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
210
+ <action method="addTab" translate="title" module="tag"><alias>tags</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
211
+
212
+ </block>
213
+
214
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
215
+ <action method="setColumnCount"><columns>4</columns></action>
216
+ <action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
217
+ </block>
218
+
219
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
220
+ <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml"/>
221
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml"/>
222
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
223
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
224
+
225
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
226
+ <label>Product View Extra Hint</label>
227
+ </block>
228
+
229
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
230
+ <label>Info Column Options Wrapper</label>
231
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
232
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
233
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
234
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
235
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
236
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
237
+ </block>
238
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
239
+ </block>
240
+ <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">
241
+ <label>Bottom Block Options Wrapper</label>
242
+ <action method="insert"><block>product.tierprices</block></action>
243
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
244
+ <action method="append"><block>product.info.addtocart</block></action>
245
+ </block>
246
+
247
+ <block type="core/template_facade" name="product.info.container1" as="container1">
248
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
249
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
250
+ <action method="append"><block>product.info.options.wrapper</block></action>
251
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
252
+ </block>
253
+ <block type="core/template_facade" name="product.info.container2" as="container2">
254
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
255
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
256
+ <action method="append"><block>product.info.options.wrapper</block></action>
257
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
258
+ </block>
259
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
260
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
261
+ </block>
262
+ </reference>
263
+ <reference name="right">
264
+ </reference>
265
+ </catalog_product_view>
266
+
267
+ <!--
268
+ Additional block dependant on product type
269
+ -->
270
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
271
+ <label>Catalog Product View (Simple)</label>
272
+ <reference name="product.info">
273
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
274
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
275
+ <label>Product Extra Info</label>
276
+ </block>
277
+ </block>
278
+ </reference>
279
+ </PRODUCT_TYPE_simple>
280
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
281
+ <label>Catalog Product View (Configurable)</label>
282
+ <reference name="product.info">
283
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
284
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
285
+ <label>Product Extra Info</label>
286
+ </block>
287
+ </block>
288
+ </reference>
289
+ <reference name="product.info.options.wrapper">
290
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
291
+ </reference>
292
+ </PRODUCT_TYPE_configurable>
293
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
294
+ <label>Catalog Product View (Grouped)</label>
295
+ <reference name="product.info">
296
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
297
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
298
+ <label>Product Extra Info</label>
299
+ </block>
300
+ </block>
301
+ </reference>
302
+ </PRODUCT_TYPE_grouped>
303
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
304
+ <label>Catalog Product View (Virtual)</label>
305
+ <reference name="product.info">
306
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
307
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
308
+ <label>Product Extra Info</label>
309
+ </block>
310
+ </block>
311
+ </reference>
312
+ </PRODUCT_TYPE_virtual>
313
+
314
+
315
+
316
+ <!--
317
+ Product send to friend
318
+ -->
319
+
320
+ <catalog_product_send translate="label">
321
+ <label>Catalog Product Email to a Friend</label>
322
+ <!-- Mage_Catalog -->
323
+ <reference name="root">
324
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
325
+ </reference>
326
+ <reference name="head">
327
+ <action method="addJs"><script>varien/product.js</script></action>
328
+ </reference>
329
+ <reference name="content">
330
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
331
+ </block>
332
+ </reference>
333
+ </catalog_product_send>
334
+
335
+ <!--
336
+ Product additional images gallery popup
337
+ -->
338
+
339
+ <catalog_product_gallery translate="label">
340
+ <label>Catalog Product Image Gallery Popup</label>
341
+ <!-- Mage_Catalog -->
342
+ <reference name="root">
343
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
344
+ </reference>
345
+ <reference name="content">
346
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
347
+ </reference>
348
+ </catalog_product_gallery>
349
+
350
+ <!--
351
+ SEO Site Map
352
+ -->
353
+
354
+ <catalog_seo_sitemap translate="label">
355
+ <label>Catalog Seo Sitemap (Common)</label>
356
+ <remove name="right"/>
357
+ <remove name="left"/>
358
+
359
+ <reference name="root">
360
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
361
+ </reference>
362
+ <reference name="content">
363
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
364
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
365
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
366
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
367
+ </block>
368
+ </reference>
369
+ </catalog_seo_sitemap>
370
+
371
+ <catalog_seo_sitemap_category translate="label">
372
+ <label>Catalog Seo Sitemap (Category List)</label>
373
+ <update handle="catalog_seo_sitemap" />
374
+ <reference name="seo.sitemap.container">
375
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
376
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
377
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
378
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
379
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
380
+ </block>
381
+ </reference>
382
+ <reference name="seo.sitemap.links">
383
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
384
+ </reference>
385
+ </catalog_seo_sitemap_category>
386
+
387
+ <catalog_seo_sitemap_category_tree translate="label">
388
+ <label>Catalog Seo Sitemap (Category Tree)</label>
389
+ <reference name="seo.sitemap.container">
390
+ <remove name="seo.sitemap.pager.top" />
391
+ <remove name="seo.sitemap.pager.bottom" />
392
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
393
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
394
+ <remove name="seo.sitemap.sitemap" />
395
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
396
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
397
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
398
+ </block>
399
+ </reference>
400
+ </catalog_seo_sitemap_category_tree>
401
+
402
+ <catalog_seo_sitemap_product translate="label">
403
+ <label>Catalog Seo Sitemap (Product List)</label>
404
+ <update handle="catalog_seo_sitemap" />
405
+ <reference name="seo.sitemap.container">
406
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
407
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
408
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
409
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
410
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
411
+ </block>
412
+ </reference>
413
+ <reference name="seo.sitemap.links">
414
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
415
+ </reference>
416
+ </catalog_seo_sitemap_product>
417
+
418
+
419
+ <!--
420
+ Catalog search terms block
421
+ -->
422
+
423
+ <catalog_seo_searchterm_popular translate="label">
424
+ <label>Catalog Seo Popular Search Terms</label>
425
+ <remove name="right"/>
426
+ <remove name="left"/>
427
+ <reference name="root">
428
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
429
+ </reference>
430
+ <reference name="content">
431
+ <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
432
+ </reference>
433
+ </catalog_seo_searchterm_popular>
434
+
435
+ </layout>
app/design/frontend/default/carparts/layout/catalogsearch.xml CHANGED
@@ -1,132 +1,132 @@
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
-
52
- <reference name="left">
53
- <block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
54
- </reference>
55
- <reference name="content">
56
- <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
57
- <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
58
- <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
59
- <block type="page/html_pager" name="product_list_toolbar_pager"/>
60
- </block>
61
- <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
62
- <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
63
- <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
64
- <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
65
- <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
66
- <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
67
- </block>
68
- <action method="setListOrders"/>
69
- <action method="setListModes"/>
70
- <action method="setListCollection"/>
71
- </block>
72
- </reference>
73
- </catalogsearch_result_index>
74
-
75
- <catalogsearch_advanced_index translate="label">
76
- <label>Advanced Search Form</label>
77
- <!-- Mage_Catalogsearch -->
78
-
79
- <reference name="head">
80
- <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
81
- <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
82
- <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
83
- </reference>
84
- <reference name="content">
85
- <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
86
- <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
87
- </reference>
88
- </catalogsearch_advanced_index>
89
-
90
- <!--
91
- Advanced search results
92
- -->
93
-
94
- <catalogsearch_advanced_result translate="label">
95
- <label>Advanced Search Result</label>
96
- <update handle="page_two_columns_right" />
97
- <!-- Mage_Catalogsearch -->
98
-
99
- <reference name="content">
100
- <block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
101
- <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
102
- <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
103
- <block type="page/html_pager" name="product_list_toolbar_pager"/>
104
- </block>
105
- <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
106
- <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
107
- <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
108
- <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
109
- <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
110
- <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
111
- </block>
112
- <action method="setListOrders"/>
113
- <action method="setListModes"/>
114
- <action method="setListCollection"/>
115
- </block>
116
- </reference>
117
- </catalogsearch_advanced_result>
118
-
119
- <catalogsearch_term_popular translate="label">
120
- <label>Popular Search Terms</label>
121
- <remove name="right"/>
122
- <remove name="left"/>
123
-
124
- <reference name="root">
125
- <action method="setTemplate"><template>page/1column.phtml</template></action>
126
- </reference>
127
- <reference name="content">
128
- <block type="catalogsearch/term" name="seo.searchterm" template="catalogsearch/term.phtml"/>
129
- </reference>
130
- </catalogsearch_term_popular>
131
-
132
- </layout>
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
+
52
+ <reference name="left">
53
+ <block type="catalogsearch/layer" name="catalogsearch.leftnav" after="currency" template="catalog/layer/view.phtml"/>
54
+ </reference>
55
+ <reference name="content">
56
+ <block type="catalogsearch/result" name="search.result" template="catalogsearch/result.phtml">
57
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
58
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
59
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
60
+ </block>
61
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
62
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
63
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
64
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
65
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
66
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
67
+ </block>
68
+ <action method="setListOrders"/>
69
+ <action method="setListModes"/>
70
+ <action method="setListCollection"/>
71
+ </block>
72
+ </reference>
73
+ </catalogsearch_result_index>
74
+
75
+ <catalogsearch_advanced_index translate="label">
76
+ <label>Advanced Search Form</label>
77
+ <!-- Mage_Catalogsearch -->
78
+
79
+ <reference name="head">
80
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
81
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
82
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
83
+ </reference>
84
+ <reference name="content">
85
+ <block type="catalogsearch/advanced_form" name="catalogsearch_advanced_form" template="catalogsearch/advanced/form.phtml"/>
86
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
87
+ </reference>
88
+ </catalogsearch_advanced_index>
89
+
90
+ <!--
91
+ Advanced search results
92
+ -->
93
+
94
+ <catalogsearch_advanced_result translate="label">
95
+ <label>Advanced Search Result</label>
96
+ <update handle="page_two_columns_right" />
97
+ <!-- Mage_Catalogsearch -->
98
+
99
+ <reference name="content">
100
+ <block type="catalogsearch/advanced_result" name="catalogsearch_advanced_result" template="catalogsearch/advanced/result.phtml">
101
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
102
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
103
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
104
+ </block>
105
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
106
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
107
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
108
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
109
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
110
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
111
+ </block>
112
+ <action method="setListOrders"/>
113
+ <action method="setListModes"/>
114
+ <action method="setListCollection"/>
115
+ </block>
116
+ </reference>
117
+ </catalogsearch_advanced_result>
118
+
119
+ <catalogsearch_term_popular translate="label">
120
+ <label>Popular Search Terms</label>
121
+ <remove name="right"/>
122
+ <remove name="left"/>
123
+
124
+ <reference name="root">
125
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
126
+ </reference>
127
+ <reference name="content">
128
+ <block type="catalogsearch/term" name="seo.searchterm" template="catalogsearch/term.phtml"/>
129
+ </reference>
130
+ </catalogsearch_term_popular>
131
+
132
+ </layout>
app/design/frontend/default/carparts/layout/checkout.xml DELETED
@@ -1,425 +0,0 @@
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_Checkout -->
38
- <reference name="top.links">
39
- <block type="checkout/links" name="checkout_cart_link">
40
- <action method="addCartLink"></action>
41
- <action method="addCheckoutLink"></action>
42
- </block>
43
- </reference>
44
- <reference name="left">
45
- <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">
46
- <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
47
- <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>
48
- <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>
49
- <block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
50
- <label>Shopping Cart Sidebar Extra Actions</label>
51
- </block>
52
- </block>
53
- </reference>
54
- </default>
55
-
56
- <checkout_cart_index translate="label">
57
- <label>Shopping Cart</label>
58
- <remove name="right"/>
59
- <remove name="left"/>
60
- <!-- Mage_Checkout -->
61
- <reference name="root">
62
- <action method="setTemplate"><template>page/1column.phtml</template></action>
63
- </reference>
64
- <reference name="content">
65
- <block type="checkout/cart" name="checkout.cart">
66
- <action method="setCartTemplate"><value>checkout/cart.phtml</value></action>
67
- <action method="setEmptyTemplate"><value>checkout/cart/noItems.phtml</value></action>
68
- <action method="chooseTemplate"/>
69
- <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/item/default.phtml</template></action>
70
- <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/item/default.phtml</template></action>
71
- <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/item/default.phtml</template></action>
72
-
73
- <block type="core/text_list" name="checkout.cart.top_methods" as="top_methods" translate="label">
74
- <label>Payment Methods Before Checkout Button</label>
75
- <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
76
- </block>
77
-
78
- <block type="page/html_wrapper" name="checkout.cart.form.before" as="form_before" translate="label">
79
- <label>Shopping Cart Form Before</label>
80
- </block>
81
-
82
- <block type="core/text_list" name="checkout.cart.methods" as="methods" translate="label">
83
- <label>Payment Methods After Checkout Button</label>
84
- <block type="checkout/onepage_link" name="checkout.cart.methods.onepage" template="checkout/onepage/link.phtml"/>
85
- <block type="checkout/multishipping_link" name="checkout.cart.methods.multishipping" template="checkout/multishipping/link.phtml"/>
86
- </block>
87
-
88
- <block type="checkout/cart_coupon" name="checkout.cart.coupon" as="coupon" template="checkout/cart/coupon.phtml"/>
89
- <block type="checkout/cart_shipping" name="checkout.cart.shipping" as="shipping" template="checkout/cart/shipping.phtml"/>
90
- <block type="checkout/cart_crosssell" name="checkout.cart.crosssell" as="crosssell" template="checkout/cart/crosssell.phtml"/>
91
-
92
- <block type="checkout/cart_totals" name="checkout.cart.totals" as="totals" template="checkout/cart/totals.phtml"/>
93
- </block>
94
- </reference>
95
- <block type="core/text_list" name="additional.product.info" translate="label">
96
- <label>Additional Product Info</label>
97
- </block>
98
- </checkout_cart_index>
99
-
100
- <!--
101
- Multi address shipping checkout main layout,
102
- will be rendered on all checkout pages
103
- -->
104
-
105
- <checkout_multishipping translate="label">
106
- <label>Multishipping Checkout</label>
107
- <!-- Mage_Checkout -->
108
- <remove name="right"/>
109
- <remove name="left"/>
110
-
111
- <reference name="root">
112
- <action method="setTemplate"><template>page/1column.phtml</template></action>
113
- </reference>
114
- <reference name="content">
115
- <block type="checkout/multishipping_state" name="checkout_state" template="checkout/multishipping/state.phtml"/>
116
- </reference>
117
- </checkout_multishipping>
118
-
119
- <checkout_multishipping_login>
120
- <update handle="customer_account_login"/>
121
- </checkout_multishipping_login>
122
-
123
- <checkout_multishipping_register>
124
- <update handle="customer_account_create"/>
125
- </checkout_multishipping_register>
126
-
127
- <!--
128
- Multi address shipping checkout selection of address per item page
129
- -->
130
-
131
- <checkout_multishipping_address_select translate="label">
132
- <label>Multishipping Checkout Shipping Address Selection</label>
133
- <update handle="checkout_multishipping"/>
134
- <!-- Mage_Checkout -->
135
- <reference name="content">
136
- <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
137
- </reference>
138
- </checkout_multishipping_address_select>
139
-
140
- <checkout_multishipping_address_selectbilling translate="label">
141
- <label>Multishipping Checkout Billing Address Selection</label>
142
- <update handle="checkout_multishipping"/>
143
- <!-- Mage_Checkout -->
144
- <reference name="content">
145
- <block type="checkout/multishipping_address_select" name="checkout_address_select" template="checkout/multishipping/address/select.phtml"/>
146
- </reference>
147
- </checkout_multishipping_address_selectbilling>
148
-
149
-
150
- <checkout_multishipping_address_newshipping translate="label">
151
- <label>Multishipping Checkout Shipping Address Creation</label>
152
- <update handle="checkout_multishipping"/>
153
- <update handle="checkout_multishipping_customer_address"/>
154
- </checkout_multishipping_address_newshipping>
155
-
156
- <checkout_multishipping_address_newbilling translate="label">
157
- <label>Multishipping Checkout Billing Address Creation</label>
158
- <update handle="checkout_multishipping"/>
159
- <update handle="checkout_multishipping_customer_address"/>
160
- </checkout_multishipping_address_newbilling>
161
-
162
- <checkout_multishipping_address_editshipping translate="label">
163
- <label>Multishipping Checkout Shipping Address Edit Form</label>
164
- <update handle="checkout_multishipping"/>
165
- <update handle="checkout_multishipping_customer_address"/>
166
- </checkout_multishipping_address_editshipping>
167
-
168
- <checkout_multishipping_address_editaddress>
169
- <update handle="checkout_multishipping"/>
170
- <update handle="checkout_multishipping_customer_address"/>
171
- </checkout_multishipping_address_editaddress>
172
-
173
- <checkout_multishipping_address_editbilling translate="label">
174
- <label>Multishipping Checkout Billing Address Edit Form</label>
175
- <update handle="checkout_multishipping"/>
176
- <update handle="checkout_multishipping_customer_address"/>
177
- </checkout_multishipping_address_editbilling>
178
-
179
- <checkout_multishipping_customer_address translate="label">
180
- <label>Multishipping Checkout Customer Address Edit Form</label>
181
- <reference name="content">
182
- <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
183
- </reference>
184
- </checkout_multishipping_customer_address>
185
-
186
- <!--
187
- Multi address shipping checkout address page
188
- -->
189
-
190
- <checkout_multishipping_addresses translate="label">
191
- <label>Multishipping Checkout Address (Any) Form</label>
192
- <update handle="checkout_multishipping"/>
193
- <!-- Mage_Checkout -->
194
- <reference name="content">
195
- <block type="checkout/multishipping_addresses" name="checkout_addresses" template="checkout/multishipping/addresses.phtml">
196
- <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
197
- <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
198
- <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
199
- </block>
200
- </reference>
201
- </checkout_multishipping_addresses>
202
-
203
- <!--
204
- Multi address shipping checkout shipping information
205
- -->
206
-
207
- <checkout_multishipping_shipping translate="label">
208
- <label>Multishipping Checkout Shipping Information Step</label>
209
- <update handle="checkout_multishipping"/>
210
- <!-- Mage_Checkout -->
211
- <reference name="content">
212
- <block type="checkout/multishipping_shipping" name="checkout_shipping" template="checkout/multishipping/shipping.phtml">
213
- <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
214
- <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
215
- <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
216
-
217
- <block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
218
- <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
219
- <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
220
- <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
221
- </block>
222
- </block>
223
- </reference>
224
- </checkout_multishipping_shipping>
225
-
226
- <!--
227
- Multi address shipping checkout billing information
228
- -->
229
-
230
- <checkout_multishipping_billing translate="label">
231
- <label>Multishipping Checkout Billing Information Step</label>
232
- <update handle="checkout_multishipping"/>
233
- <!-- Mage_Checkout -->
234
- <reference name="content">
235
- <block type="checkout/multishipping_billing" name="checkout_billing" template="checkout/multishipping/billing.phtml">
236
- <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
237
-
238
- <!--<block type="checkout/multishipping_billing_items" name="checkout_billing_items" template="checkout/multishipping/billing/items.phtml">
239
- <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
240
- <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
241
- <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
242
- </block>-->
243
-
244
- </block>
245
- </reference>
246
- </checkout_multishipping_billing>
247
-
248
- <!--
249
- Multi address shipping checkout overview
250
- -->
251
-
252
- <checkout_multishipping_overview translate="label">
253
- <label>Multishipping Checkout Overview</label>
254
- <update handle="checkout_multishipping"/>
255
- <!-- Mage_Checkout -->
256
- <reference name="content">
257
- <block type="checkout/multishipping_overview" name="checkout_overview" template="checkout/multishipping/overview.phtml">
258
- <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/multishipping/item/default.phtml</template></action>
259
- <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/item/default.phtml</template></action>
260
- <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/item/default.phtml</template></action>
261
- <action method="addRowItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/multishipping/overview/item.phtml</template></action>
262
- <action method="addRowItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/multishipping/overview/item.phtml</template></action>
263
- <block type="checkout/multishipping_payment_info" name="payment_info">
264
- <action method="setInfoTemplate"><method></method><template></template></action>
265
- </block>
266
- <block type="checkout/agreements" name="checkout.multishipping.agreements" as="agreements" template="checkout/multishipping/agreements.phtml"/>
267
- <block type="checkout/cart_totals" name="totals" />
268
- <block type="core/text_list" name="checkout.multishipping.overview.items.after" as="items_after" translate="label">
269
- <label>Overview Items After</label>
270
- </block>
271
- </block>
272
- </reference>
273
- </checkout_multishipping_overview>
274
-
275
- <!--
276
- Multi address shipping checkout success
277
- -->
278
-
279
- <checkout_multishipping_success translate="label">
280
- <label>Multishipping Checkout Success</label>
281
- <update handle="checkout_multishipping"/>
282
- <!-- Mage_Checkout -->
283
- <reference name="content">
284
- <block type="checkout/multishipping_success" name="checkout_success" template="checkout/multishipping/success.phtml"/>
285
- </reference>
286
- </checkout_multishipping_success>
287
-
288
- <!--
289
- One page checkout main layout
290
- -->
291
-
292
- <checkout_onepage_index translate="label">
293
- <label>One Page Checkout</label>
294
- <!-- Mage_Checkout -->
295
- <remove name="left"/>
296
-
297
- <reference name="root">
298
- <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
299
- </reference>
300
- <reference name="right">
301
- <action method="unsetChildren"></action>
302
- <block type="page/html_wrapper" name="checkout.progress.wrapper" translate="label">
303
- <label>Checkout Progress Wrapper</label>
304
- <action method="setElementId"><value>checkout-progress-wrapper</value></action>
305
- <block type="checkout/onepage_progress" name="checkout.progress" before="-" template="checkout/onepage/progress.phtml"/>
306
- </block>
307
- </reference>
308
- <reference name="content">
309
- <block type="checkout/onepage" name="checkout.onepage" template="checkout/onepage.phtml">
310
- <block type="checkout/onepage_login" name="checkout.onepage.login" as="login" template="checkout/onepage/login.phtml">
311
- <block type="page/html_wrapper" name="checkout.onepage.login.before" as="login_before" translate="label">
312
- <label>Login/Registration Before</label>
313
- <action method="setMayBeInvisible"><value>1</value></action>
314
- </block>
315
- </block>
316
- <block type="checkout/onepage_billing" name="checkout.onepage.billing" as="billing" template="checkout/onepage/billing.phtml"/>
317
- <block type="checkout/onepage_shipping" name="checkout.onepage.shipping" as="shipping" template="checkout/onepage/shipping.phtml"/>
318
- <block type="checkout/onepage_shipping_method" name="checkout.onepage.shipping_method" as="shipping_method" template="checkout/onepage/shipping_method.phtml">
319
- <block type="checkout/onepage_shipping_method_available" name="checkout.onepage.shipping_method.available" as="available" template="checkout/onepage/shipping_method/available.phtml"/>
320
- <block type="checkout/onepage_shipping_method_additional" name="checkout.onepage.shipping_method.additional" as="additional" template="checkout/onepage/shipping_method/additional.phtml"/>
321
- </block>
322
- <block type="checkout/onepage_payment" name="checkout.onepage.payment" as="payment" template="checkout/onepage/payment.phtml">
323
- <block type="checkout/onepage_payment_methods" name="checkout.payment.methods" as="methods" template="checkout/onepage/payment/methods.phtml">
324
- <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
325
- </block>
326
- </block>
327
- <block type="checkout/onepage_review" name="checkout.onepage.review" as="review" template="checkout/onepage/review.phtml">
328
- <block type="checkout/agreements" name="checkout.onepage.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
329
- </block>
330
- </block>
331
- </reference>
332
- </checkout_onepage_index>
333
-
334
- <!--
335
- One page checkout progress block
336
- -->
337
-
338
- <checkout_onepage_progress>
339
- <!-- Mage_Checkout -->
340
- <remove name="right"/>
341
- <remove name="left"/>
342
-
343
- <block type="checkout/onepage_progress" name="root" output="toHtml" template="checkout/onepage/progress.phtml">
344
- <block type="checkout/onepage_payment_info" name="payment_info">
345
- <action method="setInfoTemplate"><method></method><template></template></action>
346
- </block>
347
- </block>
348
- </checkout_onepage_progress>
349
-
350
- <!--
351
- One page checkout payment methods block
352
- -->
353
- <checkout_onepage_paymentmethod>
354
- <remove name="right"/>
355
- <remove name="left"/>
356
-
357
- <block type="checkout/onepage_payment_methods" name="root" output="toHtml" template="checkout/onepage/payment/methods.phtml">
358
- <action method="setMethodFormTemplate"><method>purchaseorder</method><template>payment/form/purchaseorder.phtml</template></action>
359
- </block>
360
- </checkout_onepage_paymentmethod>
361
-
362
-
363
- <!--
364
- One page checkout shipping methods block
365
- -->
366
-
367
- <checkout_onepage_shippingmethod>
368
- <!-- Mage_Checkout -->
369
- <remove name="right"/>
370
- <remove name="left"/>
371
-
372
- <block type="checkout/onepage_shipping_method_available" name="root" output="toHtml" template="checkout/onepage/shipping_method/available.phtml"/>
373
- </checkout_onepage_shippingmethod>
374
-
375
- <checkout_onepage_additional>
376
- <!-- Mage_Checkout -->
377
- <remove name="right"/>
378
- <remove name="left"/>
379
-
380
- <block type="checkout/onepage_shipping_method_additional" name="root" output="toHtml" template="checkout/onepage/shipping_method/additional.phtml">
381
- <action method="setDontDisplayContainer"><param>1</param></action>
382
- </block>
383
- </checkout_onepage_additional>
384
-
385
- <!--
386
- One page checkout order review block
387
- -->
388
-
389
- <checkout_onepage_review translate="label">
390
- <label>One Page Checkout Overview</label>
391
- <!-- Mage_Checkout -->
392
- <remove name="right"/>
393
- <remove name="left"/>
394
-
395
- <block type="checkout/onepage_review_info" name="root" output="toHtml" template="checkout/onepage/review/info.phtml">
396
- <action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
397
- <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
398
- <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
399
- <block type="checkout/cart_totals" name="checkout.onepage.review.info.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
400
- <block type="core/text_list" name="checkout.onepage.review.info.items.before" as="items_before" translate="label">
401
- <label>Items Before</label>
402
- </block>
403
- </block>
404
- </checkout_onepage_review>
405
-
406
- <checkout_onepage_success translate="label">
407
- <label>One Page Checkout Success</label>
408
- <reference name="root">
409
- <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
410
- </reference>
411
- <reference name="content">
412
- <block type="checkout/onepage_success" name="checkout.success" template="checkout/success.phtml"/>
413
- </reference>
414
- </checkout_onepage_success>
415
- <checkout_onepage_failure translate="label">
416
- <label>One Page Checkout Failure</label>
417
- <reference name="root">
418
- <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
419
- </reference>
420
- <reference name="content">
421
- <block type="checkout/onepage_failure" name="checkout.failure" template="checkout/onepage/failure.phtml"/>
422
- </reference>
423
- </checkout_onepage_failure>
424
- <block type="core/list" name="additional.product.info"/>
425
- </layout>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/default/carparts/layout/cms.xml CHANGED
@@ -1,90 +1,90 @@
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
-
60
- </cms_index_index>
61
-
62
- <cms_index_defaultindex>
63
- <remove name="right"/>
64
- <remove name="left"/>
65
-
66
- <reference name="root">
67
- <action method="setTemplate"><template>page/1column.phtml</template></action>
68
- </reference>
69
- <reference name="content">
70
- <block type="core/template" name="default_home_page" template="cms/default/home.phtml"/>
71
- </reference>
72
- </cms_index_defaultindex>
73
-
74
- <cms_index_noroute translate="label">
75
- <label>CMS No-Route Page</label>
76
- </cms_index_noroute>
77
-
78
- <cms_index_defaultnoroute>
79
- <remove name="right"/>
80
- <remove name="left"/>
81
-
82
- <reference name="root">
83
- <action method="setTemplate"><template>page/1column.phtml</template></action>
84
- </reference>
85
- <reference name="content">
86
- <block type="core/template" name="default_no_route" template="cms/default/no-route.phtml"/>
87
- </reference>
88
- </cms_index_defaultnoroute>
89
-
90
- </layout>
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
+
60
+ </cms_index_index>
61
+
62
+ <cms_index_defaultindex>
63
+ <remove name="right"/>
64
+ <remove name="left"/>
65
+
66
+ <reference name="root">
67
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
68
+ </reference>
69
+ <reference name="content">
70
+ <block type="core/template" name="default_home_page" template="cms/default/home.phtml"/>
71
+ </reference>
72
+ </cms_index_defaultindex>
73
+
74
+ <cms_index_noroute translate="label">
75
+ <label>CMS No-Route Page</label>
76
+ </cms_index_noroute>
77
+
78
+ <cms_index_defaultnoroute>
79
+ <remove name="right"/>
80
+ <remove name="left"/>
81
+
82
+ <reference name="root">
83
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
84
+ </reference>
85
+ <reference name="content">
86
+ <block type="core/template" name="default_no_route" template="cms/default/no-route.phtml"/>
87
+ </reference>
88
+ </cms_index_defaultnoroute>
89
+
90
+ </layout>
app/design/frontend/default/carparts/layout/customer.xml CHANGED
@@ -1,263 +1,263 @@
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
- - customer_account_index
30
- - customer_address_index
31
- - customer_address_view
32
- - customer_account_login
33
- - customer_account_logoutsuccess
34
- - customer_account_create
35
- - customer_account_forgotpassword
36
- - customer_account_confirmation
37
- - customer_account_edit
38
-
39
- Supported layout update handles (special):
40
- - default
41
-
42
- -->
43
- <layout version="0.1.0">
44
-
45
- <!--
46
- Default layout, loads most of the pages
47
- -->
48
-
49
- <default>
50
- <!-- Mage_Customer -->
51
- <reference name="top.links">
52
- <action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position></action>
53
- </reference>
54
- </default>
55
-
56
- <!--
57
- Load this update on every page when customer is logged in
58
- -->
59
-
60
- <customer_logged_in>
61
- <reference name="top.links">
62
- <action method="addLink" translate="label title" module="customer"><label>Log Out</label><url helper="customer/getLogoutUrl"/><title>Log Out</title><prepare/><urlParams/><position>11</position></action>
63
- </reference>
64
- </customer_logged_in>
65
-
66
- <!--
67
- Load this update on every page when customer is logged out
68
- -->
69
-
70
- <customer_logged_out>
71
- <!---<reference name="right">
72
- <block type="customer/form_login" name="customer_form_mini_login" before="-" template="customer/form/mini.login.phtml"/>
73
- </reference>-->
74
- <reference name="top.links">
75
- <action method="addLink" translate="label title" module="customer"><label>Log In</label><url helper="customer/getLoginUrl"/><title>Log In</title><prepare/><urlParams/><position>11</position></action>
76
- </reference>
77
- <remove name="wishlist_sidebar"></remove>
78
- <remove name="reorder"></remove>
79
- </customer_logged_out>
80
-
81
- <!--
82
- Layout for customer login page
83
- -->
84
-
85
- <customer_account_login translate="label">
86
- <label>Customer Account Login Form</label>
87
- <!-- Mage_Customer -->
88
- <remove name="right"/>
89
- <remove name="left"/>
90
-
91
- <reference name="root">
92
- <action method="setTemplate"><template>page/1column.phtml</template></action>
93
- </reference>
94
- <reference name="content">
95
- <block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
96
- </reference>
97
- </customer_account_login>
98
-
99
- <!--
100
- Layout for customer log out page
101
- -->
102
-
103
- <customer_account_logoutsuccess translate="label">
104
- <label>Customer Account Logout Success</label>
105
- <!-- Mage_Customer -->
106
- <remove name="right"/>
107
- <remove name="left"/>
108
-
109
- <reference name="root">
110
- <action method="setTemplate"><template>page/1column.phtml</template></action>
111
- </reference>
112
- <reference name="content">
113
- <block type="core/template" name="customer_logout" template="customer/logout.phtml"/>
114
- </reference>
115
- </customer_account_logoutsuccess>
116
-
117
- <!--
118
- New customer registration
119
- -->
120
-
121
- <customer_account_create translate="label">
122
- <label>Customer Account Registration Form</label>
123
- <!-- Mage_Customer -->
124
- <remove name="right"/>
125
- <remove name="left"/>
126
-
127
- <reference name="root">
128
- <action method="setTemplate"><template>page/1column.phtml</template></action>
129
- </reference>
130
- <reference name="content">
131
- <block type="customer/form_register" name="customer_form_register" template="customer/form/register.phtml">
132
- <block type="page/html_wrapper" name="customer.form.register.fields.before" as="form_fields_before" translate="label">
133
- <label>Form Fields Before</label>
134
- </block>
135
- </block>
136
- </reference>
137
- </customer_account_create>
138
-
139
- <customer_account_forgotpassword translate="label">
140
- <label>Customer Forgot Password Form</label>
141
- <remove name="right"/>
142
- <remove name="left"/>
143
-
144
- <reference name="root">
145
- <action method="setTemplate"><template>page/1column.phtml</template></action>
146
- <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
147
- </reference>
148
- <reference name="content">
149
- <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
150
- <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
151
- </reference>
152
- </customer_account_forgotpassword>
153
-
154
- <customer_account_confirmation>
155
- <remove name="right"/>
156
- <remove name="left"/>
157
-
158
- <reference name="root">
159
- <action method="setTemplate"><template>page/1column.phtml</template></action>
160
- <action method="setHeaderTitle" translate="title" module="customer"><title>Send confirmation link</title></action>
161
- </reference>
162
- <reference name="content">
163
- <block type="core/template" name="accountConfirmation" template="customer/form/confirmation.phtml"/>
164
- </reference>
165
- </customer_account_confirmation>
166
-
167
- <customer_account_edit translate="label">
168
- <label>Customer Account Edit Form</label>
169
- <update handle="customer_account"/>
170
- <reference name="root">
171
- <action method="setHeaderTitle" translate="title" module="customer"><title>Edit Account Info</title></action>
172
- </reference>
173
- <reference name="my.account.wrapper">
174
- <block type="customer/form_edit" name="customer_edit" template="customer/form/edit.phtml"/>
175
- </reference>
176
-
177
- <reference name="left">
178
- <action method="unsetChild"><name>left.permanent.callout</name></action>
179
- </reference>
180
- </customer_account_edit>
181
-
182
- <!--
183
- Customer account pages, rendered for all tabs in dashboard
184
- -->
185
-
186
- <customer_account translate="label">
187
- <label>Customer My Account (All Pages)</label>
188
- <!--remove name="catalog.compare.sidebar"/>
189
- <remove name="sale.reorder.sidebar"/-->
190
- <!-- Mage_Customer -->
191
- <reference name="root">
192
- <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
193
- </reference>
194
-
195
- <reference name="content">
196
- <block type="page/html_wrapper" name="my.account.wrapper" translate="label">
197
- <label>My Account Wrapper</label>
198
- <action method="setElementClass"><value>my-account</value></action>
199
- </block>
200
- </reference>
201
-
202
- <reference name="left">
203
- <block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml">
204
- <action method="addLink" translate="label" module="customer"><name>account</name><path>customer/account/</path><label>Account Dashboard</label></action>
205
- <action method="addLink" translate="label" module="customer"><name>account_edit</name><path>customer/account/edit/</path><label>Account Information</label></action>
206
- <action method="addLink" translate="label" module="customer"><name>address_book</name><path>customer/address/</path><label>Address Book</label></action>
207
- </block>
208
- <block type="sales/reorder_sidebar" name="sale.reorder.sidebar" as="reorder" template="sales/reorder/sidebar.phtml"/>
209
- <remove name="tags_popular"/>
210
-
211
- </reference>
212
- </customer_account>
213
-
214
- <!--
215
- Customer account home dashboard layout
216
- -->
217
-
218
- <customer_account_index translate="label">
219
- <label>Customer My Account Dashboard</label>
220
- <update handle="customer_account"/>
221
- <!-- Mage_Customer -->
222
- <reference name="root">
223
- <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
224
- </reference>
225
- <reference name="my.account.wrapper">
226
- <block type="customer/account_dashboard" name="customer_account_dashboard" template="customer/account/dashboard.phtml">
227
- <block type="customer/account_dashboard_hello" name="customer_account_dashboard_hello" as="hello" template="customer/account/dashboard/hello.phtml"/>
228
- <block type="core/template" name="customer_account_dashboard_top" as="top" />
229
- <block type="customer/account_dashboard_info" name="customer_account_dashboard_info" as="info" template="customer/account/dashboard/info.phtml"/>
230
- <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml"/>
231
- <block type="customer/account_dashboard_address" name="customer_account_dashboard_address" as="address" template="customer/account/dashboard/address.phtml"/>
232
- </block>
233
- </reference>
234
-
235
- </customer_account_index>
236
-
237
- <!--
238
- Customer account address book
239
- -->
240
-
241
- <customer_address_index translate="label">
242
- <label>Customer My Account Address Book</label>
243
- <!-- Mage_Customer -->
244
- <update handle="customer_account"/>
245
- <reference name="my.account.wrapper">
246
- <block type="customer/address_book" name="address_book" template="customer/address/book.phtml"/>
247
- </reference>
248
- </customer_address_index>
249
-
250
- <!--
251
- Customer account address edit page
252
- -->
253
-
254
- <customer_address_form translate="label">
255
- <label>Customer My Account Address Edit Form</label>
256
- <!-- Mage_Customer -->
257
- <update handle="customer_account"/>
258
- <reference name="my.account.wrapper">
259
- <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
260
- </reference>
261
- </customer_address_form>
262
-
263
- </layout>
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
+ - customer_account_index
30
+ - customer_address_index
31
+ - customer_address_view
32
+ - customer_account_login
33
+ - customer_account_logoutsuccess
34
+ - customer_account_create
35
+ - customer_account_forgotpassword
36
+ - customer_account_confirmation
37
+ - customer_account_edit
38
+
39
+ Supported layout update handles (special):
40
+ - default
41
+
42
+ -->
43
+ <layout version="0.1.0">
44
+
45
+ <!--
46
+ Default layout, loads most of the pages
47
+ -->
48
+
49
+ <default>
50
+ <!-- Mage_Customer -->
51
+ <reference name="top.links">
52
+ <action method="addLink" translate="label title" module="customer"><label>My Account</label><url helper="customer/getAccountUrl"/><title>My Account</title><prepare/><urlParams/><position>10</position></action>
53
+ </reference>
54
+ </default>
55
+
56
+ <!--
57
+ Load this update on every page when customer is logged in
58
+ -->
59
+
60
+ <customer_logged_in>
61
+ <reference name="top.links">
62
+ <action method="addLink" translate="label title" module="customer"><label>Log Out</label><url helper="customer/getLogoutUrl"/><title>Log Out</title><prepare/><urlParams/><position>11</position></action>
63
+ </reference>
64
+ </customer_logged_in>
65
+
66
+ <!--
67
+ Load this update on every page when customer is logged out
68
+ -->
69
+
70
+ <customer_logged_out>
71
+ <!---<reference name="right">
72
+ <block type="customer/form_login" name="customer_form_mini_login" before="-" template="customer/form/mini.login.phtml"/>
73
+ </reference>-->
74
+ <reference name="top.links">
75
+ <action method="addLink" translate="label title" module="customer"><label>Log In</label><url helper="customer/getLoginUrl"/><title>Log In</title><prepare/><urlParams/><position>11</position></action>
76
+ </reference>
77
+ <remove name="wishlist_sidebar"></remove>
78
+ <remove name="reorder"></remove>
79
+ </customer_logged_out>
80
+
81
+ <!--
82
+ Layout for customer login page
83
+ -->
84
+
85
+ <customer_account_login translate="label">
86
+ <label>Customer Account Login Form</label>
87
+ <!-- Mage_Customer -->
88
+ <remove name="right"/>
89
+ <remove name="left"/>
90
+
91
+ <reference name="root">
92
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
93
+ </reference>
94
+ <reference name="content">
95
+ <block type="customer/form_login" name="customer_form_login" template="customer/form/login.phtml"/>
96
+ </reference>
97
+ </customer_account_login>
98
+
99
+ <!--
100
+ Layout for customer log out page
101
+ -->
102
+
103
+ <customer_account_logoutsuccess translate="label">
104
+ <label>Customer Account Logout Success</label>
105
+ <!-- Mage_Customer -->
106
+ <remove name="right"/>
107
+ <remove name="left"/>
108
+
109
+ <reference name="root">
110
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
111
+ </reference>
112
+ <reference name="content">
113
+ <block type="core/template" name="customer_logout" template="customer/logout.phtml"/>
114
+ </reference>
115
+ </customer_account_logoutsuccess>
116
+
117
+ <!--
118
+ New customer registration
119
+ -->
120
+
121
+ <customer_account_create translate="label">
122
+ <label>Customer Account Registration Form</label>
123
+ <!-- Mage_Customer -->
124
+ <remove name="right"/>
125
+ <remove name="left"/>
126
+
127
+ <reference name="root">
128
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
129
+ </reference>
130
+ <reference name="content">
131
+ <block type="customer/form_register" name="customer_form_register" template="customer/form/register.phtml">
132
+ <block type="page/html_wrapper" name="customer.form.register.fields.before" as="form_fields_before" translate="label">
133
+ <label>Form Fields Before</label>
134
+ </block>
135
+ </block>
136
+ </reference>
137
+ </customer_account_create>
138
+
139
+ <customer_account_forgotpassword translate="label">
140
+ <label>Customer Forgot Password Form</label>
141
+ <remove name="right"/>
142
+ <remove name="left"/>
143
+
144
+ <reference name="root">
145
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
146
+ <action method="setHeaderTitle" translate="title" module="customer"><title>Password forgotten</title></action>
147
+ </reference>
148
+ <reference name="content">
149
+ <!--<block type="core/template" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>-->
150
+ <block type="customer/account_forgotpassword" name="forgotPassword" template="customer/form/forgotpassword.phtml"/>
151
+ </reference>
152
+ </customer_account_forgotpassword>
153
+
154
+ <customer_account_confirmation>
155
+ <remove name="right"/>
156
+ <remove name="left"/>
157
+
158
+ <reference name="root">
159
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
160
+ <action method="setHeaderTitle" translate="title" module="customer"><title>Send confirmation link</title></action>
161
+ </reference>
162
+ <reference name="content">
163
+ <block type="core/template" name="accountConfirmation" template="customer/form/confirmation.phtml"/>
164
+ </reference>
165
+ </customer_account_confirmation>
166
+
167
+ <customer_account_edit translate="label">
168
+ <label>Customer Account Edit Form</label>
169
+ <update handle="customer_account"/>
170
+ <reference name="root">
171
+ <action method="setHeaderTitle" translate="title" module="customer"><title>Edit Account Info</title></action>
172
+ </reference>
173
+ <reference name="my.account.wrapper">
174
+ <block type="customer/form_edit" name="customer_edit" template="customer/form/edit.phtml"/>
175
+ </reference>
176
+
177
+ <reference name="left">
178
+ <action method="unsetChild"><name>left.permanent.callout</name></action>
179
+ </reference>
180
+ </customer_account_edit>
181
+
182
+ <!--
183
+ Customer account pages, rendered for all tabs in dashboard
184
+ -->
185
+
186
+ <customer_account translate="label">
187
+ <label>Customer My Account (All Pages)</label>
188
+ <!--remove name="catalog.compare.sidebar"/>
189
+ <remove name="sale.reorder.sidebar"/-->
190
+ <!-- Mage_Customer -->
191
+ <reference name="root">
192
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
193
+ </reference>
194
+
195
+ <reference name="content">
196
+ <block type="page/html_wrapper" name="my.account.wrapper" translate="label">
197
+ <label>My Account Wrapper</label>
198
+ <action method="setElementClass"><value>my-account</value></action>
199
+ </block>
200
+ </reference>
201
+
202
+ <reference name="left">
203
+ <block type="customer/account_navigation" name="customer_account_navigation" before="-" template="customer/account/navigation.phtml">
204
+ <action method="addLink" translate="label" module="customer"><name>account</name><path>customer/account/</path><label>Account Dashboard</label></action>
205
+ <action method="addLink" translate="label" module="customer"><name>account_edit</name><path>customer/account/edit/</path><label>Account Information</label></action>
206
+ <action method="addLink" translate="label" module="customer"><name>address_book</name><path>customer/address/</path><label>Address Book</label></action>
207
+ </block>
208
+ <block type="sales/reorder_sidebar" name="sale.reorder.sidebar" as="reorder" template="sales/reorder/sidebar.phtml"/>
209
+ <remove name="tags_popular"/>
210
+
211
+ </reference>
212
+ </customer_account>
213
+
214
+ <!--
215
+ Customer account home dashboard layout
216
+ -->
217
+
218
+ <customer_account_index translate="label">
219
+ <label>Customer My Account Dashboard</label>
220
+ <update handle="customer_account"/>
221
+ <!-- Mage_Customer -->
222
+ <reference name="root">
223
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
224
+ </reference>
225
+ <reference name="my.account.wrapper">
226
+ <block type="customer/account_dashboard" name="customer_account_dashboard" template="customer/account/dashboard.phtml">
227
+ <block type="customer/account_dashboard_hello" name="customer_account_dashboard_hello" as="hello" template="customer/account/dashboard/hello.phtml"/>
228
+ <block type="core/template" name="customer_account_dashboard_top" as="top" />
229
+ <block type="customer/account_dashboard_info" name="customer_account_dashboard_info" as="info" template="customer/account/dashboard/info.phtml"/>
230
+ <block type="customer/account_dashboard_newsletter" name="customer_account_dashboard_newsletter" as="newsletter" template="customer/account/dashboard/newsletter.phtml"/>
231
+ <block type="customer/account_dashboard_address" name="customer_account_dashboard_address" as="address" template="customer/account/dashboard/address.phtml"/>
232
+ </block>
233
+ </reference>
234
+
235
+ </customer_account_index>
236
+
237
+ <!--
238
+ Customer account address book
239
+ -->
240
+
241
+ <customer_address_index translate="label">
242
+ <label>Customer My Account Address Book</label>
243
+ <!-- Mage_Customer -->
244
+ <update handle="customer_account"/>
245
+ <reference name="my.account.wrapper">
246
+ <block type="customer/address_book" name="address_book" template="customer/address/book.phtml"/>
247
+ </reference>
248
+ </customer_address_index>
249
+
250
+ <!--
251
+ Customer account address edit page
252
+ -->
253
+
254
+ <customer_address_form translate="label">
255
+ <label>Customer My Account Address Edit Form</label>
256
+ <!-- Mage_Customer -->
257
+ <update handle="customer_account"/>
258
+ <reference name="my.account.wrapper">
259
+ <block type="customer/address_edit" name="customer_address_edit" template="customer/address/edit.phtml"/>
260
+ </reference>
261
+ </customer_address_form>
262
+
263
+ </layout>
app/design/frontend/default/carparts/layout/local.xml ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <layout version="0.1.0">
3
+ <default>
4
+
5
+ <reference name="left">
6
+ <block type="checkout/cart_sidebar" name="cart_sidebar" template="checkout/cart/sidebar.phtml" before="-">
7
+ <action method="addItemRender"><type>simple</type><block>checkout/cart_item_renderer</block><template>checkout/cart/sidebar/default.phtml</template></action>
8
+ <action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/cart/sidebar/default.phtml</template></action>
9
+ <action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/cart/sidebar/default.phtml</template></action>
10
+ <block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
11
+ <label>Shopping Cart Sidebar Extra Actions</label>
12
+ </block>
13
+ </block>
14
+ </reference>
15
+
16
+ </default>
17
+ </layout>
app/design/frontend/default/carparts/layout/newsletter.xml CHANGED
@@ -1,69 +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="footer">
39
- <block type="newsletter/subscribe" name="left.newsletter" 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>
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="footer">
39
+ <block type="newsletter/subscribe" name="left.newsletter" 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/carparts/layout/page.xml CHANGED
@@ -1,188 +1,188 @@
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 translate="label" module="page">
34
- <label>All Pages</label>
35
- <block type="page/html" name="root" output="toHtml" template="page/2columns-left.phtml">
36
-
37
- <block type="page/html_head" name="head" as="head">
38
- <action method="addJs"><script>prototype/prototype.js</script></action>
39
- <action method="addJs" ifconfig="dev/js/deprecation"><script>prototype/deprecation.js</script></action>
40
- <action method="addJs"><script>lib/ccard.js</script></action>
41
- <action method="addJs"><script>prototype/validation.js</script></action>
42
- <action method="addJs"><script>scriptaculous/builder.js</script></action>
43
- <action method="addJs"><script>scriptaculous/effects.js</script></action>
44
- <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
45
- <action method="addJs"><script>scriptaculous/controls.js</script></action>
46
- <action method="addJs"><script>scriptaculous/slider.js</script></action>
47
- <action method="addJs"><script>varien/js.js</script></action>
48
- <action method="addJs"><script>varien/form.js</script></action>
49
- <action method="addJs"><script>varien/menu.js</script></action>
50
- <action method="addJs"><script>mage/translate.js</script></action>
51
- <action method="addJs"><script>mage/cookies.js</script></action>
52
-
53
- <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
54
- <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
55
- <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
56
- <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
57
-
58
- <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
59
- <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
60
- </block>
61
-
62
- <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
63
- <label>Page Top</label>
64
- </block>
65
-
66
- <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
67
-
68
- <block type="page/html_header" name="header" as="header">
69
- <block type="page/template_links" name="top.links" as="topLinks"/>
70
- <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
71
- <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
72
- <label>Navigation Bar</label>
73
- </block>
74
- <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
75
- <label>Page Header</label>
76
- <action method="setElementClass"><value>top-container</value></action>
77
- </block>
78
- </block>
79
-
80
- <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
81
-
82
- <block type="core/text_list" name="left" as="left" translate="label">
83
- <label>Left Column</label>
84
- </block>
85
-
86
- <block type="core/messages" name="global_messages" as="global_messages"/>
87
- <block type="core/messages" name="messages" as="messages"/>
88
-
89
- <block type="core/text_list" name="content" as="content" translate="label">
90
- <label>Main Content Area</label>
91
- </block>
92
-
93
- <block type="core/text_list" name="right" as="right" translate="label">
94
- <label>Right Column</label>
95
- </block>
96
-
97
- <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
98
- <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
99
- <label>Page Footer</label>
100
- <action method="setElementClass"><value>bottom-container</value></action>
101
- </block>
102
- <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
103
- <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
104
- </block>
105
-
106
- <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
107
- <label>Page Bottom</label>
108
- </block>
109
- </block>
110
-
111
- <block type="core/profiler" output="toHtml" name="core_profiler"/>
112
- </default>
113
-
114
- <print translate="label" module="page">
115
- <label>All Pages (Print Version)</label>
116
- <!-- Mage_Page -->
117
- <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
118
-
119
- <block type="page/html_head" name="head" as="head">
120
- <action method="addJs"><script>prototype/prototype.js</script></action>
121
- <action method="addJs"><script>mage/translate.js</script></action>
122
- <action method="addJs"><script>lib/ccard.js</script></action>
123
- <action method="addJs"><script>prototype/validation.js</script></action>
124
- <action method="addJs"><script>varien/js.js</script></action>
125
-
126
- <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
127
- <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
128
- <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
129
- <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
130
-
131
- <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
132
- <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
133
-
134
- </block>
135
-
136
- <block type="core/text_list" name="content" as="content" translate="label">
137
- <label>Main Content Area</label>
138
- </block>
139
-
140
- </block>
141
- </print>
142
-
143
- <!-- Custom page layout handles -->
144
- <page_empty translate="label">
145
- <label>All Empty Layout Pages</label>
146
- <reference name="root">
147
- <action method="setTemplate"><template>page/empty.phtml</template></action>
148
- <!-- Mark root page block that template is applied -->
149
- <action method="setIsHandle"><applied>1</applied></action>
150
- </reference>
151
- </page_empty>
152
-
153
- <page_one_column translate="label">
154
- <label>All One-Column Layout Pages</label>
155
- <reference name="root">
156
- <action method="setTemplate"><template>page/1column.phtml</template></action>
157
- <!-- Mark root page block that template is applied -->
158
- <action method="setIsHandle"><applied>1</applied></action>
159
- </reference>
160
- </page_one_column>
161
-
162
- <page_two_columns_left translate="label">
163
- <label>All Two-Column Layout Pages (Left Column)</label>
164
- <reference name="root">
165
- <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
166
- <!-- Mark root page block that template is applied -->
167
- <action method="setIsHandle"><applied>1</applied></action>
168
- </reference>
169
- </page_two_columns_left>
170
-
171
- <page_two_columns_right translate="label">
172
- <label>All Two-Column Layout Pages (Right Column)</label>
173
- <reference name="root">
174
- <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
175
- <!-- Mark root page block that template is applied -->
176
- <action method="setIsHandle"><applied>1</applied></action>
177
- </reference>
178
- </page_two_columns_right>
179
-
180
- <page_three_columns translate="label">
181
- <label>All Three-Column Layout Pages</label>
182
- <reference name="root">
183
- <action method="setTemplate"><template>page/3columns.phtml</template></action>
184
- <!-- Mark root page block that template is applied -->
185
- <action method="setIsHandle"><applied>1</applied></action>
186
- </reference>
187
- </page_three_columns>
188
- </layout>
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 translate="label" module="page">
34
+ <label>All Pages</label>
35
+ <block type="page/html" name="root" output="toHtml" template="page/2columns-left.phtml">
36
+
37
+ <block type="page/html_head" name="head" as="head">
38
+ <action method="addJs"><script>prototype/prototype.js</script></action>
39
+ <action method="addJs" ifconfig="dev/js/deprecation"><script>prototype/deprecation.js</script></action>
40
+ <action method="addJs"><script>lib/ccard.js</script></action>
41
+ <action method="addJs"><script>prototype/validation.js</script></action>
42
+ <action method="addJs"><script>scriptaculous/builder.js</script></action>
43
+ <action method="addJs"><script>scriptaculous/effects.js</script></action>
44
+ <action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
45
+ <action method="addJs"><script>scriptaculous/controls.js</script></action>
46
+ <action method="addJs"><script>scriptaculous/slider.js</script></action>
47
+ <action method="addJs"><script>varien/js.js</script></action>
48
+ <action method="addJs"><script>varien/form.js</script></action>
49
+ <action method="addJs"><script>varien/menu.js</script></action>
50
+ <action method="addJs"><script>mage/translate.js</script></action>
51
+ <action method="addJs"><script>mage/cookies.js</script></action>
52
+
53
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
54
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
55
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
56
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
57
+
58
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
59
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
60
+ </block>
61
+
62
+ <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
63
+ <label>Page Top</label>
64
+ </block>
65
+
66
+ <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
67
+
68
+ <block type="page/html_header" name="header" as="header">
69
+ <block type="page/template_links" name="top.links" as="topLinks"/>
70
+ <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
71
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
72
+ <label>Navigation Bar</label>
73
+ </block>
74
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
75
+ <label>Page Header</label>
76
+ <action method="setElementClass"><value>top-container</value></action>
77
+ </block>
78
+ </block>
79
+
80
+ <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
81
+
82
+ <block type="core/text_list" name="left" as="left" translate="label">
83
+ <label>Left Column</label>
84
+ </block>
85
+
86
+ <block type="core/messages" name="global_messages" as="global_messages"/>
87
+ <block type="core/messages" name="messages" as="messages"/>
88
+
89
+ <block type="core/text_list" name="content" as="content" translate="label">
90
+ <label>Main Content Area</label>
91
+ </block>
92
+
93
+ <block type="core/text_list" name="right" as="right" translate="label">
94
+ <label>Right Column</label>
95
+ </block>
96
+
97
+ <block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
98
+ <block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
99
+ <label>Page Footer</label>
100
+ <action method="setElementClass"><value>bottom-container</value></action>
101
+ </block>
102
+ <block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
103
+ <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
104
+ </block>
105
+
106
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
107
+ <label>Page Bottom</label>
108
+ </block>
109
+ </block>
110
+
111
+ <block type="core/profiler" output="toHtml" name="core_profiler"/>
112
+ </default>
113
+
114
+ <print translate="label" module="page">
115
+ <label>All Pages (Print Version)</label>
116
+ <!-- Mage_Page -->
117
+ <block type="page/html" name="root" output="toHtml" template="page/print.phtml">
118
+
119
+ <block type="page/html_head" name="head" as="head">
120
+ <action method="addJs"><script>prototype/prototype.js</script></action>
121
+ <action method="addJs"><script>mage/translate.js</script></action>
122
+ <action method="addJs"><script>lib/ccard.js</script></action>
123
+ <action method="addJs"><script>prototype/validation.js</script></action>
124
+ <action method="addJs"><script>varien/js.js</script></action>
125
+
126
+ <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
127
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
128
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
129
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
130
+
131
+ <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
132
+ <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
133
+
134
+ </block>
135
+
136
+ <block type="core/text_list" name="content" as="content" translate="label">
137
+ <label>Main Content Area</label>
138
+ </block>
139
+
140
+ </block>
141
+ </print>
142
+
143
+ <!-- Custom page layout handles -->
144
+ <page_empty translate="label">
145
+ <label>All Empty Layout Pages</label>
146
+ <reference name="root">
147
+ <action method="setTemplate"><template>page/empty.phtml</template></action>
148
+ <!-- Mark root page block that template is applied -->
149
+ <action method="setIsHandle"><applied>1</applied></action>
150
+ </reference>
151
+ </page_empty>
152
+
153
+ <page_one_column translate="label">
154
+ <label>All One-Column Layout Pages</label>
155
+ <reference name="root">
156
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
157
+ <!-- Mark root page block that template is applied -->
158
+ <action method="setIsHandle"><applied>1</applied></action>
159
+ </reference>
160
+ </page_one_column>
161
+
162
+ <page_two_columns_left translate="label">
163
+ <label>All Two-Column Layout Pages (Left Column)</label>
164
+ <reference name="root">
165
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
166
+ <!-- Mark root page block that template is applied -->
167
+ <action method="setIsHandle"><applied>1</applied></action>
168
+ </reference>
169
+ </page_two_columns_left>
170
+
171
+ <page_two_columns_right translate="label">
172
+ <label>All Two-Column Layout Pages (Right Column)</label>
173
+ <reference name="root">
174
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
175
+ <!-- Mark root page block that template is applied -->
176
+ <action method="setIsHandle"><applied>1</applied></action>
177
+ </reference>
178
+ </page_two_columns_right>
179
+
180
+ <page_three_columns translate="label">
181
+ <label>All Three-Column Layout Pages</label>
182
+ <reference name="root">
183
+ <action method="setTemplate"><template>page/3columns.phtml</template></action>
184
+ <!-- Mark root page block that template is applied -->
185
+ <action method="setIsHandle"><applied>1</applied></action>
186
+ </reference>
187
+ </page_three_columns>
188
+ </layout>
app/design/frontend/default/carparts/layout/paypal.xml CHANGED
@@ -1,129 +1,129 @@
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="left">
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="left">
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="left">
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="left">
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
- </layout>
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="left">
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="left">
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="left">
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="left">
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
+ </layout>
app/design/frontend/default/carparts/layout/review.xml CHANGED
@@ -1,125 +1,125 @@
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
- <customer_account>
32
- <!-- Mage_Review -->
33
- <reference name="customer_account_navigation">
34
- <action method="addLink" translate="label" module="review"><name>reviews</name><path>review/customer</path><label>My Product Reviews</label></action>
35
- </reference>
36
-
37
- </customer_account>
38
-
39
- <!--
40
- Customer account home dashboard layout
41
- -->
42
-
43
- <customer_account_index>
44
-
45
- <!-- Mage_Review -->
46
- <reference name="customer_account_dashboard">
47
- <block type="review/customer_recent" name="customer_account_dashboard_info1" as="info1" template="review/customer/recent.phtml"/>
48
- </reference>
49
-
50
- </customer_account_index>
51
-
52
-
53
- <!--
54
- Product reviews page (?)
55
- -->
56
-
57
- <reviews>
58
- <!-- Mage_Review -->
59
- <reference name="root">
60
- <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
61
- </reference>
62
- </reviews>
63
-
64
- <!--
65
- Product reviews page
66
- -->
67
-
68
- <review_product_list translate="label">
69
- <label>Catalog Product Reviews List</label>
70
- <reference name="root">
71
- <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
72
- </reference>
73
- <reference name="head">
74
- <action method="addJs"><script>varien/product.js</script></action>
75
- </reference>
76
- <reference name="content">
77
- <block type="review/product_view" name="product.info" template="catalog/product/view.phtml">
78
- <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
79
- <action method="disableGallery"/>
80
- </block>
81
- <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
82
- <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
83
- <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
84
- <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
85
- <block type="page/html_pager" name="product_review_list.toolbar" />
86
- <block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml" />
87
- <block type="review/product_view_list" name="product.info.product_additional_data" as="product_additional_data" template="review/product/view/list.phtml">
88
- <block type="review/form" name="product.review.form" as="review_form">
89
- <block type="page/html_wrapper" name="product.review.form.fields.before" as="form_fields_before" translate="label">
90
- <label>Review Form Fields Before</label>
91
- <action method="setMayBeInvisible"><value>1</value></action>
92
- </block>
93
- </block>
94
- </block>
95
- </block>
96
- </reference>
97
- </review_product_list>
98
-
99
- <review_product_view translate="label">
100
- <label>Catalog Product Review View</label>
101
- <reference name="root">
102
- <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
103
- </reference>
104
- <reference name="content">
105
- <block type="review/view" name="review_view"/>
106
- </reference>
107
- </review_product_view>
108
-
109
- <review_customer_index translate="label">
110
- <label>Customer My Account Product Reviews</label>
111
- <update handle="customer_account"/>
112
- <reference name="my.account.wrapper">
113
- <block type="review/customer_list" name="review_customer_list" template="review/customer/list.phtml"/>
114
- </reference>
115
- </review_customer_index>
116
-
117
- <review_customer_view translate="label">
118
- <label>Customer My Account Review Details</label>
119
- <update handle="customer_account"/>
120
- <reference name="my.account.wrapper">
121
- <block type="review/customer_view" name="customers_review"/>
122
- </reference>
123
- </review_customer_view>
124
-
125
- </layout>
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
+ <customer_account>
32
+ <!-- Mage_Review -->
33
+ <reference name="customer_account_navigation">
34
+ <action method="addLink" translate="label" module="review"><name>reviews</name><path>review/customer</path><label>My Product Reviews</label></action>
35
+ </reference>
36
+
37
+ </customer_account>
38
+
39
+ <!--
40
+ Customer account home dashboard layout
41
+ -->
42
+
43
+ <customer_account_index>
44
+
45
+ <!-- Mage_Review -->
46
+ <reference name="customer_account_dashboard">
47
+ <block type="review/customer_recent" name="customer_account_dashboard_info1" as="info1" template="review/customer/recent.phtml"/>
48
+ </reference>
49
+
50
+ </customer_account_index>
51
+
52
+
53
+ <!--
54
+ Product reviews page (?)
55
+ -->
56
+
57
+ <reviews>
58
+ <!-- Mage_Review -->
59
+ <reference name="root">
60
+ <action method="setTemplate"><template>page/2columns-left.phtml</template></action>
61
+ </reference>
62
+ </reviews>
63
+
64
+ <!--
65
+ Product reviews page
66
+ -->
67
+
68
+ <review_product_list translate="label">
69
+ <label>Catalog Product Reviews List</label>
70
+ <reference name="root">
71
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
72
+ </reference>
73
+ <reference name="head">
74
+ <action method="addJs"><script>varien/product.js</script></action>
75
+ </reference>
76
+ <reference name="content">
77
+ <block type="review/product_view" name="product.info" template="catalog/product/view.phtml">
78
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml">
79
+ <action method="disableGallery"/>
80
+ </block>
81
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
82
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
83
+ <block type="catalog/product_view" name="product.tierprices" as="tierprices" template="catalog/product/view/tierprices.phtml"/>
84
+ <block type="core/template" name="product.info.other" as="other" template="review/product/view/other.phtml"/>
85
+ <block type="page/html_pager" name="product_review_list.toolbar" />
86
+ <block type="core/template" name="product_review_list.count" template="review/product/view/count.phtml" />
87
+ <block type="review/product_view_list" name="product.info.product_additional_data" as="product_additional_data" template="review/product/view/list.phtml">
88
+ <block type="review/form" name="product.review.form" as="review_form">
89
+ <block type="page/html_wrapper" name="product.review.form.fields.before" as="form_fields_before" translate="label">
90
+ <label>Review Form Fields Before</label>
91
+ <action method="setMayBeInvisible"><value>1</value></action>
92
+ </block>
93
+ </block>
94
+ </block>
95
+ </block>
96
+ </reference>
97
+ </review_product_list>
98
+
99
+ <review_product_view translate="label">
100
+ <label>Catalog Product Review View</label>
101
+ <reference name="root">
102
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
103
+ </reference>
104
+ <reference name="content">
105
+ <block type="review/view" name="review_view"/>
106
+ </reference>
107
+ </review_product_view>
108
+
109
+ <review_customer_index translate="label">
110
+ <label>Customer My Account Product Reviews</label>
111
+ <update handle="customer_account"/>
112
+ <reference name="my.account.wrapper">
113
+ <block type="review/customer_list" name="review_customer_list" template="review/customer/list.phtml"/>
114
+ </reference>
115
+ </review_customer_index>
116
+
117
+ <review_customer_view translate="label">
118
+ <label>Customer My Account Review Details</label>
119
+ <update handle="customer_account"/>
120
+ <reference name="my.account.wrapper">
121
+ <block type="review/customer_view" name="customers_review"/>
122
+ </reference>
123
+ </review_customer_view>
124
+
125
+ </layout>
app/design/frontend/default/carparts/layout/sendfriend.xml CHANGED
@@ -1,39 +1,39 @@
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
- <sendfriend_product_send translate="label">
30
- <label>Catalog Product Email to a Friend</label>
31
-
32
- <reference name="head">
33
- <action method="addJs"><script>varien/product.js</script></action>
34
- </reference>
35
- <reference name="content">
36
- <block type="sendfriend/send" name="sendfriend.send" template="sendfriend/send.phtml" />
37
- </reference>
38
- </sendfriend_product_send>
39
- </layout>
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
+ <sendfriend_product_send translate="label">
30
+ <label>Catalog Product Email to a Friend</label>
31
+
32
+ <reference name="head">
33
+ <action method="addJs"><script>varien/product.js</script></action>
34
+ </reference>
35
+ <reference name="content">
36
+ <block type="sendfriend/send" name="sendfriend.send" template="sendfriend/send.phtml" />
37
+ </reference>
38
+ </sendfriend_product_send>
39
+ </layout>
app/design/frontend/default/carparts/layout/tag.xml CHANGED
@@ -1,132 +1,132 @@
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="product.info.additional">
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
-
87
- <reference name="content">
88
- <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
89
- </reference>
90
- </tag_list_index>
91
-
92
- <tag_product_list translate="label">
93
- <label>Tagged Products List</label>
94
- <!-- Mage_Tag -->
95
- <reference name="content">
96
- <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
97
- <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
98
- <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
99
- <block type="page/html_pager" name="product_list_toolbar_pager"/>
100
- </block>
101
- <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
102
- </block>
103
- <action method="setListOrders"/>
104
- <action method="setListModes"/>
105
- <action method="setListCollection"/>
106
- </block>
107
- </reference>
108
- </tag_product_list>
109
-
110
- <tag_customer_index translate="label">
111
- <label>Customer My Account My Tags List</label>
112
- <update handle="customer_account"/>
113
- <reference name="root">
114
- <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
115
- </reference>
116
- <reference name="my.account.wrapper">
117
- <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
118
- </reference>
119
- </tag_customer_index>
120
-
121
- <tag_customer_view translate="label">
122
- <label>Customer My Account Tag View</label>
123
- <update handle="customer_account"/>
124
- <reference name="root">
125
- <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
126
- </reference>
127
- <reference name="my.account.wrapper">
128
- <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
129
- </reference>
130
- </tag_customer_view>
131
-
132
- </layout>
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="product.info.additional">
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
+
87
+ <reference name="content">
88
+ <block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
89
+ </reference>
90
+ </tag_list_index>
91
+
92
+ <tag_product_list translate="label">
93
+ <label>Tagged Products List</label>
94
+ <!-- Mage_Tag -->
95
+ <reference name="content">
96
+ <block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
97
+ <block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml">
98
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
99
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
100
+ </block>
101
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
102
+ </block>
103
+ <action method="setListOrders"/>
104
+ <action method="setListModes"/>
105
+ <action method="setListCollection"/>
106
+ </block>
107
+ </reference>
108
+ </tag_product_list>
109
+
110
+ <tag_customer_index translate="label">
111
+ <label>Customer My Account My Tags List</label>
112
+ <update handle="customer_account"/>
113
+ <reference name="root">
114
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
115
+ </reference>
116
+ <reference name="my.account.wrapper">
117
+ <block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
118
+ </reference>
119
+ </tag_customer_index>
120
+
121
+ <tag_customer_view translate="label">
122
+ <label>Customer My Account Tag View</label>
123
+ <update handle="customer_account"/>
124
+ <reference name="root">
125
+ <action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
126
+ </reference>
127
+ <reference name="my.account.wrapper">
128
+ <block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
129
+ </reference>
130
+ </tag_customer_view>
131
+
132
+ </layout>
app/design/frontend/default/carparts/template/catalog/product/list.phtml CHANGED
@@ -1,130 +1,130 @@
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
- <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(210); ?>" width="210" height="210" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
51
- <?php // Product description ?>
52
- <div class="product-shop">
53
- <div class="f-fix">
54
- <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
55
- <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
56
- <?php if($_product->getRatingSummary()): ?>
57
- <?php echo $this->getReviewsSummaryHtml($_product) ?>
58
- <?php endif; ?>
59
- <?php echo $this->getPriceHtml($_product, true) ?>
60
-
61
- <div class="desc std">
62
- <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
63
- </div>
64
-
65
- <button type="button" title="<?php echo $this->__('View Details') ?>" class="button" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('View Details') ?></span></span></button>
66
- <?php if($_product->isSaleable()): ?>
67
- <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>
68
- <?php endif; ?>
69
-
70
- <ul class="add-to-links">
71
- <?php if ($this->helper('wishlist')->isAllow()) : ?>
72
- <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
73
- <?php endif; ?>
74
- <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
75
- <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
76
- <?php endif; ?>
77
- </ul>
78
- </div>
79
- </div>
80
- </li>
81
- <?php endforeach; ?>
82
- </ol>
83
- <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
84
-
85
- <?php else: ?>
86
-
87
- <?php // Grid Mode ?>
88
-
89
- <?php $_collectionSize = $_productCollection->count() ?>
90
- <?php $_columnCount = $this->getColumnCount(); ?>
91
- <?php $i=0; foreach ($_productCollection as $_product): ?>
92
- <?php if ($i++%$_columnCount==0): ?>
93
- <ul class="products-grid">
94
- <?php endif ?>
95
- <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
96
- <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(210) ?>" width="210" height="210" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
97
- <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>
98
- <?php if($_product->getRatingSummary()): ?>
99
- <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
100
- <?php endif; ?>
101
- <?php echo $this->getPriceHtml($_product, true) ?>
102
- <div class="actions">
103
-
104
- <button type="button" title="<?php echo $this->__('View Details') ?>" class="button" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('View Details') ?></span></span></button>
105
-
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 endif; ?>
109
- <ul class="add-to-links">
110
- <?php if ($this->helper('wishlist')->isAllow()) : ?>
111
- <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
112
- <?php endif; ?>
113
- <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
114
- <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
115
- <?php endif; ?>
116
- </ul>
117
- </div>
118
- </li>
119
- <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
120
- </ul>
121
- <?php endif ?>
122
- <?php endforeach ?>
123
- <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
124
- <?php endif; ?>
125
-
126
- <div class="toolbar-bottom">
127
- <?php echo $this->getToolbarHtml() ?>
128
- </div>
129
- </div>
130
- <?php endif; ?>
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
+ <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(210); ?>" width="210" height="210" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
51
+ <?php // Product description ?>
52
+ <div class="product-shop">
53
+ <div class="f-fix">
54
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
55
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
56
+ <?php if($_product->getRatingSummary()): ?>
57
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
58
+ <?php endif; ?>
59
+ <?php echo $this->getPriceHtml($_product, true) ?>
60
+
61
+ <div class="desc std">
62
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
63
+ </div>
64
+
65
+ <button type="button" title="<?php echo $this->__('View Details') ?>" class="button" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('View Details') ?></span></span></button>
66
+ <?php if($_product->isSaleable()): ?>
67
+ <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>
68
+ <?php endif; ?>
69
+
70
+ <ul class="add-to-links">
71
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
72
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
73
+ <?php endif; ?>
74
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
75
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
76
+ <?php endif; ?>
77
+ </ul>
78
+ </div>
79
+ </div>
80
+ </li>
81
+ <?php endforeach; ?>
82
+ </ol>
83
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
84
+
85
+ <?php else: ?>
86
+
87
+ <?php // Grid Mode ?>
88
+
89
+ <?php $_collectionSize = $_productCollection->count() ?>
90
+ <?php $_columnCount = $this->getColumnCount(); ?>
91
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
92
+ <?php if ($i++%$_columnCount==0): ?>
93
+ <ul class="products-grid">
94
+ <?php endif ?>
95
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
96
+ <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(210) ?>" width="210" height="210" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
97
+ <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>
98
+ <?php if($_product->getRatingSummary()): ?>
99
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
100
+ <?php endif; ?>
101
+ <?php echo $this->getPriceHtml($_product, true) ?>
102
+ <div class="actions">
103
+
104
+ <button type="button" title="<?php echo $this->__('View Details') ?>" class="button" onclick="setLocation('<?php echo $_product->getProductUrl() ?>')"><span><span><?php echo $this->__('View Details') ?></span></span></button>
105
+
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 endif; ?>
109
+ <ul class="add-to-links">
110
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
111
+ <li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
112
+ <?php endif; ?>
113
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
114
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
115
+ <?php endif; ?>
116
+ </ul>
117
+ </div>
118
+ </li>
119
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
120
+ </ul>
121
+ <?php endif ?>
122
+ <?php endforeach ?>
123
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
124
+ <?php endif; ?>
125
+
126
+ <div class="toolbar-bottom">
127
+ <?php echo $this->getToolbarHtml() ?>
128
+ </div>
129
+ </div>
130
+ <?php endif; ?>
app/design/frontend/default/carparts/template/catalog/product/view.phtml CHANGED
@@ -1,131 +1,131 @@
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
35
- $_helper = $this->helper('catalog/output');
36
- $_product = $this->getProduct();
37
- ?>
38
- <script type="text/javascript">
39
- var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
40
- </script>
41
- <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
42
- <div class="product-view">
43
- <div class="product-essential">
44
- <form action="<?php echo $this->getAddToCartUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
45
- <div class="no-display">
46
- <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
47
- <input type="hidden" name="related_product" id="related-products-field" value="" />
48
- </div>
49
-
50
- <div class="product-shop">
51
- <div class="product-name">
52
- <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
53
- </div>
54
-
55
- <?php if ($this->canEmailToFriend()): ?>
56
- <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
57
- <?php endif; ?>
58
-
59
- <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
60
- <?php echo $this->getChildHtml('alert_urls') ?>
61
- <?php echo $this->getChildHtml('product_type_data') ?>
62
- <?php echo $this->getTierPriceHtml() ?>
63
- <?php echo $this->getChildHtml('extrahint') ?>
64
-
65
- <?php if (!$this->hasOptions()):?>
66
- <div class="add-to-box">
67
- <?php if($_product->isSaleable()): ?>
68
- <?php echo $this->getChildHtml('addtocart') ?>
69
- <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
70
- <span class="or"><?php echo $this->__('OR') ?></span>
71
- <?php endif; ?>
72
- <?php endif; ?>
73
- <?php echo $this->getChildHtml('addto') ?>
74
- </div>
75
- <?php echo $this->getChildHtml('extra_buttons') ?>
76
- <?php else:?>
77
- <?php echo $this->getChildHtml('addto') ?>
78
- <?php endif; ?>
79
-
80
- <?php if ($_product->getShortDescription()):?>
81
- <div class="short-description">
82
- <h2><?php echo $this->__('Quick Overview') ?></h2>
83
- <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
84
- </div>
85
- <?php endif;?>
86
-
87
- <?php echo $this->getChildHtml('other');?>
88
-
89
- <?php if ($_product->isSaleable() && $this->hasOptions()):?>
90
- <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
91
- <?php endif;?>
92
-
93
- </div>
94
-
95
- <div class="product-img-box">
96
- <?php echo $this->getChildHtml('media') ?>
97
- </div>
98
-
99
- <div class="clearer"></div>
100
- <?php if ($_product->isSaleable() && $this->hasOptions()):?>
101
- <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
102
- <?php endif;?>
103
- </form>
104
- <script type="text/javascript">
105
- //<![CDATA[
106
- var productAddToCartForm = new VarienForm('product_addtocart_form');
107
- productAddToCartForm.submit = function(button){
108
- if (this.validator.validate()) {
109
- this.form.submit();
110
- if (button && button != 'undefined') {
111
- button.disabled = true;
112
- }
113
- }
114
- }.bind(productAddToCartForm);
115
- //]]>
116
- </script>
117
- </div>
118
-
119
- <div class="product-collateral">
120
- <?php echo $this->getChildHtml('info_tabs') ?>
121
-
122
- <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
123
- <div class="box-collateral <?php echo "box-{$alias}"?>">
124
- <?php if ($title = $this->getChildData($alias, 'title')):?>
125
- <h2><?php echo $this->escapeHtml($title); ?></h2>
126
- <?php endif;?>
127
- <?php echo $html; ?>
128
- </div>
129
- <?php endforeach;?>
130
- </div>
131
- </div>
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
35
+ $_helper = $this->helper('catalog/output');
36
+ $_product = $this->getProduct();
37
+ ?>
38
+ <script type="text/javascript">
39
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
40
+ </script>
41
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
42
+ <div class="product-view">
43
+ <div class="product-essential">
44
+ <form action="<?php echo $this->getAddToCartUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
45
+ <div class="no-display">
46
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
47
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
48
+ </div>
49
+
50
+ <div class="product-shop">
51
+ <div class="product-name">
52
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
53
+ </div>
54
+
55
+ <?php if ($this->canEmailToFriend()): ?>
56
+ <p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
57
+ <?php endif; ?>
58
+
59
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
60
+ <?php echo $this->getChildHtml('alert_urls') ?>
61
+ <?php echo $this->getChildHtml('product_type_data') ?>
62
+ <?php echo $this->getTierPriceHtml() ?>
63
+ <?php echo $this->getChildHtml('extrahint') ?>
64
+
65
+ <?php if (!$this->hasOptions()):?>
66
+ <div class="add-to-box">
67
+ <?php if($_product->isSaleable()): ?>
68
+ <?php echo $this->getChildHtml('addtocart') ?>
69
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
70
+ <span class="or"><?php echo $this->__('OR') ?></span>
71
+ <?php endif; ?>
72
+ <?php endif; ?>
73
+ <?php echo $this->getChildHtml('addto') ?>
74
+ </div>
75
+ <?php echo $this->getChildHtml('extra_buttons') ?>
76
+ <?php else:?>
77
+ <?php echo $this->getChildHtml('addto') ?>
78
+ <?php endif; ?>
79
+
80
+ <?php if ($_product->getShortDescription()):?>
81
+ <div class="short-description">
82
+ <h2><?php echo $this->__('Quick Overview') ?></h2>
83
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
84
+ </div>
85
+ <?php endif;?>
86
+
87
+ <?php echo $this->getChildHtml('other');?>
88
+
89
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
90
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
91
+ <?php endif;?>
92
+
93
+ </div>
94
+
95
+ <div class="product-img-box">
96
+ <?php echo $this->getChildHtml('media') ?>
97
+ </div>
98
+
99
+ <div class="clearer"></div>
100
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
101
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
102
+ <?php endif;?>
103
+ </form>
104
+ <script type="text/javascript">
105
+ //<![CDATA[
106
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
107
+ productAddToCartForm.submit = function(button){
108
+ if (this.validator.validate()) {
109
+ this.form.submit();
110
+ if (button && button != 'undefined') {
111
+ button.disabled = true;
112
+ }
113
+ }
114
+ }.bind(productAddToCartForm);
115
+ //]]>
116
+ </script>
117
+ </div>
118
+
119
+ <div class="product-collateral">
120
+ <?php echo $this->getChildHtml('info_tabs') ?>
121
+
122
+ <?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
123
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
124
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
125
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
126
+ <?php endif;?>
127
+ <?php echo $html; ?>
128
+ </div>
129
+ <?php endforeach;?>
130
+ </div>
131
+ </div>
app/design/frontend/default/carparts/template/page/html/footer.phtml CHANGED
@@ -1,40 +1,40 @@
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="footer">
29
-
30
- <div class="footer-left">
31
- <?php echo $this->getChildHtml() ?>
32
- </div>
33
-
34
- <div class="footer-right">
35
- <p class="zero1"><a href="http://www.zero1.co.uk/" onclick="this.target='_blank'"><strong><?php echo $this->__('ZERO-1 Web Design') ?></strong></a></p>
36
- <address><?php echo $this->getCopyright() ?></address>
37
- </div>
38
- <div class="clearer"></div>
39
- </div>
40
- </div>
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="footer">
29
+
30
+ <div class="footer-left">
31
+ <?php echo $this->getChildHtml() ?>
32
+ </div>
33
+
34
+ <div class="footer-right">
35
+ <p class="bugs"><?php echo $this->__('Help Us to Keep Magento Healthy') ?> - <a href="http://www.magentocommerce.com/bug-tracking" onclick="this.target='_blank'"><strong><?php echo $this->__('Report All Bugs') ?></strong></a> <?php echo $this->__('(ver. %s)', Mage::getVersion()) ?></p>
36
+ <address><a href="http://www.zero1.co.uk/">www.zero1.co.uk</a></address>
37
+ </div>
38
+ <div class="clearer"></div>
39
+ </div>
40
+ </div>
app/design/frontend/default/carparts/template/page/html/header.phtml CHANGED
@@ -1,51 +1,51 @@
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="top-container">
31
- <div class="top">
32
- <p class="welcome-msg"><?php echo $this->getWelcome()?></p>
33
- <?php echo $this->getChildHtml('store_language') ?>
34
- <?php echo $this->getChildHtml('topLinks') ?>
35
- </div>
36
- </div>
37
-
38
- <div class="header-container">
39
- <div class="header">
40
- <?php if ($this->getIsHomePage()):?>
41
- <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>
42
- <?php else:?>
43
- <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>
44
- <?php endif?>
45
-
46
- <?php echo $this->getChildHtml('topSearch') ?>
47
-
48
- <?php echo $this->getChildHtml('topContainer'); ?>
49
- <?php echo $this->getChildHtml('topMenu') ?>
50
- </div>
51
  </div>
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="top-container">
31
+ <div class="top">
32
+ <p class="welcome-msg"><?php echo $this->getWelcome()?></p>
33
+ <?php echo $this->getChildHtml('store_language') ?>
34
+ <?php echo $this->getChildHtml('topLinks') ?>
35
+ </div>
36
+ </div>
37
+
38
+ <div class="header-container">
39
+ <div class="header">
40
+ <?php if ($this->getIsHomePage()):?>
41
+ <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>
42
+ <?php else:?>
43
+ <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>
44
+ <?php endif?>
45
+
46
+ <?php echo $this->getChildHtml('topSearch') ?>
47
+
48
+ <?php echo $this->getChildHtml('topContainer'); ?>
49
+ <?php echo $this->getChildHtml('topMenu') ?>
50
+ </div>
51
  </div>
app/design/frontend/default/carparts/template/page/switch/languages.phtml CHANGED
@@ -1,35 +1,35 @@
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->getStores())>1): ?>
28
- <div class="form-language">
29
- <span><?php echo $this->__('Your Language:') ?></span>
30
- <?php foreach ($this->getStores() as $_lang): ?>
31
- <?php $_selected = ($_lang->getId() == $this->getCurrentStoreId()) ? ' class="selected"' : '' ?>
32
- <a href="<?php echo $_lang->getCurrentUrl() ?>" style="background-image:url('<?php echo $this->getSkinUrl('images/flags/'.$_lang->getCode().'.gif') ?>'); background-repeat: no-repeat;"<?php echo $_selected ?>>&nbsp;<?php //echo $this->htmlEscape($_lang->getName()) ?></a>
33
- <?php endforeach; ?>
34
- </div>
35
- <?php endif; ?>
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->getStores())>1): ?>
28
+ <div class="form-language">
29
+ <span><?php echo $this->__('Your Language:') ?></span>
30
+ <?php foreach ($this->getStores() as $_lang): ?>
31
+ <?php $_selected = ($_lang->getId() == $this->getCurrentStoreId()) ? ' class="selected"' : '' ?>
32
+ <a href="<?php echo $_lang->getCurrentUrl() ?>" style="background-image:url('<?php echo $this->getSkinUrl().'images/flags/'.strtolower(Mage::getStoreConfig('general/country/default', $_lang->getId())).'.gif' ?>'); background-repeat: no-repeat;"<?php echo $_selected ?>>&nbsp;<?php //echo $this->htmlEscape($_lang->getName()) ?></a>
33
+ <?php endforeach; ?>
34
+ </div>
35
+ <?php endif; ?>
package.xml CHANGED
@@ -1,18 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Zero1_ThemeCarParts</name>
4
- <version>1.0.5</version>
5
  <stability>stable</stability>
6
- <license uri="http://www.opensource.org/licenses/gpl-license.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Zero1 Car Parts Theme</summary>
10
- <description>Zero1 Car Parts Theme</description>
11
- <notes>Magento 1.5+ package only</notes>
 
12
  <authors><author><name>Arron Moss</name><user>zero1limited</user><email>arron.moss@zero1.co.uk</email></author></authors>
13
- <date>2013-07-01</date>
14
- <time>20:02:09</time>
15
- <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="carparts"><dir name="layout"><file name="catalog.xml" hash="9aa8460421d92c7add66b221c5182de2"/><file name="catalogsearch.xml" hash="2f62656e2bf17f6576b4c5343191e11a"/><file name="checkout.xml" hash="9584dae75ae3526bcd4341e4caf0659b"/><file name="cms.xml" hash="0287553e266c49b8cb38ec24667c5997"/><file name="customer.xml" hash="62b4a719f0754e39160fe6b98e2f3d8f"/><file name="newsletter.xml" hash="acc6e2bfb690e0a4ad05a4c547e2c728"/><file name="page.xml" hash="e59ee5ea015f64a6f62b239fef5f4b5a"/><file name="paypal.xml" hash="09fbe467c56071892ca1eb282f5f7689"/><file name="paypaluk.xml" hash="abf7f1df1e361b22b7d1e9b5d4a7edf4"/><file name="review.xml" hash="74b22a8f7eac892a402923a6e2165fa5"/><file name="sendfriend.xml" hash="2cab162edeb2a38f29f959732d51c70c"/><file name="tag.xml" hash="ba1a7d52453a6d58a50bd943dd87860c"/></dir><dir name="template"><dir name="catalog"><dir name="product"><file name="list.phtml" hash="6c65da805c06a38707d5efd67e8a12e2"/><dir name="view"><file name="tabs.phtml" hash="c61f4cd2f57b2b71f1c3caa61b29b327"/></dir><file name="view.phtml" hash="d60a566337b020038dfe20a64a254f0c"/><file name=".DS_Store" hash="6efebec0b7aa44ccb6877c10832d1b6a"/></dir><file name=".DS_Store" hash="a7b1164003783190f8151e23f8e2a84a"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="4d53e6a1ffa2422b0cd4e7e8c3e88d54"/></dir><dir name="page"><dir name="html"><file name="footer.phtml" hash="be5cb88bd212e69b26ec0e066149d1dc"/><file name="header.phtml" hash="55f406961ea9577183f5a19ffe4be309"/></dir><dir name="switch"><file name="languages.phtml" hash="9c6ddf39356ff1ab5689742979b074b9"/></dir></dir><file name=".DS_Store" hash="2dbead61d9704f64dcd3f8cc23f03c64"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="carparts"><dir name="css"><file name="styles-ie.css" hash="17515cf55b0f18e0494b59c0a8b161fa"/><file name="styles.css" hash="2f8529b3df221aaf1e444eaf91570d52"/></dir><dir name="images"><file name="bg-body.gif" hash="12bbf47313519f76cf84bd0481bcecde"/><file name="bg-carbon.gif" hash="f28afb4206ad6c57d633bc0b36ce4c65"/><file name="bg-grey.gif" hash="37f81d7c96db8416581b4666027290b2"/><file name="bg-header.gif" hash="44ac88a3e78628bbb76c25b42ef19f62"/><file name="bg-input.gif" hash="c5b3df851921e781e2e8faada0fe5345"/><file name="bg-nav-parent-hover.gif" hash="c673bf8abde2b8ebd6b496727a2b996b"/><file name="bg-nav-parent.gif" hash="dac7020576d40cc00781360accde82c7"/><file name="bg-nav.gif" hash="9faba67a17b95132a0f3dc7c0a37e2e2"/><file name="bg-search.gif" hash="e3470f67f92d8beab00118ba18040955"/><file name="bg-wrapper.gif" hash="912cd423b50c190d11c1426456afafa5"/><file name="bg-yellow.gif" hash="79279c228b7442b4d8c494b0be118e8f"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><dir name="flags"><file name="ad.gif" hash="6d1aa633a8097b961bda2f5f735f35a7"/><file name="ae.gif" hash="f212f62ad8f9209e58345eaffae81115"/><file name="af.gif" hash="7110571f5f22f1942ee97afa41f51e61"/><file name="ag.gif" hash="49068e672834658b179cd86a35325e47"/><file name="ai.gif" hash="5ff25d17bfde13c3a09961d87b04c1ba"/><file name="al.gif" hash="02c223e7f2c1d4f98553d6167b723cb2"/><file name="am.gif" hash="33b02876d7e0dadfa94db32443dda36e"/><file name="an.gif" hash="caf5f4429cf5a5d91a457385460d9c38"/><file name="ao.gif" hash="4b962702108c12ea1c6375e2d6667191"/><file name="ar.gif" hash="9c95874961754b638a20b39ce7696f31"/><file name="as.gif" hash="b58f58ac2f16e7d81f1480875a8e33c0"/><file name="at.gif" hash="eeb91d7617243cadbe646b6d795c678f"/><file name="au.gif" hash="1fe85ab1104e05f5a26efa5bbcd1cf18"/><file name="aw.gif" hash="65ed67b97141c58ea652416ab83f2676"/><file name="ax.gif" hash="6ca1b9ad68066fa5dd253e05acf85496"/><file name="az.gif" hash="b1646ac4434f234d8d5034606a7af947"/><file name="ba.gif" hash="53dfab82eedc9f915dd7413b1acdd8cb"/><file name="bb.gif" hash="a4e2a530aaaa28ecfe7a63f3b6081871"/><file name="bd.gif" hash="12e3055f52cf6a1551d4146b2ef8bf34"/><file name="be.gif" hash="595a78d8e7caadfee854dd2f15e22093"/><file name="bf.gif" hash="207fcec4143ee2d33d81bf24fd2e93fb"/><file name="bg.gif" hash="5be202b067ced9053affd880754fcf63"/><file name="bh.gif" hash="5411780a3d43531aae0b66eec250467c"/><file name="bi.gif" hash="2c7cf6b75c5fe88be53237ce6b9ba709"/><file name="bj.gif" hash="da5abd9ecc82282cd8dfa8507d72b19d"/><file name="bm.gif" hash="fba77982d567bc1892c2b64d6ef47a81"/><file name="bn.gif" hash="87b3432e4df98e0b73673ac910f01010"/><file name="bo.gif" hash="0b8ef2f7302d078461e47676119c08ab"/><file name="br.gif" hash="92858b17e2d5b63d040104586ff52302"/><file name="bs.gif" hash="72ba741ab39307b5639ef2ba4bd96fe7"/><file name="bt.gif" hash="36d740145ed89f4a02fc483baed1323a"/><file name="bv.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="bw.gif" hash="d841ce1d195d470bdddb1c478039c050"/><file name="by.gif" hash="f90504a0c446c69ebf3031a0c6f7ea81"/><file name="bz.gif" hash="035793a3b9079e171ee8f5f81bda9cc7"/><file name="ca.gif" hash="71ad31efd4e749a2e23b706c15db73ae"/><file name="catalonia.gif" hash="40cb2cf41ee9f17325e9d03ecbfdf4c5"/><file name="cc.gif" hash="94a9202e2d3618f0d788e5f2d54323c6"/><file name="cd.gif" hash="7cf2d745b0007b2b026bc8c060d69a6f"/><file name="cf.gif" hash="e885f0438ba36f1f4787bb603f99c8f3"/><file name="cg.gif" hash="6ff3d64b899ee3c52af74134dd405424"/><file name="ch.gif" hash="ed43f66bc567ac6954adf9e949aede86"/><file name="ci.gif" hash="8ed1d6c276ae7964928ae032c2b9aca1"/><file name="ck.gif" hash="af275b38413317a7b23bdf799dd567c7"/><file name="cl.gif" hash="78d55180619241a9df9cccf6e3d9f6f3"/><file name="cm.gif" hash="8a1d0e21ed2ec1be609574a473493031"/><file name="cn.gif" hash="b04190e287f32d56867cd6ac53fdedcb"/><file name="co.gif" hash="405dfe11225ebe1cc34b30ccd765753e"/><file name="cr.gif" hash="bd762e1a0567e38bcaea1e9b3956b6c1"/><file name="cs.gif" hash="be7111c8a514d660850c92d217b7860e"/><file name="cu.gif" hash="03d19d686d0e21a037cbcbca332ecec0"/><file name="cv.gif" hash="a6bfe2d82321df4314f181154080b78c"/><file name="cx.gif" hash="ac0b5e80669c0e7f7fcf6d577d7d5df4"/><file name="cy.gif" hash="649f116f7c7c2f0524d6428eaa17ad6c"/><file name="cz.gif" hash="6352cbfac37d53fd10f6948e8b9a4ac8"/><file name="de.gif" hash="b0dbdccf1c4e4a267a5cd2bf7ea4cb69"/><file name="dj.gif" hash="30bd321e11df6356b73eaa21fb183eae"/><file name="dk.gif" hash="d7c2fddc4b0a9c6ca3d5e2ed13374421"/><file name="dm.gif" hash="efcf65d93c1713cc052dec2e0883b877"/><file name="do.gif" hash="9389aa6eb9859b2a7b00843482847356"/><file name="dz.gif" hash="e8da7d880886bf815ad641b7cd0b7f9c"/><file name="ec.gif" hash="4b82d78f2a20846b268f28caac6a4ab4"/><file name="ee.gif" hash="7c9d14f7681e967ea10d4fa2a8f0ecde"/><file name="eg.gif" hash="99dd064303f1d69989789038e8d60020"/><file name="eh.gif" hash="043ce3f2f09f6ee41984a83757365e1a"/><file name="england.gif" hash="331d7734597f1b86e1dba8b569707be8"/><file name="er.gif" hash="509ed59423d395c2c73f2e4f815dbaeb"/><file name="es.gif" hash="c0ddb5b02a4d2c4d274140a6cffc4be0"/><file name="et.gif" hash="b738a5aca0b4b4c05a6c745380fcf222"/><file name="europeanunion.gif" hash="743b967a43b96fd8bb0e8b194081979c"/><file name="fam.gif" hash="190106f196e51bf0c41a6961c189610b"/><file name="fi.gif" hash="94e7d08c3043f3dc65b4eff40223d4e8"/><file name="fj.gif" hash="3a839ddc795a643dad5c6cfa83f9721f"/><file name="fk.gif" hash="21884f77423cbf8eb4b86f61399345b0"/><file name="fm.gif" hash="013d4b6246bd2158f9d9bc685be72840"/><file name="fo.gif" hash="f2946a58a93f63303c47d649617e03be"/><file name="fr.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="ga.gif" hash="6023ba4847dd1329d210f687c63458d5"/><file name="gb.gif" hash="b68a866f3b54a11cf2fc2b3ce2ea26d5"/><file name="gd.gif" hash="282a476bceb7bdbfc19a47d68a0efc18"/><file name="ge.gif" hash="a04177e4b34a23dcbf0e8a64838b4619"/><file name="gf.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="gh.gif" hash="e72c4c18615e958e05dcc12364fe6527"/><file name="gi.gif" hash="2ca6d3fcbabb4b5dc430c8a552d7fb1b"/><file name="gl.gif" hash="edcdeb38a22b784f2c19f76f2af37d39"/><file name="gm.gif" hash="bcfe045327c84129e7d8118d9a7a5524"/><file name="gn.gif" hash="918580fdb7cd4df14d4805b9ac95f82c"/><file name="gp.gif" hash="15cf1ed243475f743fbd95813985724b"/><file name="gq.gif" hash="d7bef30dfa3e2ee2b6b1ea84eab0d047"/><file name="gr.gif" hash="d26600ec24ea1cd62a3042d1d68f2ac4"/><file name="gs.gif" hash="e3c0ab08adb27ea01a370f63926f232e"/><file name="gt.gif" hash="65511daa32c81a3eb2fb925e15101687"/><file name="gu.gif" hash="0bde69cee1c5862dcb000c6848d84273"/><file name="gw.gif" hash="162a7157154d909cd81bdc6632ecbc63"/><file name="gy.gif" hash="71a4f19942ccd37df09fa813943e5fee"/><file name="hk.gif" hash="692eea40bf0b08bac50f9785a843cb5f"/><file name="hm.gif" hash="1fe85ab1104e05f5a26efa5bbcd1cf18"/><file name="hn.gif" hash="c0e00f96daf73bd2bea3ad87c63aede2"/><file name="hr.gif" hash="825a4f07cfe3bf652e1e9ec72ee26f14"/><file name="ht.gif" hash="92a6d557d1adf362160e3bd0d774ecb7"/><file name="hu.gif" hash="d543f5932e461ef6b04c070a63ccd151"/><file name="id.gif" hash="6f27ba21a22aa1486b568aa200d6c73c"/><file name="ie.gif" hash="74924874aa60e9fda9d94dcb892e322a"/><file name="il.gif" hash="44d2cc7e87c0f39eda33a43234d75afd"/><file name="in.gif" hash="46e1776549c9bb866ae7b18f9d847b0a"/><file name="io.gif" hash="f6c43cf9bc8365d50b65019f9fc543d7"/><file name="iq.gif" hash="a4bd28a6c543211dacb5ce3e18e96846"/><file name="ir.gif" hash="6456dc4dd3745e2c84c13702eeb87844"/><file name="is.gif" hash="347f6ff824ac5e7a31fc549811c9aac7"/><file name="it.gif" hash="7b2fba7a5df93ea5980e1d46409642b2"/><file name="jm.gif" hash="98ea05ee62c0d4462f902b108b046439"/><file name="jo.gif" hash="ac7a3e1aace29eb636ed41332b4c68ae"/><file name="jp.gif" hash="b6fa87814a6e40fcdf41d79c5e06c406"/><file name="ke.gif" hash="6592c34b8a16505388c21e99508e580b"/><file name="kg.gif" hash="385d842f1918453025966751d5b551bf"/><file name="kh.gif" hash="2a0042042f0d6feea0c435f9833b1bd4"/><file name="ki.gif" hash="b01814ad07dee8bc4be5d3038cc8b6b5"/><file name="km.gif" hash="258ef6e0c4f69ba726277a93a51dac56"/><file name="kn.gif" hash="f23fe3a61ad0d78bb69c25711eeb249f"/><file name="kp.gif" hash="f45a650bf92b6ad6552bf618d2ffe75d"/><file name="kr.gif" hash="53ca55d29130501b6cd57b98f169701f"/><file name="kw.gif" hash="48d87006385685ae24764c0d9b595d9b"/><file name="ky.gif" hash="4d159d20cf64b712700756d32cde64ee"/><file name="kz.gif" hash="9faa30e94f43918d74d09b3eaaec6933"/><file name="la.gif" hash="334d5527bcd7e6901a6b729e632683df"/><file name="lb.gif" hash="2c3675c6a47325a4d2445e50afc929ae"/><file name="lc.gif" hash="b59f163f78321acb812595961d2ab111"/><file name="li.gif" hash="239e66bf39e8052587b504515a21f03b"/><file name="lk.gif" hash="8f906d20bf8ab9749e19958ad60e1584"/><file name="lr.gif" hash="21cd61ee215e4b0147ab4320822cf2fc"/><file name="ls.gif" hash="68af1c3f00b31ef072c99d95fa453ff6"/><file name="lt.gif" hash="017aa4fbed00bfd848fb021462c296e2"/><file name="lu.gif" hash="230678f649c90589bf40024bd9ffa294"/><file name="lv.gif" hash="2eb690f1af034a71573641bfcfcf603e"/><file name="ly.gif" hash="72a42cca81f2e81dc65d9dd6f772cd56"/><file name="ma.gif" hash="ad81d516864533d1869ed296603f6e7e"/><file name="mc.gif" hash="3322300de4324fde3ee51d3d4431dc00"/><file name="md.gif" hash="7a363edf7896c044c1031a4c2f78110a"/><file name="me.gif" hash="887b486043d315be7eb4be815e38ef58"/><file name="mg.gif" hash="8adc0f5fe9c73b87cd50d4fb49485ccc"/><file name="mh.gif" hash="cdfdd26cff13006fd5a7f3bcf433cba0"/><file name="mk.gif" hash="b8eaaa78b588dc5a78a213b665c3f41d"/><file name="ml.gif" hash="14bad568cfb82dde31f1d59eafe5f633"/><file name="mm.gif" hash="f0d6434e55addac1e1e0e9b43274c14a"/><file name="mn.gif" hash="df21fe047bf3840629594af786c510c5"/><file name="mo.gif" hash="04bb90bdf2614d372dec56449e912596"/><file name="mp.gif" hash="cac8345e9b3e072169bb833244ab68fd"/><file name="mq.gif" hash="aa80ab7a73d808d7b3570868cdc3d1fb"/><file name="mr.gif" hash="08c96ea87ff559d6dc6b4605fcbcfe40"/><file name="ms.gif" hash="d6a0a5e4472ffd96e7d4c7c8d91ed2b2"/><file name="mt.gif" hash="dc7a0aeb0f7280435a328cadce598b8f"/><file name="mu.gif" hash="9869ea31cbf8d3f2d1f42824122b61dd"/><file name="mv.gif" hash="9827918f9646eaa08854d45bef7ea093"/><file name="mw.gif" hash="12b2a62fae9c618544a56fef3d687306"/><file name="mx.gif" hash="7211e357363beb1da21ce32593b4f5a8"/><file name="my.gif" hash="51479ef74dfd0b2006983b6b9bff3d91"/><file name="mz.gif" hash="4b938aa9c776ea29cf0b51fb48f1767a"/><file name="na.gif" hash="a417cfe920429e7af07a98ea51aa22a5"/><file name="nc.gif" hash="2135f0fb410b2f0767a7b534c753b848"/><file name="ne.gif" hash="489f6052b3d124a6607d4cb6a00022e1"/><file name="nf.gif" hash="9f851132acffa1724a697ada9c539ff8"/><file name="ng.gif" hash="5ddf086d424340d2cd9a18e0f9c20ff9"/><file name="ni.gif" hash="bb8200af164d5a73758fa5822fbace10"/><file name="nl.gif" hash="82994b14a5992b5a3539b9c0a789297c"/><file name="no.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="np.gif" hash="07dcfcc7ade4117c8f5d908101c22328"/><file name="nr.gif" hash="2a73be7cc4c7ae728e53748f07ce5b07"/><file name="nu.gif" hash="d7ad59b643ac9e8ecfe2193d37d08dc4"/><file name="nz.gif" hash="5809a037a53791f4632ed2756adf966c"/><file name="om.gif" hash="72045d2de14bc2f0b04b3cddb3c93892"/><file name="pa.gif" hash="192c84595d7ffb76229892030e08e37f"/><file name="pe.gif" hash="983af8b4835a96641f85449f2779a831"/><file name="pf.gif" hash="53c0188190e727bd3ea04778b4e83a9d"/><file name="pg.gif" hash="c0e201f4833b5bb6fe8ac014162ad8d9"/><file name="ph.gif" hash="0630367a44279677e4bff7f09dc820e8"/><file name="pk.gif" hash="fe878d940e0e3030c7258feca05b2ebf"/><file name="pl.gif" hash="279fd88ddc4abbd4d808a087b653ea24"/><file name="pm.gif" hash="c74a19a09019278029760d4381e7fa8a"/><file name="pn.gif" hash="997fbcf797457e2658d8f6df066cef78"/><file name="pr.gif" hash="a48b81abee4dfc5f36947006b603747a"/><file name="ps.gif" hash="bf9849158592502d0e12ce36401d1925"/><file name="pt.gif" hash="b68938af019e2c74377327abbe3d4b5e"/><file name="pw.gif" hash="a19c54b3a802fa6ba217099df5c4659b"/><file name="py.gif" hash="bef5b19a0555c6b85fa8f46055e019c7"/><file name="qa.gif" hash="8de77aa8a0a825346fac6d29837c2449"/><file name="re.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="ro.gif" hash="8569e94e81a39bbb43ed8445d1a92dd5"/><file name="rs.gif" hash="b193b9db485d06fda3656c5f174cb953"/><file name="ru.gif" hash="addac471b8ddc26a9f1f2fa235330d80"/><file name="rw.gif" hash="26c4bdfd43b5d836acd1dfdeaffa4cf4"/><file name="sa.gif" hash="94c55d70da8c458459597aa1d9b60112"/><file name="sb.gif" hash="76cf18354aa71695e488923f516fc23c"/><file name="sc.gif" hash="65c089b927687a801afd75528f1b6def"/><file name="scotland.gif" hash="ffd4426704720dc580138a55a86e5d9c"/><file name="sd.gif" hash="983179ead3080585811d73e729e678a1"/><file name="se.gif" hash="cf357235e945172661d7ee5fde26f909"/><file name="sg.gif" hash="2a46e9e31359baaeb4e6ab4b0b950961"/><file name="sh.gif" hash="041dff1f55c07bcda4f53a75be64af18"/><file name="si.gif" hash="b796cc14ec4516ae9098e57a7c391dab"/><file name="sj.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="sk.gif" hash="ffac49f21971212d048422d36a555d50"/><file name="sl.gif" hash="dfea6e55c87213abcca8e95ecca700dd"/><file name="sm.gif" hash="59f434ebf3668c85d1fbbffa751fff6e"/><file name="sn.gif" hash="379caf2d23ed870f9e0239ba93ee7551"/><file name="so.gif" hash="e1d51439b1153ae38776553a7bcf10d0"/><file name="sr.gif" hash="4e5415a5e3fbf7496007249478c12276"/><file name="st.gif" hash="6596dc6cdeed9b4979fbb5c7609e66f5"/><file name="sv.gif" hash="e3479c1d5ac76b8b7dcfb709cfd0083e"/><file name="sy.gif" hash="d86f69a9267f00e11030246c36109bc5"/><file name="sz.gif" hash="5d7b57a0a5883abcc3fe28c1d4b2df1d"/><file name="tc.gif" hash="0e5370c94999fb37c1a730337f431f50"/><file name="td.gif" hash="2782b3d0b1ab6eaa48d091fc938b97c6"/><file name="tf.gif" hash="9e1af29a601960b84f90fb2efacb9bd2"/><file name="tg.gif" hash="ece0a5d9d0ffa8662f66a37c667e9538"/><file name="th.gif" hash="a4be77cc567463a6ab33df47a6471f90"/><file name="tj.gif" hash="9b1b0ecd454b7ccad12431a2a0281914"/><file name="tk.gif" hash="c895d3c66ec3cf659b59d854ce1e0e9a"/><file name="tl.gif" hash="9e79c92f60fb33cbb83addf04c64c789"/><file name="tm.gif" hash="8453e36426a3acba26bac199c92fb095"/><file name="tn.gif" hash="30245ac4122c61accb380e162691f431"/><file name="to.gif" hash="ecacff3913a318a8556ed4dd7a6582a7"/><file name="tr.gif" hash="3c7e51066bea641449722616fdce2d21"/><file name="tt.gif" hash="5715707d79f5a81c9686c593f65f2e80"/><file name="tv.gif" hash="4a0b50aa81de8101f281a3d6dfbc4aa1"/><file name="tw.gif" hash="c6da9ab7f3bfe2fd202e993b99aa9158"/><file name="tz.gif" hash="6af3860230e7cc1b12049731a95f4e4d"/><file name="ua.gif" hash="acc1cf561309691198e59e23c9840d13"/><file name="ug.gif" hash="e29af593a8eacb68e81755c78a7dbf19"/><file name="um.gif" hash="8346f478516f733a68c500410fd57159"/><file name="us.gif" hash="4a0cdce756ed771a5d9a16114179d5e7"/><file name="uy.gif" hash="74786429627d504ad3d36b0c4a40a638"/><file name="uz.gif" hash="2eefb9f89353a9554188dc522d07c68b"/><file name="va.gif" hash="6f64ebd984e71e113042dfb5b5dfbd73"/><file name="vc.gif" hash="cf4329d0f1da7924b3eec1a0f725ce45"/><file name="ve.gif" hash="e067f0c4fbaa5ed99477581e86630faa"/><file name="vg.gif" hash="8510bbd7fc9843b558424ac411992732"/><file name="vi.gif" hash="6ab52e66bdf59c0826bb205307eec76a"/><file name="vn.gif" hash="66364a250886c943e1f40fb0762c0a63"/><file name="vu.gif" hash="269340d3432e0bf04aa2d20b1916d723"/><file name="wales.gif" hash="74027bf2c92ffb8d744e09a72467bf36"/><file name="wf.gif" hash="321ff7ca69712a9af5405291f972dd0a"/><file name="ws.gif" hash="32ac83d94d72fc5abb59dc917a07fc72"/><file name="ye.gif" hash="743f4826f90f1ccdf9400d100da04ae7"/><file name="yt.gif" hash="b8c20446453d8057fcc73db427ab9f9d"/><file name="za.gif" hash="c8d80912d6a8a8fc94cb856871a864cb"/><file name="zm.gif" hash="88d75c077c65a544c5676bc35eb3f6f4"/><file name="zw.gif" hash="fd5cc25e0cea7e07b0be89c5452c546c"/></dir><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><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_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="557db4df9be7aa570b5e422e43eab6d7"/><file name="logo.png" hash="f4288d06d49fdc9d685d6537fa7cb678"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="opa50.png" hash="caf350dfe06960197e62b36c102d0074"/><file name="opa75.png" hash="8e262505a7721116b01b2d6dd698c719"/><file name="opa85.png" hash="f9c84a2b2439ed393507704b6174fb1a"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="warning.png" hash="c847e1076da70df83ef5284622b82a74"/></dir></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Zero1_ThemeCarParts</name>
4
+ <version>1.0.6</version>
5
  <stability>stable</stability>
6
+ <license uri="http://www.opensource.org/licenses/gpl-license.php">GPL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Zero1 CarParts Theme</summary>
10
+ <description>Zero1 CarParts Theme</description>
11
+ <notes>Fixed checkout shipping method bug.&#xD;
12
+ Fixed flag asset bug.</notes>
13
  <authors><author><name>Arron Moss</name><user>zero1limited</user><email>arron.moss@zero1.co.uk</email></author></authors>
14
+ <date>2014-11-18</date>
15
+ <time>18:19:11</time>
16
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="carparts"><dir name="layout"><file name="catalog.xml" hash="e158069bdfacac3081b430792178b47d"/><file name="catalogsearch.xml" hash="54ddaffd4d9ba19f5db351f5d9e80305"/><file name="cms.xml" hash="058ed7a6f58c41598e6c61e50766cd3d"/><file name="customer.xml" hash="674c2824fb9776cf713bf484765f0bf6"/><file name="local.xml" hash="a4af59ccb061d90a6a20fd75fcab4a1a"/><file name="newsletter.xml" hash="c7a9b08b42362b6812f0957669a3c163"/><file name="page.xml" hash="fc9275e4333d169bc1d8f31ea10be13f"/><file name="paypal.xml" hash="e73ac3b74b63fe93ca7e56ea8344d0d0"/><file name="paypaluk.xml" hash="abf7f1df1e361b22b7d1e9b5d4a7edf4"/><file name="review.xml" hash="7f835975ddd7b5e353cd779f7fde54af"/><file name="sendfriend.xml" hash="981e05bfa6ca82efdf84b0d859b5fb04"/><file name="tag.xml" hash="65c7cd6afebf8c2f55d9e2576770839c"/></dir><dir name="template"><dir name="catalog"><dir name="product"><file name="list.phtml" hash="a3d1927b0c884f4c67ecbf2aad63c522"/><dir name="view"><file name="tabs.phtml" hash="c61f4cd2f57b2b71f1c3caa61b29b327"/></dir><file name="view.phtml" hash="2c5c6618758e58bdbd992954435988c4"/><file name=".DS_Store" hash="6efebec0b7aa44ccb6877c10832d1b6a"/></dir><file name=".DS_Store" hash="a7b1164003783190f8151e23f8e2a84a"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="4d53e6a1ffa2422b0cd4e7e8c3e88d54"/></dir><dir name="page"><dir name="html"><file name="footer.phtml" hash="d1e94b894f354f960d4baccb5a99323f"/><file name="header.phtml" hash="7b3d808a1f3053430ab1226dde07de66"/></dir><dir name="switch"><file name="languages.phtml" hash="b5ebfa4dcd4333f6ae3ee012f5d6b7c1"/></dir></dir><file name=".DS_Store" hash="2dbead61d9704f64dcd3f8cc23f03c64"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="carparts"><dir name="css"><file name="styles-ie.css" hash="17515cf55b0f18e0494b59c0a8b161fa"/><file name="styles.css" hash="c052ca93398ad9f6214ed0fea8f0641c"/></dir><dir name="images"><file name="bg-body.gif" hash="12bbf47313519f76cf84bd0481bcecde"/><file name="bg-carbon.gif" hash="f28afb4206ad6c57d633bc0b36ce4c65"/><file name="bg-grey.gif" hash="37f81d7c96db8416581b4666027290b2"/><file name="bg-header.gif" hash="44ac88a3e78628bbb76c25b42ef19f62"/><file name="bg-input.gif" hash="c5b3df851921e781e2e8faada0fe5345"/><file name="bg-nav-parent-hover.gif" hash="c673bf8abde2b8ebd6b496727a2b996b"/><file name="bg-nav-parent.gif" hash="dac7020576d40cc00781360accde82c7"/><file name="bg-nav.gif" hash="9faba67a17b95132a0f3dc7c0a37e2e2"/><file name="bg-search.gif" hash="e3470f67f92d8beab00118ba18040955"/><file name="bg-wrapper.gif" hash="912cd423b50c190d11c1426456afafa5"/><file name="bg-yellow.gif" hash="79279c228b7442b4d8c494b0be118e8f"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><dir name="flags"><file name="ad.gif" hash="6d1aa633a8097b961bda2f5f735f35a7"/><file name="ae.gif" hash="f212f62ad8f9209e58345eaffae81115"/><file name="af.gif" hash="7110571f5f22f1942ee97afa41f51e61"/><file name="ag.gif" hash="49068e672834658b179cd86a35325e47"/><file name="ai.gif" hash="5ff25d17bfde13c3a09961d87b04c1ba"/><file name="al.gif" hash="02c223e7f2c1d4f98553d6167b723cb2"/><file name="am.gif" hash="33b02876d7e0dadfa94db32443dda36e"/><file name="an.gif" hash="caf5f4429cf5a5d91a457385460d9c38"/><file name="ao.gif" hash="4b962702108c12ea1c6375e2d6667191"/><file name="ar.gif" hash="9c95874961754b638a20b39ce7696f31"/><file name="as.gif" hash="b58f58ac2f16e7d81f1480875a8e33c0"/><file name="at.gif" hash="eeb91d7617243cadbe646b6d795c678f"/><file name="au.gif" hash="1fe85ab1104e05f5a26efa5bbcd1cf18"/><file name="aw.gif" hash="65ed67b97141c58ea652416ab83f2676"/><file name="ax.gif" hash="6ca1b9ad68066fa5dd253e05acf85496"/><file name="az.gif" hash="b1646ac4434f234d8d5034606a7af947"/><file name="ba.gif" hash="53dfab82eedc9f915dd7413b1acdd8cb"/><file name="bb.gif" hash="a4e2a530aaaa28ecfe7a63f3b6081871"/><file name="bd.gif" hash="12e3055f52cf6a1551d4146b2ef8bf34"/><file name="be.gif" hash="595a78d8e7caadfee854dd2f15e22093"/><file name="bf.gif" hash="207fcec4143ee2d33d81bf24fd2e93fb"/><file name="bg.gif" hash="5be202b067ced9053affd880754fcf63"/><file name="bh.gif" hash="5411780a3d43531aae0b66eec250467c"/><file name="bi.gif" hash="2c7cf6b75c5fe88be53237ce6b9ba709"/><file name="bj.gif" hash="da5abd9ecc82282cd8dfa8507d72b19d"/><file name="bm.gif" hash="fba77982d567bc1892c2b64d6ef47a81"/><file name="bn.gif" hash="87b3432e4df98e0b73673ac910f01010"/><file name="bo.gif" hash="0b8ef2f7302d078461e47676119c08ab"/><file name="br.gif" hash="92858b17e2d5b63d040104586ff52302"/><file name="bs.gif" hash="72ba741ab39307b5639ef2ba4bd96fe7"/><file name="bt.gif" hash="36d740145ed89f4a02fc483baed1323a"/><file name="bv.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="bw.gif" hash="d841ce1d195d470bdddb1c478039c050"/><file name="by.gif" hash="f90504a0c446c69ebf3031a0c6f7ea81"/><file name="bz.gif" hash="035793a3b9079e171ee8f5f81bda9cc7"/><file name="ca.gif" hash="71ad31efd4e749a2e23b706c15db73ae"/><file name="catalonia.gif" hash="40cb2cf41ee9f17325e9d03ecbfdf4c5"/><file name="cc.gif" hash="94a9202e2d3618f0d788e5f2d54323c6"/><file name="cd.gif" hash="7cf2d745b0007b2b026bc8c060d69a6f"/><file name="cf.gif" hash="e885f0438ba36f1f4787bb603f99c8f3"/><file name="cg.gif" hash="6ff3d64b899ee3c52af74134dd405424"/><file name="ch.gif" hash="ed43f66bc567ac6954adf9e949aede86"/><file name="ci.gif" hash="8ed1d6c276ae7964928ae032c2b9aca1"/><file name="ck.gif" hash="af275b38413317a7b23bdf799dd567c7"/><file name="cl.gif" hash="78d55180619241a9df9cccf6e3d9f6f3"/><file name="cm.gif" hash="8a1d0e21ed2ec1be609574a473493031"/><file name="cn.gif" hash="b04190e287f32d56867cd6ac53fdedcb"/><file name="co.gif" hash="405dfe11225ebe1cc34b30ccd765753e"/><file name="cr.gif" hash="bd762e1a0567e38bcaea1e9b3956b6c1"/><file name="cs.gif" hash="be7111c8a514d660850c92d217b7860e"/><file name="cu.gif" hash="03d19d686d0e21a037cbcbca332ecec0"/><file name="cv.gif" hash="a6bfe2d82321df4314f181154080b78c"/><file name="cx.gif" hash="ac0b5e80669c0e7f7fcf6d577d7d5df4"/><file name="cy.gif" hash="649f116f7c7c2f0524d6428eaa17ad6c"/><file name="cz.gif" hash="6352cbfac37d53fd10f6948e8b9a4ac8"/><file name="de.gif" hash="b0dbdccf1c4e4a267a5cd2bf7ea4cb69"/><file name="dj.gif" hash="30bd321e11df6356b73eaa21fb183eae"/><file name="dk.gif" hash="d7c2fddc4b0a9c6ca3d5e2ed13374421"/><file name="dm.gif" hash="efcf65d93c1713cc052dec2e0883b877"/><file name="do.gif" hash="9389aa6eb9859b2a7b00843482847356"/><file name="dz.gif" hash="e8da7d880886bf815ad641b7cd0b7f9c"/><file name="ec.gif" hash="4b82d78f2a20846b268f28caac6a4ab4"/><file name="ee.gif" hash="7c9d14f7681e967ea10d4fa2a8f0ecde"/><file name="eg.gif" hash="99dd064303f1d69989789038e8d60020"/><file name="eh.gif" hash="043ce3f2f09f6ee41984a83757365e1a"/><file name="england.gif" hash="331d7734597f1b86e1dba8b569707be8"/><file name="er.gif" hash="509ed59423d395c2c73f2e4f815dbaeb"/><file name="es.gif" hash="c0ddb5b02a4d2c4d274140a6cffc4be0"/><file name="et.gif" hash="b738a5aca0b4b4c05a6c745380fcf222"/><file name="europeanunion.gif" hash="743b967a43b96fd8bb0e8b194081979c"/><file name="fam.gif" hash="190106f196e51bf0c41a6961c189610b"/><file name="fi.gif" hash="94e7d08c3043f3dc65b4eff40223d4e8"/><file name="fj.gif" hash="3a839ddc795a643dad5c6cfa83f9721f"/><file name="fk.gif" hash="21884f77423cbf8eb4b86f61399345b0"/><file name="fm.gif" hash="013d4b6246bd2158f9d9bc685be72840"/><file name="fo.gif" hash="f2946a58a93f63303c47d649617e03be"/><file name="fr.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="ga.gif" hash="6023ba4847dd1329d210f687c63458d5"/><file name="gb.gif" hash="b68a866f3b54a11cf2fc2b3ce2ea26d5"/><file name="gd.gif" hash="282a476bceb7bdbfc19a47d68a0efc18"/><file name="ge.gif" hash="a04177e4b34a23dcbf0e8a64838b4619"/><file name="gf.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="gh.gif" hash="e72c4c18615e958e05dcc12364fe6527"/><file name="gi.gif" hash="2ca6d3fcbabb4b5dc430c8a552d7fb1b"/><file name="gl.gif" hash="edcdeb38a22b784f2c19f76f2af37d39"/><file name="gm.gif" hash="bcfe045327c84129e7d8118d9a7a5524"/><file name="gn.gif" hash="918580fdb7cd4df14d4805b9ac95f82c"/><file name="gp.gif" hash="15cf1ed243475f743fbd95813985724b"/><file name="gq.gif" hash="d7bef30dfa3e2ee2b6b1ea84eab0d047"/><file name="gr.gif" hash="d26600ec24ea1cd62a3042d1d68f2ac4"/><file name="gs.gif" hash="e3c0ab08adb27ea01a370f63926f232e"/><file name="gt.gif" hash="65511daa32c81a3eb2fb925e15101687"/><file name="gu.gif" hash="0bde69cee1c5862dcb000c6848d84273"/><file name="gw.gif" hash="162a7157154d909cd81bdc6632ecbc63"/><file name="gy.gif" hash="71a4f19942ccd37df09fa813943e5fee"/><file name="hk.gif" hash="692eea40bf0b08bac50f9785a843cb5f"/><file name="hm.gif" hash="1fe85ab1104e05f5a26efa5bbcd1cf18"/><file name="hn.gif" hash="c0e00f96daf73bd2bea3ad87c63aede2"/><file name="hr.gif" hash="825a4f07cfe3bf652e1e9ec72ee26f14"/><file name="ht.gif" hash="92a6d557d1adf362160e3bd0d774ecb7"/><file name="hu.gif" hash="d543f5932e461ef6b04c070a63ccd151"/><file name="id.gif" hash="6f27ba21a22aa1486b568aa200d6c73c"/><file name="ie.gif" hash="74924874aa60e9fda9d94dcb892e322a"/><file name="il.gif" hash="44d2cc7e87c0f39eda33a43234d75afd"/><file name="in.gif" hash="46e1776549c9bb866ae7b18f9d847b0a"/><file name="io.gif" hash="f6c43cf9bc8365d50b65019f9fc543d7"/><file name="iq.gif" hash="a4bd28a6c543211dacb5ce3e18e96846"/><file name="ir.gif" hash="6456dc4dd3745e2c84c13702eeb87844"/><file name="is.gif" hash="347f6ff824ac5e7a31fc549811c9aac7"/><file name="it.gif" hash="7b2fba7a5df93ea5980e1d46409642b2"/><file name="jm.gif" hash="98ea05ee62c0d4462f902b108b046439"/><file name="jo.gif" hash="ac7a3e1aace29eb636ed41332b4c68ae"/><file name="jp.gif" hash="b6fa87814a6e40fcdf41d79c5e06c406"/><file name="ke.gif" hash="6592c34b8a16505388c21e99508e580b"/><file name="kg.gif" hash="385d842f1918453025966751d5b551bf"/><file name="kh.gif" hash="2a0042042f0d6feea0c435f9833b1bd4"/><file name="ki.gif" hash="b01814ad07dee8bc4be5d3038cc8b6b5"/><file name="km.gif" hash="258ef6e0c4f69ba726277a93a51dac56"/><file name="kn.gif" hash="f23fe3a61ad0d78bb69c25711eeb249f"/><file name="kp.gif" hash="f45a650bf92b6ad6552bf618d2ffe75d"/><file name="kr.gif" hash="53ca55d29130501b6cd57b98f169701f"/><file name="kw.gif" hash="48d87006385685ae24764c0d9b595d9b"/><file name="ky.gif" hash="4d159d20cf64b712700756d32cde64ee"/><file name="kz.gif" hash="9faa30e94f43918d74d09b3eaaec6933"/><file name="la.gif" hash="334d5527bcd7e6901a6b729e632683df"/><file name="lb.gif" hash="2c3675c6a47325a4d2445e50afc929ae"/><file name="lc.gif" hash="b59f163f78321acb812595961d2ab111"/><file name="li.gif" hash="239e66bf39e8052587b504515a21f03b"/><file name="lk.gif" hash="8f906d20bf8ab9749e19958ad60e1584"/><file name="lr.gif" hash="21cd61ee215e4b0147ab4320822cf2fc"/><file name="ls.gif" hash="68af1c3f00b31ef072c99d95fa453ff6"/><file name="lt.gif" hash="017aa4fbed00bfd848fb021462c296e2"/><file name="lu.gif" hash="230678f649c90589bf40024bd9ffa294"/><file name="lv.gif" hash="2eb690f1af034a71573641bfcfcf603e"/><file name="ly.gif" hash="72a42cca81f2e81dc65d9dd6f772cd56"/><file name="ma.gif" hash="ad81d516864533d1869ed296603f6e7e"/><file name="mc.gif" hash="3322300de4324fde3ee51d3d4431dc00"/><file name="md.gif" hash="7a363edf7896c044c1031a4c2f78110a"/><file name="me.gif" hash="887b486043d315be7eb4be815e38ef58"/><file name="mg.gif" hash="8adc0f5fe9c73b87cd50d4fb49485ccc"/><file name="mh.gif" hash="cdfdd26cff13006fd5a7f3bcf433cba0"/><file name="mk.gif" hash="b8eaaa78b588dc5a78a213b665c3f41d"/><file name="ml.gif" hash="14bad568cfb82dde31f1d59eafe5f633"/><file name="mm.gif" hash="f0d6434e55addac1e1e0e9b43274c14a"/><file name="mn.gif" hash="df21fe047bf3840629594af786c510c5"/><file name="mo.gif" hash="04bb90bdf2614d372dec56449e912596"/><file name="mp.gif" hash="cac8345e9b3e072169bb833244ab68fd"/><file name="mq.gif" hash="aa80ab7a73d808d7b3570868cdc3d1fb"/><file name="mr.gif" hash="08c96ea87ff559d6dc6b4605fcbcfe40"/><file name="ms.gif" hash="d6a0a5e4472ffd96e7d4c7c8d91ed2b2"/><file name="mt.gif" hash="dc7a0aeb0f7280435a328cadce598b8f"/><file name="mu.gif" hash="9869ea31cbf8d3f2d1f42824122b61dd"/><file name="mv.gif" hash="9827918f9646eaa08854d45bef7ea093"/><file name="mw.gif" hash="12b2a62fae9c618544a56fef3d687306"/><file name="mx.gif" hash="7211e357363beb1da21ce32593b4f5a8"/><file name="my.gif" hash="51479ef74dfd0b2006983b6b9bff3d91"/><file name="mz.gif" hash="4b938aa9c776ea29cf0b51fb48f1767a"/><file name="na.gif" hash="a417cfe920429e7af07a98ea51aa22a5"/><file name="nc.gif" hash="2135f0fb410b2f0767a7b534c753b848"/><file name="ne.gif" hash="489f6052b3d124a6607d4cb6a00022e1"/><file name="nf.gif" hash="9f851132acffa1724a697ada9c539ff8"/><file name="ng.gif" hash="5ddf086d424340d2cd9a18e0f9c20ff9"/><file name="ni.gif" hash="bb8200af164d5a73758fa5822fbace10"/><file name="nl.gif" hash="82994b14a5992b5a3539b9c0a789297c"/><file name="no.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="np.gif" hash="07dcfcc7ade4117c8f5d908101c22328"/><file name="nr.gif" hash="2a73be7cc4c7ae728e53748f07ce5b07"/><file name="nu.gif" hash="d7ad59b643ac9e8ecfe2193d37d08dc4"/><file name="nz.gif" hash="5809a037a53791f4632ed2756adf966c"/><file name="om.gif" hash="72045d2de14bc2f0b04b3cddb3c93892"/><file name="pa.gif" hash="192c84595d7ffb76229892030e08e37f"/><file name="pe.gif" hash="983af8b4835a96641f85449f2779a831"/><file name="pf.gif" hash="53c0188190e727bd3ea04778b4e83a9d"/><file name="pg.gif" hash="c0e201f4833b5bb6fe8ac014162ad8d9"/><file name="ph.gif" hash="0630367a44279677e4bff7f09dc820e8"/><file name="pk.gif" hash="fe878d940e0e3030c7258feca05b2ebf"/><file name="pl.gif" hash="279fd88ddc4abbd4d808a087b653ea24"/><file name="pm.gif" hash="c74a19a09019278029760d4381e7fa8a"/><file name="pn.gif" hash="997fbcf797457e2658d8f6df066cef78"/><file name="pr.gif" hash="a48b81abee4dfc5f36947006b603747a"/><file name="ps.gif" hash="bf9849158592502d0e12ce36401d1925"/><file name="pt.gif" hash="b68938af019e2c74377327abbe3d4b5e"/><file name="pw.gif" hash="a19c54b3a802fa6ba217099df5c4659b"/><file name="py.gif" hash="bef5b19a0555c6b85fa8f46055e019c7"/><file name="qa.gif" hash="8de77aa8a0a825346fac6d29837c2449"/><file name="re.gif" hash="0a4673b07b377d1f58230f40f256d890"/><file name="ro.gif" hash="8569e94e81a39bbb43ed8445d1a92dd5"/><file name="rs.gif" hash="b193b9db485d06fda3656c5f174cb953"/><file name="ru.gif" hash="addac471b8ddc26a9f1f2fa235330d80"/><file name="rw.gif" hash="26c4bdfd43b5d836acd1dfdeaffa4cf4"/><file name="sa.gif" hash="94c55d70da8c458459597aa1d9b60112"/><file name="sb.gif" hash="76cf18354aa71695e488923f516fc23c"/><file name="sc.gif" hash="65c089b927687a801afd75528f1b6def"/><file name="scotland.gif" hash="ffd4426704720dc580138a55a86e5d9c"/><file name="sd.gif" hash="983179ead3080585811d73e729e678a1"/><file name="se.gif" hash="cf357235e945172661d7ee5fde26f909"/><file name="sg.gif" hash="2a46e9e31359baaeb4e6ab4b0b950961"/><file name="sh.gif" hash="041dff1f55c07bcda4f53a75be64af18"/><file name="si.gif" hash="b796cc14ec4516ae9098e57a7c391dab"/><file name="sj.gif" hash="bbc9011e876a122ea89923e6b730ec50"/><file name="sk.gif" hash="ffac49f21971212d048422d36a555d50"/><file name="sl.gif" hash="dfea6e55c87213abcca8e95ecca700dd"/><file name="sm.gif" hash="59f434ebf3668c85d1fbbffa751fff6e"/><file name="sn.gif" hash="379caf2d23ed870f9e0239ba93ee7551"/><file name="so.gif" hash="e1d51439b1153ae38776553a7bcf10d0"/><file name="sr.gif" hash="4e5415a5e3fbf7496007249478c12276"/><file name="st.gif" hash="6596dc6cdeed9b4979fbb5c7609e66f5"/><file name="sv.gif" hash="e3479c1d5ac76b8b7dcfb709cfd0083e"/><file name="sy.gif" hash="d86f69a9267f00e11030246c36109bc5"/><file name="sz.gif" hash="5d7b57a0a5883abcc3fe28c1d4b2df1d"/><file name="tc.gif" hash="0e5370c94999fb37c1a730337f431f50"/><file name="td.gif" hash="2782b3d0b1ab6eaa48d091fc938b97c6"/><file name="tf.gif" hash="9e1af29a601960b84f90fb2efacb9bd2"/><file name="tg.gif" hash="ece0a5d9d0ffa8662f66a37c667e9538"/><file name="th.gif" hash="a4be77cc567463a6ab33df47a6471f90"/><file name="tj.gif" hash="9b1b0ecd454b7ccad12431a2a0281914"/><file name="tk.gif" hash="c895d3c66ec3cf659b59d854ce1e0e9a"/><file name="tl.gif" hash="9e79c92f60fb33cbb83addf04c64c789"/><file name="tm.gif" hash="8453e36426a3acba26bac199c92fb095"/><file name="tn.gif" hash="30245ac4122c61accb380e162691f431"/><file name="to.gif" hash="ecacff3913a318a8556ed4dd7a6582a7"/><file name="tr.gif" hash="3c7e51066bea641449722616fdce2d21"/><file name="tt.gif" hash="5715707d79f5a81c9686c593f65f2e80"/><file name="tv.gif" hash="4a0b50aa81de8101f281a3d6dfbc4aa1"/><file name="tw.gif" hash="c6da9ab7f3bfe2fd202e993b99aa9158"/><file name="tz.gif" hash="6af3860230e7cc1b12049731a95f4e4d"/><file name="ua.gif" hash="acc1cf561309691198e59e23c9840d13"/><file name="ug.gif" hash="e29af593a8eacb68e81755c78a7dbf19"/><file name="um.gif" hash="8346f478516f733a68c500410fd57159"/><file name="us.gif" hash="4a0cdce756ed771a5d9a16114179d5e7"/><file name="uy.gif" hash="74786429627d504ad3d36b0c4a40a638"/><file name="uz.gif" hash="2eefb9f89353a9554188dc522d07c68b"/><file name="va.gif" hash="6f64ebd984e71e113042dfb5b5dfbd73"/><file name="vc.gif" hash="cf4329d0f1da7924b3eec1a0f725ce45"/><file name="ve.gif" hash="e067f0c4fbaa5ed99477581e86630faa"/><file name="vg.gif" hash="8510bbd7fc9843b558424ac411992732"/><file name="vi.gif" hash="6ab52e66bdf59c0826bb205307eec76a"/><file name="vn.gif" hash="66364a250886c943e1f40fb0762c0a63"/><file name="vu.gif" hash="269340d3432e0bf04aa2d20b1916d723"/><file name="wales.gif" hash="74027bf2c92ffb8d744e09a72467bf36"/><file name="wf.gif" hash="321ff7ca69712a9af5405291f972dd0a"/><file name="ws.gif" hash="32ac83d94d72fc5abb59dc917a07fc72"/><file name="ye.gif" hash="743f4826f90f1ccdf9400d100da04ae7"/><file name="yt.gif" hash="b8c20446453d8057fcc73db427ab9f9d"/><file name="za.gif" hash="c8d80912d6a8a8fc94cb856871a864cb"/><file name="zm.gif" hash="88d75c077c65a544c5676bc35eb3f6f4"/><file name="zw.gif" hash="fd5cc25e0cea7e07b0be89c5452c546c"/></dir><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><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_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="logo.gif" hash="557db4df9be7aa570b5e422e43eab6d7"/><file name="logo.png" hash="f4288d06d49fdc9d685d6537fa7cb678"/><file name="logo_email.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="logo_print.gif" hash="8de347192e0524cff7a69e4020182dbd"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="opa50.png" hash="caf350dfe06960197e62b36c102d0074"/><file name="opa75.png" hash="8e262505a7721116b01b2d6dd698c719"/><file name="opa85.png" hash="f9c84a2b2439ed393507704b6174fb1a"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="warning.png" hash="c847e1076da70df83ef5284622b82a74"/></dir></dir></dir></dir></target></contents>
17
  <compatible/>
18
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
19
  </package>
skin/frontend/default/carparts/css/styles.css CHANGED
@@ -1,1360 +1,1358 @@
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
- html,body { margin:0; padding:0; height:100%; }
29
- body { background: url(../images/bg-body.gif) 0 0 repeat-x #c2c2c2; background-attachment: fixed; font:12px/1.55 arial, helvetica, sans-serif; color:#444; text-align:left;}
30
-
31
- img { border:0; vertical-align:top; }
32
-
33
- a { color:#666; text-decoration:none; }
34
- a:hover { text-decoration:underline; }
35
- :focus { outline:0; }
36
-
37
- /* Headings */
38
- h1 { font-size:2em; font-weight:normal; line-height:1.35; }
39
- h2 { font-size:1.5em; line-height:1.25; margin-bottom:.65em; }
40
- h3 { font-size:1.35em; line-height:1.25; margin-bottom:.65em; }
41
- h4 { font-size:1.05em; line-height:1.35; margin-bottom:.65em; }
42
- h5 { font-size:1.05em; line-height:1.35; margin-bottom:.65em; }
43
- h6 { font-size:1em; line-height:1.35; margin-bottom:1em; }
44
-
45
- /* Forms */
46
- form { display:inline; }
47
- fieldset { border:0; }
48
- legend { display:none; }
49
-
50
- /* Table */
51
- table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
52
- caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
53
-
54
- /* Content */
55
- strong { font-weight:bold; }
56
- address { font-style:normal; }
57
- cite { font-style:normal; }
58
- q,
59
- blockquote { quotes:none; }
60
- q:before,
61
- q:after { content:''; }
62
- small,big { font-size:1em; }
63
- sup { font-size:1em; vertical-align:top; }
64
-
65
- /* Lists */
66
- ul,ol { list-style:none; }
67
-
68
- /* Tools */
69
- .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; }
70
- .nobr { white-space:nowrap !important; }
71
- .wrap { white-space:normal !important; }
72
- .a-left { text-align:left !important; }
73
- .a-center { text-align:center !important; }
74
- .a-right { text-align:right !important; }
75
- .v-top { vertical-align:top; }
76
- .v-middle { vertical-align:middle; }
77
- .f-left,
78
- .left { float:left !important; }
79
- .f-right,
80
- .right { float:right !important; }
81
- .f-none { float:none !important; }
82
- .f-fix { float:left; width:100%; }
83
- .no-display { display:none; }
84
- .no-margin { margin:0 !important; }
85
- .no-padding { padding:0 !important; }
86
- .no-bg { background:none !important; }
87
- /* ======================================================================================= */
88
-
89
-
90
- /* Layout ================================================================================ */
91
- .wrapper { min-height:100%; position:relative; _height:100% /* _height = for ie */ }
92
- .page { }
93
- .page-print { background:#fff; padding:20px; text-align:left; }
94
- .page-empty { background:#fff; padding:20px; text-align:left; }
95
- .page-popup { padding:20px; text-align:left; background: #fff;}
96
- .main-container {width:960px; margin:0 auto; text-align:left; background: #fff;padding-bottom:200px; height:100%; }
97
- .main {padding: 15px 0;}
98
-
99
- .page-popup .buttons-set{margin: 0;}
100
-
101
- /* Base Columns */
102
- .col-left { float:left; width:200px; padding:10px 0 0 10px; }
103
- .col-main { float:left; width:710px; padding:10px 20px; }
104
- .col-right { float:right; width:200px; padding:10px 10px 0 0;}
105
-
106
- /* 1 Column Layout */
107
- .col1-layout .col-main { float:none; width:auto; }
108
-
109
- /* 2 Columns Layout */
110
- .col2-left-layout .col-main { float:right; }
111
- .col2-right-layout .col-main {}
112
-
113
- /* 3 Columns Layout */
114
- .col3-layout .col-main { width:490px; }
115
- .col3-layout .col-wrapper { float:left; width:730px; }
116
- .col3-layout .col-wrapper .col-main { float:right; }
117
-
118
- /* Content Columns */
119
- .col2-set .col-1 { float:left; width:49%; }
120
- .col2-set .col-2 { float:right; width:49%; }
121
- .col2-set .col-narrow { width:33%; }
122
- .col2-set .col-wide { width:65%; }
123
-
124
- .col3-set .col-1 { float:left; width:32%; }
125
- .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
126
- .col3-set .col-3 { float:right; width:32%; }
127
-
128
- .col4-set .col-1 { float:left; width:23.5%; }
129
- .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
130
- .col4-set .col-3 { float:left; width:23.5%; }
131
- .col4-set .col-4 { float:right; width:23.5%; }
132
- /* ======================================================================================= */
133
-
134
-
135
- /* Global Styles ========================================================================= */
136
- /* Form Elements */
137
- input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
138
- input.input-text,select,textarea { background: url(../images/bg-input.gif) 0 0 repeat-x #fff; border:1px solid #ddd; }
139
- input.input-text,textarea { padding:5px 8px; height: 17px;}
140
- select { padding:1px; }
141
- select option { padding-right:10px; }
142
- select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
143
- select.multiselect option:last-child { border-bottom:0; }
144
- textarea { overflow:auto; }
145
- input.radio { margin-right:3px; }
146
- input.checkbox { margin-right:3px; }
147
- input.qty { width:2.5em !important; }
148
- button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
149
- button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
150
- button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
151
- button.button span { float:left; height:27px; background: url(../images/bg-grey.gif) bottom left repeat-x #eeeeee; padding:0 5px; font:bold 11px/27px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#555; border: 1px solid #ccc;}
152
- button.button span span {border: 0; padding: 0;}
153
-
154
- button.button:hover span{background: #ddd; color: #333;}
155
-
156
- button.disabled {}
157
- button.disabled span {}
158
-
159
- .block-cart button.button span span{border: 0;}
160
-
161
- button.btn-cart span,
162
- .block-cart button.button span,
163
- button.btn-checkout span {background: url(../images/bg-yellow.gif) bottom left repeat-x #ffba00; color: #333; padding: 0 10px;border: 1px solid #e6a801;}
164
-
165
- button.btn-cart:hover span,
166
- .block-cart button.button:hover span,
167
- button.btn-checkout:hover span{background: #ffba00;}
168
-
169
- button.btn-checkout.no-checkout {}
170
-
171
- p.control input.checkbox,
172
- p.control input.radio { margin-right:6px; }
173
- /* Form Highlight */
174
- /*input.input-text:focus,select:focus,textarea:focus {}*/
175
- /*.highlight { background:#efefef; }*/
176
-
177
- /* Form lists */
178
- /* Grouped fields */
179
- /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
180
- .form-list li { margin:0 0 8px; }
181
- .form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
182
- .form-list label.required {}
183
- .form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
184
- .form-list li.control label { float:none; }
185
- .form-list li.control input.radio,
186
- .form-list li.control input.checkbox { margin-right:6px; }
187
- .form-list li.control .input-box { clear:none; display:inline; width:auto; }
188
- /*.form-list li.fields { margin-right:-15px; }*/
189
- .form-list .input-box { display:block; clear:both; width:260px; }
190
- .form-list .field { float:left; width:275px; }
191
- .form-list input.input-text { width:254px; }
192
- .form-list textarea { width:254px; height:10em; }
193
- .form-list select { width:260px; }
194
- .form-list li.wide .input-box { width:535px; }
195
- .form-list li.wide input.input-text { width:529px; }
196
- .form-list li.wide textarea { width:529px; }
197
- .form-list li.wide select { width:535px; }
198
- .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
199
- .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
200
- .form-list .input-range input.input-text { width:74px; }
201
- /* Customer */
202
- .form-list .customer-name-prefix .input-box,
203
- .form-list .customer-name-suffix .input-box,
204
- .form-list .customer-name-prefix-suffix .input-box,
205
- .form-list .customer-name-prefix-middlename .input-box,
206
- .form-list .customer-name-middlename-suffix .input-box,
207
- .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
208
-
209
- .form-list .name-prefix { width:65px; }
210
- .form-list .name-prefix select { width:55px; }
211
- .form-list .name-prefix input.input-text { width:49px; }
212
-
213
- .form-list .name-suffix { width:65px; }
214
- .form-list .name-suffix select { width:55px; }
215
- .form-list .name-suffix input.input-text { width:49px; }
216
-
217
- .form-list .name-middlename { width:70px; }
218
- .form-list .name-middlename input.input-text { width:49px; }
219
-
220
- .form-list .customer-name-prefix-middlename-suffix .name-firstname,
221
- .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
222
- .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
223
- .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
224
- .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
225
- .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
226
-
227
- .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
228
- .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
229
- .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
230
- .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
231
-
232
- .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
233
- .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
234
- .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
235
- .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
236
-
237
- .form-list .customer-name-prefix .name-firstname,
238
- .form-list .customer-name-middlename .name-firstname { width:210px; }
239
-
240
- .form-list .customer-name-suffix .name-lastname,
241
- .form-list .customer-name-middlename .name-firstname,
242
- .form-list .customer-name-middlename-suffix .name-firstname,
243
- .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
244
-
245
- .form-list .customer-name-prefix .name-firstname input.input-text,
246
- .form-list .customer-name-suffix .name-lastname input.input-text,
247
- .form-list .customer-name-middlename .name-firstname input.input-text,
248
- .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
249
- .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
250
-
251
- .form-list .customer-dob .dob-month,
252
- .form-list .customer-dob .dob-day,
253
- .form-list .customer-dob .dob-year { float:left; width:85px; }
254
- .form-list .customer-dob input.input-text { display:block; width:74px; }
255
- .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
256
- .form-list .customer-dob .dob-day,
257
- .form-list .customer-dob .dob-month { width:60px; }
258
- .form-list .customer-dob .dob-day input.input-text,
259
- .form-list .customer-dob .dob-month input.input-text { width:46px; }
260
- .form-list .customer-dob .dob-year { width:140px; }
261
- .form-list .customer-dob .dob-year input.input-text { width:134px; }
262
-
263
- .buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
264
- .buttons-set p.required { margin:0 0 10px; }
265
- .buttons-set .back-link { float:left; margin:0; }
266
- .buttons-set button.button { float:right; margin-left:5px; }
267
-
268
- .buttons-set-order { margin:10px 0 0; }
269
- .buttons-set-order .please-wait { padding:5px 7px 0 0; }
270
-
271
- .fieldset { margin:0 10px 25px; }
272
- .fieldset .legend { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }
273
-
274
- /* Form Validation */
275
- .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; }
276
- .validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
277
- .validation-passed {}
278
- p.required { font-size:10px; text-align:right; color:#f00; }
279
- /* Expiration date and CVV number validation fix */
280
- .v-fix { float:left; }
281
- .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
282
-
283
- /* Global Messages */
284
- .success { color:#3d6611; font-weight:bold; }
285
- .error { color:#f00; font-weight:bold; }
286
- .notice { color:#ccc; }
287
-
288
- .messages,
289
- .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
290
- .messages { width:100%; overflow:hidden; }
291
- .messages li { margin:0 0 10px; }
292
- .messages li li { margin:0 0 3px; }
293
- .error-msg,
294
- .success-msg,
295
- .note-msg,
296
- .notice-msg { border-style:dashed !important; border-width:1px !important; background-position:10px 50% !important; background-repeat:no-repeat !important; min-height:24px !important; padding-left: 32px !important; font-size:12px !important; font-weight:bold !important; line-height: 42px !important;}
297
- .error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
298
- .success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
299
- .note-msg,
300
- .notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/warning.png);}
301
-
302
- /* BreadCrumbs */
303
- .breadcrumbs { padding: 5px 10px 10px; margin:0 auto 10px; border-bottom:1px solid #ddd; width: 920px;}
304
- .breadcrumbs li { display:inline; }
305
-
306
- /* Page Heading */
307
- .page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
308
- .page-title h1,
309
- .page-title h2 {color:#000; text-transform: uppercase; font-weight: 900; text-shadow: 0px 1px 0px #666666;}
310
- .page-title .separator { margin:0 3px; }
311
- .page-title .link-rss { float:right; }
312
- .title-buttons { text-align:right; }
313
- .title-buttons h1,
314
- .title-buttons h2,
315
- .title-buttons h3,
316
- .title-buttons h4,
317
- .title-buttons h5,
318
- .title-buttons h6 { float:left; }
319
-
320
- .subtitle,
321
- .sub-title { clear:both; }
322
-
323
- /* Pager */
324
- .pager { font-size:11px; background:#fff; padding:4px 8px; border-top:1px solid #ddd; text-align:center; }
325
- .pager .amount { float:left; margin:0; }
326
- .pager .limiter { float:right; }
327
- .pager .limiter label { vertical-align:middle; }
328
- .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
329
- .pager .pages { margin:0 140px; }
330
- .pager .pages ol { display:inline; }
331
- .pager .pages li { display:inline; margin:0 2px; }
332
- .pager .pages .current {}
333
-
334
- /* Sorter */
335
- .sorter { font-size:11px; padding:3px 8px; border-top:1px solid #ddd; }
336
- .sorter .view-mode { float:left; margin:0; }
337
- .sorter .sort-by { float:right; padding-right:36px; }
338
- .sorter .sort-by label { vertical-align:middle; }
339
- .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
340
- .sorter .link-feed {}
341
-
342
- /* Toolbar */
343
- .toolbar {}
344
- .toolbar .pager { padding:3px 8px; }
345
- .toolbar .sorter {}
346
- .toolbar-bottom {}
347
- /* Data Table */
348
- .data-table { width:100%; }
349
- .data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
350
- .data-table td { padding:5px; border:1px solid #ddd; }
351
- .data-table thead { background-color:#f2f2f2; }
352
- .data-table tbody {}
353
- .data-table tfoot {}
354
- .data-table tr.first {}
355
- .data-table tr.last {}
356
- .data-table tr.odd {}
357
- .data-table tr.even { background-color:#f6f6f6; }
358
- .data-table tbody.odd {}
359
- .data-table tbody.odd td { border-width:0 1px; }
360
- .data-table tbody.even { background-color:#f6f6f6; }
361
- .data-table tbody.even td { border-width:0 1px; }
362
- .data-table tbody.odd tr.border td,
363
- .data-table tbody.even tr.border td { border-bottom-width:1px; }
364
- .data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
365
- .data-table td.label,
366
- .data-table th.label { font-weight:bold; background-color:#f6f6f6; }
367
- .data-table td.value {}
368
-
369
- /* Shopping cart total summary row expandable to details */
370
- tr.summary-total { cursor:pointer; }
371
- tr.summary-total td {}
372
- 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; }
373
- tr.show-details .summary-collapse { background-position:0 -53px; }
374
- tr.show-details td {}
375
- tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
376
- tr.summary-details-first td { border-top:1px solid #d2d8db; }
377
- tr.summary-details-excluded { font-style:italic; }
378
-
379
- /* Shopping cart tax info */
380
- .cart-tax-info { display:block; }
381
- .cart-tax-info,
382
- .cart-tax-info .cart-price { padding-right:20px; }
383
- .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
384
- .cart-tax-info .price,
385
- .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
386
- .cart-tax-total-expanded { background-position:100% -53px; }
387
-
388
- /* Class: std - styles for admin-controlled content */
389
- .std .subtitle { padding:0; }
390
- .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
391
- .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
392
- .std dl dt { font-weight:bold; }
393
- .std dl dd { margin:0 0 10px; }
394
- /*.std ul,
395
- .std ol,
396
- .std dl,
397
- .std p,
398
- .std address,
399
- .std blockquote { margin:0 0 1em; padding:0; }
400
- .std ul { list-style:disc outside; padding-left:1.5em; }
401
- .std ol { list-style:decimal outside; padding-left:1.5em; }
402
- .std ul ul { list-style-type:circle; }
403
- .std ul ul,
404
- .std ol ol,
405
- .std ul ol,
406
- .std ol ul { margin:.5em 0; }
407
- .std dt { font-weight:bold; }
408
- .std dd { padding:0 0 0 1.5em; }
409
- .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
410
- .std address { font-style:normal; }
411
- .std b,
412
- .std strong { font-weight:bold; }
413
- .std i,
414
- .std em { font-style:italic; }*/
415
-
416
- /* Misc */
417
- .links li { display:inline; }
418
- .links li.first { padding-left:0 !important; }
419
- .links li.last { background:none !important; padding-right:0 !important; }
420
-
421
- .link-cart { font-weight:bold; color:#f00; }
422
- .link-wishlist { font-weight:bold; }
423
- .link-reorder { font-weight:bold; }
424
- .link-compare { font-weight:bold; }
425
- .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
426
- .link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
427
- .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; }
428
- .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
429
-
430
- .separator { margin:0 3px; }
431
-
432
- .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }
433
-
434
- /* Noscript Notice */
435
- .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
436
- .noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
437
- .noscript p { margin:0; }
438
-
439
- /* Demo Notice */
440
- .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
441
- /* ======================================================================================= */
442
-
443
-
444
- /* Header ================================================================================ */
445
- .logo { float:left; }
446
- .header-container {background: url(../images/bg-header.gif) 0 0 repeat-x #414141; border-top: 1px solid #707070; border-bottom: 1px solid #333333;padding:10px 10px 0;height: 149px;}
447
- .header {width: 960px; height: 149px; margin: 0 auto;position: relative;}
448
- .header .logo { float:left; text-decoration:none !important; }
449
- .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
450
- .header h1.logo { margin:0; padding:0; }
451
-
452
- .header .form-search { text-align:right; background: #1c1c1c; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 8px; float: right; margin: 25px 0 0;}
453
- .header .form-search .input-text{width: 250px; float: left; height: 17px;}
454
- .header .form-search label{display: none;}
455
- .header .form-search .search-autocomplete { z-index:999; }
456
- .header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
457
- .header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
458
- .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
459
- .header .form-search .search-autocomplete li.selected {}
460
-
461
- .header .form-search button.button span span{display: none;}
462
- .header .form-search button.button span{background: url(../images/bg-search.gif) 0 0;border: 0;width: 27px; height: 29px;}
463
- .header .form-search button.button:hover span{background-position: 0 29px;}
464
-
465
- .header-container .top-container{ clear:both;}
466
-
467
- .top-container{background: url(../images/bg-carbon.gif) #000;}
468
- .top-container .top{width: 960px; margin: 0 auto; text-align: left; line-height: 30px; color: #fff; font-weight: bold;}
469
- .top-container .top .welcome-msg {float: left;margin-right: 15px;}
470
- .top-container .top .links {float: right;}
471
- .top-container .top .links a{color: #e2e2e2; padding: 0 10px;}
472
- .top-container .top .links a.top-link-checkout{color: #ffba00;}
473
-
474
- .top .form-language {float: left;}
475
- .top .form-language span{margin-right: 6px;}
476
- .top .form-language a{padding: 0px 8px;}
477
- .top .form-language a.selected{}
478
- .top .form-language a:hover{text-decoration: none;}
479
-
480
- /********** < Navigation */
481
- .nav-container {width: 960px; margin: 0 auto; background: url(../images/bg-nav.gif) 0 0 repeat-x #000; position: absolute; bottom: 0; left: 0;}
482
- #nav {font-size:13px;}
483
-
484
- /* All Levels */
485
- #nav li { text-align:left; position:relative; }
486
- #nav li.over { z-index:998; }
487
- #nav li.parent {}
488
- #nav li a { display:block; text-decoration:none;}
489
- #nav li a:hover { text-decoration:none; }
490
- #nav li a span { display:block; white-space:nowrap; cursor:pointer; }
491
- #nav li ul a span { white-space:normal; }
492
-
493
- /* 1st Level */
494
- #nav li { float:left;}
495
- #nav li a { float:left; color:#fff; }
496
- #nav li a:hover {}
497
- #nav li.over a,
498
- #nav li.active a {}
499
-
500
- #nav li a.level-top{line-height: 50px; height: 50px; padding: 0 20px; font-size: 14px; font-weight: bold; border-right: 1px solid #444;}
501
- #nav li.last a.level-top{border-right: 0;}
502
-
503
- #nav li.over a.level-top,
504
- #nav li.active a.level-top {color: #ffba00; background: #000;}
505
-
506
- /* 2nd Level */
507
- #nav ul,
508
- #nav div { position:absolute; width:15em; top:50px; left:-10000px; background: url(../images/opa85.png) transparent; -moz-border-radius-topleft: 0px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-radius: 0px 0px 5px 5px;border-radius: 0px 0px 5px 5px;}
509
- #nav div ul { position:static; width:auto; border:none; }
510
-
511
- /* 3rd+ leven */
512
- #nav ul ul,
513
- #nav ul div { top:0; -moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;}
514
-
515
- #nav li.level1.parent{background: url(../images/bg-nav-parent.gif) 95% 50% no-repeat; }
516
- #nav li.level1.parent:hover{background-image: url(../images/bg-nav-parent-hover.gif); }
517
-
518
- #nav ul li { float:none; border-bottom:1px solid #333; }
519
- #nav ul li.last { border-bottom:0; }
520
- #nav ul li a { float:none; padding:7px 15px; font-weight:normal;}
521
- #nav ul li a:hover {}
522
- #nav ul li.active > a,
523
- #nav ul li.over > a { color:#ffba00 !important; }
524
-
525
- /* Show menu */
526
- #nav li ul.shown-sub,
527
- #nav li div.shown-sub { left:0; z-index:999; width: 16em;}
528
- #nav li .shown-sub ul.shown-sub,
529
- #nav li .shown-sub li div.shown-sub { left:15.7em; -moz-border-radius-topleft: 0px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 0px;-webkit-border-radius: 0px 5px 5px 0px;border-radius: 0px 5px 5px 0px; border: 1px solid #474747; }
530
- /********** Navigation > */
531
- /* ======================================================================================= */
532
-
533
-
534
- /* Sidebar =============================================================================== */
535
- .block {margin:0 0 15px; background: #eee;}
536
- .block .block-title {padding: 5px 10px; background: url(../images/bg-carbon.gif) #000;}
537
- .block .block-title strong {font-size: 14px; font-weight:bold; color: #fff;}
538
- .block .block-title strong span {}
539
- .block .block-title a { text-decoration:none !important; }
540
- .block .block-subtitle { font-size:13px; font-weight:bold; }
541
- .block .block-content { padding:10px; border: 1px solid #cccccc;}
542
- .block .block-content li.item { padding:5px 0; }
543
- .block .btn-remove { float:right; }
544
- .block .actions { text-align:right; }
545
- .block .actions a { float:left; }
546
- .block .empty {}
547
-
548
- .block li.odd {}
549
- .block li.even { background-color:#f6f6f6; }
550
-
551
- /* Mini Products List */
552
- .mini-products-list li { padding:5px 0; }
553
- .mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
554
- .mini-products-list .product-details { margin-left:75px; }
555
- .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
556
-
557
- /* Block: Account */
558
- .block-account {}
559
-
560
- /* Block: Currency Switcher */
561
- .block-currency {}
562
- .block-currency select { width:100%; border:1px solid #888; }
563
-
564
- /* Block: Layered Navigation */
565
- .block-layered-nav {}
566
- .block-layered-nav dt { font-weight:bold; }
567
- .block-layered-nav .currently {}
568
- .block-layered-nav .currently li{background: #bee1a8; padding: 5px 10px; margin: 5px -10px;}
569
- .block-layered-nav .currently .actions{padding: 0 0 5px; margin: 0 0 5px; border-bottom: 1px solid #ddd;}
570
- .block-layered-nav .currently .actions a{color: #c81e1e;}
571
- .block-layered-nav .btn-remove { float:right; margin:2px 3px 0 0; }
572
-
573
- /* Block: Cart */
574
- .block-cart {}
575
- .block-cart .summary {}
576
- .block-cart .amount {}
577
- .block-cart .subtotal { text-align:center; }
578
- .block-cart .actions {padding: 0.5em 0; border: 1px solid #ddd; border-width: 1px 0; margin: 0.5em 0;}
579
- .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
580
- .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
581
-
582
- /* Block: Wishlist */
583
- .block-wishlist {}
584
-
585
- /* Block: Related */
586
- .block-related {}
587
- .block-related li { padding:5px 0; }
588
- .block-related input.checkbox { float:left; margin-right:-20px; }
589
- .block-related .product { margin-left:20px; }
590
- .block-related .product .product-image { float:left; margin-right:-65px; }
591
- .block-related .product .product-details { margin-left:65px; }
592
-
593
- /* Block: Compare Products */
594
- .block-compare {}
595
- .block-compare li { padding:5px 0; }
596
-
597
- /* Block: Recently Viewed */
598
- .block-viewed {}
599
-
600
- /* Block: Recently Compared */
601
- .block-compared {}
602
-
603
- /* Block: Poll */
604
- .block-poll label {}
605
- .block-poll input.radio { float:left; margin:1px -18px 0 0; }
606
- .block-poll .label { display:block; margin-left:18px; }
607
- .block-poll li { padding:3px 9px; }
608
- .block-poll .actions { margin:5px 0 0; }
609
- .block-poll .answer { font-weight:bold; }
610
- .block-poll .votes { float:right; margin-left:10px; }
611
-
612
- /* Block: Tags */
613
- .block-tags ul,
614
- .block-tags li { display:inline; }
615
-
616
- /* Block: Subscribe */
617
- .block-subscribe {}
618
-
619
- /* Block: Reorder */
620
- .block-reorder {}
621
- .block-reorder li { padding:5px 0; }
622
- .block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
623
- .block-reorder .product-name { margin-left:20px; }
624
-
625
- /* Block: Banner */
626
- .block-banner {}
627
- .block-banner .block-content { text-align:center; }
628
-
629
- /* Block: Login */
630
- .block-login label { font-weight:bold; color:#666; }
631
- .block-login input.input-text { display:block; width:167px; margin:3px 0; }
632
-
633
- /* Paypal */
634
- .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
635
- .sidebar .paypal-logo a { float:none; }
636
- /* ======================================================================================= */
637
-
638
-
639
- /* Category Page ========================================================================= */
640
- .category-title { border:0; margin:0 0 7px; }
641
- .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
642
- .category-image img {}
643
- .category-description { margin:0 0 10px; }
644
- .category-products {}
645
-
646
- /* View Type: Grid */
647
- .products-grid { position:relative; border-bottom: 1px solid #eee;}
648
- .products-grid.last { border-bottom:0; }
649
- .products-grid li.item { float:left; width:210px; padding:10px 10px 90px; margin-right: 6px;}
650
- .products-grid li.item.last {margin-right: 0; }
651
- .products-grid .product-image { display:block; width:210px; height:210px; border:1px solid #ddd; margin:0 0 10px; }
652
- .products-grid .product-name {margin:0 0 15px; font-size: 1.4em; }
653
- .products-grid .product-name a { color:#000; text-decoration:underline; }
654
- .products-grid .product-name a:hover { text-decoration:none; }
655
- .products-grid .price-box { margin:5px 0; }
656
- .products-grid .availability { line-height:21px; }
657
- .products-grid .actions { position:absolute; bottom:10px; }
658
- .products-grid .add-to-links{margin: 10px 0 0;}
659
- .products-grid .add-to-links li{display: inline; margin-right: 10px;}
660
-
661
- .col2-left-layout .products-grid,
662
- .col2-right-layout .products-grid {}
663
- .col1-layout .products-grid,
664
- .page-empty .products-grid { width:684px; margin:0 auto; }
665
-
666
- /* View Type: List */
667
- .products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
668
- .products-list li.item.last { border-bottom:0; }
669
- .products-list .product-shop { margin-left:230px; }
670
- .products-list .product-image { float:left; width:210px; height:210px; margin:0 0 10px; border:1px solid #ddd;}
671
- .products-list .product-name {margin:0 0 15px; font-size: 1.6em;}
672
- .products-list .product-name a { color:#000; text-decoration:underline; }
673
- .products-list .product-name a:hover { text-decoration:none; }
674
- .products-list .price-box {margin:4px 13px 0 0; }
675
- .products-list .availability {margin:3px 0 0; }
676
- .products-list .desc { clear:both; padding:6px 0 0; margin:15px 0; line-height:1.35; }
677
- .products-list .add-to-links { clear:both; margin: 8px 0 0;}
678
- .products-list .add-to-links li{display: inline; margin-right: 10px;}
679
- .products-list .add-to-links li a{font-size: 0.9em;}
680
- /* ======================================================================================= */
681
-
682
-
683
- /* Product View ========================================================================== */
684
- /* Rating */
685
- .no-rating { margin:0; }
686
-
687
- .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
688
- .ratings strong { float:left; margin:1px 3px 0 0; }
689
- .ratings .rating-links { margin:0; }
690
- .ratings .rating-links .separator { margin:0 2px; }
691
- .ratings dt {}
692
- .ratings dd {}
693
- .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
694
- .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
695
- .ratings .rating-box { float:left; margin-right:3px; }
696
- .ratings .amount {}
697
-
698
- .ratings-table th,
699
- .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
700
- .ratings-table th { font-weight:bold; padding-right:8px; }
701
-
702
- /* Availability */
703
- .availability { margin:0; }
704
- .availability span { font-weight:bold; }
705
- .availability.in-stock span {}
706
- .availability.out-of-stock span { color:#d83820; }
707
-
708
- .availability-only { margin:0 0 7px; }
709
- .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
710
- .availability-only .expanded { background-position:100% -15px; }
711
- .availability-only strong {}
712
-
713
- .availability-only-details { margin:0 0 7px; }
714
- .availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
715
- .availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
716
- .availability-only-details tr.odd td.last {}
717
-
718
- /* Email to a Friend */
719
- .email-friend {}
720
-
721
- /* Alerts */
722
- .alert-price {}
723
- .alert-stock {}
724
-
725
- /********** < Product Prices */
726
- .price { white-space:nowrap !important; }
727
-
728
- .price-box {}
729
- .price-box .price { font-weight:bold; }
730
-
731
- /* Regular price */
732
- .regular-price {}
733
- .regular-price .price { font-weight:bold; }
734
-
735
- /* Old price */
736
- .old-price {}
737
- .old-price .price-label { white-space:nowrap; }
738
- .old-price .price { font-weight:bold; text-decoration:line-through; }
739
-
740
- /* Special price */
741
- .special-price {}
742
- .special-price .price-label { font-weight:bold; white-space:nowrap; }
743
- .special-price .price { font-weight:bold; }
744
-
745
- /* Minimal price (as low as) */
746
- .minimal-price {}
747
- .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
748
-
749
- .minimal-price-link { display:block; }
750
- .minimal-price-link .label {}
751
- .minimal-price-link .price { font-weight:normal; }
752
-
753
- /* Excluding tax */
754
- .price-excluding-tax { display:block; }
755
- .price-excluding-tax .label { white-space:nowrap; }
756
- .price-excluding-tax .price { font-weight:normal; }
757
-
758
- /* Including tax */
759
- .price-including-tax { display:block; }
760
- .price-including-tax .label { white-space:nowrap; }
761
- .price-including-tax .price { font-weight:bold; }
762
-
763
- /* FPT */
764
- .weee { display:block; font-size:11px; color:#444; }
765
- .weee .price { font-size:11px; font-weight:normal; }
766
-
767
- /* Excl tax (for order tables) */
768
- .price-excl-tax { display:block; }
769
- .price-excl-tax .label { display:block; white-space:nowrap; }
770
- .price-excl-tax .price { display:block; }
771
-
772
- /* Incl tax (for order tables) */
773
- .price-incl-tax { display:block; }
774
- .price-incl-tax .label { display:block; white-space:nowrap; }
775
- .price-incl-tax .price { display:block; font-weight:bold; }
776
-
777
- /* Price range */
778
- .price-from {}
779
- .price-from .price-label { font-weight:bold; white-space:nowrap; }
780
-
781
- .price-to {}
782
- .price-to .price-label { font-weight:bold; white-space:nowrap; }
783
-
784
- /* Price notice next to the options */
785
- .price-notice { padding-left:10px; }
786
- .price-notice .price { font-weight:bold; }
787
-
788
- /* Price as configured */
789
- .price-as-configured {}
790
- .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
791
-
792
- .price-box-bundle {}
793
- /********** Product Prices > */
794
-
795
- /* Tier Prices */
796
- .tier-prices .price { font-weight:bold; }
797
- .tier-prices .benefit {}
798
-
799
- .tier-prices-grouped {}
800
-
801
- /* Add to Links */
802
- .add-to-links .separator { display:none; }
803
-
804
- /* Add to Cart */
805
- .add-to-cart label { float:left; margin-right:5px; }
806
- .add-to-cart .qty { float:left; }
807
- .add-to-cart button.button { float:left; margin-left:5px; }
808
- .add-to-cart .paypal-logo { clear:left; text-align:right; }
809
- .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
810
- .product-view .add-to-cart .paypal-logo { margin:0; }
811
-
812
- /* Add to Links + Add to Cart */
813
- .add-to-box {}
814
- .add-to-box .add-to-cart { float:left; }
815
- .add-to-box .or { float:left; margin:0 10px; }
816
- .add-to-box .add-to-links { float:left; }
817
-
818
-
819
- .product-view {}
820
-
821
- .product-essential {}
822
-
823
- .product-collateral .box-collateral { margin:0 0 15px; }
824
-
825
- /* Product Images */
826
- .product-view .product-img-box { float:left; width:267px; }
827
- .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
828
- .product-view .product-img-box .product-image { border:1px solid #ddd; }
829
- .product-view .product-img-box .product-image-zoom {position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
830
- .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move;}
831
- .product-view .product-img-box .zoom-notice { text-align:center; margin: 5px 0;}
832
- .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; }
833
- .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
834
- .product-view .product-img-box .zoom #track { position:relative; height:18px; }
835
- .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; }
836
- .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
837
- .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
838
- .product-view .product-img-box .more-views h2 {line-height: 1.00; font-size: 14px;}
839
- .product-view .product-img-box .more-views ul { margin-left:-4px }
840
- .product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
841
- .product-view .product-img-box .more-views li:hover {background: #ffba00;}
842
-
843
- .product-image-popup { margin:0 auto; }
844
- .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
845
- .product-image-popup .nav { margin:0 100px; text-align:center; }
846
- .product-image-popup .image { display:block; }
847
- .product-image-popup .image-label {}
848
-
849
- /* Product Shop */
850
- /* Product Shop */
851
- .product-view .product-shop { float:right; width:425px; }
852
- .col1-layout .product-view .product-shop { float:right; width:576px; }
853
- .col3-layout .product-view .product-shop { float:none; width:auto; }
854
- .product-view .product-shop .product-name { margin:0 0 5px; }
855
- .product-view .product-shop .product-name h1 { font:bold 18px/1.25 Arial, Helvetica, sans-serif; }
856
- .product-view .product-shop .availability { margin:10px 0; }
857
- .product-view .product-shop .short-description {margin:10px 0; }
858
- .product-view .product-shop .short-description h2{display: none;}
859
- .product-view .product-shop .price-box { margin:10px 0; }
860
- .product-view .product-shop .add-to-links { margin:0; }
861
- .product-view .product-shop .add-to-links { text-align:right; }
862
- .product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
863
- .product-view .product-shop .add-to-links li .separator { display:none !important; }
864
- .product-view .product-shop .product-options-bottom .paypal-logo { float:left; }
865
-
866
- /* Product Options */
867
- .product-options { margin:20px 0 0; padding:0 15px 10px; background-color:#f6f6f6; border:1px solid #ddd; }
868
- .product-options dt { padding:10px 0 0; font-weight:normal; }
869
- .product-options dt label { font-weight:bold; }
870
- .product-options dt label.required em { color:#eb340a; margin-right:5px; }
871
- .product-options dt .qty-holder { float:right; margin-right:15px; }
872
- .product-options dt .qty-holder label { vertical-align:middle; }
873
- .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#444; }
874
- .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
875
- .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
876
- .product-options dd input.input-text { width:98%; }
877
- .product-options dd input.datetime-picker { width:150px; }
878
- .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
879
- .product-options dd textarea { width:98%; height:8em; }
880
- .product-options dd select { width:99%; }
881
- .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
882
- .product-options ul.options-list { margin-right:5px; }
883
- .product-options ul.options-list li { padding:2px 0; }
884
- .product-options ul.options-list input.radio { float:left; margin-top:3px; }
885
- .product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
886
- .product-options ul.options-list .label { display:block; margin-left:18px; }
887
- .product-options ul.options-list label { font-weight:normal; }
888
- .product-options ul.validation-failed { padding:0 7px; }
889
- .product-options p.required { margin-bottom:0; padding:15px 0 0; }
890
-
891
- .product-options-bottom {padding:15px 5px; }
892
- .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
893
- .product-options-bottom .price-box { float:left; margin:0; }
894
- .product-options-bottom .price-label { float:left; padding-right:5px; }
895
- .product-options-bottom .price-tax { float:left; }
896
- .product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
897
-
898
- .product-shop .product-options-bottom .price-box { float:none; margin:0; }
899
- .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
900
- .product-shop .product-options-bottom .price-tax { float:none; }
901
- .product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }
902
-
903
- /* Grouped Product */
904
- .product-view .grouped-items-table {margin: 0 0 1em;}
905
-
906
- /* Block: Description */
907
- .product-view .box-description {}
908
-
909
- /* Block: Additional */
910
- .product-view .box-additional {}
911
-
912
- /* Block: Upsell */
913
- .product-view .box-up-sell {}
914
- .product-view .box-up-sell .products-grid td { width:25%; }
915
- .product-view .box-up-sell .products-grid td .product-image{width: 125px; height: 125px;}
916
- .product-view .box-up-sell .products-grid td .product-name{font-size: 1.1em;}
917
-
918
- /* Block: Tags */
919
- .product-view .box-tags {}
920
- .product-view .box-tags .form-add label { float:left; }
921
- .product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
922
- .product-view .box-tags .form-add input.input-text { width:254px; }
923
- .product-view .box-tags .form-add p { clear:both; }
924
-
925
- /* Block: Reviews */
926
- .product-view .box-reviews {}
927
- .product-view .box-reviews .form-add {}
928
-
929
- /* Send a Friend */
930
- .send-friend {}
931
-
932
- /* Product Tabs */
933
- .product-tabs { margin:15px 0; border-bottom:1px solid #666;}
934
- .product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; line-height:1em; background: #eee;}
935
- .product-tabs li.first { border-left:0; }
936
- .product-tabs li.last { border-right:0; }
937
- .product-tabs a { display:block; padding:6px 15px; color:#444; }
938
- .product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
939
- .product-tabs li.active a,
940
- .product-tabs li.active a:hover { background-color:#000; font-weight:bold; color:#fff; }
941
- .product-tabs-content{margin: 0 0 15px;}
942
- .product-tabs-content h2 { display:none;}
943
- /* ======================================================================================= */
944
-
945
-
946
- /* Content Styles ================================================================= */
947
- .product-name { font-size:1em; font-weight:normal; }
948
- .product-name a {}
949
-
950
- /* Product Tags */
951
- .tags-list li { display:inline; }
952
-
953
- /* Advanced Search */
954
- .advanced-search {}
955
- .advanced-search-amount {}
956
- .advanced-search-summary {}
957
-
958
- /* CMS Home Page */
959
- .cms-home .subtitle {}
960
- .cms-index-index .subtitle {}
961
-
962
- /* Sitemap */
963
- .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
964
- .page-sitemap .links a { text-decoration:none; position:relative; }
965
- .page-sitemap .links a:hover { text-decoration:underline; }
966
- .page-sitemap .sitemap { margin:12px; }
967
- .page-sitemap .sitemap a {}
968
- .page-sitemap .sitemap li { margin:3px 0; }
969
- .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
970
- .page-sitemap .sitemap li.level-0 a {}
971
-
972
- /* RSS */
973
- .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
974
- .rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
975
- /* ======================================================================================= */
976
-
977
-
978
- /* Shopping Cart ========================================================================= */
979
- .cart .page-title {}
980
-
981
- /* Checkout Types */
982
- .cart .page-title .checkout-types {}
983
- .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
984
- .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
985
-
986
- /* Shopping Cart Table */
987
- .cart-table th { padding:2px 10px; }
988
- .cart-table td { padding:10px; }
989
- .cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#444; }
990
- .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
991
- .cart-table tfoot td { padding:5px 10px; }
992
-
993
- .cart-table .btn-continue { float:left; }
994
- .cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; text-transform:none; text-decoration:underline; border: 0;}
995
- .cart-table .btn-continue:hover span { text-decoration:none; background: none;}
996
-
997
- /* Shopping Cart Collateral boxes */
998
- .cart .cart-collaterals { padding:25px 0 0; }
999
- .cart .cart-collaterals .col2-set { float:left; width:680px; }
1000
-
1001
- .cart .crosssell { border:1px solid #ddd; background:#f7f7f7; padding:10px; }
1002
- .cart .crosssell h2 { font-size:12px; font-weight:bold; }
1003
- .cart .crosssell .product-image { float:left; width:75px; height:75px; }
1004
- .cart .crosssell .product-details { margin-left:95px; }
1005
- .cart .crosssell .product-name { font-weight:bold; }
1006
- .cart .crosssell .button {margin: 0.5em 0;}
1007
- .cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
1008
- .cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
1009
- .cart .crosssell .link-compare { font-weight:normal; }
1010
- .cart .no-crosssell { width:100%; overflow:hidden; }
1011
- .cart .no-crosssell img { display:block; margin:0 0 10px; }
1012
-
1013
- /* Discount Codes & Estimate Shipping and Tax Boxes */
1014
- .cart .discount,
1015
- .cart .shipping { border: 1px solid #ddd; padding:10px; margin: 0 0 10px;}
1016
- .cart .discount h2,
1017
- .cart .shipping h2 { font:normal 14px/16px Arial, Helvetica, sans-serif;}
1018
- .cart .discount .discount-form,
1019
- .cart .shipping .shipping-form {}
1020
- .cart .discount .buttons-set,
1021
- .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
1022
-
1023
- .cart .discount { }
1024
- .cart .discount label { font-weight:bold; color:#555; }
1025
- .cart .discount .input-box { width:270px; }
1026
- .cart .discount input.input-text { width:290px; }
1027
-
1028
- .cart .shipping p { margin:0 0 3px; }
1029
- .cart .shipping .sp-methods { margin:10px 0 0; padding:6px 0 0; border-top:1px solid #c0d2af; }
1030
- .cart .shipping .form-list .input-box { width:270px; }
1031
- .cart .shipping .form-list input.input-text { width:290px; }
1032
- .cart .shipping .form-list select { width:270px; }
1033
-
1034
- /* Shopping Cart Totals */
1035
- .cart .totals { float:right; background: #e6f7d7; padding:12px; border: 1px solid #ddd;}
1036
- .cart .totals table { width:200px; margin:0 0 8px; }
1037
- .cart .totals td { padding:0 0 0 15px; }
1038
- .cart .totals tr.last td {}
1039
- .cart .totals tfoot td {}
1040
- .cart .totals tfoot th strong,
1041
- .cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#e02f00; }
1042
- .cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
1043
- .cart .totals .checkout-types li { clear:both; margin:0 0 5px; }
1044
-
1045
- /* Options Tool Tip */
1046
- .item-options dt { font-weight:bold; font-style:italic; }
1047
- .item-options dd { padding-left:10px; }
1048
- .truncated { cursor:help; }
1049
- .truncated a.dots { cursor:help; text-decoration:none !important; }
1050
- .truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
1051
- .truncated .truncated_full_value { position:relative; z-index:999; }
1052
- .truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
1053
- .truncated .truncated_full_value dt { margin-top:0; }
1054
- .truncated .show dl { top:-20px; left:50%; }
1055
- .col-left .truncated .show dl { left:30px; top:10px; }
1056
- .col-right .truncated .show dl { left:-240px; top:10px; }
1057
- /* ======================================================================================= */
1058
-
1059
-
1060
- /* Checkout ============================================================================== */
1061
- /********** < Common Checkout Styles */
1062
- /* Shipping and Payment methods */
1063
- .sp-methods dt { font-weight:bold; }
1064
- .sp-methods .price { font-weight:bold; }
1065
- .sp-methods .form-list { padding-left:20px; }
1066
- .sp-methods select.month { width:150px; margin-right:10px; }
1067
- .sp-methods select.year { width:96px; }
1068
- .sp-methods input.cvv { width:3em !important; }
1069
-
1070
- .sp-methods .checkmo-list li { margin:0 0 5px; }
1071
- .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1072
- .sp-methods .checkmo-list address { float:left; }
1073
-
1074
- .sp-methods .centinel-logos a { margin-right:3px; }
1075
- .sp-methods .centinel-logos img { vertical-align:middle; }
1076
-
1077
- .please-wait { float:right; margin-right:5px; }
1078
- .please-wait img { vertical-align:middle; }
1079
- .cvv-what-is-this { cursor:help; margin-left:5px; }
1080
-
1081
- /* Tooltip */
1082
- .tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
1083
- .tool-tip .btn-close { text-align:right; }
1084
- .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; }
1085
- .tool-tip .tool-tip-content { padding:5px; }
1086
-
1087
- /* Gift Messages */
1088
- .gift-messages {}
1089
- .gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
1090
- .gift-messages-form { position:relative; }
1091
- .gift-messages-form label { float:none !important; position:static !important; }
1092
- .gift-messages-form h4 {}
1093
- .gift-messages-form .whole-order {}
1094
- .gift-messages-form .item { margin:0 0 10px; }
1095
- .gift-messages-form .item .product-img-box { float:left; width:75px; }
1096
- .gift-messages-form .item .product-image { margin:0 0 7px; }
1097
- .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
1098
- .gift-messages-form .item .details { margin-left:90px; }
1099
- .gift-messages-form .item .details .product-name {}
1100
-
1101
- .gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
1102
- .gift-message-link.expanded { background-position:0 -53px; }
1103
- .gift-message-row {}
1104
- .gift-message-row .btn-close { float:right; }
1105
- .gift-message dt strong { font-weight:bold; }
1106
-
1107
- /* Checkout Agreements */
1108
- .checkout-agreements {}
1109
- .checkout-agreements li { margin:10px 0; }
1110
- .checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
1111
- .checkout-agreements .agree { padding:6px; }
1112
-
1113
- /* Centinel */
1114
- .centinel {}
1115
- .centinel .authentication { border:1px solid #ddd; background:#fff; }
1116
- .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1117
-
1118
- /* Generic Info Set */
1119
- .info-set {}
1120
- /********** Common Checkout Styles > */
1121
-
1122
- /* One Page Checkout */
1123
- .block-progress {}
1124
- .block-progress dt { font-weight:bold; }
1125
- .block-progress dt.complete,
1126
- .block-progress dd.complete {margin: 0 0 10px;}
1127
-
1128
- .opc { border-bottom:1px solid #ddd; position:relative; }
1129
- .opc li.section { border:1px solid #ddd; border-bottom:0; }
1130
-
1131
- .opc .buttons-set.disabled button.button { display:none; }
1132
- .opc .buttons-set .please-wait { height:21px; line-height:21px; }
1133
-
1134
- .opc .step-title { background-color:#f6f6f6; padding: 5px; text-align:right; }
1135
- .opc .step-title .number {line-height: 22px; float:left; margin-right:10px; padding: 0 5px;}
1136
- .opc .step-title h2 { float:left; font-size: 1.4em; font-weight: normal; margin: 0;}
1137
- .opc .step-title a { display:none; float:right; }
1138
-
1139
- .opc .allow .step-title { cursor:pointer; }
1140
- /*.opc .allow .step-title a { display:block; }*/
1141
-
1142
- .opc .active {}
1143
- .opc .active .step-title { background: url(../images/bg-carbon.gif) 0 0 #000; cursor:default; color: #fff;}
1144
- /*.opc .active .step-title a { display:none; }*/
1145
-
1146
- .opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
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 .welcome-msg { margin:0 8em 1.5em 0; }
1178
- .dashboard .welcome-msg p { margin:0; }
1179
- .dashboard .col2-set { margin:0 0 15px; }
1180
-
1181
- /* General Box */
1182
- .box-account { margin:0 0 15px; }
1183
- .box-account .box-head { margin:0 0 5px; text-align:right; }
1184
- .box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight:bold; }
1185
- .box-account .box-head a { font-size:10px; text-transform:uppercase; }
1186
-
1187
- .box .box-title { background:#f1f1f1; padding:2px 10px; margin:12px 0 8px; text-align: right;}
1188
-
1189
- .box .box-title h2,
1190
- .box .box-title h3,
1191
- .box .box-title h4 {margin:0; font-size:12px; font-weight:bold; line-height:1.35; text-align: left;text-transform:uppercase; }
1192
- .box .box-title a {font-size: 10px;}
1193
- .box .box-content { padding:0 10px; }
1194
-
1195
- /* Block: Recent Orders */
1196
- .dashboard .box-recent { margin:10px 0; }
1197
-
1198
- /* Block: Account Information */
1199
- .dashboard .box-info {}
1200
-
1201
- /* Block: Reviews */
1202
- .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; }
1203
- .dashboard .box-reviews .details { margin-left:20px; }
1204
-
1205
- /* Block: Tags */
1206
- .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; }
1207
- .dashboard .box-tags .details { margin-left:20px; }
1208
- /********** Dashboard > */
1209
-
1210
- /* Address Book */
1211
- .addresses-list {}
1212
- .addresses-list-additional li.item {}
1213
-
1214
- /* Order View */
1215
- .order-info { border:1px solid #ddd; padding:5px; }
1216
- .order-info dt,
1217
- .order-info dd,
1218
- .order-info ul,
1219
- .order-info li { display:inline; }
1220
- .order-info dt { font-weight:bold; }
1221
-
1222
- .order-date { margin:10px 0; }
1223
-
1224
- .order-info-box {}
1225
-
1226
- .order-items { width:100%; overflow-x:auto; }
1227
-
1228
- .order-additional { margin:15px 0; }
1229
- /* Order Gift Message */
1230
- .gift-message dt strong { color:#666; }
1231
- .gift-message dd { font-size:13px; margin:5px 0 0; }
1232
- /* Order Comments */
1233
- .order-about dt { font-weight:bold; }
1234
- .order-about dd { font-size:13px; margin:0 0 7px; }
1235
-
1236
- .tracking-table { margin:0 0 15px; }
1237
- .tracking-table th { font-weight:bold; white-space:nowrap; }
1238
-
1239
- .tracking-table-popup { width:100%; }
1240
- .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1241
- .tracking-table-popup th,
1242
- .tracking-table-popup td { padding:1px 8px; }
1243
-
1244
- /* Order Print Pages */
1245
- .page-print .print-head {}
1246
- .page-print .print-head img { float:left; }
1247
- .page-print .print-head address { float:left; margin-left:15px; }
1248
- /* Price Rewrites */
1249
- .page-print .gift-message-link { display:none; }
1250
- .page-print .price-excl-tax,
1251
- .page-print .price-incl-tax { display:block; white-space:nowrap; }
1252
- .page-print .cart-price,
1253
- .page-print .price-excl-tax .label,
1254
- .page-print .price-incl-tax .label,
1255
- .page-print .price-excl-tax .price,
1256
- .page-print .price-incl-tax .price { display:inline; }
1257
-
1258
- /* My Reviews */
1259
- .product-review .product-img-box { float:left; width:140px; }
1260
- .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
1261
- .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
1262
- .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1263
- .product-review .product-details { margin-left:150px; }
1264
- .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
1265
- .product-review h3 {}
1266
- .product-review .ratings-table { margin:0 0 10px; }
1267
- .product-review dt { font-weight:bold; }
1268
- .product-review dd { font-size:13px; margin:5px 0 0; }
1269
- /* ======================================================================================= */
1270
-
1271
-
1272
- /* Footer ================================================================================ */
1273
- .footer {padding:20px 10px 10px; width: 940px; margin: 0 auto;}
1274
- .footer p { text-align:right; }
1275
- .footer address { text-align:right; }
1276
- .footer ul {}
1277
- .footer ul li { display:inline; margin-right: 10px;}
1278
- .footer ul li a{color: #fff; font-weight: bold;}
1279
-
1280
- .footer .form-subscribe { margin:20px 0 0; background: #222; border: 1px solid #333; padding: 5px; width: 331px; float: left;}
1281
- .footer .form-subscribe label,
1282
- .footer .form-subscribe .input-box,
1283
- .footer .form-subscribe button.button { float:left; }
1284
- .footer .form-subscribe label { padding:5px 10px 5px 0; font-weight:bold; color:#eee;}
1285
- .footer .form-subscribe .input-box { width:156px;}
1286
- .footer .form-subscribe input.input-text { width:150px; }
1287
-
1288
- .footer .footer-left{float: left; width: 50%;}
1289
- .footer .footer-right{float: right; width: 50%;}
1290
- .footer .footer-right .zero1 a strong {position: absolute;top: -999em;left: -999em;width: 0;height: 0;font-size: 0;line-height: 0;text-indent: -999em;overflow: hidden;}
1291
-
1292
-
1293
- .footer-container { padding:0;position:absolute; left:0; bottom:0; width:100%; height:200px; background: #000; border-top: 2px solid #555;}
1294
- .bottom-container { text-align:center; }
1295
- /* ======================================================================================= */
1296
-
1297
-
1298
- /* Clears ================================================================================ */
1299
- .clearer:after,
1300
- .header-container:after,
1301
- .header-container .top-container:after,
1302
- .header:after,
1303
- .header .quick-access:after,
1304
- .top:after,
1305
- #nav:after,
1306
- .main:after,
1307
- .footer:after,
1308
- .footer-container .bottom-container:after,
1309
- .col-main:after,
1310
- .col2-set:after,
1311
- .col3-set:after,
1312
- .col4-set:after,
1313
- .search-autocomplete li:after,
1314
- .block .block-content:after,
1315
- .block .actions:after,
1316
- .block li.item:after,
1317
- .block-poll li:after,
1318
- .block-layered-nav .currently li:after,
1319
- .page-title:after,
1320
- .products-grid:after,
1321
- .products-list li.item:after,
1322
- .box-account .box-head:after,
1323
- .dashboard .box .box-title:after,
1324
- .box-reviews li.item:after,
1325
- .box-tags li.item:after,
1326
- .pager:after,
1327
- .sorter:after,
1328
- .ratings:after,
1329
- .add-to-box:after,
1330
- .add-to-cart:after,
1331
- .product-essential:after,
1332
- .product-collateral:after,
1333
- .product-view .product-img-box .more-views ul:after,
1334
- .product-view .product-shop .short-description:after,
1335
- .product-view .box-description:after,
1336
- .product-view .box-tags .form-add:after,
1337
- .product-options .options-list li:after,
1338
- .product-options-bottom:after,
1339
- .product-review:after,
1340
- .cart:after,
1341
- .cart-collaterals:after,
1342
- .cart .crosssell li.item:after,
1343
- .opc .step-title:after,
1344
- .checkout-progress:after,
1345
- .multiple-checkout .place-order:after,
1346
- .group-select li:after,
1347
- .form-list li:after,
1348
- .form-list .field:after,
1349
- .buttons-set:after,
1350
- .page-print .print-head:after,
1351
- .advanced-search-summary:after,
1352
- .gift-messages-form .item:after,
1353
- .product-tabs:after,
1354
- .best-sellers:after,
1355
- .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1356
- /* ======================================================================================= */
1357
- /* Home Page */
1358
- .home-banners p{margin-bottom: 10px;}
1359
- .home-best-sellers{margin: 30px 0 0;}
1360
  .home-best-sellers h3{text-transform: uppercase; color: #000;}
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
+ html,body { margin:0; padding:0; height:100%; }
29
+ body { background: url(../images/bg-body.gif) 0 0 repeat-x #c2c2c2; background-attachment: fixed; font:12px/1.55 arial, helvetica, sans-serif; color:#444; text-align:left;}
30
+
31
+ img { border:0; vertical-align:top; }
32
+
33
+ a { color:#666; text-decoration:none; }
34
+ a:hover { text-decoration:underline; }
35
+ :focus { outline:0; }
36
+
37
+ /* Headings */
38
+ h1 { font-size:2em; font-weight:normal; line-height:1.35; }
39
+ h2 { font-size:1.5em; line-height:1.25; margin-bottom:.65em; }
40
+ h3 { font-size:1.35em; line-height:1.25; margin-bottom:.65em; }
41
+ h4 { font-size:1.05em; line-height:1.35; margin-bottom:.65em; }
42
+ h5 { font-size:1.05em; line-height:1.35; margin-bottom:.65em; }
43
+ h6 { font-size:1em; line-height:1.35; margin-bottom:1em; }
44
+
45
+ /* Forms */
46
+ form { display:inline; }
47
+ fieldset { border:0; }
48
+ legend { display:none; }
49
+
50
+ /* Table */
51
+ table { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
52
+ caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
53
+
54
+ /* Content */
55
+ strong { font-weight:bold; }
56
+ address { font-style:normal; }
57
+ cite { font-style:normal; }
58
+ q,
59
+ blockquote { quotes:none; }
60
+ q:before,
61
+ q:after { content:''; }
62
+ small,big { font-size:1em; }
63
+ sup { font-size:1em; vertical-align:top; }
64
+
65
+ /* Lists */
66
+ ul,ol { list-style:none; }
67
+
68
+ /* Tools */
69
+ .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; }
70
+ .nobr { white-space:nowrap !important; }
71
+ .wrap { white-space:normal !important; }
72
+ .a-left { text-align:left !important; }
73
+ .a-center { text-align:center !important; }
74
+ .a-right { text-align:right !important; }
75
+ .v-top { vertical-align:top; }
76
+ .v-middle { vertical-align:middle; }
77
+ .f-left,
78
+ .left { float:left !important; }
79
+ .f-right,
80
+ .right { float:right !important; }
81
+ .f-none { float:none !important; }
82
+ .f-fix { float:left; width:100%; }
83
+ .no-display { display:none; }
84
+ .no-margin { margin:0 !important; }
85
+ .no-padding { padding:0 !important; }
86
+ .no-bg { background:none !important; }
87
+ /* ======================================================================================= */
88
+
89
+
90
+ /* Layout ================================================================================ */
91
+ .wrapper { min-height:100%; position:relative; _height:100% /* _height = for ie */ }
92
+ .page { }
93
+ .page-print { background:#fff; padding:20px; text-align:left; }
94
+ .page-empty { background:#fff; padding:20px; text-align:left; }
95
+ .page-popup { padding:20px; text-align:left; background: #fff;}
96
+ .main-container {width:960px; margin:0 auto; text-align:left; background: #fff;padding-bottom:200px; height:100%; }
97
+ .main {padding: 15px 0;}
98
+
99
+ .page-popup .buttons-set{margin: 0;}
100
+
101
+ /* Base Columns */
102
+ .col-left { float:left; width:200px; padding:10px 0 0 10px; }
103
+ .col-main { float:left; width:710px; padding:10px 20px; }
104
+ .col-right { float:right; width:200px; padding:10px 10px 0 0;}
105
+
106
+ /* 1 Column Layout */
107
+ .col1-layout .col-main { float:none; width:auto; }
108
+
109
+ /* 2 Columns Layout */
110
+ .col2-left-layout .col-main { float:right; }
111
+ .col2-right-layout .col-main {}
112
+
113
+ /* 3 Columns Layout */
114
+ .col3-layout .col-main { width:490px; }
115
+ .col3-layout .col-wrapper { float:left; width:730px; }
116
+ .col3-layout .col-wrapper .col-main { float:right; }
117
+
118
+ /* Content Columns */
119
+ .col2-set .col-1 { float:left; width:49%; }
120
+ .col2-set .col-2 { float:right; width:49%; }
121
+ .col2-set .col-narrow { width:33%; }
122
+ .col2-set .col-wide { width:65%; }
123
+
124
+ .col3-set .col-1 { float:left; width:32%; }
125
+ .col3-set .col-2 { float:left; width:32%; margin-left:2%; }
126
+ .col3-set .col-3 { float:right; width:32%; }
127
+
128
+ .col4-set .col-1 { float:left; width:23.5%; }
129
+ .col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
130
+ .col4-set .col-3 { float:left; width:23.5%; }
131
+ .col4-set .col-4 { float:right; width:23.5%; }
132
+ /* ======================================================================================= */
133
+
134
+
135
+ /* Global Styles ========================================================================= */
136
+ /* Form Elements */
137
+ input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
138
+ input.input-text,select,textarea { background: url(../images/bg-input.gif) 0 0 repeat-x #fff; border:1px solid #ddd; }
139
+ input.input-text,textarea { padding:5px 8px; height: 17px;}
140
+ select { padding:1px; }
141
+ select option { padding-right:10px; }
142
+ select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
143
+ select.multiselect option:last-child { border-bottom:0; }
144
+ textarea { overflow:auto; }
145
+ input.radio { margin-right:3px; }
146
+ input.checkbox { margin-right:3px; }
147
+ input.qty { width:2.5em !important; }
148
+ button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
149
+ button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
150
+ button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
151
+ button.button span { float:left; height:27px; background: url(../images/bg-grey.gif) bottom left repeat-x #eeeeee; padding:0 5px; font:bold 11px/27px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#555; border: 1px solid #ccc;}
152
+ button.button span span {border: 0; padding: 0;}
153
+
154
+ button.button:hover span{background: #ddd; color: #333;}
155
+
156
+ button.disabled {}
157
+ button.disabled span {}
158
+
159
+ .block-cart button.button span span{border: 0;}
160
+
161
+ button.btn-cart span,
162
+ .block-cart button.button span,
163
+ button.btn-checkout span {background: url(../images/bg-yellow.gif) bottom left repeat-x #ffba00; color: #333; padding: 0 10px;border: 1px solid #e6a801;}
164
+
165
+ button.btn-cart:hover span,
166
+ .block-cart button.button:hover span,
167
+ button.btn-checkout:hover span{background: #ffba00;}
168
+
169
+ button.btn-checkout.no-checkout {}
170
+
171
+ p.control input.checkbox,
172
+ p.control input.radio { margin-right:6px; }
173
+ /* Form Highlight */
174
+ /*input.input-text:focus,select:focus,textarea:focus {}*/
175
+ /*.highlight { background:#efefef; }*/
176
+
177
+ /* Form lists */
178
+ /* Grouped fields */
179
+ /*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
180
+ .form-list li { margin:0 0 8px; }
181
+ .form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
182
+ .form-list label.required {}
183
+ .form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
184
+ .form-list li.control label { float:none; }
185
+ .form-list li.control input.radio,
186
+ .form-list li.control input.checkbox { margin-right:6px; }
187
+ .form-list li.control .input-box { clear:none; display:inline; width:auto; }
188
+ /*.form-list li.fields { margin-right:-15px; }*/
189
+ .form-list .input-box { display:block; clear:both; width:260px; }
190
+ .form-list .field { float:left; width:275px; }
191
+ .form-list input.input-text { width:254px; }
192
+ .form-list textarea { width:254px; height:10em; }
193
+ .form-list select { width:260px; }
194
+ .form-list li.wide .input-box { width:535px; }
195
+ .form-list li.wide input.input-text { width:529px; }
196
+ .form-list li.wide textarea { width:529px; }
197
+ .form-list li.wide select { width:535px; }
198
+ .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
199
+ .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
200
+ .form-list .input-range input.input-text { width:74px; }
201
+ /* Customer */
202
+ .form-list .customer-name-prefix .input-box,
203
+ .form-list .customer-name-suffix .input-box,
204
+ .form-list .customer-name-prefix-suffix .input-box,
205
+ .form-list .customer-name-prefix-middlename .input-box,
206
+ .form-list .customer-name-middlename-suffix .input-box,
207
+ .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
208
+
209
+ .form-list .name-prefix { width:65px; }
210
+ .form-list .name-prefix select { width:55px; }
211
+ .form-list .name-prefix input.input-text { width:49px; }
212
+
213
+ .form-list .name-suffix { width:65px; }
214
+ .form-list .name-suffix select { width:55px; }
215
+ .form-list .name-suffix input.input-text { width:49px; }
216
+
217
+ .form-list .name-middlename { width:70px; }
218
+ .form-list .name-middlename input.input-text { width:49px; }
219
+
220
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname,
221
+ .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
222
+ .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
223
+ .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
224
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
225
+ .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
226
+
227
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
228
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
229
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
230
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
231
+
232
+ .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
233
+ .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
234
+ .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
235
+ .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
236
+
237
+ .form-list .customer-name-prefix .name-firstname,
238
+ .form-list .customer-name-middlename .name-firstname { width:210px; }
239
+
240
+ .form-list .customer-name-suffix .name-lastname,
241
+ .form-list .customer-name-middlename .name-firstname,
242
+ .form-list .customer-name-middlename-suffix .name-firstname,
243
+ .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
244
+
245
+ .form-list .customer-name-prefix .name-firstname input.input-text,
246
+ .form-list .customer-name-suffix .name-lastname input.input-text,
247
+ .form-list .customer-name-middlename .name-firstname input.input-text,
248
+ .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
249
+ .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
250
+
251
+ .form-list .customer-dob .dob-month,
252
+ .form-list .customer-dob .dob-day,
253
+ .form-list .customer-dob .dob-year { float:left; width:85px; }
254
+ .form-list .customer-dob input.input-text { display:block; width:74px; }
255
+ .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
256
+ .form-list .customer-dob .dob-day,
257
+ .form-list .customer-dob .dob-month { width:60px; }
258
+ .form-list .customer-dob .dob-day input.input-text,
259
+ .form-list .customer-dob .dob-month input.input-text { width:46px; }
260
+ .form-list .customer-dob .dob-year { width:140px; }
261
+ .form-list .customer-dob .dob-year input.input-text { width:134px; }
262
+
263
+ .buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
264
+ .buttons-set p.required { margin:0 0 10px; }
265
+ .buttons-set .back-link { float:left; margin:0; }
266
+ .buttons-set button.button { float:right; margin-left:5px; }
267
+
268
+ .buttons-set-order { margin:10px 0 0; }
269
+ .buttons-set-order .please-wait { padding:5px 7px 0 0; }
270
+
271
+ .fieldset { margin:0 10px 25px; }
272
+ .fieldset .legend { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }
273
+
274
+ /* Form Validation */
275
+ .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; }
276
+ .validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
277
+ .validation-passed {}
278
+ p.required { font-size:10px; text-align:right; color:#f00; }
279
+ /* Expiration date and CVV number validation fix */
280
+ .v-fix { float:left; }
281
+ .v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
282
+
283
+ /* Global Messages */
284
+ .success { color:#3d6611; font-weight:bold; }
285
+ .error { color:#f00; font-weight:bold; }
286
+ .notice { color:#ccc; }
287
+
288
+ .messages,
289
+ .messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
290
+ .messages { width:100%; overflow:hidden; }
291
+ .messages li { margin:0 0 10px; }
292
+ .messages li li { margin:0 0 3px; }
293
+ .error-msg,
294
+ .success-msg,
295
+ .note-msg,
296
+ .notice-msg { border-style:dashed !important; border-width:1px !important; background-position:10px 50% !important; background-repeat:no-repeat !important; min-height:24px !important; padding-left: 32px !important; font-size:12px !important; font-weight:bold !important; line-height: 42px !important;}
297
+ .error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
298
+ .success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
299
+ .note-msg,
300
+ .notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/warning.png);}
301
+
302
+ /* BreadCrumbs */
303
+ .breadcrumbs { padding: 5px 10px 10px; margin:0 auto 10px; border-bottom:1px solid #ddd; width: 920px;}
304
+ .breadcrumbs li { display:inline; }
305
+
306
+ /* Page Heading */
307
+ .page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
308
+ .page-title h1,
309
+ .page-title h2 {color:#000; text-transform: uppercase; font-weight: 900; text-shadow: 0px 1px 0px #666666;}
310
+ .page-title .separator { margin:0 3px; }
311
+ .page-title .link-rss { float:right; }
312
+ .title-buttons { text-align:right; }
313
+ .title-buttons h1,
314
+ .title-buttons h2,
315
+ .title-buttons h3,
316
+ .title-buttons h4,
317
+ .title-buttons h5,
318
+ .title-buttons h6 { float:left; }
319
+
320
+ .subtitle,
321
+ .sub-title { clear:both; }
322
+
323
+ /* Pager */
324
+ .pager { font-size:11px; background:#fff; padding:4px 8px; border-top:1px solid #ddd; text-align:center; }
325
+ .pager .amount { float:left; margin:0; }
326
+ .pager .limiter { float:right; }
327
+ .pager .limiter label { vertical-align:middle; }
328
+ .pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
329
+ .pager .pages { margin:0 140px; }
330
+ .pager .pages ol { display:inline; }
331
+ .pager .pages li { display:inline; margin:0 2px; }
332
+ .pager .pages .current {}
333
+
334
+ /* Sorter */
335
+ .sorter { font-size:11px; padding:3px 8px; border-top:1px solid #ddd; }
336
+ .sorter .view-mode { float:left; margin:0; }
337
+ .sorter .sort-by { float:right; padding-right:36px; }
338
+ .sorter .sort-by label { vertical-align:middle; }
339
+ .sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
340
+ .sorter .link-feed {}
341
+
342
+ /* Toolbar */
343
+ .toolbar {}
344
+ .toolbar .pager { padding:3px 8px; }
345
+ .toolbar .sorter {}
346
+ .toolbar-bottom {}
347
+ /* Data Table */
348
+ .data-table { width:100%; }
349
+ .data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
350
+ .data-table td { padding:5px; border:1px solid #ddd; }
351
+ .data-table thead { background-color:#f2f2f2; }
352
+ .data-table tbody {}
353
+ .data-table tfoot {}
354
+ .data-table tr.first {}
355
+ .data-table tr.last {}
356
+ .data-table tr.odd {}
357
+ .data-table tr.even { background-color:#f6f6f6; }
358
+ .data-table tbody.odd {}
359
+ .data-table tbody.odd td { border-width:0 1px; }
360
+ .data-table tbody.even { background-color:#f6f6f6; }
361
+ .data-table tbody.even td { border-width:0 1px; }
362
+ .data-table tbody.odd tr.border td,
363
+ .data-table tbody.even tr.border td { border-bottom-width:1px; }
364
+ .data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
365
+ .data-table td.label,
366
+ .data-table th.label { font-weight:bold; background-color:#f6f6f6; }
367
+ .data-table td.value {}
368
+
369
+ /* Shopping cart total summary row expandable to details */
370
+ tr.summary-total { cursor:pointer; }
371
+ tr.summary-total td {}
372
+ 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; }
373
+ tr.show-details .summary-collapse { background-position:0 -53px; }
374
+ tr.show-details td {}
375
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
376
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
377
+ tr.summary-details-excluded { font-style:italic; }
378
+
379
+ /* Shopping cart tax info */
380
+ .cart-tax-info { display:block; }
381
+ .cart-tax-info,
382
+ .cart-tax-info .cart-price { padding-right:20px; }
383
+ .cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
384
+ .cart-tax-info .price,
385
+ .cart-tax-total .price { display:inline !important; font-weight:normal !important; }
386
+ .cart-tax-total-expanded { background-position:100% -53px; }
387
+
388
+ /* Class: std - styles for admin-controlled content */
389
+ .std .subtitle { padding:0; }
390
+ .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
391
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
392
+ .std dl dt { font-weight:bold; }
393
+ .std dl dd { margin:0 0 10px; }
394
+ /*.std ul,
395
+ .std ol,
396
+ .std dl,
397
+ .std p,
398
+ .std address,
399
+ .std blockquote { margin:0 0 1em; padding:0; }
400
+ .std ul { list-style:disc outside; padding-left:1.5em; }
401
+ .std ol { list-style:decimal outside; padding-left:1.5em; }
402
+ .std ul ul { list-style-type:circle; }
403
+ .std ul ul,
404
+ .std ol ol,
405
+ .std ul ol,
406
+ .std ol ul { margin:.5em 0; }
407
+ .std dt { font-weight:bold; }
408
+ .std dd { padding:0 0 0 1.5em; }
409
+ .std blockquote { font-style:italic; padding:0 0 0 1.5em; }
410
+ .std address { font-style:normal; }
411
+ .std b,
412
+ .std strong { font-weight:bold; }
413
+ .std i,
414
+ .std em { font-style:italic; }*/
415
+
416
+ /* Misc */
417
+ .links li { display:inline; }
418
+ .links li.first { padding-left:0 !important; }
419
+ .links li.last { background:none !important; padding-right:0 !important; }
420
+
421
+ .link-cart { font-weight:bold; color:#f00; }
422
+ .link-wishlist { font-weight:bold; }
423
+ .link-reorder { font-weight:bold; }
424
+ .link-compare { font-weight:bold; }
425
+ .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
426
+ .link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
427
+ .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; }
428
+ .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
429
+
430
+ .separator { margin:0 3px; }
431
+
432
+ .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }
433
+
434
+ /* Noscript Notice */
435
+ .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
436
+ .noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
437
+ .noscript p { margin:0; }
438
+
439
+ /* Demo Notice */
440
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
441
+ /* ======================================================================================= */
442
+
443
+
444
+ /* Header ================================================================================ */
445
+ .logo { float:left; }
446
+ .header-container {background: url(../images/bg-header.gif) 0 0 repeat-x #414141; border-top: 1px solid #707070; border-bottom: 1px solid #333333;padding:10px 10px 0;height: 149px;}
447
+ .header {width: 960px; height: 149px; margin: 0 auto;position: relative;}
448
+ .header .logo { float:left; text-decoration:none !important; }
449
+ .header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
450
+ .header h1.logo { margin:0; padding:0; }
451
+
452
+ .header .form-search { text-align:right; background: #1c1c1c; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 8px; float: right; margin: 25px 0 0;}
453
+ .header .form-search .input-text{width: 250px; float: left; height: 17px;}
454
+ .header .form-search label{display: none;}
455
+ .header .form-search .search-autocomplete { z-index:999; }
456
+ .header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
457
+ .header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
458
+ .header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
459
+ .header .form-search .search-autocomplete li.selected {}
460
+
461
+ .header .form-search button.button span span{display: none;}
462
+ .header .form-search button.button span{background: url(../images/bg-search.gif) 0 0;border: 0;width: 27px; height: 29px;}
463
+ .header .form-search button.button:hover span{background-position: 0 29px;}
464
+
465
+ .header-container .top-container{ clear:both;}
466
+
467
+ .top-container{background: url(../images/bg-carbon.gif) #000;}
468
+ .top-container .top{width: 960px; margin: 0 auto; text-align: left; line-height: 30px; color: #fff; font-weight: bold;}
469
+ .top-container .top .welcome-msg {float: left;margin-right: 15px;}
470
+ .top-container .top .links {float: right;}
471
+ .top-container .top .links a{color: #e2e2e2; padding: 0 10px;}
472
+ .top-container .top .links a.top-link-checkout{color: #ffba00;}
473
+
474
+ .top .form-language {float: left;}
475
+ .top .form-language span{margin-right: 6px;}
476
+ .top .form-language a{padding: 0px 8px;}
477
+ .top .form-language a.selected{}
478
+ .top .form-language a:hover{text-decoration: none;}
479
+
480
+ /********** < Navigation */
481
+ .nav-container {width: 960px; margin: 0 auto; background: url(../images/bg-nav.gif) 0 0 repeat-x #000; position: absolute; bottom: 0; left: 0;}
482
+ #nav {font-size:13px;}
483
+
484
+ /* All Levels */
485
+ #nav li { text-align:left; position:relative; }
486
+ #nav li.over { z-index:998; }
487
+ #nav li.parent {}
488
+ #nav li a { display:block; text-decoration:none;}
489
+ #nav li a:hover { text-decoration:none; }
490
+ #nav li a span { display:block; white-space:nowrap; cursor:pointer; }
491
+ #nav li ul a span { white-space:normal; }
492
+
493
+ /* 1st Level */
494
+ #nav li { float:left;}
495
+ #nav li a { float:left; color:#fff; }
496
+ #nav li a:hover {}
497
+ #nav li.over a,
498
+ #nav li.active a {}
499
+
500
+ #nav li a.level-top{line-height: 50px; height: 50px; padding: 0 20px; font-size: 14px; font-weight: bold; border-right: 1px solid #444;}
501
+ #nav li.last a.level-top{border-right: 0;}
502
+
503
+ #nav li.over a.level-top,
504
+ #nav li.active a.level-top {color: #ffba00; background: #000;}
505
+
506
+ /* 2nd Level */
507
+ #nav ul,
508
+ #nav div { position:absolute; width:15em; top:50px; left:-10000px; background: url(../images/opa85.png) transparent; -moz-border-radius-topleft: 0px;-moz-border-radius-topright: 0px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-radius: 0px 0px 5px 5px;border-radius: 0px 0px 5px 5px;}
509
+ #nav div ul { position:static; width:auto; border:none; }
510
+
511
+ /* 3rd+ leven */
512
+ #nav ul ul,
513
+ #nav ul div { top:0; -moz-border-radius-topleft: 5px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 5px;-webkit-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;}
514
+
515
+ #nav li.level1.parent{background: url(../images/bg-nav-parent.gif) 95% 50% no-repeat; }
516
+ #nav li.level1.parent:hover{background-image: url(../images/bg-nav-parent-hover.gif); }
517
+
518
+ #nav ul li { float:none; border-bottom:1px solid #333; }
519
+ #nav ul li.last { border-bottom:0; }
520
+ #nav ul li a { float:none; padding:7px 15px; font-weight:normal;}
521
+ #nav ul li a:hover {}
522
+ #nav ul li.active > a,
523
+ #nav ul li.over > a { color:#ffba00 !important; }
524
+
525
+ /* Show menu */
526
+ #nav li ul.shown-sub,
527
+ #nav li div.shown-sub { left:0; z-index:999; width: 16em;}
528
+ #nav li .shown-sub ul.shown-sub,
529
+ #nav li .shown-sub li div.shown-sub { left:15.7em; -moz-border-radius-topleft: 0px;-moz-border-radius-topright: 5px;-moz-border-radius-bottomright: 5px;-moz-border-radius-bottomleft: 0px;-webkit-border-radius: 0px 5px 5px 0px;border-radius: 0px 5px 5px 0px; border: 1px solid #474747; }
530
+ /********** Navigation > */
531
+ /* ======================================================================================= */
532
+
533
+
534
+ /* Sidebar =============================================================================== */
535
+ .block {margin:0 0 15px; background: #eee;}
536
+ .block .block-title {padding: 5px 10px; background: url(../images/bg-carbon.gif) #000;}
537
+ .block .block-title strong {font-size: 14px; font-weight:bold; color: #fff;}
538
+ .block .block-title strong span {}
539
+ .block .block-title a { text-decoration:none !important; }
540
+ .block .block-subtitle { font-size:13px; font-weight:bold; }
541
+ .block .block-content { padding:10px; border: 1px solid #cccccc;}
542
+ .block .block-content li.item { padding:5px 0; }
543
+ .block .btn-remove { float:right; }
544
+ .block .actions { text-align:right; }
545
+ .block .actions a { float:left; }
546
+ .block .empty {}
547
+
548
+ .block li.odd {}
549
+ .block li.even { background-color:#f6f6f6; }
550
+
551
+ /* Mini Products List */
552
+ .mini-products-list li { padding:5px 0; }
553
+ .mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
554
+ .mini-products-list .product-details { margin-left:75px; }
555
+ .mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
556
+
557
+ /* Block: Account */
558
+ .block-account {}
559
+
560
+ /* Block: Currency Switcher */
561
+ .block-currency {}
562
+ .block-currency select { width:100%; border:1px solid #888; }
563
+
564
+ /* Block: Layered Navigation */
565
+ .block-layered-nav {}
566
+ .block-layered-nav dt { font-weight:bold; }
567
+ .block-layered-nav .currently {}
568
+ .block-layered-nav .currently li{background: #bee1a8; padding: 5px 10px; margin: 5px -10px;}
569
+ .block-layered-nav .currently .actions{padding: 0 0 5px; margin: 0 0 5px; border-bottom: 1px solid #ddd;}
570
+ .block-layered-nav .currently .actions a{color: #c81e1e;}
571
+ .block-layered-nav .btn-remove { float:right; margin:2px 3px 0 0; }
572
+
573
+ /* Block: Cart */
574
+ .block-cart {}
575
+ .block-cart .summary {}
576
+ .block-cart .amount {}
577
+ .block-cart .subtotal { text-align:center; }
578
+ .block-cart .actions {padding: 0.5em 0; border: 1px solid #ddd; border-width: 1px 0; margin: 0.5em 0;}
579
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
580
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
581
+
582
+ /* Block: Wishlist */
583
+ .block-wishlist {}
584
+
585
+ /* Block: Related */
586
+ .block-related {}
587
+ .block-related li { padding:5px 0; }
588
+ .block-related input.checkbox { float:left; margin-right:-20px; }
589
+ .block-related .product { margin-left:20px; }
590
+ .block-related .product .product-image { float:left; margin-right:-65px; }
591
+ .block-related .product .product-details { margin-left:65px; }
592
+
593
+ /* Block: Compare Products */
594
+ .block-compare {}
595
+ .block-compare li { padding:5px 0; }
596
+
597
+ /* Block: Recently Viewed */
598
+ .block-viewed {}
599
+
600
+ /* Block: Recently Compared */
601
+ .block-compared {}
602
+
603
+ /* Block: Poll */
604
+ .block-poll label {}
605
+ .block-poll input.radio { float:left; margin:1px -18px 0 0; }
606
+ .block-poll .label { display:block; margin-left:18px; }
607
+ .block-poll li { padding:3px 9px; }
608
+ .block-poll .actions { margin:5px 0 0; }
609
+ .block-poll .answer { font-weight:bold; }
610
+ .block-poll .votes { float:right; margin-left:10px; }
611
+
612
+ /* Block: Tags */
613
+ .block-tags ul,
614
+ .block-tags li { display:inline; }
615
+
616
+ /* Block: Subscribe */
617
+ .block-subscribe {}
618
+
619
+ /* Block: Reorder */
620
+ .block-reorder {}
621
+ .block-reorder li { padding:5px 0; }
622
+ .block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
623
+ .block-reorder .product-name { margin-left:20px; }
624
+
625
+ /* Block: Banner */
626
+ .block-banner {}
627
+ .block-banner .block-content { text-align:center; }
628
+
629
+ /* Block: Login */
630
+ .block-login label { font-weight:bold; color:#666; }
631
+ .block-login input.input-text { display:block; width:167px; margin:3px 0; }
632
+
633
+ /* Paypal */
634
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
635
+ .sidebar .paypal-logo a { float:none; }
636
+ /* ======================================================================================= */
637
+
638
+
639
+ /* Category Page ========================================================================= */
640
+ .category-title { border:0; margin:0 0 7px; }
641
+ .category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
642
+ .category-image img {}
643
+ .category-description { margin:0 0 10px; }
644
+ .category-products {}
645
+
646
+ /* View Type: Grid */
647
+ .products-grid { position:relative; border-bottom: 1px solid #eee;}
648
+ .products-grid.last { border-bottom:0; }
649
+ .products-grid li.item { float:left; width:210px; padding:10px 10px 90px; margin-right: 6px;}
650
+ .products-grid li.item.last {margin-right: 0; }
651
+ .products-grid .product-image { display:block; width:210px; height:210px; border:1px solid #ddd; margin:0 0 10px; }
652
+ .products-grid .product-name {margin:0 0 15px; font-size: 1.4em; }
653
+ .products-grid .product-name a { color:#000; text-decoration:underline; }
654
+ .products-grid .product-name a:hover { text-decoration:none; }
655
+ .products-grid .price-box { margin:5px 0; }
656
+ .products-grid .availability { line-height:21px; }
657
+ .products-grid .actions { position:absolute; bottom:10px; }
658
+ .products-grid .add-to-links{margin: 10px 0 0;}
659
+ .products-grid .add-to-links li{display: inline; margin-right: 10px;}
660
+
661
+ .col2-left-layout .products-grid,
662
+ .col2-right-layout .products-grid {}
663
+ .col1-layout .products-grid,
664
+ .page-empty .products-grid { width:684px; margin:0 auto; }
665
+
666
+ /* View Type: List */
667
+ .products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
668
+ .products-list li.item.last { border-bottom:0; }
669
+ .products-list .product-shop { margin-left:230px; }
670
+ .products-list .product-image { float:left; width:210px; height:210px; margin:0 0 10px; border:1px solid #ddd;}
671
+ .products-list .product-name {margin:0 0 15px; font-size: 1.6em;}
672
+ .products-list .product-name a { color:#000; text-decoration:underline; }
673
+ .products-list .product-name a:hover { text-decoration:none; }
674
+ .products-list .price-box {margin:4px 13px 0 0; }
675
+ .products-list .availability {margin:3px 0 0; }
676
+ .products-list .desc { clear:both; padding:6px 0 0; margin:15px 0; line-height:1.35; }
677
+ .products-list .add-to-links { clear:both; margin: 8px 0 0;}
678
+ .products-list .add-to-links li{display: inline; margin-right: 10px;}
679
+ .products-list .add-to-links li a{font-size: 0.9em;}
680
+ /* ======================================================================================= */
681
+
682
+
683
+ /* Product View ========================================================================== */
684
+ /* Rating */
685
+ .no-rating { margin:0; }
686
+
687
+ .ratings { font-size:11px; line-height:1.25; margin:7px 0; }
688
+ .ratings strong { float:left; margin:1px 3px 0 0; }
689
+ .ratings .rating-links { margin:0; }
690
+ .ratings .rating-links .separator { margin:0 2px; }
691
+ .ratings dt {}
692
+ .ratings dd {}
693
+ .rating-box { width:69px; height:13px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
694
+ .rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
695
+ .ratings .rating-box { float:left; margin-right:3px; }
696
+ .ratings .amount {}
697
+
698
+ .ratings-table th,
699
+ .ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
700
+ .ratings-table th { font-weight:bold; padding-right:8px; }
701
+
702
+ /* Availability */
703
+ .availability { margin:0; }
704
+ .availability span { font-weight:bold; }
705
+ .availability.in-stock span {}
706
+ .availability.out-of-stock span { color:#d83820; }
707
+
708
+ .availability-only { margin:0 0 7px; }
709
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
710
+ .availability-only .expanded { background-position:100% -15px; }
711
+ .availability-only strong {}
712
+
713
+ .availability-only-details { margin:0 0 7px; }
714
+ .availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
715
+ .availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
716
+ .availability-only-details tr.odd td.last {}
717
+
718
+ /* Email to a Friend */
719
+ .email-friend {}
720
+
721
+ /* Alerts */
722
+ .alert-price {}
723
+ .alert-stock {}
724
+
725
+ /********** < Product Prices */
726
+ .price { white-space:nowrap !important; }
727
+
728
+ .price-box {}
729
+ .price-box .price { font-weight:bold; }
730
+
731
+ /* Regular price */
732
+ .regular-price {}
733
+ .regular-price .price { font-weight:bold; }
734
+
735
+ /* Old price */
736
+ .old-price {}
737
+ .old-price .price-label { white-space:nowrap; }
738
+ .old-price .price { font-weight:bold; text-decoration:line-through; }
739
+
740
+ /* Special price */
741
+ .special-price {}
742
+ .special-price .price-label { font-weight:bold; white-space:nowrap; }
743
+ .special-price .price { font-weight:bold; }
744
+
745
+ /* Minimal price (as low as) */
746
+ .minimal-price {}
747
+ .minimal-price .price-label { font-weight:bold; white-space:nowrap; }
748
+
749
+ .minimal-price-link { display:block; }
750
+ .minimal-price-link .label {}
751
+ .minimal-price-link .price { font-weight:normal; }
752
+
753
+ /* Excluding tax */
754
+ .price-excluding-tax { display:block; }
755
+ .price-excluding-tax .label { white-space:nowrap; }
756
+ .price-excluding-tax .price { font-weight:normal; }
757
+
758
+ /* Including tax */
759
+ .price-including-tax { display:block; }
760
+ .price-including-tax .label { white-space:nowrap; }
761
+ .price-including-tax .price { font-weight:bold; }
762
+
763
+ /* FPT */
764
+ .weee { display:block; font-size:11px; color:#444; }
765
+ .weee .price { font-size:11px; font-weight:normal; }
766
+
767
+ /* Excl tax (for order tables) */
768
+ .price-excl-tax { display:block; }
769
+ .price-excl-tax .label { display:block; white-space:nowrap; }
770
+ .price-excl-tax .price { display:block; }
771
+
772
+ /* Incl tax (for order tables) */
773
+ .price-incl-tax { display:block; }
774
+ .price-incl-tax .label { display:block; white-space:nowrap; }
775
+ .price-incl-tax .price { display:block; font-weight:bold; }
776
+
777
+ /* Price range */
778
+ .price-from {}
779
+ .price-from .price-label { font-weight:bold; white-space:nowrap; }
780
+
781
+ .price-to {}
782
+ .price-to .price-label { font-weight:bold; white-space:nowrap; }
783
+
784
+ /* Price notice next to the options */
785
+ .price-notice { padding-left:10px; }
786
+ .price-notice .price { font-weight:bold; }
787
+
788
+ /* Price as configured */
789
+ .price-as-configured {}
790
+ .price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
791
+
792
+ .price-box-bundle {}
793
+ /********** Product Prices > */
794
+
795
+ /* Tier Prices */
796
+ .tier-prices .price { font-weight:bold; }
797
+ .tier-prices .benefit {}
798
+
799
+ .tier-prices-grouped {}
800
+
801
+ /* Add to Links */
802
+ .add-to-links .separator { display:none; }
803
+
804
+ /* Add to Cart */
805
+ .add-to-cart label { float:left; margin-right:5px; }
806
+ .add-to-cart .qty { float:left; }
807
+ .add-to-cart button.button { float:left; margin-left:5px; }
808
+ .add-to-cart .paypal-logo { clear:left; text-align:right; }
809
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
810
+ .product-view .add-to-cart .paypal-logo { margin:0; }
811
+
812
+ /* Add to Links + Add to Cart */
813
+ .add-to-box {}
814
+ .add-to-box .add-to-cart { float:left; }
815
+ .add-to-box .or { float:left; margin:0 10px; }
816
+ .add-to-box .add-to-links { float:left; }
817
+
818
+
819
+ .product-view {}
820
+
821
+ .product-essential {}
822
+
823
+ .product-collateral .box-collateral { margin:0 0 15px; }
824
+
825
+ /* Product Images */
826
+ .product-view .product-img-box { float:left; width:267px; }
827
+ .col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
828
+ .product-view .product-img-box .product-image { border:1px solid #ddd; }
829
+ .product-view .product-img-box .product-image-zoom {position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
830
+ .product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move;}
831
+ .product-view .product-img-box .zoom-notice { text-align:center; margin: 5px 0;}
832
+ .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; }
833
+ .product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
834
+ .product-view .product-img-box .zoom #track { position:relative; height:18px; }
835
+ .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; }
836
+ .product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
837
+ .product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
838
+ .product-view .product-img-box .more-views h2 {line-height: 1.00; font-size: 14px;}
839
+ .product-view .product-img-box .more-views ul { margin-left:-4px }
840
+ .product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
841
+ .product-view .product-img-box .more-views li:hover {background: #ffba00;}
842
+
843
+ .product-image-popup { margin:0 auto; }
844
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
845
+ .product-image-popup .nav { margin:0 100px; text-align:center; }
846
+ .product-image-popup .image { display:block; }
847
+ .product-image-popup .image-label {}
848
+
849
+ /* Product Shop */
850
+ /* Product Shop */
851
+ .product-view .product-shop { float:right; width:425px; }
852
+ .col1-layout .product-view .product-shop { float:right; width:576px; }
853
+ .col3-layout .product-view .product-shop { float:none; width:auto; }
854
+ .product-view .product-shop .product-name { margin:0 0 5px; }
855
+ .product-view .product-shop .product-name h1 { font:bold 18px/1.25 Arial, Helvetica, sans-serif; }
856
+ .product-view .product-shop .availability { margin:10px 0; }
857
+ .product-view .product-shop .short-description {margin:10px 0; }
858
+ .product-view .product-shop .short-description h2{display: none;}
859
+ .product-view .product-shop .price-box { margin:10px 0; }
860
+ .product-view .product-shop .add-to-links { margin:0; }
861
+ .product-view .product-shop .add-to-links { text-align:right; }
862
+ .product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
863
+ .product-view .product-shop .add-to-links li .separator { display:none !important; }
864
+ .product-view .product-shop .product-options-bottom .paypal-logo { float:left; }
865
+
866
+ /* Product Options */
867
+ .product-options { margin:20px 0 0; padding:0 15px 10px; background-color:#f6f6f6; border:1px solid #ddd; }
868
+ .product-options dt { padding:10px 0 0; font-weight:normal; }
869
+ .product-options dt label { font-weight:bold; }
870
+ .product-options dt label.required em { color:#eb340a; margin-right:5px; }
871
+ .product-options dt .qty-holder { float:right; margin-right:15px; }
872
+ .product-options dt .qty-holder label { vertical-align:middle; }
873
+ .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#444; }
874
+ .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
875
+ .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
876
+ .product-options dd input.input-text { width:98%; }
877
+ .product-options dd input.datetime-picker { width:150px; }
878
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
879
+ .product-options dd textarea { width:98%; height:8em; }
880
+ .product-options dd select { width:99%; }
881
+ .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
882
+ .product-options ul.options-list { margin-right:5px; }
883
+ .product-options ul.options-list li { padding:2px 0; }
884
+ .product-options ul.options-list input.radio { float:left; margin-top:3px; }
885
+ .product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
886
+ .product-options ul.options-list .label { display:block; margin-left:18px; }
887
+ .product-options ul.options-list label { font-weight:normal; }
888
+ .product-options ul.validation-failed { padding:0 7px; }
889
+ .product-options p.required { margin-bottom:0; padding:15px 0 0; }
890
+
891
+ .product-options-bottom {padding:15px 5px; }
892
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
893
+ .product-options-bottom .price-box { float:left; margin:0; }
894
+ .product-options-bottom .price-label { float:left; padding-right:5px; }
895
+ .product-options-bottom .price-tax { float:left; }
896
+ .product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
897
+
898
+ .product-shop .product-options-bottom .price-box { float:none; margin:0; }
899
+ .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
900
+ .product-shop .product-options-bottom .price-tax { float:none; }
901
+ .product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }
902
+
903
+ /* Grouped Product */
904
+ .product-view .grouped-items-table {margin: 0 0 1em;}
905
+
906
+ /* Block: Description */
907
+ .product-view .box-description {}
908
+
909
+ /* Block: Additional */
910
+ .product-view .box-additional {}
911
+
912
+ /* Block: Upsell */
913
+ .product-view .box-up-sell {}
914
+ .product-view .box-up-sell .products-grid td { width:25%; }
915
+ .product-view .box-up-sell .products-grid td .product-image{width: 125px; height: 125px;}
916
+ .product-view .box-up-sell .products-grid td .product-name{font-size: 1.1em;}
917
+
918
+ /* Block: Tags */
919
+ .product-view .box-tags {}
920
+ .product-view .box-tags .form-add label { float:left; }
921
+ .product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
922
+ .product-view .box-tags .form-add input.input-text { width:254px; }
923
+ .product-view .box-tags .form-add p { clear:both; }
924
+
925
+ /* Block: Reviews */
926
+ .product-view .box-reviews {}
927
+ .product-view .box-reviews .form-add {}
928
+
929
+ /* Send a Friend */
930
+ .send-friend {}
931
+
932
+ /* Product Tabs */
933
+ .product-tabs { margin:15px 0; border-bottom:1px solid #666;}
934
+ .product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; line-height:1em; background: #eee;}
935
+ .product-tabs li.first { border-left:0; }
936
+ .product-tabs li.last { border-right:0; }
937
+ .product-tabs a { display:block; padding:6px 15px; color:#444; }
938
+ .product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
939
+ .product-tabs li.active a,
940
+ .product-tabs li.active a:hover { background-color:#000; font-weight:bold; color:#fff; }
941
+ .product-tabs-content{margin: 0 0 15px;}
942
+ .product-tabs-content h2 { display:none;}
943
+ /* ======================================================================================= */
944
+
945
+
946
+ /* Content Styles ================================================================= */
947
+ .product-name { font-size:1em; font-weight:normal; }
948
+ .product-name a {}
949
+
950
+ /* Product Tags */
951
+ .tags-list li { display:inline; }
952
+
953
+ /* Advanced Search */
954
+ .advanced-search {}
955
+ .advanced-search-amount {}
956
+ .advanced-search-summary {}
957
+
958
+ /* CMS Home Page */
959
+ .cms-home .subtitle {}
960
+ .cms-index-index .subtitle {}
961
+
962
+ /* Sitemap */
963
+ .page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
964
+ .page-sitemap .links a { text-decoration:none; position:relative; }
965
+ .page-sitemap .links a:hover { text-decoration:underline; }
966
+ .page-sitemap .sitemap { margin:12px; }
967
+ .page-sitemap .sitemap a {}
968
+ .page-sitemap .sitemap li { margin:3px 0; }
969
+ .page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
970
+ .page-sitemap .sitemap li.level-0 a {}
971
+
972
+ /* RSS */
973
+ .rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
974
+ .rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
975
+ /* ======================================================================================= */
976
+
977
+
978
+ /* Shopping Cart ========================================================================= */
979
+ .cart .page-title {}
980
+
981
+ /* Checkout Types */
982
+ .cart .page-title .checkout-types {}
983
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
984
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
985
+
986
+ /* Shopping Cart Table */
987
+ .cart-table th { padding:2px 10px; }
988
+ .cart-table td { padding:10px; }
989
+ .cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#444; }
990
+ .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
991
+ .cart-table tfoot td { padding:5px 10px; }
992
+
993
+ .cart-table .btn-continue { float:left; }
994
+ .cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; text-transform:none; text-decoration:underline; border: 0;}
995
+ .cart-table .btn-continue:hover span { text-decoration:none; background: none;}
996
+
997
+ /* Shopping Cart Collateral boxes */
998
+ .cart .cart-collaterals { padding:25px 0 0; }
999
+ .cart .cart-collaterals .col2-set { float:left; width:680px; }
1000
+
1001
+ .cart .crosssell { border:1px solid #ddd; background:#f7f7f7; padding:10px; }
1002
+ .cart .crosssell h2 { font-size:12px; font-weight:bold; }
1003
+ .cart .crosssell .product-image { float:left; width:75px; height:75px; }
1004
+ .cart .crosssell .product-details { margin-left:95px; }
1005
+ .cart .crosssell .product-name { font-weight:bold; }
1006
+ .cart .crosssell .button {margin: 0.5em 0;}
1007
+ .cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
1008
+ .cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
1009
+ .cart .crosssell .link-compare { font-weight:normal; }
1010
+ .cart .no-crosssell { width:100%; overflow:hidden; }
1011
+ .cart .no-crosssell img { display:block; margin:0 0 10px; }
1012
+
1013
+ /* Discount Codes & Estimate Shipping and Tax Boxes */
1014
+ .cart .discount,
1015
+ .cart .shipping { border: 1px solid #ddd; padding:10px; margin: 0 0 10px;}
1016
+ .cart .discount h2,
1017
+ .cart .shipping h2 { font:normal 14px/16px Arial, Helvetica, sans-serif;}
1018
+ .cart .discount .discount-form,
1019
+ .cart .shipping .shipping-form {}
1020
+ .cart .discount .buttons-set,
1021
+ .cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
1022
+
1023
+ .cart .discount { }
1024
+ .cart .discount label { font-weight:bold; color:#555; }
1025
+ .cart .discount .input-box { width:270px; }
1026
+ .cart .discount input.input-text { width:290px; }
1027
+
1028
+ .cart .shipping p { margin:0 0 3px; }
1029
+ .cart .shipping .sp-methods { margin:10px 0 0; padding:6px 0 0; border-top:1px solid #c0d2af; }
1030
+ .cart .shipping .form-list .input-box { width:270px; }
1031
+ .cart .shipping .form-list input.input-text { width:290px; }
1032
+ .cart .shipping .form-list select { width:270px; }
1033
+
1034
+ /* Shopping Cart Totals */
1035
+ .cart .totals { float:right; background: #e6f7d7; padding:12px; border: 1px solid #ddd;}
1036
+ .cart .totals table { width:200px; margin:0 0 8px; }
1037
+ .cart .totals td { padding:0 0 0 15px; }
1038
+ .cart .totals tr.last td {}
1039
+ .cart .totals tfoot td {}
1040
+ .cart .totals tfoot th strong,
1041
+ .cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#e02f00; }
1042
+ .cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
1043
+ .cart .totals .checkout-types li { clear:both; margin:0 0 5px; }
1044
+
1045
+ /* Options Tool Tip */
1046
+ .item-options dt { font-weight:bold; font-style:italic; }
1047
+ .item-options dd { padding-left:10px; }
1048
+ .truncated { cursor:help; }
1049
+ .truncated a.dots { cursor:help; text-decoration:none !important; }
1050
+ .truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
1051
+ .truncated .truncated_full_value { position:relative; z-index:999; }
1052
+ .truncated .truncated_full_value dl { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
1053
+ .truncated .truncated_full_value dt { margin-top:0; }
1054
+ .truncated .show dl { top:-20px; left:50%; }
1055
+ .col-left .truncated .show dl { left:30px; top:10px; }
1056
+ .col-right .truncated .show dl { left:-240px; top:10px; }
1057
+ /* ======================================================================================= */
1058
+
1059
+
1060
+ /* Checkout ============================================================================== */
1061
+ /********** < Common Checkout Styles */
1062
+ /* Shipping and Payment methods */
1063
+ .sp-methods dt { font-weight:bold; }
1064
+ .sp-methods .price { font-weight:bold; }
1065
+ .sp-methods .form-list { padding-left:20px; }
1066
+ .sp-methods select.month { width:150px; margin-right:10px; }
1067
+ .sp-methods select.year { width:96px; }
1068
+ .sp-methods input.cvv { width:3em !important; }
1069
+
1070
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1071
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1072
+ .sp-methods .checkmo-list address { float:left; }
1073
+
1074
+ .sp-methods .centinel-logos a { margin-right:3px; }
1075
+ .sp-methods .centinel-logos img { vertical-align:middle; }
1076
+
1077
+ .please-wait { float:right; margin-right:5px; }
1078
+ .please-wait img { vertical-align:middle; }
1079
+ .cvv-what-is-this { cursor:help; margin-left:5px; }
1080
+
1081
+ /* Tooltip */
1082
+ .tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
1083
+ .tool-tip .btn-close { text-align:right; }
1084
+ .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; }
1085
+ .tool-tip .tool-tip-content { padding:5px; }
1086
+
1087
+ /* Gift Messages */
1088
+ .gift-messages {}
1089
+ .gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
1090
+ .gift-messages-form { position:relative; }
1091
+ .gift-messages-form label { float:none !important; position:static !important; }
1092
+ .gift-messages-form h4 {}
1093
+ .gift-messages-form .whole-order {}
1094
+ .gift-messages-form .item { margin:0 0 10px; }
1095
+ .gift-messages-form .item .product-img-box { float:left; width:75px; }
1096
+ .gift-messages-form .item .product-image { margin:0 0 7px; }
1097
+ .gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
1098
+ .gift-messages-form .item .details { margin-left:90px; }
1099
+ .gift-messages-form .item .details .product-name {}
1100
+
1101
+ .gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
1102
+ .gift-message-link.expanded { background-position:0 -53px; }
1103
+ .gift-message-row {}
1104
+ .gift-message-row .btn-close { float:right; }
1105
+ .gift-message dt strong { font-weight:bold; }
1106
+
1107
+ /* Checkout Agreements */
1108
+ .checkout-agreements {}
1109
+ .checkout-agreements li { margin:10px 0; }
1110
+ .checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
1111
+ .checkout-agreements .agree { padding:6px; }
1112
+
1113
+ /* Centinel */
1114
+ .centinel {}
1115
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1116
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1117
+
1118
+ /* Generic Info Set */
1119
+ .info-set {}
1120
+ /********** Common Checkout Styles > */
1121
+
1122
+ /* One Page Checkout */
1123
+ .block-progress {}
1124
+ .block-progress dt { font-weight:bold; }
1125
+ .block-progress dt.complete,
1126
+ .block-progress dd.complete {margin: 0 0 10px;}
1127
+
1128
+ .opc { border-bottom:1px solid #ddd; position:relative; }
1129
+ .opc li.section { border:1px solid #ddd; border-bottom:0; }
1130
+
1131
+ .opc .buttons-set.disabled button.button { display:none; }
1132
+ .opc .buttons-set .please-wait { height:21px; line-height:21px; }
1133
+
1134
+ .opc .step-title { background-color:#f6f6f6; padding: 5px; text-align:right; }
1135
+ .opc .step-title .number {line-height: 22px; float:left; margin-right:10px; padding: 0 5px;}
1136
+ .opc .step-title h2 { float:left; font-size: 1.4em; font-weight: normal; margin: 0;}
1137
+ .opc .step-title a { display:none; float:right; }
1138
+
1139
+ .opc .allow .step-title { cursor:pointer; }
1140
+ /*.opc .allow .step-title a { display:block; }*/
1141
+
1142
+ .opc .active {}
1143
+ .opc .active .step-title { background: url(../images/bg-carbon.gif) 0 0 #000; cursor:default; color: #fff;}
1144
+ /*.opc .active .step-title a { display:none; }*/
1145
+
1146
+ .opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
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 .welcome-msg { margin:0 8em 1.5em 0; }
1178
+ .dashboard .welcome-msg p { margin:0; }
1179
+ .dashboard .col2-set { margin:0 0 15px; }
1180
+
1181
+ /* General Box */
1182
+ .box-account { margin:0 0 15px; }
1183
+ .box-account .box-head { margin:0 0 5px; text-align:right; }
1184
+ .box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight:bold; }
1185
+ .box-account .box-head a { font-size:10px; text-transform:uppercase; }
1186
+
1187
+ .box .box-title { background:#f1f1f1; padding:2px 10px; margin:12px 0 8px; text-align: right;}
1188
+
1189
+ .box .box-title h2,
1190
+ .box .box-title h3,
1191
+ .box .box-title h4 {margin:0; font-size:12px; font-weight:bold; line-height:1.35; text-align: left;text-transform:uppercase; }
1192
+ .box .box-title a {font-size: 10px;}
1193
+ .box .box-content { padding:0 10px; }
1194
+
1195
+ /* Block: Recent Orders */
1196
+ .dashboard .box-recent { margin:10px 0; }
1197
+
1198
+ /* Block: Account Information */
1199
+ .dashboard .box-info {}
1200
+
1201
+ /* Block: Reviews */
1202
+ .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; }
1203
+ .dashboard .box-reviews .details { margin-left:20px; }
1204
+
1205
+ /* Block: Tags */
1206
+ .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; }
1207
+ .dashboard .box-tags .details { margin-left:20px; }
1208
+ /********** Dashboard > */
1209
+
1210
+ /* Address Book */
1211
+ .addresses-list {}
1212
+ .addresses-list-additional li.item {}
1213
+
1214
+ /* Order View */
1215
+ .order-info { border:1px solid #ddd; padding:5px; }
1216
+ .order-info dt,
1217
+ .order-info dd,
1218
+ .order-info ul,
1219
+ .order-info li { display:inline; }
1220
+ .order-info dt { font-weight:bold; }
1221
+
1222
+ .order-date { margin:10px 0; }
1223
+
1224
+ .order-info-box {}
1225
+
1226
+ .order-items { width:100%; overflow-x:auto; }
1227
+
1228
+ .order-additional { margin:15px 0; }
1229
+ /* Order Gift Message */
1230
+ .gift-message dt strong { color:#666; }
1231
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1232
+ /* Order Comments */
1233
+ .order-about dt { font-weight:bold; }
1234
+ .order-about dd { font-size:13px; margin:0 0 7px; }
1235
+
1236
+ .tracking-table { margin:0 0 15px; }
1237
+ .tracking-table th { font-weight:bold; white-space:nowrap; }
1238
+
1239
+ .tracking-table-popup { width:100%; }
1240
+ .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1241
+ .tracking-table-popup th,
1242
+ .tracking-table-popup td { padding:1px 8px; }
1243
+
1244
+ /* Order Print Pages */
1245
+ .page-print .print-head {}
1246
+ .page-print .print-head img { float:left; }
1247
+ .page-print .print-head address { float:left; margin-left:15px; }
1248
+ /* Price Rewrites */
1249
+ .page-print .gift-message-link { display:none; }
1250
+ .page-print .price-excl-tax,
1251
+ .page-print .price-incl-tax { display:block; white-space:nowrap; }
1252
+ .page-print .cart-price,
1253
+ .page-print .price-excl-tax .label,
1254
+ .page-print .price-incl-tax .label,
1255
+ .page-print .price-excl-tax .price,
1256
+ .page-print .price-incl-tax .price { display:inline; }
1257
+
1258
+ /* My Reviews */
1259
+ .product-review .product-img-box { float:left; width:140px; }
1260
+ .product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
1261
+ .product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
1262
+ .product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
1263
+ .product-review .product-details { margin-left:150px; }
1264
+ .product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
1265
+ .product-review h3 {}
1266
+ .product-review .ratings-table { margin:0 0 10px; }
1267
+ .product-review dt { font-weight:bold; }
1268
+ .product-review dd { font-size:13px; margin:5px 0 0; }
1269
+ /* ======================================================================================= */
1270
+
1271
+
1272
+ /* Footer ================================================================================ */
1273
+ .footer {padding:20px 10px 10px; width: 940px; margin: 0 auto;}
1274
+ .footer p { text-align:right; }
1275
+ .footer address { text-align:right; }
1276
+ .footer ul {}
1277
+ .footer ul li { display:inline; margin-right: 10px;}
1278
+ .footer ul li a{color: #fff; font-weight: bold;}
1279
+
1280
+ .footer .form-subscribe { margin:20px 0 0; background: #222; border: 1px solid #333; padding: 5px; width: 331px; float: left;}
1281
+ .footer .form-subscribe label,
1282
+ .footer .form-subscribe .input-box,
1283
+ .footer .form-subscribe button.button { float:left; }
1284
+ .footer .form-subscribe label { padding:5px 10px 5px 0; font-weight:bold; color:#eee;}
1285
+ .footer .form-subscribe .input-box { width:156px;}
1286
+ .footer .form-subscribe input.input-text { width:150px; }
1287
+
1288
+ .footer .footer-left{float: left; width: 50%;}
1289
+ .footer .footer-right{float: right; width: 50%;}
1290
+
1291
+ .footer-container { padding:0;position:absolute; left:0; bottom:0; width:100%; height:200px; background: #000; border-top: 2px solid #555;}
1292
+ .bottom-container { text-align:center; }
1293
+ /* ======================================================================================= */
1294
+
1295
+
1296
+ /* Clears ================================================================================ */
1297
+ .clearer:after,
1298
+ .header-container:after,
1299
+ .header-container .top-container:after,
1300
+ .header:after,
1301
+ .header .quick-access:after,
1302
+ .top:after,
1303
+ #nav:after,
1304
+ .main:after,
1305
+ .footer:after,
1306
+ .footer-container .bottom-container:after,
1307
+ .col-main:after,
1308
+ .col2-set:after,
1309
+ .col3-set:after,
1310
+ .col4-set:after,
1311
+ .search-autocomplete li:after,
1312
+ .block .block-content:after,
1313
+ .block .actions:after,
1314
+ .block li.item:after,
1315
+ .block-poll li:after,
1316
+ .block-layered-nav .currently li:after,
1317
+ .page-title:after,
1318
+ .products-grid:after,
1319
+ .products-list li.item:after,
1320
+ .box-account .box-head:after,
1321
+ .dashboard .box .box-title:after,
1322
+ .box-reviews li.item:after,
1323
+ .box-tags li.item:after,
1324
+ .pager:after,
1325
+ .sorter:after,
1326
+ .ratings:after,
1327
+ .add-to-box:after,
1328
+ .add-to-cart:after,
1329
+ .product-essential:after,
1330
+ .product-collateral:after,
1331
+ .product-view .product-img-box .more-views ul:after,
1332
+ .product-view .product-shop .short-description:after,
1333
+ .product-view .box-description:after,
1334
+ .product-view .box-tags .form-add:after,
1335
+ .product-options .options-list li:after,
1336
+ .product-options-bottom:after,
1337
+ .product-review:after,
1338
+ .cart:after,
1339
+ .cart-collaterals:after,
1340
+ .cart .crosssell li.item:after,
1341
+ .opc .step-title:after,
1342
+ .checkout-progress:after,
1343
+ .multiple-checkout .place-order:after,
1344
+ .group-select li:after,
1345
+ .form-list li:after,
1346
+ .form-list .field:after,
1347
+ .buttons-set:after,
1348
+ .page-print .print-head:after,
1349
+ .advanced-search-summary:after,
1350
+ .gift-messages-form .item:after,
1351
+ .product-tabs:after,
1352
+ .best-sellers:after,
1353
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1354
+ /* ======================================================================================= */
1355
+ /* Home Page */
1356
+ .home-banners p{margin-bottom: 10px;}
1357
+ .home-best-sellers{margin: 30px 0 0;}
 
 
1358
  .home-best-sellers h3{text-transform: uppercase; color: #000;}