diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 608a7f9f97f..3e8b50375e0 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -26,6 +26,10 @@ jobs:
         key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
         restore-keys: ${{ runner.os }}-composer-
 
+    - name: Require legacy frontend themes on v19
+      if: startsWith(github.event.release.tag_name, 'v19')
+      run: composer require --no-install --prefer-dist --no-progress --ignore-platform-req=ext-* openmage/legacy-frontend-themes
+
     - name: Require Mage_Backup on v19
       if: startsWith(github.event.release.tag_name, 'v19')
       run: composer require --no-install --prefer-dist --no-progress --ignore-platform-req=ext-* openmage/module-mage-backup
diff --git a/README.md b/README.md
index b495103762d..0ece0a8a413 100644
--- a/README.md
+++ b/README.md
@@ -189,6 +189,7 @@ Most important changes will be listed here, all other changes since `19.4.0` can
 _If you rely on those modules you can reinstall them with composer:_
 - `Mage_Backup`: `composer require openmage/module-mage-backup`
 - `Mage_PageCache`: `composer require openmage/module-mage-pagecache`
+- `Legacy frontend themes`: `composer require openmage/legacy-frontend-themes`
 
 ### Between OpenMage 19.4.18 / 20.0.16 and 19.4.19 / 20.0.17
 
diff --git a/app/design/frontend/default/blank/etc/theme.xml b/app/design/frontend/default/blank/etc/theme.xml
deleted file mode 100644
index 52a963ce262..00000000000
--- a/app/design/frontend/default/blank/etc/theme.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-    default/default 
- 
diff --git a/app/design/frontend/default/blank/etc/widget.xml b/app/design/frontend/default/blank/etc/widget.xml
deleted file mode 100644
index c806c5e1e32..00000000000
--- a/app/design/frontend/default/blank/etc/widget.xml
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-    
-        
-            
-                
-                    
-                        catalog/product/widget/new/column/new_default_list.phtml 
-                        New Products Images and Names Template 
-                     
-                    
-                        catalog/product/widget/new/column/new_names_list.phtml 
-                        New Products Names Only Template 
-                     
-                    
-                        catalog/product/widget/new/column/new_images_list.phtml 
-                        New Products Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
-
-    
-        
-            
-                
-                    
-                        reports/widget/viewed/column/viewed_default_list.phtml 
-                        Viewed Products Images and Names Template 
-                     
-                    
-                        reports/widget/viewed/column/viewed_names_list.phtml 
-                        Viewed Products Names Only Template 
-                     
-                    
-                        reports/widget/viewed/column/viewed_images_list.phtml 
-                        Viewed Products Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
-
-    
-        
-            
-                
-                    
-                        reports/widget/compared/column/compared_default_list.phtml 
-                        Compared Products Images and Names Template 
-                     
-                    
-                        reports/widget/compared/column/compared_names_list.phtml 
-                        Compared Product Names Only Template 
-                     
-                    
-                        reports/widget/compared/column/compared_images_list.phtml 
-                        Compared Product Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
- 
diff --git a/app/design/frontend/default/blank/locale/en_US/translate.csv b/app/design/frontend/default/blank/locale/en_US/translate.csv
deleted file mode 100644
index ab952f2ca68..00000000000
--- a/app/design/frontend/default/blank/locale/en_US/translate.csv
+++ /dev/null
@@ -1 +0,0 @@
-"Keep your eyes open for our special Back to School items and save A LOT!","Keep your eyes open for our special Back to School items and save A LOT!"
diff --git a/app/design/frontend/default/default/etc/theme.xml b/app/design/frontend/default/default/etc/theme.xml
deleted file mode 100644
index d449bc27129..00000000000
--- a/app/design/frontend/default/default/etc/theme.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-     
diff --git a/app/design/frontend/default/default/etc/widget.xml b/app/design/frontend/default/default/etc/widget.xml
deleted file mode 100644
index 8f431520930..00000000000
--- a/app/design/frontend/default/default/etc/widget.xml
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-    
-        
-            
-                
-                    
-                        catalog/product/widget/new/column/new_default_list.phtml 
-                        New Products Images and Names Template 
-                     
-                    
-                        catalog/product/widget/new/column/new_names_list.phtml 
-                        New Products Names Only Template 
-                     
-                    
-                        catalog/product/widget/new/column/new_images_list.phtml 
-                        New Products Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
-
-    
-        
-            
-                
-                    
-                        reports/widget/viewed/column/viewed_default_list.phtml 
-                        Viewed Products Images and Names Template 
-                     
-                    
-                        reports/widget/viewed/column/viewed_names_list.phtml 
-                        Viewed Products Names Only Template 
-                     
-                    
-                        reports/widget/viewed/column/viewed_images_list.phtml 
-                        Viewed Products Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
-
-    
-        
-            
-                
-                    
-                        reports/widget/compared/column/compared_default_list.phtml 
-                        Compared Products Images and Names Template 
-                     
-                    
-                        reports/widget/compared/column/compared_names_list.phtml 
-                        Compared Product Names Only Template 
-                     
-                    
-                        reports/widget/compared/column/compared_images_list.phtml 
-                        Compared Product Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
- 
diff --git a/app/design/frontend/default/default/locale/en_US/translate.csv b/app/design/frontend/default/default/locale/en_US/translate.csv
deleted file mode 100644
index ab952f2ca68..00000000000
--- a/app/design/frontend/default/default/locale/en_US/translate.csv
+++ /dev/null
@@ -1 +0,0 @@
-"Keep your eyes open for our special Back to School items and save A LOT!","Keep your eyes open for our special Back to School items and save A LOT!"
diff --git a/app/design/frontend/default/iphone/etc/theme.xml b/app/design/frontend/default/iphone/etc/theme.xml
deleted file mode 100644
index 2e29f350e79..00000000000
--- a/app/design/frontend/default/iphone/etc/theme.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-    default/default 
- 
diff --git a/app/design/frontend/default/iphone/etc/widget.xml b/app/design/frontend/default/iphone/etc/widget.xml
deleted file mode 100644
index 2c8693ea0a0..00000000000
--- a/app/design/frontend/default/iphone/etc/widget.xml
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-    
-        
-            
-                
-                    
-                        catalog/product/widget/new/column/new_default_list.phtml 
-                        New Products Images and Names Template 
-                     
-                    
-                        catalog/product/widget/new/column/new_names_list.phtml 
-                        New Products Names Only Template 
-                     
-                    
-                        catalog/product/widget/new/column/new_images_list.phtml 
-                        New Products Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
-
-    
-        
-            
-                
-                    
-                        reports/widget/viewed/column/viewed_default_list.phtml 
-                        Viewed Products Images and Names Template 
-                     
-                    
-                        reports/widget/viewed/column/viewed_names_list.phtml 
-                        Viewed Products Names Only Template 
-                     
-                    
-                        reports/widget/viewed/column/viewed_images_list.phtml 
-                        Viewed Products Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
-
-    
-        
-            
-                
-                    
-                        reports/widget/compared/column/compared_default_list.phtml 
-                        Compared Products Images and Names Template 
-                     
-                    
-                        reports/widget/compared/column/compared_names_list.phtml 
-                        Compared Product Names Only Template 
-                     
-                    
-                        reports/widget/compared/column/compared_images_list.phtml 
-                        Compared Product Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
- 
diff --git a/app/design/frontend/default/iphone/layout/bundle.xml b/app/design/frontend/default/iphone/layout/bundle.xml
deleted file mode 100644
index 96c227ab848..00000000000
--- a/app/design/frontend/default/iphone/layout/bundle.xml
+++ /dev/null
@@ -1,374 +0,0 @@
-
-
-
-
-
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/cart/sidebar/default.phtml  
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-    
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-
-
-   
-        
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml bundle 4  
-     
-
-
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/cart/sidebar/default.phtml  
-     
-
-
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/cart/item/default.phtml  
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/price.phtml  
-     
-
-
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/onepage/review/item.phtml  
-     
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/multishipping/item/default.phtml  
-     
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/multishipping/item/default.phtml  
-        
-            bundle bundle/checkout_cart_item_renderer checkout/multishipping/item/default.phtml  
-     
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/multishipping/item/default.phtml  
-     
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/onepage/review/item.phtml  
-     
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/onepage/review/item.phtml  
-     
-
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/onepage/review/item.phtml  
-     
-    
-        
-            bundle bundle/checkout_cart_item_renderer checkout/onepage/review/item.phtml  
-     
-
-
-
-    
-        Catalog Product View (Bundle) 
-        
-            skin_js js/bundle.js  
-        
-            
-                bundle bundle/catalog_product_price bundle/catalog/product/price.phtml 
-                    catalog/product/price_msrp_item.phtml  
-             
-         
-        
-            
-                select bundle/catalog_product_view_type_bundle_option_select multi bundle/catalog_product_view_type_bundle_option_multi radio bundle/catalog_product_view_type_bundle_option_radio checkbox bundle/catalog_product_view_type_bundle_option_checkbox  
-            product.info.bundle.options  
-        
-             
-        
-            bundle bundle/catalog_product_price bundle/catalog/product/view/price.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/invoice/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/shipment/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/creditmemo/items/renderer.phtml  
-     
-
-
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/invoice/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/shipment/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/creditmemo/items/renderer.phtml  
-     
-
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/invoice/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/shipment/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/creditmemo/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/invoice/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/shipment/items/renderer.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/sales/order/creditmemo/items/renderer.phtml  
-     
-
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/email/order/items/order/default.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/email/order/items/invoice/default.phtml  
-     
-
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/email/order/items/shipment/default.phtml  
-     
-
-    
-        
-            bundle bundle/sales_order_items_renderer bundle/email/order/items/creditmemo/default.phtml  
-     
-
-
-    
-        
-            bundle bundle/catalog_product_price bundle/rss/catalog/product/price.phtml  
-     
-    
-        
-            bundle bundle/catalog_product_price bundle/rss/catalog/product/price.phtml  
-     
-    
-        
-            bundle bundle/catalog_product_price bundle/rss/catalog/product/price.phtml  
-     
- 
diff --git a/app/design/frontend/default/iphone/layout/catalog.xml b/app/design/frontend/default/iphone/layout/catalog.xml
deleted file mode 100644
index b8458902cb5..00000000000
--- a/app/design/frontend/default/iphone/layout/catalog.xml
+++ /dev/null
@@ -1,391 +0,0 @@
-
-
-
-
-
-
-    
-
-        
-        
-            
-                top_callout  
-         
-         
-
-
-
-
-    
-        Catalog Category (Non-Anchor) 
-        
-            
-                
-                    
-                         
-                    product_list_toolbar  
-             
-         
-     
-
-
-
-    
-        Catalog Category (Anchor) 
-        
-            
-                
-                    
-                    
-                         
-                    empty 6 one_column 5 two_columns_left 4 two_columns_right 4 three_columns 3 product_list_toolbar  
-             
-             
-     
-
-
-
-    
-        Catalog Product Compare List 
-        
-        
-            page/popup.phtml  
-        
-             
-        
-             
-     
-
-    
-        
-            catalog.compare.sidebar  
-     
-
-
-
-    
-        Catalog Product View (Any) 
-        
-        
-            page/1column.phtml  
-        
-            js_css calendar/calendar-win2k-1.css js calendar/calendar.js js calendar/calendar-setup.js  
-        
-            
-                
-                
-                    Alert Urls 
-                 
-
-                catalog/product/view/tierprices.phtml 
-                    4 upsell 4  
-
-                
-                    detailed_info  
-                
-                    detailed_info  
-                
-                    Product View Extra Hint 
-                 
-
-                
-                    Info Column Options Wrapper 
-                    
-                        text catalog/product_view_options_type_text catalog/product/view/options/type/text.phtml file catalog/product_view_options_type_file catalog/product/view/options/type/file.phtml select catalog/product_view_options_type_select catalog/product/view/options/type/select.phtml date catalog/product_view_options_type_date catalog/product/view/options/type/date.phtml  
-                         
-                
-                    Bottom Block Options Wrapper 
-                    product.tierprices product.info.addtocart  
-
-                
-                    alias_in_layout container1 options_container product product.info.options.wrapper product.info.options.wrapper.bottom  
-                
-                    alias_in_layout container2 options_container product product.info.options.wrapper product.info.options.wrapper.bottom  
-                container1 ifEquals 0 alias_in_layout options_container container2 ifEquals 0 alias_in_layout options_container  
-         
-     
-
-
-    
-        Catalog Product View (Simple) 
-        
-            
-                
-                    Product Extra Info 
-                 
-             
-         
-     
-    
-        Catalog Product View (Configurable) 
-        
-            
-                
-                    Product Extra Info 
-                 
-             
-         
-        
-             
-     
-    
-        Catalog Product View (Grouped) 
-        
-            
-                
-                    Product Extra Info 
-                 
-             
-         
-     
-    
-        Catalog Product View (Virtual) 
-        
-            
-                
-                    Product Extra Info 
-                 
-             
-         
-     
-
-
-
-
-
-    
-        Catalog Product Email to a Friend 
-        
-        
-            page/2columns-right.phtml  
-        
-             
-        
-            
-             
-         
-     
-
-
-
-    
-        Catalog Product Image Gallery Popup 
-        
-        
-            page/1column.phtml product-gallery-view  
-        
-             
-     
-
-
-
-    
-        Catalog Seo Sitemap (Common) 
-        
-            page/1column.phtml  
-        
-            
-                 
-         
-     
-
-    
-        Catalog Seo Sitemap (Category List) 
-        
-            Site Map  
-        
-            Categories 
-                seo.sitemap.pager.top seo.sitemap.pager.bottom categories  
-         
-        
-            Products Sitemap Products Sitemap  
-     
-
-    
-        Catalog Seo Sitemap (Category Tree) 
-        
-            
-                seo.sitemap.tree.pager.top seo.sitemap.tree.pager.bottom  
-         
-     
-
-    
-        Catalog Seo Sitemap (Product List) 
-        
-            Site Map  
-        
-            Products 
-                seo.sitemap.pager.top seo.sitemap.pager.bottom products  
-         
-        
-            Categories Sitemap Categories Sitemap  
-     
- 
diff --git a/app/design/frontend/default/iphone/layout/catalogsearch.xml b/app/design/frontend/default/iphone/layout/catalogsearch.xml
deleted file mode 100644
index 5a8f5201b2c..00000000000
--- a/app/design/frontend/default/iphone/layout/catalogsearch.xml
+++ /dev/null
@@ -1,114 +0,0 @@
-
-
-
-
-    
-        
-             
-     
-
-    
-        Quick Search Form 
-        
-            page/1column.phtml  
-        
-         
-        
-            
-                
-                    
-                         
-                    product_list_toolbar  
-                 
-             
-     
-
-    
-        Advanced Search Form 
-        
-        
-            page/1column.phtml  
-        
-            Advanced Search js_css calendar/calendar-win2k-1.css js calendar/calendar.js js calendar/calendar-setup.js  
-        
-             
-     
-
-
-
-    
-        Advanced Search Result 
-        
-            page/1column.phtml  
-        
-            
-                
-                    
-                         
-                    product_list_toolbar  
-                 
-         
-     
-
-    
-        Popular Search Terms 
-        
-            Search Terms  
-        
-            page/1column.phtml  
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/iphone/layout/checkout.xml b/app/design/frontend/default/iphone/layout/checkout.xml
deleted file mode 100644
index e0cc174354f..00000000000
--- a/app/design/frontend/default/iphone/layout/checkout.xml
+++ /dev/null
@@ -1,404 +0,0 @@
-
-
-
-
-
-
-    
-
-        
-        
-            
-                 
-         
-     
-
-    
-        Shopping Cart 
-        
-            page/1column.phtml  
-        
-            
-                checkout/cart.phtml checkout/cart/noItems.phtml simple checkout/cart_item_renderer checkout/cart/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/cart/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/cart/item/default.phtml 
-                    Payment Methods Before Checkout Button 
-                     
-
-                
-                    Shopping Cart Form Before 
-                 
-
-                
-                    Payment Methods After Checkout Button 
-                     
-
-                 
-         
-        
-            Additional Product Info 
-         
-     
-
-    
-        Configure Cart Item 
-        
-             
-     
-
-
-
-    
-        Multishipping Checkout 
-        
-        
-            page/1column.phtml  
-        
-             
-     
-
-    
-         
-
-    
-         
-
-
-
-    
-        Multishipping Checkout Shipping Address Selection 
-        
-             
-     
-
-    
-        Multishipping Checkout Billing Address Selection 
-        
-             
-     
-
-
-    
-        Multishipping Checkout Shipping Address Creation 
-         
-
-    
-        Multishipping Checkout Billing Address Creation 
-         
-
-    
-        Multishipping Checkout Shipping Address Edit Form 
-         
-
-    
-         
-
-    
-        Multishipping Checkout Billing Address Edit Form 
-         
-
-    
-        Multishipping Checkout Customer Address Edit Form 
-        
-             
-     
-
-
-
-    
-        Multishipping Checkout Address (Any) Form 
-        
-            
-                default checkout/cart_item_renderer checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/item/default.phtml  
-         
-     
-
-
-
-    
-        Multishipping Checkout Shipping Information Step 
-        
-            
-                default checkout/cart_item_renderer checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/item/default.phtml 
-                    default checkout/cart_item_renderer checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/item/default.phtml  
-             
-         
-     
-
-
-
-    
-        Multishipping Checkout Billing Information Step 
-        
-            
-                purchaseorder payment/form/purchaseorder.phtml  
-         
-     
-
-
-
-    
-        Multishipping Checkout Overview 
-        
-            
-                default checkout/cart_item_renderer checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/overview/item.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/overview/item.phtml 
-                     
-                
-                    Overview Items After 
-                 
-             
-         
-     
-
-
-
-    
-        Multishipping Checkout Success 
-        
-             
-     
-
-
-
-    
-        One Page Checkout 
-        
-        
-            page/1column.phtml  
-        
-            
-                
-                    
-                        Login/Registration Before 
-                        1  
-                 
-                
-                     
-                
-                    
-                        purchaseorder payment/form/purchaseorder.phtml  
-                 
-                 
-         
-     
-
-
-
-    
-        
-         
-
-
-    
-        
-            purchaseorder payment/form/purchaseorder.phtml  
-     
-
-
-
-
-    
-        
-         
-
-    
-        
-        
-             
-     
-
-
-
-    
-        One Page Checkout Overview 
-        
-        
-            default checkout/cart_item_renderer checkout/onepage/review/item.phtml grouped checkout/cart_item_renderer_grouped checkout/onepage/review/item.phtml configurable checkout/cart_item_renderer_configurable checkout/onepage/review/item.phtml 
-                Items Before 
-             
-            
-                Items After 
-             
-             
-     
-
-    
-        One Page Checkout Success 
-        
-            page/1column.phtml  
-        
-             
-     
-    
-        One Page Checkout Failure 
-        
-            page/1column.phtml  
-        
-             
-     
-     
diff --git a/app/design/frontend/default/iphone/layout/cms.xml b/app/design/frontend/default/iphone/layout/cms.xml
deleted file mode 100644
index ea5f299bcbf..00000000000
--- a/app/design/frontend/default/iphone/layout/cms.xml
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
-
-    
-        
-            
-                
-                footer_links  
-         
-     
-
-    
-        CMS Pages (All) 
-        
-            
-                CMS Content Wrapper 
-                std  
-         
-     
-
-    
-        CMS Home Page 
-        
-            
-                Home Page Banner(Mobile) 
-                front-banner  
-         
-        
-             
-         
-
-    
-        
-            page/1column.phtml  
-        
-             
-     
-
-    
-        CMS No-Route Page 
-     
-
-    
-        
-            page/1column.phtml  
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/iphone/layout/contacts.xml b/app/design/frontend/default/iphone/layout/contacts.xml
deleted file mode 100644
index 68045c347fc..00000000000
--- a/app/design/frontend/default/iphone/layout/contacts.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-    
-        
-            Contact Us contacts Contact Us true  
-     
-
-    
-        Contact Us Form 
-        
-            Contact Us  
-        
-            page/1column.phtml Contact Us  
-        
-             
-     
- 
diff --git a/app/design/frontend/default/iphone/layout/customer.xml b/app/design/frontend/default/iphone/layout/customer.xml
deleted file mode 100644
index 8429b8682dc..00000000000
--- a/app/design/frontend/default/iphone/layout/customer.xml
+++ /dev/null
@@ -1,270 +0,0 @@
-
-
-
-
-
-
-    
-        
-        
-            My Account My Account 10  
-        
-            Register Register 100  
-     
-
-
-
-    
-        
-            Log Out Log Out 2  
-     
-
-
-
-    
-        
-            Log In Log In 1  
-         
-
-
-
-    
-        Customer Account Login Form 
-        
-        
-            page/1column.phtml  
-        
-             
-     
-
-
-
-    
-        Customer Account Logout Success 
-        
-        
-            page/1column.phtml  
-        
-             
-     
-
-
-
-    
-        Customer Account Registration Form 
-        
-        
-            page/1column.phtml  
-        
-            
-                
-                    Form Fields Before 
-                 
-             
-         
-     
-
-    
-        Customer Forgot Password Form 
-        
-            Forgot Your Password  
-        
-            page/1column.phtml Password forgotten  
-        
-            
-             
-     
-
-    
-        Reset a Password 
-        
-            
-                Reset a Password 
-             
-         
-        
-            
-                page/1column.phtml 
-             
-            
-                Reset a Password 
-             
-         
-        
-             
-     
-
-    
-        
-            page/1column.phtml Send confirmation link  
-        
-             
-     
-
-    
-        Customer Account Edit Form 
-        
-            Edit Account Info  
-        
-             
-
-        
-          left.permanent.callout  
-     
-
-
-
-    
-        Customer My Account (All Pages) 
-        
-        
-        
-            page/1column.phtml  
-
-        
-            
-                20 account customer/account/ Account Dashboard account_edit customer/account/edit/ Account Information address_book customer/address/ Address Book  
-            customer_account_navigation  
-
-        
-            
-                My Account Wrapper 
-                my-account  
-         
-     
-
-
-
-    
-        Customer My Account Dashboard 
-        
-            page/1column.phtml  
-        
-            
-                 
-         
-
-     
-
-
-
-    
-        Customer My Account Address Book 
-        
-        
-             
-     
-
-
-
-    
-        Customer My Account Address Edit Form 
-        
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/iphone/layout/newsletter.xml b/app/design/frontend/default/iphone/layout/newsletter.xml
deleted file mode 100644
index 1beb49dff14..00000000000
--- a/app/design/frontend/default/iphone/layout/newsletter.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-    
-
-        
-        
-             
-
-     
-
-
-
-    
-        
-        
-            newsletter newsletter/manage/ Newsletter Subscriptions  
-     
-
-    
-        Customer My Account Newsletter Subscriptions 
-        
-            
-                
-                    Newsletter Subscription Form Before 
-                    1  
-             
-         
-     
-
- 
diff --git a/app/design/frontend/default/iphone/layout/page.xml b/app/design/frontend/default/iphone/layout/page.xml
deleted file mode 100644
index 0fa296ca009..00000000000
--- a/app/design/frontend/default/iphone/layout/page.xml
+++ /dev/null
@@ -1,185 +0,0 @@
-
-
-
-
-
-    
-        All Pages 
-        
-
-            
-                skin_js js/modernizr.js skin_js js/iphone.js skin_js js/dnd.js css/iphone.css css/custom.css  
-
-            
-                Page Top 
-             
-
-            
-                
-                    Navigation Bar 
-                     
-                
-                    Page Header 
-                    top-container  
-                 
-
-            
-                Left Column 
-             
-
-            
-                Main Content Area 
-             
-
-            
-                Right Column 
-             
-
-            
-                
-                    Page Footer 
-                    bottom-container  
-
-                 
-
-            
-                Page Bottom 
-             
-         
-
-         
-
-    
-        All Pages (Print Version) 
-        
-        
-
-            
-                css/styles.css skin_css css/styles-ie.css lt IE 8 css/print.css media="print"  
-
-            
-                Main Content Area (Print Version) 
-             
-
-         
-     
-
-     
-    
-        All Empty Layout Pages 
-        
-            page/empty.phtml 1 empty  
-     
-
-    
-        All One-Column Layout Pages 
-        
-            page/1column.phtml 1 one_column  
-     
-
-    
-        All Two-Column Layout Pages (Left Column) 
-        
-            page/1column.phtml 1 two_columns_left  
-     
-
-    
-        All Two-Column Layout Pages (Right Column) 
-        
-            page/1column.phtml 1 two_columns_right  
-     
-
-    
-        All Three-Column Layout Pages 
-        
-            page/1column.phtml 1 three_columns  
-     
- 
diff --git a/app/design/frontend/default/iphone/layout/review.xml b/app/design/frontend/default/iphone/layout/review.xml
deleted file mode 100644
index c8b0b1d3d50..00000000000
--- a/app/design/frontend/default/iphone/layout/review.xml
+++ /dev/null
@@ -1,115 +0,0 @@
-
-
-
-
-    
-        
-        
-            reviews review/customer My Product Reviews  
-
-     
-
-
-
-    
-
-        
-        
-             
-
-     
-
-
-
-
-    
-        
-        
-            page/1column.phtml  
-     
-
-
-
-    
-        Catalog Product Reviews List 
-        
-            page/1column.phtml review-product-page  
-        
-             
-        
-            
-                
-                    
-                        
-                            Review Form Fields Before 
-                            1  
-                     
-                 
-             
-         
-     
-
-    
-        Catalog Product Review View 
-        
-            page/1column.phtml  
-        
-             
-     
-
-    
-        Customer My Account Product Reviews 
-        
-             
-     
-
-    
-        Customer My Account Review Details 
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/iphone/layout/rss.xml b/app/design/frontend/default/iphone/layout/rss.xml
deleted file mode 100644
index 110e5a83ea2..00000000000
--- a/app/design/frontend/default/iphone/layout/rss.xml
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-    
-    
-         
-
-    
-        RSS Feeds List 
-        
-            page/2columns-right.phtml  
-        
-               
-     
-
-    
-         
-
-    
-        
-            msrp_rss catalog/product_price wishlist/render/item/price_msrp_rss.phtml  
-     
-
-    
-        
-            msrp_rss catalog/product_price catalog/product/price_msrp_rss.phtml  
-     
-
-    
-         
-
-    
-         
-
-    
-        
-            msrp_rss catalog/product_price catalog/product/price_msrp_rss.phtml  
-     
-
-    
-         
-
-    
-         
-
-    
-        
-            msrp_rss catalog/product_price catalog/product/price_msrp_rss.phtml  
-     
-
-    
-         
-    
-         
- 
diff --git a/app/design/frontend/default/iphone/layout/sales.xml b/app/design/frontend/default/iphone/layout/sales.xml
deleted file mode 100644
index 400406e985e..00000000000
--- a/app/design/frontend/default/iphone/layout/sales.xml
+++ /dev/null
@@ -1,513 +0,0 @@
-
-
-
-
-
-
-
-    
-        
-             
-     
-    
-         
-    
-        
-            reorder  
-     
-
-    
-        
-        
-            orders sales/order/history/ My Orders  
-        
-             
-
-     
-
-
-
-    
-        
-        
-        
-             
-
-     
-
-    
-        Customer My Account Order History 
-        
-            
-                
-                    Order History Info 
-                 
-             
-             
-     
-
-
-    
-        Customer My Account Order View 
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/items/renderer/default.phtml 
-                        colspan="4" class="a-right" class="last a-right"  
-                 
-             
-         
-        
-            view Order Information invoice */*/invoice Invoices shipment */*/shipment Shipments creditmemo */*/creditmemo Refunds  
-        
-            Additional Product Info 
-         
-     
-
-    
-        Customer My Account Order Invoice View 
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/invoice/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/invoice/items/renderer/default.phtml 
-                        colspan="4" class="a-right" class="last a-right"  
-                     
-             
-         
-        
-            view */*/view Order Information invoice Invoices shipment */*/shipment Shipments creditmemo */*/creditmemo Refunds  
-         
-
-    
-        Customer My Account Order Shipment View 
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/shipment/items/renderer/default.phtml  
-             
-         
-        
-            view */*/view Order Information invoice */*/invoice Invoices shipment Shipments creditmemo */*/creditmemo Refunds  
-         
-
-    
-        Customer My Account Order Creditmemo View 
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/creditmemo/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/creditmemo/items/renderer/default.phtml 
-                        colspan="6" class="a-right" class="a-right"  
-                     
-             
-         
-        
-            view */*/view Order Information invoice */*/invoice Invoices shipment */*/shipment Shipments creditmemo Refunds  
-         
-
-    
-        
-             
-     
-
-    
-        Sales Order Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/items/renderer/default.phtml 
-                    colspan="4" class="a-right" class="last a-right" 
-                        1  
-                 
-             
-         
-         
-
-    
-        Sales Invoice Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/invoice/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/invoice/items/renderer/default.phtml 
-                    colspan="4" class="a-right" class="last a-right" 
-                        1  
-                 
-             
-         
-         
-
-    
-        Sales Shipment Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/shipment/items/renderer/default.phtml  
-         
-         
-
-    
-        
-            
-                default sales/order_item_renderer_default sales/order/creditmemo/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/creditmemo/items/renderer/default.phtml 
-                    colspan="6" class="a-right" class="a-right" 
-                        1  
-                 
-             
-         
-         
-
-
-    
-        
-            default sales/order_email_items_order_default email/order/items/order/default.phtml grouped sales/order_email_items_order_grouped email/order/items/order/default.phtml 
-                colspan="3" align="right" style="padding:3px 9px" align="right" style="padding:3px 9px" 
-                    1  
-             
-         
-         
-
-    
-        
-            default sales/order_email_items_default email/order/items/invoice/default.phtml grouped sales/order_email_items_order_grouped email/order/items/invoice/default.phtml 
-                colspan="3" align="right" style="padding:3px 9px" align="right" style="padding:3px 9px" 
-                    1  
-             
-         
-         
-
-    
-        
-            default sales/order_email_items_default email/order/items/shipment/default.phtml  
-         
-
-    
-        
-            default sales/order_email_items_default email/order/items/creditmemo/default.phtml grouped sales/order_email_items_order_grouped email/order/items/creditmemo/default.phtml 
-                colspan="3" align="right" style="padding:3px 9px" align="right" style="padding:3px 9px" 
-                    1  
-             
-         
-         
-
-
-
-    
-        Returns 
-        
-            page/1column.phtml  
-        
-             
-     
-
-
-    
-        Customer My Account Order View 
-        
-            page/1column.phtml  
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/items/renderer/default.phtml 
-                        colspan="4" class="a-right" class="last a-right"  
-                 
-             
-         
-        
-            view Order Information invoice */*/invoice Invoices shipment */*/shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Invoice View 
-        
-            page/1column.phtml  
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/invoice/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/invoice/items/renderer/default.phtml 
-                        colspan="4" class="a-right" class="last a-right"  
-                     
-             
-         
-        
-            view */*/view Order Information invoice Invoices shipment */*/shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Shipment View 
-        
-            page/1column.phtml  
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/shipment/items/renderer/default.phtml  
-             
-         
-        
-            view */*/view Order Information invoice */*/invoice Invoices shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Creditmemo View 
-        
-            page/1column.phtml  
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/creditmemo/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/creditmemo/items/renderer/default.phtml 
-                        colspan="6" class="a-right" class="a-right"  
-                     
-             
-         
-        
-            view */*/view Order Information invoice */*/invoice Invoices shipment */*/shipment Shipments creditmemo Refunds  
-     
-
-    
-        
-            page/1column.phtml  
-        
-             
-     
-
-    
-        Sales Order Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/items/renderer/default.phtml 
-                    colspan="4" class="a-right" class="last a-right" 
-                        1  
-                 
-             
-         
-     
-
-    
-        Sales Invoice Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/invoice/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/invoice/items/renderer/default.phtml 
-                    colspan="4" class="a-right" class="last a-right" 
-                        1  
-                 
-             
-         
-     
-
-    
-        Sales Shipment Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/shipment/items/renderer/default.phtml  
-         
-     
-
-    
-        
-            
-                default sales/order_item_renderer_default sales/order/creditmemo/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/creditmemo/items/renderer/default.phtml 
-                    colspan="6" class="a-right" class="a-right" 
-                        1  
-                 
-             
-         
-     
- 
diff --git a/app/design/frontend/default/iphone/layout/sales/billing_agreement.xml b/app/design/frontend/default/iphone/layout/sales/billing_agreement.xml
deleted file mode 100644
index addc7b22718..00000000000
--- a/app/design/frontend/default/iphone/layout/sales/billing_agreement.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-
-
-    
-        
-            page/1column.phtml  
-        
-             
-     
-
-    
-        
-            page/1column.phtml billing-agreement-view  
-        
-             
-     
-
-    
-        
-            billing_agreements sales/billing_agreement/ Billing Agreements  
-     
- 
diff --git a/app/design/frontend/default/iphone/layout/sales/recurring_profile.xml b/app/design/frontend/default/iphone/layout/sales/recurring_profile.xml
deleted file mode 100644
index 96c7b35f99e..00000000000
--- a/app/design/frontend/default/iphone/layout/sales/recurring_profile.xml
+++ /dev/null
@@ -1,165 +0,0 @@
-
-
-
-    
-        
-            recurring_profiles sales/recurring_profile/ Recurring Profiles  
-     
-
-    
-        
-            page/1column.phtml  
-        
-            
-                
-                    There are no recurring profiles yet. recurring_profile_list_view  
-             
-         
-     
-
-    
-        
-            page/1column.phtml  
-        
-            
-                1 
-                    info_tabs Profile Information view  
-
-                
-                    info_tabs Related Orders orders  
-
-             
-         
-     
-
-    
-        
-            1  
-        
-            
-                info_blocks_row_1 1 Reference  
-            
-                info_blocks_row_1 2 Purchased Item  
-            
-                info_blocks_row_2 1 Profile Schedule  
-            
-                info_blocks_row_2 2 Profile Payments  
-            
-                info_blocks_row_3 1 Billing Address  
-            
-                shipping info_blocks_row_3 2 Shipping Address  
-         
-     
-
-
-
-    
-        
-            1  
-        
-            
-                Orders Based on This Profile There are no orders yet. info-box border:0  
-         
-     
-
-
- 
diff --git a/app/design/frontend/default/iphone/layout/sendfriend.xml b/app/design/frontend/default/iphone/layout/sendfriend.xml
deleted file mode 100644
index 507219fdd32..00000000000
--- a/app/design/frontend/default/iphone/layout/sendfriend.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-    
-        Catalog Product Email to a Friend 
-        
-            send-to-friend  
-        
-             
-        
-             
-     
- 
diff --git a/app/design/frontend/default/iphone/layout/tag.xml b/app/design/frontend/default/iphone/layout/tag.xml
deleted file mode 100644
index 8620eac468d..00000000000
--- a/app/design/frontend/default/iphone/layout/tag.xml
+++ /dev/null
@@ -1,106 +0,0 @@
-
-
-
-
-
-
-    
-        
-        
-             
-     
-
-
-
-    
-        
-        
-            customer_account_dashboard_info2  
-     
-
-
-
-    
-        Tags List (All Available) 
-        
-        
-            page/1column.phtml  
-        
-             
-     
-
-    
-        Tagged Products List 
-        
-        
-            product-tags-list  
-        
-            
-                
-                    
-                         
-                    product_list_toolbar  
-                 
-         
-     
-
-    
-        Customer My Account My Tags List 
-        
-            My Account  
-        
-             
-     
-
-    
-        Customer My Account Tag View 
-        
-            My Account  
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/iphone/layout/wishlist.xml b/app/design/frontend/default/iphone/layout/wishlist.xml
deleted file mode 100644
index 538ddfbfd47..00000000000
--- a/app/design/frontend/default/iphone/layout/wishlist.xml
+++ /dev/null
@@ -1,134 +0,0 @@
-
-
-
-
-
-
-    
-        
-            wishlist_link  
-
-        
-        
-             
-     
-
-
-
-    
-        
-        
-            wishlist wishlist/ My Wishlist  
-     
-
-
-
-    
-
-        
-            wishlist  
-     
-
-
-
-    
-        Customer My Account My Wishlist 
-        
-        
-            
-                
-                    My Wishlist 
-                 
-                
-                    
-                        
-                            Add to Cart 
-                         
-                         
-                    
-                        
-                            Product Details and Comment 
-                         
-                     
-                 
-                
-                     
-             
-         
-        
-            wishlist_customer_sidebar  
-     
-
-    
-        Customer My Account Wishlist Sharing Form 
-        
-        
-             
-        
-            wishlist_customer_sidebar  
-     
-
-    
-        Configure Wishlist Item 
-        
-             
-        
-            product.info.addto product.info.addto  
-     
-
-    
-        Customer Shared Wishlist View 
-        
-        
-             
-     
- 
diff --git a/app/design/frontend/default/iphone/locale/en_US/translate.csv b/app/design/frontend/default/iphone/locale/en_US/translate.csv
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/app/design/frontend/default/iphone/template/bundle/catalog/product/view/type/bundle.phtml b/app/design/frontend/default/iphone/template/bundle/catalog/product/view/type/bundle.phtml
deleted file mode 100644
index 682a8821b5b..00000000000
--- a/app/design/frontend/default/iphone/template/bundle/catalog/product/view/type/bundle.phtml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-getProduct() ?>
-
-isSaleable()): ?>
-
-
-isAvailable()): ?>
-    
helper('catalog')->__('Availability:') ?> helper('catalog')->__('In stock') ?> 
-
-    helper('catalog')->__('Availability:') ?> helper('catalog')->__('Out of stock') ?> 
-
-
-    getPriceHtml($_product) ?>
-
-getChildHtml('bundle_prices') ?>
diff --git a/app/design/frontend/default/iphone/template/bundle/sales/order/items/renderer.phtml b/app/design/frontend/default/iphone/template/bundle/sales/order/items/renderer.phtml
deleted file mode 100644
index 74bf6c03630..00000000000
--- a/app/design/frontend/default/iphone/template/bundle/sales/order/items/renderer.phtml
+++ /dev/null
@@ -1,423 +0,0 @@
-
-getItem() ?>
-getChildrenItems()); ?>
-
-
-
-
-
-
-
-    getItemOptions() || $parentItem->getDescription() || $this->helper('giftmessage/message')->getIsMessagesAvailable('order_item', $parentItem) && $parentItem->getGiftMessageId()): ?>
-        
-    
-        
-    
-
-    getParentItem()): ?>
-        getSelectionAttributes($_item) ?>
-        
-            getLastRow()) echo 'class="last"'; ?>>
-                
-                    escapeHtml($attributes['option_label']); ?>
-                 
-             
-            
-        
-    
-
-    getParentItem()): ?>
-        
-            __('Product Name') ?> 
-            escapeHtml($_item->getName()) ?>  
-    
-        
-            __('Product Name') ?> 
-            
-                getValueHtml($_item) ?>
-             
-         
-    
-    
-        __('SKU') ?> 
-        escapeHtml(Mage::helper('core/string')->splitInjection($_item->getSku())) ?> 
-     
-
-    getParentItem()): ?>
-        
-            __('Price') ?> 
-            
-                helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
-                
-                helper('tax')->displaySalesBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Excl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                        
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($this->getItem()->getPrice() + $this->getItem()->getWeeeTaxAppliedAmount() + $this->getItem()->getWeeeTaxDisposition()); ?>
-                
-                    getOrder()->formatPrice($this->getItem()->getPrice()) ?>
-                
-
-                 
-
-
-                        getApplied($this->getItem())): ?>
-
-                            
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                            __('Total'); ?>
-                                : 
-                         
-                            
-                        
-             
-            
-                helper('tax')->displaySalesBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Incl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                        helper('checkout')->getPriceInclTax($this->getItem()); ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                
-                            
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                
-                    getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxDisposition()) ?>
-                
-
-                 
-
-
-                            getApplied($this->getItem())): ?>
-
-                                
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                    
-                            __('Total incl. tax'); ?>
-                                : 
-                         
-                                
-                            
-             
-                        
-               
-         
-    
-
-    getParentItem() && $this->isChildCalculated()) || (!$_item->getParentItem() && !$this->isChildCalculated())): ?>
-        
-            __('Qty') ?> 
-            
-            
-            getQtyOrdered() > 0): ?>
-                __('Ordered'); ?>:
-                getQtyOrdered() * 1 ?> getQtyShipped() * 1 ?> getQtyCanceled() * 1 ?> getQtyRefunded() * 1 ?> 
-                
-             
-             
-         
-    getQtyShipped() > 0 && $_item->getParentItem() && $this->isShipmentSeparately()): ?>
-        
-            __('Qty') ?> 
-            __('Shipped'); ?>
-                    : getQtyShipped() * 1 ?>   
-    
-
-
-    getParentItem()): ?>
-        
-            __('Subtotal') ?> 
-            
-                helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
-                
-                helper('tax')->displaySalesBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Excl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                        
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($this->getItem()->getRowTotal() + $this->getItem()->getWeeeTaxAppliedRowAmount() + $this->getItem()->getWeeeTaxRowDisposition()); ?>
-                
-                    getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
-                
-
-                 
-
-
-                        getApplied($this->getItem())): ?>
-
-                            
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                            __('Total'); ?>
-                                : 
-                         
-                            
-                        
-             
-            
-                helper('tax')->displaySalesBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Incl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                        helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                
-                            
-                
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                
-                    getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxRowDisposition()) ?>
-                
-
-                 
-
-
-                            getApplied($this->getItem())): ?>
-
-                                
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                    
-                            __('Total Incl. Tax'); ?>
-                                : 
-                         
-                                
-                            
-
-
-
-             
-                        
-               
-            
-         
-    
-
-
-
-
-    
-        
-            getItemOptions()): ?>
-                
-                    
-                        escapeHtml($_option['label']) ?> 
-                        getPrintStatus()): ?>
-                            getFormatedOptionValue($_option) ?>
-                             class="truncated">
-                                
-                                
-                                    
-                                        
-                                            escapeHtml($_option['label']) ?> 
-                                             
-                                    
 
-                        
-                            escapeHtml((isset($_option['print_value']) ? $_option['print_value'] : $_option['value'])) ?> 
-                        
-                    
-                 
-            
-            escapeHtml($_item->getDescription()) ?>
-            helper('giftmessage/message')->getIsMessagesAvailable('order_item', $parentItem) && $parentItem->getGiftMessageId()): ?>
-                __('Gift Message') ?> 
-            
-         
-          
-     
-
diff --git a/app/design/frontend/default/iphone/template/catalog/category/view.phtml b/app/design/frontend/default/iphone/template/catalog/category/view.phtml
deleted file mode 100644
index 774085eef4e..00000000000
--- a/app/design/frontend/default/iphone/template/catalog/category/view.phtml
+++ /dev/null
@@ -1,65 +0,0 @@
-
-
-helper('catalog/output');
-    $_category  = $this->getCurrentCategory();
-    $_categoryTitle = '
'.$_helper->categoryAttribute($_category, $_category->getName(), 'name').' ';
-    $_imgUrl = $_category->getImageUrl();
-    $_imgHtml   = '';
-    if ($_imgUrl) {
-        $_imgHtml = '
';
-        $_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
-    }
-?>
-getMessagesBlock()->toHtml() ?>
-
-    
-        
-    
-
-    getCurrentCategory()->getDescription()): ?>
-        
-            categoryAttribute($_category, $_description, 'description') ?>
-        
-    
-
-    isContentMode()): ?>
-        
-        getCmsBlockHtml() ?>
-
-    isMixedMode()): ?>
-        getCmsBlockHtml() ?>
-        
-        getProductListHtml() ?>
-
-    
-        
-        getProductListHtml() ?>
-    
-
-    getStateHtml() ?>
-    getLayer()->getState()->getFilters()): ?>
-        
-    
-    
-    canShowOptions()): ?>
-            
__('Shop By') ?> 
-            getFilters() ?>
-            
-                getItemsCount()): ?>
-                
-                    __($_filter->getName()) ?> 
-                    getHtml() ?> 
-                 
-                
-            
-    
-    
-
-    
-        
-             
-        getProduct()->getMediaGalleryImages() as $_image): ?>
-        
-             
-        
-     
-
__('There are no products matching the selection.') ?>
-
-    getToolbarHtml() ?>
-    
-        count() ?>
-        getColumnCount(); ?>
-        
-    
-    
-        
__('You May Also Like') ?> 
-    
-    
resetItemsIterator() ?>
-    getRowCount();$_i++): ?>
-        getColumnCount();$_j++): ?>
-            getIterableItem()): ?>
-            ->
-                 
-        
-    
-    -> 
-
-    getPrice($_product, $_product->getPrice()) ?>
-    getPrice($_product, $_product->getPrice(), $_simplePricesTax) ?>
-    getPrice($_product, $_product->getFinalPrice()) ?>
-    getPrice($_product, $_product->getFinalPrice(), true) ?>
-    getPriceDisplayType(); ?>
-    = $_price): ?>
-    displayBothPrices()): ?>
-        typeOfDisplay($_product, 0)): // including ?>
-        
-                    helper('tax')->__('Excl. Tax:') ?> 
-                    
-                        currency($_price + $_weeeTaxAmount, true, false) ?>
-                     
-                 
-        
-                    helper('tax')->__('Incl. Tax:') ?> 
-                    
-                        currency($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, true, false) ?>
-                     
-                 
-            typeOfDisplay($_product, 1)): // incl. + weee ?>
-        
-                    helper('tax')->__('Excl. Tax:') ?> 
-                    
-                        currency($_price + $_weeeTaxAmount, true, false) ?>
-                     
-                 
-        
-                    helper('tax')->__('Incl. Tax:') ?> 
-                    
-                        currency($_finalPriceInclTax + $_weeeTaxAmount, true, false) ?>
-                     
-                    (
-                        
-                            
-                            getName(); ?>: currency($_weeeTaxAttribute->getAmount(), true, true); ?>
-                            
-                            
-                        ) 
-                 
-            typeOfDisplay($_product, 4)): // incl. + weee ?>
-        
-                    helper('tax')->__('Excl. Tax:') ?> 
-                    
-                        currency($_price + $_weeeTaxAmount, true, false) ?>
-                     
-                 
-        
-                    helper('tax')->__('Incl. Tax:') ?> 
-                    
-                        currency($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, true, false) ?>
-                     
-                    (
-                        
-                            
-                            getName(); ?>: currency($_weeeTaxAttribute->getAmount() + $_weeeTaxAttribute->getTaxAmount(), true, true); ?>
-                            
-                            
-                        ) 
-                 
-            typeOfDisplay($_product, 2)): // excl. + weee + final ?>
-        
-                    helper('tax')->__('Excl. Tax:') ?> 
-                    
-                        currency($_price, true, false) ?>
-                     
-                 
-            
-            
-                        getName(); ?>: currency($_weeeTaxAttribute->getAmount() + $_weeeTaxAttribute->getTaxAmount(), true, true); ?>
-                     
-                
-        
-                    helper('tax')->__('Incl. Tax:') ?> 
-                    
-                        currency($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, true, false) ?>
-                     
-                 
-            
-        
-                    helper('tax')->__('Excl. Tax:') ?> 
-                    
-                        
-                        currency($_price, true, false) ?>
-                        
-                        currency($_finalPrice, true, false) ?>
-                        
-                     
-                 
-        
-                    helper('tax')->__('Incl. Tax:') ?> 
-                    
-                        currency($_finalPriceInclTax, true, false) ?>
-                     
-                 
-            
-        
-        typeOfDisplay($_product, 0) || $_weeeHelper->typeOfDisplay($_product, 1)): // including ?>
-            displayPriceIncludingTax() ? $_weeeTaxAmountInclTaxes : $_weeeTaxAmount ?>
-        
-                    currency($_price + $weeeAmountToDisplay, true, true) ?>
-                 
-        
(
-            
-                
-                getName(); ?>: currency($_weeeTaxAttribute->getAmount() + ($_taxHelper->displayPriceIncludingTax() ? $_weeeTaxAttribute->getTaxAmount() : 0), true, true); ?>
-                
-                
-            ) 
-            typeOfDisplay($_product, 4)): // incl. + weee ?>
-        
-                    currency($_price + $_weeeTaxAmount, true, true) ?>
-                 
-        
(
-            
-                
-                getName(); ?>: currency($_weeeTaxAttribute->getAmount() + $_weeeTaxAttribute->getTaxAmount(), true, true); ?>
-                
-                
-            ) 
-            typeOfDisplay($_product, 2)): // excl. + weee + final ?>
-        
currency($_price,true,true) ?> 
-            displayPriceIncludingTax() ? $_weeeTaxAmountInclTaxes : $_weeeTaxAmount ?>
-            
-            
-                        getName(); ?>: currency($_weeeTaxAttribute->getAmount() + ($_taxHelper->displayPriceIncludingTax() ? $_weeeTaxAttribute->getTaxAmount() : 0), true, true); ?>
-                     
-                
-        
-                    currency($_price + $weeeAmountToDisplay, true, true) ?>
-                 
-            
-        
-                    
-            currency($_price, true, true) ?>
-            
-            currency($_finalPrice, true, true) ?>
-            
-                 
-            
-        
-    
-    getOriginalAmount($_product); ?>
-
-    typeOfDisplay($_product, 0)): // including ?>
-    
-        __('Regular Price:') ?> 
-                
-                    currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
-                 
-    
-
-        displayBothPrices()): ?>
-        
-            __('Special Price:') ?> 
-                    
-                        helper('tax')->__('Excl. Tax:') ?> 
-                        
-                            currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
-                         
-                     
-                
-                    helper('tax')->__('Incl. Tax:') ?> 
-                    
-                        currency($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, true, false) ?>
-                     
-                 
-        
-            
-        
-            __('Special Price:') ?> 
-                
-                    currency($_finalPrice + $_weeeTaxAmountInclTaxes, true, false) ?>
-                 
-        
-            
-
-        typeOfDisplay($_product, 1)): // incl. + weee ?>
-    
-        __('Regular Price:') ?> 
-                
-                    currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
-                 
-    
-
-    
-        __('Special Price:') ?> 
-                
-                    helper('tax')->__('Excl. Tax:') ?> 
-                    
-                        currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
-                     
-                 
-            (
-                
-                    
-                    getName(); ?>: currency($_weeeTaxAttribute->getAmount(), true, true); ?>
-                    
-                    
-                ) 
-            
-                helper('tax')->__('Incl. Tax:') ?> 
-                
-                    currency($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, true, false) ?>
-                 
-             
-    
-        typeOfDisplay($_product, 4)): // incl. + weee ?>
-    
-        __('Regular Price:') ?> 
-                
-                    currency($_regularPrice + $_originalWeeeTaxAmount, true, false) ?>
-                 
-    
-
-    
-        __('Special Price:') ?> 
-                
-                    helper('tax')->__('Excl. Tax:') ?> 
-                    
-                        currency($_finalPrice + $_weeeTaxAmount, true, false) ?>
-                     
-                 
-            (
-                
-                    
-                    getName(); ?>: currency($_weeeTaxAttribute->getAmount() + $_weeeTaxAttribute->getTaxAmount(), true, true); ?>
-                    
-                    
-                ) 
-            
-                helper('tax')->__('Incl. Tax:') ?> 
-                
-                    currency($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, true, false) ?>
-                 
-             
-    
-        typeOfDisplay($_product, 2)): // excl. + weee + final ?>
-    
-        __('Regular Price:') ?> 
-                
-                    currency($_regularPrice, true, false) ?>
-                 
-    
-
-    
-        __('Special Price:') ?> 
-                
-                    helper('tax')->__('Excl. Tax:') ?> 
-                    
-                        currency($_finalPrice, true, false) ?>
-                     
-                 
-        
-        
-                        getName(); ?>: currency($_weeeTaxAttribute->getAmount(), true, true); ?>
-                     
-        
-        
-                    helper('tax')->__('Incl. Tax:') ?> 
-                    
-                        currency($_finalPriceInclTax + $_weeeTaxAmountInclTaxes, true, false) ?>
-                     
-                 
-    
-        
-    
-        __('Regular Price:') ?> 
-                
-                    currency($_regularPrice, true, false) ?>
-                 
-    
-
-        displayBothPrices()): ?>
-        
-            __('Special Price:') ?> 
-                    
-                        helper('tax')->__('Excl. Tax:') ?> 
-                        
-                            currency($_finalPrice, true, false) ?>
-                         
-                     
-                    
-                        helper('tax')->__('Incl. Tax:') ?> 
-                        
-                            currency($_finalPriceInclTax, true, false) ?>
-                         
-                     
-        
-            
-        
-            __('Special Price:') ?> 
-                
-                    currency($_finalPrice, true, false) ?>
-                 
-        
-            
-        
-
-    
-
-    getDisplayMinimalPrice() && $_minimalPriceValue && $_minimalPriceValue < $_product->getFinalPrice()): ?>
-
-    
-    typeOfDisplay($_product, [0, 1, 4])): ?>
-        
-        
-
-    getUseLinkForAsLowAs()):?>
-        
-        
-        
-        
-    __('As low as:') ?> 
-    
-                currency($_minimalPriceDisplayValue, true, false) ?>
-             
-    getUseLinkForAsLowAs()):?>
-         
-        
-         
-        
-    getDisplayMinimalPrice() && $_minimalPrice && $_minimalPrice < $_finalPrice): */ ?>
-
-        
-            __('Starting at:') ?> 
-            displayBothPrices()): ?>
-            
-                        helper('tax')->__('Excl. Tax:') ?> 
-                        
-                            currency($_exclTax, true, false) ?>
-                         
-                     
-            
-                        helper('tax')->__('Incl. Tax:') ?> 
-                        
-                            currency($_inclTax, true, false) ?>
-                         
-                     
-            
-            displayPriceIncludingTax()) {
-                $_showPrice = $_exclTax;
-            }
-            ?>
-            
-                    currency($_showPrice, true, false) ?>
-                 
-            
-        
-    
-    helper('tax')->getPrice($_product, $_product->getMsrp()) ?>
-        getMsrp()): ?>
-            helper('core')->currency($_product->getMsrp(),true,true) ?>
-            
diff --git a/app/design/frontend/default/iphone/template/catalog/product/price_msrp_noform.phtml b/app/design/frontend/default/iphone/template/catalog/product/price_msrp_noform.phtml
deleted file mode 100644
index e4b889fb11d..00000000000
--- a/app/design/frontend/default/iphone/template/catalog/product/price_msrp_noform.phtml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-getProduct();
-    $_msrpPrice = "";
-?>
-    
-    helper('tax')->getPrice($_product, $_product->getMsrp()) ?>
-        getMsrp()): ?>
-            helper('core')->currency($_product->getMsrp(),true,true) ?>
-            
diff --git a/app/design/frontend/default/iphone/template/catalog/product/view.phtml b/app/design/frontend/default/iphone/template/catalog/product/view.phtml
deleted file mode 100644
index 3eab3fea299..00000000000
--- a/app/design/frontend/default/iphone/template/catalog/product/view.phtml
+++ /dev/null
@@ -1,171 +0,0 @@
-
-helper('catalog/output'); ?>
-getProduct(); ?>
-
-getMessagesBlock()->toHtml() ?>
-
-    
-    getChildHtml('upsell_products') ?>
-    getChildHtml('productTagList') ?>
-    getChildHtml('product_additional_data') ?>
-
-    
-        
-                getGalleryUrl().'"> 
-    
-
-    getChildHtml('', true, true);?>
-
diff --git a/app/design/frontend/default/iphone/template/catalogsearch/form.mini.phtml b/app/design/frontend/default/iphone/template/catalogsearch/form.mini.phtml
deleted file mode 100644
index 0d4c11fae85..00000000000
--- a/app/design/frontend/default/iphone/template/catalogsearch/form.mini.phtml
+++ /dev/null
@@ -1,33 +0,0 @@
-helper('catalogsearch');
-?>
-
-
diff --git a/app/design/frontend/default/iphone/template/catalogsearch/result.phtml b/app/design/frontend/default/iphone/template/catalogsearch/result.phtml
deleted file mode 100644
index 737f710f9ab..00000000000
--- a/app/design/frontend/default/iphone/template/catalogsearch/result.phtml
+++ /dev/null
@@ -1,50 +0,0 @@
-
-getResultCount()): ?>
-getMessagesBlock()->toHtml() ?>
-
-    helper('rss/catalog')->getTagFeedUrl()): ?>
-        
-    
-    
getHeaderText() || $this->getHeaderText() === false) ? $this->getHeaderText() : $this->__("Search results for '%s'", $this->helper('catalogsearch')->getEscapedQueryText()) ?> 
-
-    getNoteMessages()):?>
-    
-        
-            
-    
-    getProductListHtml() ?>
-
-
-    
getHeaderText() || $this->getHeaderText() === false) ? $this->getHeaderText() : $this->__("Search results for '%s'", $this->helper('catalogsearch')->getEscapedQueryText()) ?> 
-
-
-    getNoResultText()) ? $this->getNoResultText() : $this->__('Your search returns no results.') ?>
-    getNoteMessages()):?>
-        
-        
-
diff --git a/app/design/frontend/default/iphone/template/checkout/cart.phtml b/app/design/frontend/default/iphone/template/checkout/cart.phtml
deleted file mode 100644
index d1aea0c4bab..00000000000
--- a/app/design/frontend/default/iphone/template/checkout/cart.phtml
+++ /dev/null
@@ -1,89 +0,0 @@
-
-
-
-    getChildHtml('form_before') ?>
-    getMessagesBlock()->toHtml() ?>
-    hasError() && count($this->getItems()) > 1): ?>
-        
-        getMethods('methods') as $method): ?>
-            getMethodHtml($method); ?>
-            
-             
-    
-    
-    getChildHtml('shopping.cart.table.after'); ?>
-    
-        getChildHtml('crosssell') ?>
-        
-            
-            getChildHtml('checkout.cart.extra') ?>
-            getChildHtml('checkout_cart_widget') ?>
-            getChildHtml('coupon') ?>
-            getChildHtml('giftcards') ?>
-            getChildHtml('giftregistry.cart.link') ?>
-        
-        getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
-    
-    
-        getChildHtml('totals'); ?>
-    
-    hasError()): ?>
-        
-        getMethods('methods') as $method): ?>
-            getMethodHtml($method); ?>
-            
-             
-    
-
-
-    
-        
-            * escapeHtml($message['text']) ?>
-        
-     
- 
-
-
-    
-
-        hasProductUrl()):?>
-            __('Edit') ?> 
-        
-
-     
-
-    
-
-        __('Remove item')?> 
-
-        
-
-        getProductAdditionalInformationBlock(); ?>
-        
-            setItem($_item)->toHtml() ?>
-        
-
-        
-
-            
-                getQty() == 1) echo ' style="display:none;"' ?>>× 
-            
-
-            
getQty() == 1) echo ' style="display:none;"' ?>>
-
-                
-                    
-                        __('See price before order confirmation.'); ?> 
-                        getId(); ?>
-                        __("What's this?"); ?> 
-                        
-                     
-                
-
-                    helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
-
-                        typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                            
-                        
-                            typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
-                            
-                                helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
-                            
-
-                         
-
-
-                        getApplied($_item)): ?>
-
-                            
-                                typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount'],true,true); ?> 
-                                    
-                                typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount'],true,true); ?> 
-                                    
-                                typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount'],true,true); ?> 
-                                    
-                                
-                            
-
-                            typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    __('Total'); ?>: helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?> 
-                                
-                            
-                        
-
-                    
-                    helper('tax')->displayCartPriceInclTax()): ?>
-
-                        helper('checkout')->getPriceInclTax($_item); ?>
-                        typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                            
-                        
-
-                            typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                            
-                                helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
-                            
-
-                         
-                        getApplied($_item)): ?>
-
-                            
-                                typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount_incl_tax'],true,true); ?> 
-                                    
-                                typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount_incl_tax'],true,true); ?> 
-                                    
-                                typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount_incl_tax'],true,true); ?> 
-                                    
-                                
-                            
-
-                            typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    __('Total incl. tax'); ?>: helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?> 
-                                
-                            
-                        
-
-                    
-                
-
-              
-
-            
-
-                helper('tax')->displayCartPriceExclTax() && !$_item->getNoSubtotal()): ?>
-
-                    typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                        
-                    
-
-                        
-                            -- 
-                        
-                            typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
-                            
-                                helper('checkout')->formatPrice($_item->getRowTotal()) ?>
-                            
-                        
-
-                     
-                    getApplied($_item)): ?>
-
-                        
-                            typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount'],true,true); ?> 
-                                
-                            typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount'],true,true); ?> 
-                                
-                            typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount'],true,true); ?> 
-                                
-                            
-                        
-
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                                __('Total'); ?>: helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?> 
-                            
-                        
-                    
-
-                
-
-                helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?>
-
-                    helper('checkout')->getSubtotalInclTax($_item); ?>
-                    typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                        
-                    
-
-                        
-                            -- 
-                        
-                            typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                            
-                                helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
-                            
-                        
-
-                     
-
-
-                    getApplied($_item)): ?>
-
-                        
-                            typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount_incl_tax'],true,true); ?> 
-                                
-                            typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount_incl_tax'],true,true); ?> 
-                                
-                            typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount_incl_tax'],true,true); ?> 
-                                
-                            
-                        
-
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                                __('Total incl. tax'); ?>: helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?> 
-                            
-                        
-                    
-
-                
-
-              
-
-        
 
- 
-
-
-    
-        Show Options 
-        
-            
-                
-                    getFormatedOptionValue($_option) ?>
-                    escapeHtml($_option['label']) ?> 
-                    
-                         
-        
 
- 
-
diff --git a/app/design/frontend/default/iphone/template/checkout/onepage/review/info.phtml b/app/design/frontend/default/iphone/template/checkout/onepage/review/info.phtml
deleted file mode 100644
index 3f2f73dda31..00000000000
--- a/app/design/frontend/default/iphone/template/checkout/onepage/review/info.phtml
+++ /dev/null
@@ -1,57 +0,0 @@
-
-getChildHtml('items_before'); ?>
-
-    
-        getChildHtml('totals'); ?>
-        
-            
-                __('Product Name') ?> 
-                __('Subtotal') ?> 
-             
-         
-        getItems() as $_item): ?>
-            getItemHtml($_item)?>
-        
-    
-
-    getChildHtml('agreements') ?>
-    
-    
-
-    
-        
-            escapeHtml($this->getProductName()) ?> 
-
-            getOptionList()):?>
-                
-                    
-                    getFormatedOptionValue($_option) ?>
-                    escapeHtml($_option['label']) ?> 
-                     class="truncated">
-                        
-                        
-                            
-                                escapeHtml($_option['label']) ?> 
-                                 
-                        
 
-                    
-                 
-            
-
-            getProductAdditionalInformationBlock()):?>
-                setItem($_item)->toHtml() ?>
-            
-
-         
-     
-    
-        
-            helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
-                typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                    
-                
-
-                    typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
-                    
-                        helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
-                    
-
-                 
-
-
-                getApplied($_item)): ?>
-
-                    
-                        typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount'],true,true); ?>  
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount'],true,true); ?> 
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount'],true,true); ?>  
-                        
-                    
-
-                    typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>: 
-                        
-                    
-                
-            
-            helper('tax')->displayCartPriceInclTax()): ?>
-                helper('checkout')->getPriceInclTax($_item); ?>
-                typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                    
-                
-
-                    typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                    
-                        helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
-                    
-
-                 
-                getApplied($_item)): ?>
-
-                    
-                        typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount_incl_tax'],true,true); ?>  
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount_incl_tax'],true,true); ?> 
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount_incl_tax'],true,true); ?>  
-                        
-                    
-
-                    typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total incl. tax'); ?>: 
-                        
-                    
-                
-            
-           
-        
-            helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
-                typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                    
-                
-
-                    typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
-                    
-                        helper('checkout')->formatPrice($_item->getRowTotal()) ?>
-                    
-
-                 
-                getApplied($_item)): ?>
-
-                    
-                        typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount'],true,true); ?>  
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount'],true,true); ?> 
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount'],true,true); ?>  
-                        
-                    
-
-                    typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>: 
-                        
-                    
-                
-            
-
-            helper('tax')->displayCartPriceInclTax()): ?>
-
-                helper('checkout')->getSubtotalInclTax($_item); ?>
-                typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                    
-                
-
-                    typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                    
-                        helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
-                    
-
-                 
-
-
-                getApplied($_item)): ?>
-
-                    
-                        typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount_incl_tax'],true,true); ?>  
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount_incl_tax'],true,true); ?> 
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount_incl_tax'],true,true); ?>  
-                        
-                    
-
-                    typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total incl. tax'); ?>: 
-                        
-                    
-                
-            
-           
-     
- 
diff --git a/app/design/frontend/default/iphone/template/checkout/onepage/review/totals.phtml b/app/design/frontend/default/iphone/template/checkout/onepage/review/totals.phtml
deleted file mode 100644
index 225bec1cfb7..00000000000
--- a/app/design/frontend/default/iphone/template/checkout/onepage/review/totals.phtml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-getTotals()): ?>
-
-    
-    renderTotals(null, $_colspan); ?>
-    renderTotals('footer', $_colspan); ?>
-    needDisplayBaseGrandtotal()):?>
-    
-        
-            helper('sales')->__('Grand Total to be Charged') ?> 
-         
-        
-            displayBaseGrandtotal() ?> 
-         
-     
-    
- 
-
diff --git a/app/design/frontend/default/iphone/template/checkout/success.phtml b/app/design/frontend/default/iphone/template/checkout/success.phtml
deleted file mode 100644
index ce279442f55..00000000000
--- a/app/design/frontend/default/iphone/template/checkout/success.phtml
+++ /dev/null
@@ -1,61 +0,0 @@
-
-
-    
__('Your order has been received') ?> 
-
-
-    getMessagesBlock()->toHtml() ?>
-    
__('Thank you for your purchase!') ?> 
-
-    getOrderId()):?>
-        getCanViewOrder()) :?>
-            
__('Your order # is: %s.', sprintf('%s ', $this->escapeHtml($this->getViewOrderUrl()), $this->escapeHtml($this->getOrderId()))) ?>
-        
-            
__('Your order # is: %s.', $this->escapeHtml($this->getOrderId())) ?>
-        
-            
__('You will receive an order confirmation email with details of your order and a link to track its progress.') ?>
-        getCanViewOrder() && $this->getCanPrintOrder()) :?>
-            
-                __('Click here to print  a copy of your order confirmation.', $this->getPrintUrl()) ?>
-                getChildHtml() ?>
-            
-        
-    
-
-    getAgreementRefId()): ?>
-        
__('Your billing agreement # is: %s.', sprintf('%s ', $this->escapeHtml($this->getAgreementUrl()), $this->escapeHtml($this->getAgreementRefId())))?>
-    
-
-    getRecurringProfiles()):?>
-    
__('Your recurring payment profiles:'); ?>
-    
-    
-    getCanViewProfiles() ? sprintf('%s ', $this->escapeHtml($this->getProfileUrl($profile)), $this->escapeHtml($this->getObjectData($profile, 'reference_id'))) : $this->escapeHtml($this->getObjectData($profile, 'reference_id')));?>
-        __('Payment profile # %s: "%s".', $profileIdHtml, $this->escapeHtml($this->getObjectData($profile, 'schedule_description')))?> 
-    
-     
-    
-
-    
-        __('Continue Shopping') ?> 
-
-    
-    
-        
-            
__('Default Billing Address') ?> |  __('Edit') ?>  
-            
-                getPrimaryBillingAddressHtml() ?>
-             
-        
-    
-    
-        
-            
__('Default Shipping Address') ?> |  __('Edit') ?>  
-            
-                getPrimaryShippingAddressHtml() ?>
-             
-        
-    
-
getLabel() ?> getLabel() ?> 
-    
__('Address Book') ?> 
-    __('Add New Address') ?> 
-    
-        
__('Default Addresses') ?> 
-        
-        getCustomer()->getDefaultBilling()): ?>
-            
-                __('Default Billing Address') ?> |  __('Edit') ?>  
-                
-                getAddressHtml(Mage::getSingleton('customer/session')->getCustomer()->getAddressById($_pAddsses)) ?>
-                 
-            
-        
-            
-                __('Default Billing Address') ?> 
-                __('You have no default billing address in your address book.') ?>
-             
-        
-
-        getCustomer()->getDefaultShipping()): ?>
-            
-                __('Default Shipping Address') ?> |  __('Edit') ?>  
-                
-                    getAddressHtml(Mage::getSingleton('customer/session')->getCustomer()->getAddressById($_pAddsses)) ?>
-                 
-             
-        
-            
-                __('Default Shipping Address') ?> 
-                __('You have no default shipping address in your address book.') ?>
-             
-        
-         
-    
-    
-        
__('Additional Address Entries') ?> 
-        
-        getAdditionalAddresses()): ?>
-            
-            
-                
-                    getAddressHtml($_address) ?> 
-                
-                    __('Edit Address') ?> 
-                    | 
-                    __('Delete Address') ?> 
-                
-             
-            
-        
-            
-                __('You have no additional address entries in your address book.') ?>
-             
-        
-         
-    
-
-    
-        
__('Login or Create an Account') ?> 
-    
-    getMessagesBlock()->toHtml() ?>
-    
-    getChildHtml('customer.form.login.extra')?>
-    
-    
-
-    
-        
-        
-            * escapeHtml($message['text']) ?>
-        
-        
-     
- 
-
-
-    
-        
-             
-
-        __('Edit') ?> 
-     
-
-    
-        __('Remove Item') ?> 
-
-        
-
-        
-
-            
-                getQty() == 1) echo ' style="display:none;"' ?>>× 
-            
-
-            
getQty() == 1) echo ' style="display:none;"' ?>>
-
-                
-                    
-                        __('See price before order confirmation.'); ?> 
-                        getId(); ?>
-                        __("What's this?"); ?> 
-                        
-                     
-                
-
-                    helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
-
-                        typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                            
-                        
-                            typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
-                            
-                                helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
-                            
-
-                         
-
-
-                        getApplied($_item)): ?>
-
-                            
-                                typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount'],true,true); ?> 
-                                    
-                                typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount'],true,true); ?> 
-                                    
-                                typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount'],true,true); ?> 
-                                    
-                                
-                            
-
-                            typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    __('Total'); ?>: helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?> 
-                                
-                            
-                        
-
-                    
-                    helper('tax')->displayCartPriceInclTax()): ?>
-
-                        helper('checkout')->getPriceInclTax($_item); ?>
-                        typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                            
-                        
-
-                            typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                            
-                                helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
-                            
-
-                         
-                        getApplied($_item)): ?>
-
-                            
-                                typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount_incl_tax'],true,true); ?> 
-                                    
-                                typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount_incl_tax'],true,true); ?> 
-                                    
-                                typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                    getApplied($_item) as $tax): ?>
-                                        : formatPrice($tax['amount_incl_tax'],true,true); ?> 
-                                    
-                                
-                            
-
-                            typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    __('Total incl. tax'); ?>: helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?> 
-                                
-                            
-                        
-
-                    
-                
-
-              
-
-            
-
-                helper('tax')->displayCartPriceExclTax() && !$_item->getNoSubtotal()): ?>
-
-                    typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                        
-                    
-
-                        
-                            -- 
-                        
-                            typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
-                            
-                                helper('checkout')->formatPrice($_item->getRowTotal()) ?>
-                            
-                        
-
-                     
-                    getApplied($_item)): ?>
-
-                        
-                            typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount'],true,true); ?> 
-                                
-                            typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount'],true,true); ?> 
-                                
-                            typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount'],true,true); ?> 
-                                
-                            
-                        
-
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                                __('Total'); ?>: helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?> 
-                            
-                        
-                    
-
-                
-
-                helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()) && !$_item->getNoSubtotal()): ?>
-
-                    helper('checkout')->getSubtotalInclTax($_item); ?>
-                    typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                        
-                    
-
-                        
-                            -- 
-                        
-                            typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                            
-                                helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
-                            
-                        
-
-                     
-
-
-                    getApplied($_item)): ?>
-
-                        
-                            typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount_incl_tax'],true,true); ?> 
-                                
-                            typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount_incl_tax'],true,true); ?> 
-                                
-                            typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($_item) as $tax): ?>
-                                    : formatPrice($tax['row_amount_incl_tax'],true,true); ?> 
-                                
-                            
-                        
-
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                                __('Total incl. tax'); ?>: helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?> 
-                            
-                        
-                    
-
-                
-
-              
-
-        
-            
-                escapeHtml($this->getLinksTitle()); ?> 
-                
-                    escapeHtml($link->getTitle()); ?> 
-                
-             
-        
 
- 
-
-
-    
-        Show Options 
-        
-            
-                
-                    getFormatedOptionValue($_option) ?>
-                    escapeHtml($_option['label']) ?> 
-                    
-                         
-        
 
- 
-
diff --git a/app/design/frontend/default/iphone/template/downloadable/checkout/onepage/review/item.phtml b/app/design/frontend/default/iphone/template/downloadable/checkout/onepage/review/item.phtml
deleted file mode 100644
index f26feb8ca42..00000000000
--- a/app/design/frontend/default/iphone/template/downloadable/checkout/onepage/review/item.phtml
+++ /dev/null
@@ -1,249 +0,0 @@
-
-getItem()?>
-
-    
-        
-            escapeHtml($this->getProductName()) ?> 
-            
-            getOptionList()):?>
-            
-                
-                getFormatedOptionValue($_option) ?>
-                escapeHtml($_option['label']) ?> 
-                 class="truncated">
-                    
-                    
-                        
-                            escapeHtml($_option['label']) ?> 
-                             
-                    
 
-                
-             
-            
-            getLinks()): ?>
-            
-                escapeHtml($this->getLinksTitle()); ?> 
-                
-                    escapeHtml($link->getTitle()); ?> 
-                
-             
-            
-            
-         
-     
-    
-        
-            helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
-
-                typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                    
-                
-
-                    typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
-                    
-                        helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
-                    
-
-                
-
-
-                getApplied($_item)): ?>
-
-                    
-                        typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount'],true,true); ?>  
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount'],true,true); ?> 
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount'],true,true); ?>  
-                        
-                    
-
-                    typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>: 
-                        
-                    
-                
-
-            
-            helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
-
-                helper('checkout')->getPriceInclTax($_item); ?>
-                typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                    
-                
-
-                    typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                    
-                        helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
-                    
-
-                
-                getApplied($_item)): ?>
-
-                    
-                        typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount_incl_tax'],true,true); ?>  
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount_incl_tax'],true,true); ?> 
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['amount_incl_tax'],true,true); ?>  
-                        
-                    
-
-                    typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total incl. tax'); ?>: 
-                        
-                    
-                
-            
-        
 
-     
-    
-        
-            helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
-                typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                    
-                
-
-                    typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
-                    
-                        helper('checkout')->formatPrice($_item->getRowTotal()) ?>
-                    
-
-                
-                getApplied($_item)): ?>
-
-                    
-                        typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount'],true,true); ?>  
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount'],true,true); ?> 
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount'],true,true); ?>  
-                        
-                    
-
-                    typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>: 
-                        
-                    
-                
-
-            
-            helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
-
-                helper('checkout')->getSubtotalInclTax($_item); ?>
-                typeOfDisplay($_item, [1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                    
-                
-                    
-                
-
-                    typeOfDisplay($_item, [0, 1, 4], 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                    
-                        helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
-                    
-
-                
-
-
-                getApplied($_item)): ?>
-
-                    
-                        typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount_incl_tax'],true,true); ?>  
-                        typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount_incl_tax'],true,true); ?> 
-                            getApplied($_item) as $tax): ?>
-                                : formatPrice($tax['row_amount_incl_tax'],true,true); ?>  
-                        
-                    
-
-                    typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total incl. tax'); ?>: 
-                        
-                    
-                
-
-            
-        
 
-     
- 
diff --git a/app/design/frontend/default/iphone/template/downloadable/customer/products/list.phtml b/app/design/frontend/default/iphone/template/downloadable/customer/products/list.phtml
deleted file mode 100644
index c4a7d1383fc..00000000000
--- a/app/design/frontend/default/iphone/template/downloadable/customer/products/list.phtml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-getItems(); ?>
-
-    
__('My Downloadable Products') ?> 
-
-
-    getMessagesBlock()->toHtml() ?>
-    
-        
-            
-            
-                
-                    escapeHtml($_item->getPurchased()->getProductName()) ?> - getIsOpenInNewWindow()?'onclick="this.target=\'_blank\'"':''; ?>>escapeHtml($_item->getLinkTitle()); ?>  
-                    __('Order #') ?>  getPurchased()->getOrderIncrementId() ?> __('Date') ?>  formatDate($_item->getPurchased()->getCreatedAt()) ?> __('Status') ?>  __(ucfirst($_item->getStatus())) ?> __('Remaining Downloads') ?>  getRemainingDownloads($_item) ?> 
-             
-            
-         
-    
-        
__('You have not purchased any downloadable products yet.'); ?>
-    
-    getChildHtml('pager'); ?>
-    
-
-    __('Product Name') ?> 
-    escapeHtml($_item->getName()) ?> 
-        getItemOptions()): ?>
-            
-                
-                    escapeHtml($_option['label']) ?> 
-                    getPrintStatus()): ?>
-                        getFormatedOptionValue($_option) ?>
-                         class="truncated">
-                            
-                                
-                                    
-                                        escapeHtml($_option['label']) ?> 
-                                         
-                                
 
-                    
-                        escapeHtml((isset($_option['print_value']) ? $_option['print_value'] : $_option['value'])) ?> 
-                    
-                
-             
-        
-
-        
-        getLinks()): ?>
-            
-                escapeHtml($this->getLinksTitle()); ?> 
-                getPurchasedItems() as $link): ?>
-                    escapeHtml($link->getLinkTitle()); ?> 
-                
-             
-        
-        
-
-        escapeHtml($_item->getDescription()) ?>
-        helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
-            __('Gift Message') ?> 
-        
-     
-
-    __('SKU') ?> 
-    escapeHtml(Mage::helper('core/string')->splitInjection($this->getSku())) ?> 
- 
-
-    __('Price') ?> 
-    
-        helper('tax')->displayCartBothPrices() || $this->helper('tax')->displayCartPriceExclTax()): ?>
-        
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Excl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                
-                
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($this->getItem()->getPrice() + $this->getItem()->getWeeeTaxAppliedAmount() + $this->getItem()->getWeeeTaxDisposition()); ?>
-                
-                    getOrder()->formatPrice($this->getItem()->getPrice()) ?>
-                
-
-                 
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>
-                                : 
-                         
-                    
-                
-             
-            
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Incl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                helper('checkout')->getPriceInclTax($this->getItem()); ?>
-                typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                
-                
-                    
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                
-                    getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxDisposition()) ?>
-                
-
-                 
-
-
-                    getApplied($this->getItem())): ?>
-
-                        
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                            __('Total incl. tax'); ?>
-                                : 
-                         
-                        
-                    
-             
-                
-       
- 
-
-    __('Qty') ?> 
-    getQty() * 1 ?> 
- 
-
-    __('Subtotal') ?> 
-    
-        helper('tax')->displayCartBothPrices() || $this->helper('tax')->displayCartPriceExclTax()): ?>
-        
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Excl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                
-                
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($this->getItem()->getRowTotal() + $this->getItem()->getWeeeTaxAppliedRowAmount() + $this->getItem()->getWeeeTaxRowDisposition()); ?>
-                
-                    getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
-                
-
-                 
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>
-                                : 
-                         
-                    
-                
-             
-            
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Incl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
-                typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                
-                
-                    
-                
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                
-                    getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxRowDisposition()) ?>
-                
-
-                 
-
-                    getApplied($this->getItem())): ?>
-
-                        
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                            __('Total incl. tax'); ?>
-                                : 
-                         
-                        
-                    
-
-             
-                
-       
- 
-__('Discount Amount') ?> 
-formatPrice(-$_item->getDiscountAmount()) ?> 
-
-
-    __('Row Total') ?> 
-    
-        formatPrice($_item->getRowTotal() - $_item->getDiscountAmount() + $_item->getTaxAmount() + $_item->getWeeeTaxAppliedRowAmount()) ?>
-     
- 
diff --git a/app/design/frontend/default/iphone/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml b/app/design/frontend/default/iphone/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml
deleted file mode 100644
index bea14b7aead..00000000000
--- a/app/design/frontend/default/iphone/template/downloadable/sales/order/invoice/items/renderer/downloadable.phtml
+++ /dev/null
@@ -1,346 +0,0 @@
-
-getItem() ?>
-getItem()->getOrderItem()->getOrder() ?>
-
-    __('Product Name') ?> 
-    escapeHtml($_item->getName()) ?> 
-        getItemOptions()): ?>
-            
-                
-                    escapeHtml($_option['label']) ?> 
-                    getPrintStatus()): ?>
-                        getFormatedOptionValue($_option) ?>
-                         class="truncated">
-                            
-                            
-                                
-                                    
-                                        escapeHtml($_option['label']) ?> 
-                                         
-                                
 
-                    
-                        escapeHtml((isset($_option['print_value']) ? $_option['print_value'] : $_option['value'])) ?> 
-                    
-                
-             
-        
-
-        
-        getLinks()): ?>
-            
-                escapeHtml($this->getLinksTitle()); ?> 
-                getPurchasedItems() as $link): ?>
-                    escapeHtml($link->getLinkTitle()); ?> 
-                
-             
-        
-        
-
-        escapeHtml($_item->getDescription()) ?>
-        helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
-            __('Gift Message') ?> 
-        
-     
-
-    __('SKU') ?> 
-    escapeHtml(Mage::helper('core/string')->splitInjection($this->getSku())) ?> 
- 
-
-    __('Price') ?> 
-    
-        helper('tax')->displayCartBothPrices() || $this->helper('tax')->displayCartPriceExclTax()): ?>
-        
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Excl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                
-                
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($this->getItem()->getPrice() + $this->getItem()->getWeeeTaxAppliedAmount() + $this->getItem()->getWeeeTaxDisposition()); ?>
-                
-                    getOrder()->formatPrice($this->getItem()->getPrice()) ?>
-                
-
-                 
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>
-                                : 
-                         
-                    
-                
-             
-            
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Incl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                helper('checkout')->getPriceInclTax($this->getItem()); ?>
-                typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                
-                
-                    
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                
-                    getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxDisposition()) ?>
-                
-
-                 
-
-
-                    getApplied($this->getItem())): ?>
-
-                        
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                            __('Total incl. tax'); ?>
-                                : 
-                         
-                        
-                    
-             
-                
-       
- 
-
-    __('Qty') ?> 
-    getQty() * 1 ?>  
- 
-
-    __('Subtotal') ?> 
-    
-        helper('tax')->displayCartBothPrices() || $this->helper('tax')->displayCartPriceExclTax()): ?>
-        
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Excl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                
-                
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($this->getItem()->getRowTotal() + $this->getItem()->getWeeeTaxAppliedRowAmount() + $this->getItem()->getWeeeTaxRowDisposition()); ?>
-                
-                    getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
-                
-
-                 
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>
-                                : 
-                         
-                    
-                
-             
-            
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Incl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
-                typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                
-                
-                    
-                
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                
-                    getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxRowDisposition()) ?>
-                
-
-                 
-
-
-                    getApplied($this->getItem())): ?>
-
-                        
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                            __('Total incl. tax'); ?>
-                                : 
-                         
-                        
-                    
-
-
-
-             
-                
-       
- 
diff --git a/app/design/frontend/default/iphone/template/downloadable/sales/order/items/renderer/downloadable.phtml b/app/design/frontend/default/iphone/template/downloadable/sales/order/items/renderer/downloadable.phtml
deleted file mode 100644
index af6d43835ab..00000000000
--- a/app/design/frontend/default/iphone/template/downloadable/sales/order/items/renderer/downloadable.phtml
+++ /dev/null
@@ -1,365 +0,0 @@
-
-getItem();
-$_options = $this->getItemOptions();
-$links = $this->getLinks();
-?>
-
-    __('Product Name') ?> 
-    escapeHtml($_item->getName()) ?> 
-        
-            
-                
-                    escapeHtml($_option['label']) ?> 
-                    getPrintStatus()): ?>
-                        getFormatedOptionValue($_option) ?>
-                         class="truncated">
-                            
-                            
-                                
-                                    
-                                        escapeHtml($_option['label']) ?> 
-                                         
-                                
 
-                    
-                        escapeHtml((isset($_option['print_value']) ? $_option['print_value'] : $_option['value'])) ?> 
-                    
-                
-             
-        
-
-        
-        
-            
-                escapeHtml($this->getLinksTitle()); ?> 
-                getPurchasedItems() as $link): ?>
-                    escapeHtml($link->getLinkTitle()); ?> 
-                
-             
-        
-        
-
-        escapeHtml($_item->getDescription()) ?>
-        helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?>
-            __('Gift Message') ?> 
-        
-     
-
-    __('SKU') ?> 
-    escapeHtml(Mage::helper('core/string')->splitInjection($this->getSku())) ?> 
- 
-
-    __('Price') ?> 
-    
-        helper('tax')->displayCartBothPrices() || $this->helper('tax')->displayCartPriceExclTax()): ?>
-        
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Excl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                
-                
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($this->getItem()->getPrice() + $this->getItem()->getWeeeTaxAppliedAmount() + $this->getItem()->getWeeeTaxDisposition()); ?>
-                
-                    getOrder()->formatPrice($this->getItem()->getPrice()) ?>
-                
-
-                 
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>
-                                : 
-                         
-                    
-                
-             
-            
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Incl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                helper('checkout')->getPriceInclTax($this->getItem()); ?>
-                typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                
-                
-                    
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                
-                    getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxDisposition()) ?>
-                
-
-                 
-
-
-                    getApplied($this->getItem())): ?>
-
-                        
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                            __('Total incl. tax'); ?>
-                                : 
-                         
-                        
-                    
-             
-                
-       
- 
-
-    __('Qty') ?> 
-    
-        
-                getItem()->getQtyOrdered() > 0): ?>
-                    __('Ordered'); ?>:
-                    getItem()->getQtyOrdered() * 1 ?> getItem()->getQtyShipped() * 1 ?> getItem()->getQtyCanceled() * 1 ?> getItem()->getQtyRefunded() * 1 ?>  
-     
- 
-
-    __('Subtotal') ?> 
-    
-        helper('tax')->displayCartBothPrices() || $this->helper('tax')->displayCartPriceExclTax()): ?>
-        
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Excl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                
-                
-                
-
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($this->getItem()->getRowTotal() + $this->getItem()->getWeeeTaxAppliedRowAmount() + $this->getItem()->getWeeeTaxRowDisposition()); ?>
-                
-                    getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
-                
-
-                 
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                            __('Total'); ?>
-                                : 
-                         
-                    
-                
-             
-            
-                helper('tax')->displayCartBothPrices()): ?>
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                    
-                    __('Incl. Tax'); ?>: 
-                    typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                         
-                    
-                
-                helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
-                typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                
-                
-                    
-                
-                typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    getOrder()->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                
-                    getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxRowDisposition()) ?>
-                
-
-                 
-
-
-                    getApplied($this->getItem())): ?>
-
-                        
-                        typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                
-                             
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            getApplied($this->getItem()) as $tax): ?>
-                                
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                        : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                
-                             
-                        
-                     
-
-                    typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                            __('Total incl. tax'); ?>
-                                : 
-                         
-                        
-                    
-             
-                
-       
- 
diff --git a/app/design/frontend/default/iphone/template/newsletter/subscribe.phtml b/app/design/frontend/default/iphone/template/newsletter/subscribe.phtml
deleted file mode 100644
index 0b32c155d65..00000000000
--- a/app/design/frontend/default/iphone/template/newsletter/subscribe.phtml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-    
-        __('Newsletter') ?> 
-    
-    
-
-        getChildHtml('breadcrumbs') ?>
-        getChildHtml('global_messages') ?>
-        getChildHtml('homepage.banner') ?>
-        getChildHtml('content') ?>
-     
-
-    getChildHtml('footer') ?>
-
-    getChildHtml('before_body_end') ?>
-    getAbsoluteFooter() ?>
-
-
diff --git a/app/design/frontend/default/iphone/template/page/html/footer.phtml b/app/design/frontend/default/iphone/template/page/html/footer.phtml
deleted file mode 100644
index 26845d7e51a..00000000000
--- a/app/design/frontend/default/iphone/template/page/html/footer.phtml
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-getTitle() ?> 
-
-        __('Language') ?>:  
-        
-            getStores() as $_lang): ?>
-            getId() == $this->getCurrentStoreId()) ? ' class="selected"' : '' ?>
-            >
-                escapeHtml($_lang->getName()) ?> 
-             
-            
-         
-     
-
diff --git a/app/design/frontend/default/iphone/template/page/switch/stores.phtml b/app/design/frontend/default/iphone/template/page/switch/stores.phtml
deleted file mode 100644
index 36200d12410..00000000000
--- a/app/design/frontend/default/iphone/template/page/switch/stores.phtml
+++ /dev/null
@@ -1,41 +0,0 @@
-
-
-getGroups())>1): ?>
-    
-        __('Selected Store') ?>:  
-        
-            getGroups() as $_group): ?>
-            getId() == $this->getCurrentGroupId()) ? ' class="selected"' : '' ?>
-            >
-                escapeHtml($_group->getName()) ?> 
-             
-            
-         
-     
-
diff --git a/app/design/frontend/default/iphone/template/page/template/links.phtml b/app/design/frontend/default/iphone/template/page/template/links.phtml
deleted file mode 100644
index 773a73a38c7..00000000000
--- a/app/design/frontend/default/iphone/template/page/template/links.phtml
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-getLinks(); ?>
-0): ?>
-
-getName()): ?> id="getName() ?>">
-    
-        
-            toHtml() ?>
-        
-            getIsFirst()||$_link->getIsLast()): ?> class="getIsFirst()): ?>firstgetIsLast()): ?> last" getLiParams() ?>>getBeforeText() ?>getAParams() ?>>getLabel() ?> getAfterText() ?> 
-        
-    
- 
-
diff --git a/app/design/frontend/default/iphone/template/paypal/express/review.phtml b/app/design/frontend/default/iphone/template/paypal/express/review.phtml
deleted file mode 100644
index d2b0cebd7af..00000000000
--- a/app/design/frontend/default/iphone/template/paypal/express/review.phtml
+++ /dev/null
@@ -1,166 +0,0 @@
-getChild('billing')->setFieldNamePrefix('billing')->setHideEmailAddress(true);
-$shippingAddress = $this->getShippingAddress();
-?>
-
-    
__('Review Order') ?> 
-
-getMessagesBlock()->toHtml() ?>
-
-
-    
-        Please confirm your addresses
-     
-    
-
-    
-        
-            __('Product Name') ?> 
-            __('Subtotal') ?> 
-         
-     
-getChildHtml('totals'); ?>
-    
-        getItems() as $_item): ?>
-            getItemHtml($_item) ?>
-        
-     
-
diff --git a/app/design/frontend/default/iphone/template/persistent/checkout/onepage/login.phtml b/app/design/frontend/default/iphone/template/persistent/checkout/onepage/login.phtml
deleted file mode 100644
index 435b6d39952..00000000000
--- a/app/design/frontend/default/iphone/template/persistent/checkout/onepage/login.phtml
+++ /dev/null
@@ -1,142 +0,0 @@
-
-
-getQuote()->isAllowedGuestCheckout() ?>
-
-    
-        
__('Login') ?> 
-        getMessagesBlock()->toHtml() ?>
-        
-    
-    getChildHtml('login_before')?>
-    
-        
__('Checkout as a Guest or Register') ?>__('Register to Create an Account') ?> 
-        
-            
__('Register with us for future convenience:') ?>
-        
-            
__('Register and save time!') ?> 
-            
-                __('Fast and easy check out') ?> 
-                __('Easy access to your order history and status') ?> 
-             
-        
-        
-            
-        
-            
-        
-    
-
-    
-        
__('Login or Create an Account') ?> 
-    
-    getMessagesBlock()->toHtml() ?>
-    
-    
-
-    
__('My Product Reviews') ?> 
-
-
-    getMessagesBlock()->toHtml() ?>
-    getCollection() && $this->count()): ?>
-        getToolbarHtml() ?>
-            
-                getCollection() as $_review): ?>
-                
-                    
-                        
-                            
-                            (dateFormat($_review->getReviewCreatedAt()); ?>) 
-                         
-                        getSum()): ?>
-                            
-                                
-                             
-                        
-                        helper('review')->getDetailHtml($_review->getDetail()) ?> 
-                        __('View Details') ?>  
-                 
-                
-             
-    
-        
__('You have submitted no reviews.') ?>
-    
-
-    
__('Billing Agreement # %s ', $this->escapeHtml($this->getReferenceId())) ?> 
-    getCanCancel()): ?>
-        
__('Cancel') ?> 
-    
-
-    
-        
__('Agreement Information') ?> 
-        
-            
-                
-                    
-                        __('Reference ID:') ?> 
-                        escapeHtml($this->getReferenceId()); ?>  
-                    
-                        __('Status:') ?> 
-                        getAgreementStatus() ?> 
-                     
-                    
-                        __('Created:') ?> 
-                        escapeHtml($this->getAgreementCreatedAt()) ?> 
-                     
-                    getAgreementUpdatedAt()): ?>
-                    
-                        __('Updated:') ?> 
-                        escapeHtml($this->getAgreementUpdatedAt()); ?> 
-                     
-                    
-                    
-                        __('Payment Method:') ?> 
-                        getPaymentMethodTitle() ?> 
-                     
-                 
-            
-        
-    
-    getRelatedOrders() ?>
-     0): ?>
-    getChildHtml('pager'); ?>
-    
__('Related Orders') ?> 
-    
-    
-    
-    
-
-    
__('Billing Agreements') ?> 
-
-
-getMessagesBlock()->toHtml() ?>
-
-
-    getBillingAgreements(); ?>
-     0): ?>
-        getChildHtml('pager'); ?>
-        
-            
-                
-                
-                    __('Reference ID'); ?>  
-                    getItemValue($item, 'reference_id') ?> __('Status'); ?> 
-                
-                    getItemValue($item, 'status') ?> 
-                
-                    __('Created At'); ?>  
-                    getItemValue($item, 'created_at') ?> 
-                    __('Updated At'); ?>  
-                    getItemValue($item, 'updated_at') ?> __('Payment Method'); ?> getItemValue($item, 'payment_method_label') ?> 
-                
-                    __('View') ?>  
-                
-             
-        
-    
-        
__('There are no billing agreements yet.')?>
-    
-
-    getWizardPaymentMethodOptions() ?>
-    
-        
-            
__('New Billing Agreement') ?> 
-            
-        
-    
-
-    
-
__('Print All Refunds') ?> 
-getCreditmemosCollection() as $_creditmemo): ?>
-
-__('Items Refunded') ?> 
-
-    
-       getTotalsHtml($_creditmemo);?>
-     
-    getAllItems(); ?>
-    
-    
-    getOrderItem()->getParentItem()) continue; ?>
-        getItemHtml($_item) ?>
-    
-
-getCommentsHtml($_creditmemo)?>
-
diff --git a/app/design/frontend/default/iphone/template/sales/order/creditmemo/items/renderer/default.phtml b/app/design/frontend/default/iphone/template/sales/order/creditmemo/items/renderer/default.phtml
deleted file mode 100644
index b57924e4665..00000000000
--- a/app/design/frontend/default/iphone/template/sales/order/creditmemo/items/renderer/default.phtml
+++ /dev/null
@@ -1,348 +0,0 @@
-
-getItem() ?>
-getItem()->getOrderItem()->getOrder() ?>
-
-
-    __('Product Name') ?> 
-    escapeHtml($_item->getName()) ?> 
-        getItemOptions()): ?>
-            
-                
-                    escapeHtml($_option['label']) ?> 
-                    getPrintStatus()): ?>
-                        getFormatedOptionValue($_option) ?>
-                         class="truncated">
-                            
-                                
-                                    
-                                        escapeHtml($_option['label']) ?> 
-                                         
-                                
 
-                    
-                        escapeHtml((isset($_option['print_value']) ? $_option['print_value'] : $_option['value'])) ?> 
-                    
-                
-             
-        
-        getProductAdditionalInformationBlock(); ?>
-        
-            setItem($_item->getOrderItem())->toHtml(); ?>
-        
-        escapeHtml($_item->getDescription()) ?>
-        helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
-            __('Gift Message') ?> 
-        
-     
-
-    __('SKU') ?> 
-    escapeHtml(Mage::helper('core/string')->splitInjection($this->getSku())) ?> 
- 
-__('Price') ?> 
-
-    helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
-    
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Excl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-        
-                    
-            
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($this->getItem()->getPrice() + $this->getItem()->getWeeeTaxAppliedAmount() + $this->getItem()->getWeeeTaxDisposition()); ?>
-                    
-                        getOrder()->formatPrice($this->getItem()->getPrice()) ?>
-                    
-
-                     
-
-
-            getApplied($this->getItem())): ?>
-
-                
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    
-                                __('Total'); ?>
-                                    : 
-                             
-                
-            
-                 
-                
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Incl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-            helper('checkout')->getPriceInclTax($this->getItem()); ?>
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                    
-                
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                    
-                        getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxDisposition()) ?>
-                    
-
-                     
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                                __('Total incl. tax'); ?>
-                                    : 
-                             
-                    
-                
-                 
-            
-   
-
-
-    __('Qty') ?> 
-    getQty() * 1 ?> 
- 
-
-    __('Subtotal') ?> 
-    
-        helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
-        
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Excl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                    
-                
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($this->getItem()->getRowTotal() + $this->getItem()->getWeeeTaxAppliedRowAmount() + $this->getItem()->getWeeeTaxRowDisposition()); ?>
-                    
-                        getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
-                    
-
-                     
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                                __('Total'); ?>
-                                    : 
-                             
-                    
-                
-                 
-                
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Incl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-                helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
-                typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                
-                    
-                    
-                    
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                    
-                        getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxRowDisposition()) ?>
-                    
-
-                     
-
-
-                    getApplied($this->getItem())): ?>
-
-                        
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                __('Total incl. tax'); ?>
-                                    : 
-                             
-                        
-                    
-
-
-
-                 
-                
-       
- 
-
-    __('Discount Amount') ?> 
-    formatPrice(-$_item->getDiscountAmount()) ?> 
- 
-
-    __('Row Total') ?> 
-    
-        formatPrice($_item->getRowTotal() - $_item->getDiscountAmount() + $_item->getTaxAmount() + $_item->getWeeeTaxAppliedRowAmount()) ?>
-     
- 
- 
diff --git a/app/design/frontend/default/iphone/template/sales/order/history.phtml b/app/design/frontend/default/iphone/template/sales/order/history.phtml
deleted file mode 100644
index c04d0902623..00000000000
--- a/app/design/frontend/default/iphone/template/sales/order/history.phtml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-getOrders(); ?>
-
-    
__('My Orders') ?> 
-
-
-    getMessagesBlock()->toHtml() ?>
-    getChildHtml('info');?>
-    getPagerHtml(); ?>
-    getSize()): ?>
-    
-        
-            
-                __('Order #') ?> 
-                __('Date') ?> 
-                __('Total') ?> __('Status') ?>  
-         
-        
-            
-            
-                getRealOrderId() ?> formatDate($_order->getCreatedAtStoreDate()) ?> formatPrice($_order->getGrandTotal()) ?> 
-                getStatusLabel() ?>  
-            
-         
-    
-    
-        
__('You have placed no orders.'); ?>
-    
-
__('Print All Invoices') ?> 
-getInvoiceCollection() as $_invoice): ?>
-
-__('Items Invoiced') ?> 
-
-    
-        getInvoiceTotalsHtml($_invoice)?>
-     
-    getAllItems(); ?>
-    
-    
-    getOrderItem()->getParentItem()) continue; ?>
-        getItemHtml($_item) ?>
-    
-
-getInvoiceCommentsHtml($_invoice)?>
-
diff --git a/app/design/frontend/default/iphone/template/sales/order/invoice/items/renderer/default.phtml b/app/design/frontend/default/iphone/template/sales/order/invoice/items/renderer/default.phtml
deleted file mode 100644
index 92df6e4d680..00000000000
--- a/app/design/frontend/default/iphone/template/sales/order/invoice/items/renderer/default.phtml
+++ /dev/null
@@ -1,337 +0,0 @@
-
-getItem() ?>
-getItem()->getOrderItem()->getOrder() ?>
-
-
-    __('Product Name') ?> 
-    escapeHtml($_item->getName()) ?> 
-        getItemOptions()): ?>
-            
-                
-                    escapeHtml($_option['label']) ?> 
-                    getPrintStatus()): ?>
-                        getFormatedOptionValue($_option) ?>
-                         class="truncated">
-                            
-                            
-                                
-                                    
-                                        escapeHtml($_option['label']) ?> 
-                                         
-                                
 
-                    
-                        escapeHtml((isset($_option['print_value']) ? $_option['print_value'] : $_option['value'])) ?> 
-                    
-                
-             
-        
-        getProductAdditionalInformationBlock(); ?>
-        
-            setItem($_item->getOrderItem())->toHtml(); ?>
-        
-        escapeHtml($_item->getDescription()) ?>
-        helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item->getOrderItem()) && $_item->getGiftMessageId()): ?>
-            __('Gift Message') ?> 
-        
-     
-__('SKU') ?> 
-escapeHtml(Mage::helper('core/string')->splitInjection($this->getSku())) ?> 
-
-__('Price') ?> 
-
-    helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
-    
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Excl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-        
-                    
-            
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($this->getItem()->getPrice() + $this->getItem()->getWeeeTaxAppliedAmount() + $this->getItem()->getWeeeTaxDisposition()); ?>
-                    
-                        getOrder()->formatPrice($this->getItem()->getPrice()) ?>
-                    
-
-                     
-
-
-            getApplied($this->getItem())): ?>
-
-                
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['amount']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    
-                                __('Total'); ?>
-                                    : 
-                             
-                
-            
-                 
-                
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Incl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-            helper('checkout')->getPriceInclTax($this->getItem()); ?>
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                    
-                
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                    
-                        getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxDisposition()) ?>
-                    
-
-                     
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                                __('Total incl. tax'); ?>
-                                    : 
-                             
-                    
-                
-                 
-            
-   
-
-
-    __('Qty Invoiced') ?> getQty() * 1 ?>  
- 
-
-    __('Subtotal') ?> 
-    
-        helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
-        
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Excl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                    
-                
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($this->getItem()->getRowTotal() + $this->getItem()->getWeeeTaxAppliedRowAmount() + $this->getItem()->getWeeeTaxRowDisposition()); ?>
-                    
-                        getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
-                    
-
-                     
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                                __('Total'); ?>
-                                    : 
-                             
-                    
-                
-                 
-                
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Incl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-                helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
-                typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                
-                    
-                    
-                    
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                    
-                        getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxRowDisposition()) ?>
-                    
-
-                     
-
-
-                    getApplied($this->getItem())): ?>
-
-                        
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                                __('Total incl. tax'); ?>
-                                    : 
-                             
-                        
-                    
-
-
-
-                 
-                
-       
- 
- 
diff --git a/app/design/frontend/default/iphone/template/sales/order/items.phtml b/app/design/frontend/default/iphone/template/sales/order/items.phtml
deleted file mode 100644
index 1a69e93cbf5..00000000000
--- a/app/design/frontend/default/iphone/template/sales/order/items.phtml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-getOrder() ?>
-
-    
-        getChildHtml('order_totals') ?>
-     
-        getItemsCollection(); ?>
-        
-            count(); ?>
-        
-        getParentItem()) continue; ?>
-        getItemHtml($_item) ?>
-        
-
diff --git a/app/design/frontend/default/iphone/template/sales/order/items/renderer/default.phtml b/app/design/frontend/default/iphone/template/sales/order/items/renderer/default.phtml
deleted file mode 100644
index a9dcae3d36b..00000000000
--- a/app/design/frontend/default/iphone/template/sales/order/items/renderer/default.phtml
+++ /dev/null
@@ -1,359 +0,0 @@
-
-getItem();
-$_options = $this->getItemOptions();
-?>
-
-
-    __('Product Name') ?> 
-    escapeHtml($_item->getName()) ?> 
-        
-            
-                
-                    escapeHtml($_option['label']) ?> 
-                    getPrintStatus()): ?>
-                        getFormatedOptionValue($_option) ?>
-                         class="truncated">
-                            
-                            
-                                
-                                    
-                                        escapeHtml($_option['label']) ?> 
-                                         
-                                
 
-                    
-                        
-                            escapeHtml((isset($_option['print_value']) ? $_option['print_value'] : $_option['value']))) ?>
-                         
-                    
-                
-             
-        
-        getProductAdditionalInformationBlock(); ?>
-        
-            setItem($_item)->toHtml(); ?>
-        
-        escapeHtml($_item->getDescription()) ?>
-        helper('giftmessage/message')->getIsMessagesAvailable('order_item', $_item) && $_item->getGiftMessageId()): ?>
-            __('Gift Message') ?> 
-        
-     
-
-    __('SKU') ?> 
-    escapeHtml(Mage::helper('core/string')->splitInjection($this->getSku())) ?> 
- 
-__('Price') ?> 
-
-    helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
-    
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Excl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-        
-                    
-            
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($this->getItem()->getPrice() + $this->getItem()->getWeeeTaxAppliedAmount() + $this->getItem()->getWeeeTaxDisposition()); ?>
-                    
-                        getOrder()->formatPrice($this->getItem()->getPrice()) ?>
-                    
-
-                     
-
-
-            getApplied($this->getItem())): ?>
-
-                
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['amount']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    
-                                __('Total'); ?>
-                                    : 
-                             
-                
-            
-                 
-                
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Incl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-            helper('checkout')->getPriceInclTax($this->getItem()); ?>
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                    
-                
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
-                    
-                        getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxDisposition()) ?>
-                    
-
-                     
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['amount_incl_tax']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                                __('Total incl. tax'); ?>
-                                    : 
-                             
-                    
-                
-                 
-            
-   
-
-
-    __('Qty') ?> 
-    
-            
-                    getItem()->getQtyOrdered() > 0): ?>
-                        __('Ordered'); ?>:
-                        getItem()->getQtyOrdered() * 1 ?> getItem()->getQtyShipped() * 1 ?> getItem()->getQtyCanceled() * 1 ?> getItem()->getQtyRefunded() * 1 ?>  
-     
- 
-__('Subtotal') ?> 
-
-    helper('tax')->displaySalesBothPrices() || $this->helper('tax')->displaySalesPriceExclTax()): ?>
-    
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Excl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-        
-                    
-            
-                    
-
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($this->getItem()->getRowTotal() + $this->getItem()->getWeeeTaxAppliedRowAmount() + $this->getItem()->getWeeeTaxRowDisposition()); ?>
-                    
-                        getOrder()->formatPrice($this->getItem()->getRowTotal()) ?>
-                    
-
-                     
-
-
-            getApplied($this->getItem())): ?>
-
-                
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                    
-                                __('Total'); ?>
-                                    : 
-                             
-                
-            
-                 
-                
-                    helper('tax')->displaySalesBothPrices()): ?>
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                            
-                        
-                        __('Incl. Tax'); ?>: 
-                        typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                             
-                        
-                    
-            helper('checkout')->getSubtotalInclTax($this->getItem()); ?>
-            typeOfDisplay($this->getItem(), [1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-            
-                    
-                
-                    
-                    typeOfDisplay($this->getItem(), [0, 1, 4], 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        getOrder()->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
-                    
-                        getOrder()->formatPrice($_incl - $this->getItem()->getWeeeTaxRowDisposition()) ?>
-                    
-
-                     
-
-
-                getApplied($this->getItem())): ?>
-
-                    
-                            typeOfDisplay($this->getItem(), 1, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                    
-                                 
-                            typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                                getApplied($this->getItem()) as $tax): ?>
-                                    
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                    getApplied($this->getItem()) as $tax): ?>
-                                        
-                                            : getOrder()->formatPrice($tax['row_amount_incl_tax']); ?> 
-                                    
-                                 
-                            
-                         
-
-                        typeOfDisplay($this->getItem(), 2, 'sales') && (float)$this->getItem()->getWeeeTaxAppliedAmount()): ?>
-                        
-                                __('Total incl. tax'); ?>
-                                    : 
-                             
-                    
-                
-
-
-
-                 
-            
-   
-
- 
diff --git a/app/design/frontend/default/iphone/template/sales/order/recent.phtml b/app/design/frontend/default/iphone/template/sales/order/recent.phtml
deleted file mode 100644
index 0b4935accf4..00000000000
--- a/app/design/frontend/default/iphone/template/sales/order/recent.phtml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-getOrders(); ?>
-    
__('Recent Orders') ?>getItems()) > 0): ?> |  __('View All') ?>  
-    
-    getChildHtml()?>
-getItems()) > 0): ?>
-    
-        
-            
-                __('Order #') ?> 
-                __('Date') ?> 
-                __('Total') ?> __('Status') ?> 
-             
-         
-        
-            
-                
-                    getRealOrderId() ?> formatDate($_order->getCreatedAtStoreDate()) ?> formatPrice($_order->getGrandTotal()) ?> 
-                    getStatusLabel() ?>  
-            
-         
-    
-
-    
__('You have placed no orders.'); ?>
-
-    
-
-        
-            getStrong()):?>
-            escapeHtml($_total->getLabel());?> 
-            
-            escapeHtml($_total->getLabel());?>
-            
-         
-        
-            getStrong()):?>
-            formatValue($_total) ?> 
-            
-            formatValue($_total) ?>
-            
-         
-     
-    
-
diff --git a/app/design/frontend/default/iphone/template/shipping/tracking/ajax.phtml b/app/design/frontend/default/iphone/template/shipping/tracking/ajax.phtml
deleted file mode 100644
index 8b137891791..00000000000
--- a/app/design/frontend/default/iphone/template/shipping/tracking/ajax.phtml
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/app/design/frontend/default/iphone/template/shipping/tracking/popup.phtml b/app/design/frontend/default/iphone/template/shipping/tracking/popup.phtml
deleted file mode 100644
index f6103a511ea..00000000000
--- a/app/design/frontend/default/iphone/template/shipping/tracking/popup.phtml
+++ /dev/null
@@ -1,167 +0,0 @@
-
-getTrackingInfo() ?>
-
-
-__('Close Window') ?> 
- 0): ?>
- $_result): ?>
-    
-    
-    
-     0): ?>
-        
-        
-        
-            
-            
-                __('Tracking Number:'); ?> 
-                getTracking(); ?> 
-             
-            getCarrierTitle()): ?>
-            
-                __('Carrier:'); ?> 
-                getCarrierTitle(); ?> 
-             
-            
-            getErrorMessage()): ?>
-            
-                __('Error:'); ?> 
-                __('Tracking information is currently not available. Please '); if ($this->getContactUsEnabled()) : ?>__('contact us') ?> __(' for more information or '); endif; echo $this->__('email us at '); ?>getStoreSupportEmail() ?>  
-             
-            getTrackSummary()): ?>
-            
-                __('Info:'); ?> 
-                getTrackSummary(); ?> 
-             
-            getUrl()): ?>
-            
-                __('Track:'); ?> 
-                getUrl(); ?>  
-            
-                getStatus()): ?>
-                
-                    __('Status:'); ?> 
-                    getStatus(); ?> 
-                 
-                
-
-                getDeliverydate()): ?>
-                
-                    __('Delivered on:'); ?> 
-                    formatDeliveryDateTime($track->getDeliverydate(),$track->getDeliverytime()); ?> 
-                 
-                
-
-                getSignedby()): ?>
-                
-                    __('Signed by:'); ?> 
-                    getSignedby(); ?> 
-                 
-                
-
-                getDeliveryLocation()): ?>
-                
-                    __('Delivered to:'); ?> 
-                    getDeliveryLocation(); ?> 
-                 
-                
-
-                getShippedDate()): ?>
-                
-                    __('Shipped or billed on:'); ?> 
-                    getShippedDate(); ?> 
-                 
-                
-
-                getService()): ?>
-                
-                    __('Service Type:'); ?> 
-                    getService(); ?> 
-                 
-                
-
-                getWeight()): ?>
-                
-                    __('Weight:'); ?> 
-                    getWeight(); ?> 
-                 
-                
-
-                
-                
-                
-                  
-                    escapeHtml($track['title']) : $this->__('N/A')); ?>: 
-                    escapeHtml($track['number']) : ''); ?> 
-                 
-                
-
-                
-
-                getProgressdetail()) > 0): ?>
-                
-                
-                    
-                        
-                            __('Location') ?> 
-                            __('Date') ?> 
-                            __('Local Time') ?> 
-                            __('Description') ?> 
-                         
-                    
-                   getProgressdetail() as $_detail): ?>
-                    formatDeliveryDate($_detail['deliverydate']) : '') ?>
-                    formatDeliveryTime($_detail['deliverytime'], $_detailDate) : '') ?>
-                    
-                         
-                   
-                
-                
-                
-
-            
-            
-            
-            
-        
-        
-    
-        
__('There is no tracking available for this shipment.'); ?>
-    
-
-
-
-    
__('There is no tracking available.'); ?>
-
-
-__('Close Window') ?> 
diff --git a/app/design/frontend/default/iphone/template/tag/list.phtml b/app/design/frontend/default/iphone/template/tag/list.phtml
deleted file mode 100644
index d661131ca61..00000000000
--- a/app/design/frontend/default/iphone/template/tag/list.phtml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-getCount()): ?>
-
-
diff --git a/app/design/frontend/default/iphone/template/tax/order/tax.phtml b/app/design/frontend/default/iphone/template/tax/order/tax.phtml
deleted file mode 100644
index ec216766d2f..00000000000
--- a/app/design/frontend/default/iphone/template/tax/order/tax.phtml
+++ /dev/null
@@ -1,76 +0,0 @@
-
-getOrder();
-    $_source = $this->getSource();
-    $_fullInfo = $_order->getFullTaxInfo();
-    global $taxIter; $taxIter++;
-?>
-
-
-displayFullSummary()): ?>
-
-    
-        
-        
-        
-        getIsPlaneMode()):?> style="display:none;">
-            getLabelProperties()?>>
-                escapeHtml($rate['title']); ?>
-                
-                    (%)
-                
-                 
-            
-                getValueProperties()?> rowspan="">
-                    formatPrice($amount); ?>
-                 
-            
-         
-        
-        
-        
-    
-
-
-displayFullSummary() && $_fullInfo && !$this->getIsPlaneMode()): ?>
-
-displayFullSummary() && $_fullInfo && $this->getIsPlaneMode()): ?>
- 
-
- 
-
-    
-        displayFullSummary()): ?>
-            __('Tax'); ?>
-        
-            __('Tax'); ?>
-        
-     
-    getValueProperties()?>>formatPrice($_source->getTaxAmount()) ?> 
- 
diff --git a/app/design/frontend/default/iphone/template/wishlist/item/column/cart.phtml b/app/design/frontend/default/iphone/template/wishlist/item/column/cart.phtml
deleted file mode 100644
index 76902dcde5b..00000000000
--- a/app/design/frontend/default/iphone/template/wishlist/item/column/cart.phtml
+++ /dev/null
@@ -1,47 +0,0 @@
-getItem();
-$product = $item->getProduct();
-?>
-
-
-    getPriceHtml($product);?>
-    
-        canHaveQty() && $item->getProduct()->isVisibleInSiteVisibility()): ?>
-            
-        
-        isSaleable()): ?>
-            
__('Add to Cart') ?> 
-        
-            getIsSalable()): ?>
-                
__('In stock') ?> 
-            
-                
__('Out of stock') ?> 
-            
-        
-    
-    getSortedChildren() as $childName):?>
-        getChildHtml($childName, false);?>
-    
-
-    getSortedChildren() as $childName):?>
-        getChildHtml($childName, false);?>
-    
-    
-
-escapeHtml($this->stripTags($product->getShortDescription()));?>
-    
-        getItems())): ?>
-            getItems() as $item): ?>
-                
-                    
-                        
-                            setItem($item); echo $column->toHtml($item);?>
-                        
-                     
-                 
-            
-        
-            __('This Wishlist has no Items');?> 
-        
-     
-
-
-    getAdditionalHtml();?>
-
-
diff --git a/app/design/frontend/default/iphone/template/wishlist/shared.phtml b/app/design/frontend/default/iphone/template/wishlist/shared.phtml
deleted file mode 100644
index f113a70c66b..00000000000
--- a/app/design/frontend/default/iphone/template/wishlist/shared.phtml
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-    
-        
escapeHtml($this->getHeader()) ?> 
-    
-    
-        getMessagesBlock()->toHtml() ?>
-        hasWishlistItems()): ?>
-        
-        
-            
__('Wishlist is empty now.') ?>
-        
-    
-
-        
-            
getTitle(); ?> 
-        
-        getMessagesBlock()->toHtml() ?>
-
-        
-
-        
-
-        
-    
-    default/default 
- 
diff --git a/app/design/frontend/default/modern/etc/widget.xml b/app/design/frontend/default/modern/etc/widget.xml
deleted file mode 100644
index 0a8d8f6356a..00000000000
--- a/app/design/frontend/default/modern/etc/widget.xml
+++ /dev/null
@@ -1,160 +0,0 @@
-
-
-
-    
-        
-            
-                
-                    
-                        catalog/product/widget/new/column/new_default_list.phtml 
-                        New Products Images and Names Template 
-                     
-                    
-                        catalog/product/widget/new/column/new_names_list.phtml 
-                        New Products Names Only Template 
-                     
-                    
-                        catalog/product/widget/new/column/new_images_list.phtml 
-                        New Products Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
-
-    
-        
-            
-                
-                    
-                        reports/widget/viewed/column/viewed_default_list.phtml 
-                        Viewed Products Images and Names Template 
-                     
-                    
-                        reports/widget/viewed/column/viewed_names_list.phtml 
-                        Viewed Products Names Only Template 
-                     
-                    
-                        reports/widget/viewed/column/viewed_images_list.phtml 
-                        Viewed Products Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
-
-    
-        
-            
-                
-                    
-                        reports/widget/compared/column/compared_default_list.phtml 
-                        Compared Products Images and Names Template 
-                     
-                    
-                        reports/widget/compared/column/compared_names_list.phtml 
-                        Compared Product Names Only Template 
-                     
-                    
-                        reports/widget/compared/column/compared_images_list.phtml 
-                        Compared Product Images Only Template 
-                     
-                 
-             
-         
-        
-            
-                left 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-            
-                content 
-                
-                    default 
-                    list
- 
-             
-            
-                right 
-                
-                    list_default 
-                    list_names 
-                    list_images 
-                 
-             
-         
-     
- 
diff --git a/app/design/frontend/default/modern/layout/catalog.xml b/app/design/frontend/default/modern/layout/catalog.xml
deleted file mode 100644
index d140585ea97..00000000000
--- a/app/design/frontend/default/modern/layout/catalog.xml
+++ /dev/null
@@ -1,420 +0,0 @@
-
-
-
-
-
-
-    
-
-        
-        
-            
-             
-        
-            Site Map Site Map  
-         
-
-
-
-
-    
-        Catalog Category (Non-Anchor) 
-        
-            page/2columns-left.phtml  
-        
-             
-        
-            
-                
-                    
-                         
-                    
-                    4 product_list_toolbar  
-             
-         
-     
-
-
-
-    
-        Catalog Category (Anchor) 
-        
-            page/2columns-left.phtml  
-        
-             
-        
-            
-                
-                    
-                    
-                         
-                    
-                    4 product_list_toolbar  
-             
-         
-     
-
-    
-        Catalog Category (Without Subcategories) 
-        
-            
-         
-     
-
-
-
-    
-        Catalog Product Compare List 
-        
-        
-            page/popup.phtml  
-        
-             
-        
-             
-     
-
-
-
-    
-        Catalog Product View (Any) 
-        
-        
-            page/2columns-left.phtml  
-        
-            js_css calendar/calendar-win2k-1.css js calendar/calendar.js js calendar/calendar-setup.js  
-        
-            
-                
-                
-                    Alert Urls 
-                 
-
-                catalog/product/view/tierprices.phtml 
-                    description Product Description catalog/product_view_description catalog/product/view/description.phtml upsell_products We Also Recommend catalog/product_list_upsell catalog/product/list/upsell.phtml additional Additional Information catalog/product_view_attributes catalog/product/view/attributes.phtml  
-
-                
-                    Product View Extra Hint 
-                 
-
-                
-                    Info Column Options Wrapper 
-                    
-                        text catalog/product_view_options_type_text catalog/product/view/options/type/text.phtml file catalog/product_view_options_type_file catalog/product/view/options/type/file.phtml select catalog/product_view_options_type_select catalog/product/view/options/type/select.phtml date catalog/product_view_options_type_date catalog/product/view/options/type/date.phtml  
-                     
-                
-                    Bottom Block Options Wrapper 
-                    product.tierprices product.info.addtocart product.info.addto  
-
-                
-                    alias_in_layout container1 options_container product product.info.options.wrapper product.info.options.wrapper.bottom  
-                
-                    alias_in_layout container2 options_container product product.info.options.wrapper product.info.options.wrapper.bottom  
-                container1 ifEquals 0 alias_in_layout options_container container2 ifEquals 0 alias_in_layout options_container  
-         
-        
-            5 upsell 5  
-        
-             
-     
-
-
-    
-        Catalog Product View (Simple) 
-        
-            
-                
-                    Product Extra Info 
-                 
-             
-         
-     
-    
-        Catalog Product View (Configurable) 
-        
-            
-                
-                    Product Extra Info 
-                 
-             
-         
-        
-             
-     
-    
-        Catalog Product View (Grouped) 
-        
-            
-                
-                    Product Extra Info 
-                 
-             
-         
-     
-    
-        Catalog Product View (Virtual) 
-        
-            
-                
-                    Product Extra Info 
-                 
-             
-         
-     
-
-
-
-
-
-    
-        Catalog Product Email to a Friend 
-        
-        
-            page/2columns-right.phtml  
-        
-             
-        
-            
-             
-         
-     
-
-
-
-    
-        Catalog Product Image Gallery Popup 
-        
-        
-            page/popup.phtml  
-        
-             
-     
-
-
-
-    
-        Catalog Seo Sitemap (Common) 
-        
-            page/1column.phtml  
-        
-            
-                 
-         
-     
-
-    
-        Catalog Seo Sitemap (Category List) 
-        
-            Site Map  
-        
-            Categories 
-                seo.sitemap.pager.top seo.sitemap.pager.bottom categories  
-         
-        
-            Products Sitemap Products Sitemap  
-     
-
-    
-        Catalog Seo Sitemap (Category Tree) 
-        
-            
-                seo.sitemap.tree.pager.top seo.sitemap.tree.pager.bottom  
-         
-     
-
-    
-        Catalog Seo Sitemap (Product List) 
-        
-            Site Map  
-        
-            Products 
-                seo.sitemap.pager.top seo.sitemap.pager.bottom products  
-         
-        
-            Categories Sitemap Categories Sitemap  
-     
- 
diff --git a/app/design/frontend/default/modern/layout/catalogsearch.xml b/app/design/frontend/default/modern/layout/catalogsearch.xml
deleted file mode 100644
index 0513f99ea3a..00000000000
--- a/app/design/frontend/default/modern/layout/catalogsearch.xml
+++ /dev/null
@@ -1,137 +0,0 @@
-
-
-
-
-    
-        
-             
-        
-            
-                Search Terms 
-                Search Terms 
-             
-            
-                Advanced Search 
-                Advanced Search 
-             
-         
-     
-
-    
-        Quick Search Form 
-        
-            page/2columns-left.phtml  
-        
-             
-        
-            
-                
-                    
-                         
-                    empty 6 one_column 5 two_columns_left 4 two_columns_right 4 three_columns 3 product_list_toolbar  
-                 
-         
-     
-
-    
-        Advanced Search Form 
-        
-        
-            page/2columns-left.phtml  
-        
-            Advanced Search js_css calendar/calendar-win2k-1.css js calendar/calendar.js js calendar/calendar-setup.js  
-        
-             
-     
-
-
-
-    
-        Advanced Search Result 
-        
-            page/2columns-left.phtml  
-        
-            
-                
-                    
-                         
-                    empty 6 one_column 5 two_columns_left 4 two_columns_right 4 three_columns 3 product_list_toolbar  
-                 
-         
-     
-
-    
-        Popular Search Terms 
-        
-            Search Terms  
-        
-            page/1column.phtml  
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/modern/layout/checkout.xml b/app/design/frontend/default/modern/layout/checkout.xml
deleted file mode 100644
index 6b7cad42970..00000000000
--- a/app/design/frontend/default/modern/layout/checkout.xml
+++ /dev/null
@@ -1,430 +0,0 @@
-
-
-
-
-
-
-    
-        
-        
-            
-                 
-         
-        
-            
-                simple checkout/cart_item_renderer checkout/cart/sidebar/default.phtml grouped checkout/cart_item_renderer_grouped checkout/cart/sidebar/default.phtml configurable checkout/cart_item_renderer_configurable checkout/cart/sidebar/default.phtml 
-                    Shopping Cart Sidebar Extra Actions 
-                 
-             
-         
-        
-             
-
-     
-
-    
-        Shopping Cart 
-        
-            page/1column.phtml  
-        
-            
-                checkout/cart.phtml checkout/cart/noItems.phtml simple checkout/cart_item_renderer checkout/cart/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/cart/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/cart/item/default.phtml 
-                    Payment Methods Before Checkout Button 
-                     
-
-                
-                    Shopping Cart Form Before 
-                 
-
-                
-                    Payment Methods After Checkout Button 
-                     
-
-                 
-         
-        
-            Additional Product Info 
-         
-     
-
-    
-        Configure Cart Item 
-         
-
-
-
-    
-        Multishipping Checkout 
-        
-        
-            page/1column.phtml  
-        
-             
-     
-
-    
-         
-
-    
-         
-
-
-
-    
-        Multishipping Checkout Shipping Address Selection 
-        
-             
-     
-
-    
-        Multishipping Checkout Billing Address Selection 
-        
-             
-     
-
-
-    
-        Multishipping Checkout Shipping Address Creation 
-         
-
-    
-        Multishipping Checkout Billing Address Creation 
-         
-
-    
-        Multishipping Checkout Shipping Address Edit Form 
-         
-
-    
-         
-
-    
-        Multishipping Checkout Billing Address Edit Form 
-         
-
-    
-        Multishipping Checkout Customer Address Edit Form 
-        
-             
-     
-
-
-
-    
-        Multishipping Checkout Address (Any) Form 
-        
-            
-                default checkout/cart_item_renderer checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/item/default.phtml  
-         
-     
-
-
-
-    
-        Multishipping Checkout Shipping Information Step 
-        
-            
-                default checkout/cart_item_renderer checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/item/default.phtml 
-                    default checkout/cart_item_renderer checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/item/default.phtml  
-             
-         
-     
-
-
-
-    
-        Multishipping Checkout Billing Information Step 
-        
-            
-                purchaseorder payment/form/purchaseorder.phtml  
-         
-     
-
-
-
-    
-        Multishipping Checkout Overview 
-        
-            
-                default checkout/cart_item_renderer checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/item/default.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/item/default.phtml grouped checkout/cart_item_renderer_grouped checkout/multishipping/overview/item.phtml configurable checkout/cart_item_renderer_configurable checkout/multishipping/overview/item.phtml 
-                     
-                
-                    Overview Items After 
-                 
-             
-         
-     
-
-
-
-    
-        Multishipping Checkout Success 
-        
-             
-     
-
-
-
-    
-        One Page Checkout 
-        
-        
-            page/2columns-left.phtml  
-        
-            
-                Checkout Progress Wrapper 
-                checkout-progress-wrapper  
-         
-        
-            
-                
-                    
-                        Login/Registration Before 
-                        1  
-                 
-                
-                     
-                
-                    
-                        purchaseorder payment/form/purchaseorder.phtml  
-                 
-                 
-         
-     
-
-
-
-    
-        
-        
-            
-                 
-         
-     
-
-
-    
-        
-            purchaseorder payment/form/purchaseorder.phtml  
-     
-
-
-
-
-    
-        
-         
-
-    
-        
-        
-             
-     
-
-
-
-    
-        One Page Checkout Overview 
-        
-        
-            default checkout/cart_item_renderer checkout/onepage/review/item.phtml grouped checkout/cart_item_renderer_grouped checkout/onepage/review/item.phtml configurable checkout/cart_item_renderer_configurable checkout/onepage/review/item.phtml 
-                Items Before 
-             
-            
-                Items After 
-             
-             
-     
-
-    
-        One Page Checkout Success 
-        
-            page/2columns-left.phtml  
-        
-             
-     
-    
-        One Page Checkout Failure 
-        
-            page/2columns-left.phtml  
-        
-             
-     
-     
diff --git a/app/design/frontend/default/modern/layout/contacts.xml b/app/design/frontend/default/modern/layout/contacts.xml
deleted file mode 100644
index 26ead29474f..00000000000
--- a/app/design/frontend/default/modern/layout/contacts.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-    
-        
-            Contact Us contacts Contact Us true  
-     
-
-    
-        Contact Us Form 
-        
-            Contact Us  
-        
-            page/2columns-left.phtml Contact Us  
-        
-             
-     
- 
diff --git a/app/design/frontend/default/modern/layout/customer.xml b/app/design/frontend/default/modern/layout/customer.xml
deleted file mode 100644
index b557f61b108..00000000000
--- a/app/design/frontend/default/modern/layout/customer.xml
+++ /dev/null
@@ -1,283 +0,0 @@
-
-
-
-
-
-
-    
-        
-        
-            My Account My Account 10  
-     
-
-
-
-    
-        
-            Log Out Log Out 100  
-     
-
-
-
-    
-        
-        
-            Log In Log In 100  
-         
-
-
-
-    
-        Customer Account Login Form 
-        
-        
-            page/1column.phtml  
-        
-             
-     
-
-
-
-    
-        Customer Account Logout Success 
-        
-        
-            page/1column.phtml  
-        
-             
-     
-
-
-
-    
-        Customer Account Registration Form 
-        
-        
-             
-        
-            page/1column.phtml  
-        
-            
-                
-                    Form Fields Before 
-                 
-             
-         
-     
-
-    
-        Customer Forgot Password Form 
-        
-            Forgot Your Password  
-        
-            page/1column.phtml Password forgotten  
-        
-            
-             
-     
-
-    
-        Reset a Password 
-        
-            
-                Reset a Password 
-             
-         
-        
-            
-                page/1column.phtml 
-             
-            
-                Reset a Password 
-             
-         
-        
-             
-     
-
-    
-        
-            page/1column.phtml Send confirmation link  
-        
-             
-     
-
-    
-        Customer Account Edit Form 
-        
-            Edit Account Info  
-        
-             
-     
-
-
-
-    
-        Customer My Account (All Pages) 
-        
-        
-            page/2columns-left.phtml  
-
-        
-            
-                My Account Wrapper 
-                my-account  
-         
-
-        
-            
-                account customer/account/ Account Dashboard account_edit customer/account/edit/ Account Information address_book customer/address/ Address Book  
-             
-     
-
-
-
-    
-        Customer My Account Dashboard 
-        
-            page/2columns-left.phtml  
-        
-            
-                 
-         
-
-     
-
-
-
-    
-        Customer My Account Address Book 
-        
-        
-             
-     
-
-
-
-    
-        Customer My Account Address Edit Form 
-        
-        
-             
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/modern/layout/newsletter.xml b/app/design/frontend/default/modern/layout/newsletter.xml
deleted file mode 100644
index 747075ca2de..00000000000
--- a/app/design/frontend/default/modern/layout/newsletter.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-
-
-
-
-
-
-    
-
-        
-        
-             
-
-     
-
-
-
-    
-        
-        
-            newsletter newsletter/manage/ Newsletter Subscriptions  
-     
-
-    
-        Customer My Account Newsletter Subscriptions 
-        
-            
-                
-                    Newsletter Subscription Form Before 
-                    1  
-             
-         
-     
-
- 
diff --git a/app/design/frontend/default/modern/layout/page.xml b/app/design/frontend/default/modern/layout/page.xml
deleted file mode 100644
index 9fd319ed8ef..00000000000
--- a/app/design/frontend/default/modern/layout/page.xml
+++ /dev/null
@@ -1,191 +0,0 @@
-
-
-
-
-
-    
-        All Pages 
-        
-
-            
-                css/styles.css skin_css css/styles-ie.css lt IE 8 css/widgets.css css/print.css media="print" js lib/ds-sleight.js lt IE 7 skin_js js/ie6.js lt IE 7  
-
-            
-                Page Top 
-             
-
-            
-                
-                    Navigation Bar 
-                     
-                
-                    Breadcrumbs 
-                    top-bar  
-                
-                    Page Header 
-                    top-container  
-                 
-
-            
-                Left Column 
-             
-
-            
-                Main Content Area 
-             
-
-            
-                Right Column 
-             
-
-            
-                
-                    Page Footer 
-                    bottom-container  
-                 
-
-            
-                Page Bottom 
-             
-         
-
-         
-
-    
-        All Pages (Print Version) 
-        
-        
-
-            
-                css/styles.css skin_css css/styles-ie.css lt IE 8 css/widgets.css css/print.css media="print" js lib/ds-sleight.js lt IE 7 skin_js js/ie6.js lt IE 7  
-
-            
-                Main Content Area 
-             
-
-         
-     
-
-     
-    
-        All Empty Layout Pages 
-        
-            page/empty.phtml 1 empty  
-     
-
-    
-        All One-Column Layout Pages 
-        
-            page/1column.phtml 1 one_column  
-     
-
-    
-        All Two-Column Layout Pages (Left Column) 
-        
-            page/2columns-left.phtml 1 two_columns_left  
-     
-
-    
-        All Two-Column Layout Pages (Right Column) 
-        
-            page/2columns-right.phtml 1 two_columns_right  
-     
-
-    
-        All Three-Column Layout Pages 
-        
-            page/3columns.phtml 1 three_columns  
-     
- 
diff --git a/app/design/frontend/default/modern/layout/payment.xml b/app/design/frontend/default/modern/layout/payment.xml
deleted file mode 100644
index 23151d3ad96..00000000000
--- a/app/design/frontend/default/modern/layout/payment.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
-
-    
-        
-            product.info.additional.recurring.schedule Recurring Profile payment/catalog_product_view_profile payment/catalog/product/view/profile/schedule.phtml  
-        
-             
-     
- 
diff --git a/app/design/frontend/default/modern/layout/persistent.xml b/app/design/frontend/default/modern/layout/persistent.xml
deleted file mode 100644
index 70ced1aafd9..00000000000
--- a/app/design/frontend/default/modern/layout/persistent.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-    
-        
-            9  
-     
-
-    
-        
-            persistent/customer/form/login.phtml  
-     
-
-    
-        
-            persistent/customer/form/register.phtml  
-     
-
-    
-        
-            persistent/checkout/onepage/login.phtml  
-     
- 
diff --git a/app/design/frontend/default/modern/layout/review.xml b/app/design/frontend/default/modern/layout/review.xml
deleted file mode 100644
index 31c12d25c14..00000000000
--- a/app/design/frontend/default/modern/layout/review.xml
+++ /dev/null
@@ -1,130 +0,0 @@
-
-
-
-
-    
-        
-        
-            reviews review/customer My Product Reviews  
-
-     
-
-
-
-    
-
-        
-        
-            customer_account_dashboard_info1  
-
-     
-
-
-
-
-    
-        
-        
-            page/2columns-left.phtml  
-     
-
-
-
-    
-        Catalog Product Reviews List 
-        
-            page/2columns-left.phtml  
-        
-             
-        
-            
-                
-                     
-                
-                    
-                    
-                        PayPal Express Checkout Shortcut Wrapper 
-                        
-                            1  
-                     
-                 
-                
-                    
-                        
-                            Review Form Fields Before 
-                            1  
-                     
-                 
-             
-         
-     
-
-    
-        Catalog Product Review View 
-        
-            page/2columns-left.phtml  
-        
-             
-     
-
-    
-        Customer My Account Product Reviews 
-        
-             
-     
-
-    
-        Customer My Account Review Details 
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/modern/layout/rss.xml b/app/design/frontend/default/modern/layout/rss.xml
deleted file mode 100644
index 981e6d24944..00000000000
--- a/app/design/frontend/default/modern/layout/rss.xml
+++ /dev/null
@@ -1,88 +0,0 @@
-
-
-
-    
-        
-            RSS rss RSS true class="link-rss"  
-         
-
-    
-        RSS Feeds List 
-        
-            page/2columns-left.phtml  
-        
-               
-     
-
-    
-         
-
-    
-         
-
-    
-         
-
-    
-         
-
-    
-         
-
-    
-         
-
-    
-         
-
-    
-         
-
-    
-         
-
-    
-         
-    
-         
- 
diff --git a/app/design/frontend/default/modern/layout/sales.xml b/app/design/frontend/default/modern/layout/sales.xml
deleted file mode 100644
index 894b853721a..00000000000
--- a/app/design/frontend/default/modern/layout/sales.xml
+++ /dev/null
@@ -1,503 +0,0 @@
-
-
-
-
-
-
-
-    
-        
-             
-     
-    
-         
-    
-        
-            reorder  
-     
-
-    
-        
-        
-            orders sales/order/history/ My Orders  
-
-     
-
-
-
-    
-        
-        
-            top  
-
-     
-
-    
-        Customer My Account Order History 
-        
-            
-                
-                    Order History Info 
-                 
-             
-             
-     
-
-
-    
-        Customer My Account Order View 
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/items/renderer/default.phtml 
-                        colspan="4" class="a-right" class="last a-right"  
-                 
-             
-         
-        
-            view Order Information invoice */*/invoice Invoices shipment */*/shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Invoice View 
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/invoice/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/invoice/items/renderer/default.phtml 
-                        colspan="4" class="a-right" class="last a-right"  
-                     
-             
-         
-        
-            view */*/view Order Information invoice Invoices shipment */*/shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Shipment View 
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/shipment/items/renderer/default.phtml  
-             
-         
-        
-            view */*/view Order Information invoice */*/invoice Invoices shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Creditmemo View 
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/creditmemo/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/creditmemo/items/renderer/default.phtml 
-                        colspan="6" class="a-right" class="a-right"  
-                     
-             
-         
-        
-            view */*/view Order Information invoice */*/invoice Invoices shipment */*/shipment Shipments creditmemo Refunds  
-     
-
-    
-        
-             
-     
-
-    
-        Sales Order Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/items/renderer/default.phtml 
-                    colspan="4" class="a-right" class="last a-right" 
-                        1  
-                 
-             
-         
-     
-
-    
-        Sales Invoice Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/invoice/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/invoice/items/renderer/default.phtml 
-                    colspan="4" class="a-right" class="last a-right" 
-                        1  
-                 
-             
-         
-     
-
-    
-        Sales Shipment Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/shipment/items/renderer/default.phtml  
-         
-     
-
-    
-        
-            
-                default sales/order_item_renderer_default sales/order/creditmemo/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/creditmemo/items/renderer/default.phtml 
-                    colspan="6" class="a-right" class="a-right" 
-                        1  
-                 
-             
-         
-     
-
-
-    
-        
-            default sales/order_email_items_order_default email/order/items/order/default.phtml grouped sales/order_email_items_order_grouped email/order/items/order/default.phtml 
-                colspan="3" align="right" style="padding:3px 9px" align="right" style="padding:3px 9px" 
-                    1  
-             
-         
-     
-
-    
-        
-            default sales/order_email_items_default email/order/items/invoice/default.phtml grouped sales/order_email_items_order_grouped email/order/items/invoice/default.phtml 
-                colspan="3" align="right" style="padding:3px 9px" align="right" style="padding:3px 9px" 
-                    1  
-             
-         
-     
-
-    
-        
-            default sales/order_email_items_default email/order/items/shipment/default.phtml  
-     
-
-    
-        
-            default sales/order_email_items_default email/order/items/creditmemo/default.phtml grouped sales/order_email_items_order_grouped email/order/items/creditmemo/default.phtml 
-                colspan="3" align="right" style="padding:3px 9px" align="right" style="padding:3px 9px" 
-                    1  
-             
-         
-     
-
-
-
-    
-        Returns 
-        
-            page/1column.phtml  
-        
-             
-     
-
-
-    
-        Customer My Account Order View 
-        
-            page/1column.phtml  
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/items/renderer/default.phtml 
-                        colspan="4" class="a-right" class="last a-right"  
-                 
-             
-         
-        
-            view Order Information invoice */*/invoice Invoices shipment */*/shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Invoice View 
-        
-            page/1column.phtml  
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/invoice/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/invoice/items/renderer/default.phtml 
-                        colspan="4" class="a-right" class="last a-right"  
-                     
-             
-         
-        
-            view */*/view Order Information invoice Invoices shipment */*/shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Shipment View 
-        
-            page/1column.phtml  
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/shipment/items/renderer/default.phtml  
-             
-         
-        
-            view */*/view Order Information invoice */*/invoice Invoices shipment Shipments creditmemo */*/creditmemo Refunds  
-     
-
-    
-        Customer My Account Order Creditmemo View 
-        
-            page/1column.phtml  
-        
-            
-                 
-            
-                
-                    default sales/order_item_renderer_default sales/order/creditmemo/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/creditmemo/items/renderer/default.phtml 
-                        colspan="6" class="a-right" class="a-right"  
-                     
-             
-         
-        
-            view */*/view Order Information invoice */*/invoice Invoices shipment */*/shipment Shipments creditmemo Refunds  
-     
-
-    
-        
-            page/1column.phtml  
-        
-             
-     
-
-    
-        Sales Order Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/items/renderer/default.phtml 
-                    colspan="4" class="a-right" class="last a-right" 
-                        1  
-                 
-             
-         
-     
-
-    
-        Sales Invoice Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/invoice/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/invoice/items/renderer/default.phtml 
-                    colspan="4" class="a-right" class="last a-right" 
-                        1  
-                 
-             
-         
-     
-
-    
-        Sales Shipment Print View 
-        
-            
-                default sales/order_item_renderer_default sales/order/shipment/items/renderer/default.phtml  
-         
-     
-
-    
-        
-            
-                default sales/order_item_renderer_default sales/order/creditmemo/items/renderer/default.phtml grouped sales/order_item_renderer_grouped sales/order/creditmemo/items/renderer/default.phtml 
-                    colspan="6" class="a-right" class="a-right" 
-                        1  
-                 
-             
-         
-     
-
-     
-        
-            return_link  
-     
- 
diff --git a/app/design/frontend/default/modern/layout/sendfriend.xml b/app/design/frontend/default/modern/layout/sendfriend.xml
deleted file mode 100644
index 5769fbbb97d..00000000000
--- a/app/design/frontend/default/modern/layout/sendfriend.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-    
-        Catalog Product Email to a Friend 
-        
-            page/2columns-left.phtml  
-        
-             
-        
-             
-     
- 
diff --git a/app/design/frontend/default/modern/layout/tag.xml b/app/design/frontend/default/modern/layout/tag.xml
deleted file mode 100644
index 5dfd424969f..00000000000
--- a/app/design/frontend/default/modern/layout/tag.xml
+++ /dev/null
@@ -1,129 +0,0 @@
-
-
-
-
-
-
-    
-        
-        
-             
-
-     
-
-
-
-    
-        
-        
-            tags tag/customer/ My Tags  
-     
-
-
-
-    
-        
-        
-            customer_account_dashboard_info2  
-     
-
-    
-        Catalog Product View 
-         
-         
-            product.tags Product Tags tag/product_list tag/list.phtml  
-        
-            
-                Tags List Before 
-                1  
-         
-     
-
-
-
-    
-        Tags List (All Available) 
-        
-        
-            page/2columns-right.phtml  
-        
-             
-     
-
-    
-        Tagged Products List 
-        
-        
-            
-                
-                    
-                         
-                    product_list_toolbar  
-                 
-         
-     
-
-    
-        Customer My Account My Tags List 
-        
-            My Account  
-        
-             
-     
-
-    
-        Customer My Account Tag View 
-        
-            My Account  
-        
-             
-     
-
- 
diff --git a/app/design/frontend/default/modern/layout/wishlist.xml b/app/design/frontend/default/modern/layout/wishlist.xml
deleted file mode 100644
index 6474aacffef..00000000000
--- a/app/design/frontend/default/modern/layout/wishlist.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-
-
-
-
-
-
-    
-        
-            wishlist_link  
-
-        
-        
-             
-     
-
-
-
-    
-        
-        
-            wishlist wishlist/ My Wishlist  
-     
-
-
-
-    
-        
-            wishlist  
-     
-
-
-
-    
-        Customer My Account My Wishlist 
-        
-        
-            
-                
-                    My Wishlist 
-                 
-                
-                    
-                        
-                            Product Details and Comment 
-                         
-                     
-                    
-                        
-                            Add to Cart 
-                         
-                         
-                     
-                
-                     
-             
-         
-        
-            wishlist_customer_sidebar  
-     
-
-    
-        Customer My Account Wishlist Sharing Form 
-        
-        
-             
-        
-            wishlist_customer_sidebar  
-     
-
-    
-        Configure Wishlist Item 
-        
-             
-        
-            product.info.addto product.info.addto  
-     
-
-    
-        Customer Shared Wishlist View 
-        
-        
-             
-     
- 
diff --git a/app/design/frontend/default/modern/locale/en_US/translate.csv b/app/design/frontend/default/modern/locale/en_US/translate.csv
deleted file mode 100644
index ab952f2ca68..00000000000
--- a/app/design/frontend/default/modern/locale/en_US/translate.csv
+++ /dev/null
@@ -1 +0,0 @@
-"Keep your eyes open for our special Back to School items and save A LOT!","Keep your eyes open for our special Back to School items and save A LOT!"
diff --git a/app/design/frontend/default/modern/template/catalog/product/list.phtml b/app/design/frontend/default/modern/template/catalog/product/list.phtml
deleted file mode 100644
index 88b210175b7..00000000000
--- a/app/design/frontend/default/modern/template/catalog/product/list.phtml
+++ /dev/null
@@ -1,124 +0,0 @@
-
-
-getLoadedProductCollection();
-    $_productCollectionCount = count($_productCollection);
-    $_helper = $this->helper('catalog/output');
-?>
-count()): ?>
-__('There are no products matching the selection.') ?>
-
-
-    getToolbarHtml() ?>
-    
-    getMode()!='grid'): ?>
-    
-    
-    
-        
-            
-            
-                
-                    stripTags($_product->getName(), null, true); ?>
-                    
-                    getRatingSummary()): ?>
-                    getReviewsSummaryHtml($_product) ?>
-                    
-                    getPriceHtml($_product, true) ?>
-                    isSaleable()): ?>
-                        
__('Add to Cart') ?> 
-                    
-                        
__('Out of stock') ?> 
-                    
-                    
-                        productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
-                        
__('Learn More') ?> 
-                    
-                    
-                
-            
 
-    
-     
-    
-
-    
-
-    
-
-    count() ?>
-    getColumnCount(); ?>
-    
-        
-        
-        
-            
-                
-                    isSaleable()): ?>
-                        
__('Add to Cart') ?> 
-                    
-                        
__('Out of stock') ?> 
-                    
-                    
-                
 
-        
-         
-        
-        
-        
-    
-
-    
-        getToolbarHtml() ?>
-    
-
-    
__('You may also be interested in the following product(s)') ?> 
-    
-    setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
-    resetItemsIterator() ?>
-    getRowCount();$_i++): ?>
-        
-        getColumnCount();$_j++): ?>
-            getIterableItem()): ?>
-            
-                 
-            
-              
-            
-        
-         
-    
-    
-    
-
getMessagesBlock()->toHtml() ?>
-
-    
-
-    
-        getChildHtml('info_tabs') ?>
-        getChildHtml('product_additional_data') ?>
-    
-
-    helper('catalog/image')->init($_product, 'image').'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
-        echo $_helper->productAttribute($_product, $_img, 'image');
-    ?>
-
-__('Double click on above image to view full picture') ?>
-
-    
-    
-    
-
-    helper('catalog/image')->init($_product, 'image')->resize(300).'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
-        echo $_helper->productAttribute($_product, $_img, 'image');
-    ?>
-
-
-getGalleryImages()) > 0): ?>
-
-    
__('More Views') ?> 
-    
-    getGalleryImages() as $_image): ?>
-        
-             
-    
-     
-
-    getTabs() as $_index => $_tab): ?>
-        getChildHtml($_tab['alias'])): ?>
-             
-getTabs() as $_index => $_tab): ?>
-    getChildHtml($_tab['alias'])): ?>
-        getChildHtml($_tab['alias']) ?>
-    
-
-
diff --git a/app/design/frontend/default/modern/template/catalogsearch/form.mini.phtml b/app/design/frontend/default/modern/template/catalogsearch/form.mini.phtml
deleted file mode 100644
index 72eb2362487..00000000000
--- a/app/design/frontend/default/modern/template/catalogsearch/form.mini.phtml
+++ /dev/null
@@ -1,37 +0,0 @@
-helper('catalogsearch');
-?>
-
diff --git a/app/design/frontend/default/modern/template/checkout/cart.phtml b/app/design/frontend/default/modern/template/checkout/cart.phtml
deleted file mode 100644
index bec4935baca..00000000000
--- a/app/design/frontend/default/modern/template/checkout/cart.phtml
+++ /dev/null
@@ -1,165 +0,0 @@
-
-
-
-    
-        
__('Shopping Cart') ?> 
-        hasError()): ?>
-        
-        getMethods('top_methods') as $method): ?>
-            getMethodHtml($method)): ?>
-             
-        
-    
-    getMessagesBlock()->toHtml() ?>
-    getChildHtml('form_before') ?>
-    
-    
-        
-            
-                getChildHtml('crosssell')): ?>
-                    
-                
-                
-                    
-                    
-                
-                
-            
-            
-                
-                getChildHtml('checkout.cart.extra') ?>
-                getChildHtml('coupon') ?>
-                getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
-                
-                    getChildHtml('totals'); ?>
-                    hasError()): ?>
-                    
-                    getMethods('methods') as $method): ?>
-                        getMethodHtml($method)): ?>
-                         
-                    
-                
-            
-        
-    
-
-    getChildHtml('global_notices') ?>
-    
-        getChildHtml('header') ?>
-        
-            
-                getChildHtml('breadcrumbs') ?>
-                */ ?>
-                    
-                        getChildHtml('global_messages') ?>
-                        getChildHtml('content') ?>
-                    
-                    
-                
-                getChildHtml('right') ?>
*/ ?>
-            */ ?>
-        
-        getChildHtml('footer') ?>
-        getChildHtml('before_body_end') ?>
-    
-    
-
-
diff --git a/composer.json b/composer.json
index 196e1bd085e..7cf8c2a966c 100644
--- a/composer.json
+++ b/composer.json
@@ -92,7 +92,8 @@
         "magento-deploystrategy-dev": "symlink",
         "magento-deploystrategy-overwrite": {
             "openmage/dev-copyright": "copy",
-            "openmage/dev-translations": "copy"
+            "openmage/dev-translations": "copy",
+            "openmage/legacy-frontend-themes": "copy"
         },
         "magento-force": true,
         "patches": {
diff --git a/composer.lock b/composer.lock
index 14b035acbfd..9b6fab02370 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "fc936e22ff1e16951562dafed4a336f6",
+    "content-hash": "125d669c318bb7c9ff8b70053cecbe80",
     "packages": [
         {
             "name": "colinmollenhour/cache-backend-redis",
diff --git a/skin/frontend/default/blank/css/print.css b/skin/frontend/default/blank/css/print.css
deleted file mode 100644
index e199fd04068..00000000000
--- a/skin/frontend/default/blank/css/print.css
+++ /dev/null
@@ -1,33 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_blank
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-*     { background:none !important; text-align:left !important; }
-body  { background:#fff !important; font-size:9pt !important; margin:15px !important; }
-a     { color:#2976c9 !important; }
-th,td { color:#2f2f2f !important;  border-color:#ccc !important; }
-
-.header-container,
-.nav-container,
-.footer-container,
-.pager,
-.toolbar,
-.actions,
-.buttons-set { display:none !important; }
-
-.page-print .data-table .cart-tax-total { background-position:100% -54px; }
-.page-print .data-table .cart-tax-info { display:block !important; }
diff --git a/skin/frontend/default/blank/css/styles-ie.css b/skin/frontend/default/blank/css/styles-ie.css
deleted file mode 100644
index ddcee924089..00000000000
--- a/skin/frontend/default/blank/css/styles-ie.css
+++ /dev/null
@@ -1,131 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_blank
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* IE 6 only */
-* html .validation-advice { height:13px; }
-* html .error-msg,
-* html .success-msg,
-* html .note-msg,
-* html .notice-msg { height:24px; }
-.block li.item,
-.block-poll li,
-.opc li.section { vertical-align:top; }
-* html .window-overlay {}
-
-/* Doubled Margin Fixes */
-.product-view .product-img-box .more-views li,
-.product-view .box-tags .form-add .input-box,
-.sp-methods select.month { display:inline; }
-
-/********** < Navigation styles */
-#nav li,
-#nav li a { zoom:1; }
-#nav li { vertical-align:top; }
-/********** < Navigation styles */
-
-select { margin-bottom:1px; }
-input.radio { width:13px; height:13px; }
-input.checkbox { width:13px; height:13px; }
-button.button { height:21px; }
-button.button span { position:relative; }
-button.btn-checkout {}
-.form-list label { position:relative; z-index:0; }
-.form-list label.required em { position:absolute; top:0; right:-8px; }
-
-/*table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }*/ /* Cellspacing fix for IE6-7 */
-
-.tool-tip .btn-close a { margin:0; }
-
-.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
-
-/* Clearer */
-.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
-
-/* Clears and hasLayout fixes */
-.header-container,
-.header-container .top-container,
-.header,
-.header .quick-access,
-#nav,
-.main,
-.footer,
-.footer-container .bottom-container,
-.col-main,
-.col2-set,
-.col3-set,
-.col4-set,
-.messages li,
-.search-autocomplete li,
-.block,
-.block .block-content,
-.block .actions,
-.block li.item,
-.block-poll li,
-.block-poll .label,
-.block-layered-nav .currently li,
-.block-account .block-content li a,
-.mini-products-list .product-details,
-.page-title,
-.rss-title h1,
-.products-grid,
-.products-list li.item,
-.box-account .box-head,
-.dashboard .box .box-title,
-.box-reviews li.item,
-.box-tags li.item,
-.pager,
-.sorter,
-.ratings,
-.add-to-box,
-.add-to-cart,
-.product-essential,
-.product-collateral,
-.product-view .product-img-box .more-views ul,
-.product-view .product-shop .short-description,
-.product-view .box-description,
-.product-view .box-tags .form-add,
-.product-options .options-list li,
-.product-options-bottom,
-.truncated,
-.truncated .truncated_full_value,
-.product-review,
-.cart,
-.cart-collaterals,
-.cart .crosssell li.item,
-.cart .discount,
-.opc .step-title,
-.opc .step,
-.multiple-checkout,
-.sp-methods,
-.checkout-progress,
-.multiple-checkout .place-order,
-.form-list li,
-.form-list .field,
-.group-select li,
-.buttons-set,
-.page-print .print-head,
-.cart-tax-total,
-.advanced-search-summary,
-.advanced-search-summary p,
-.gift-messages-form .item,
-.send-friend .form-list li p,
-.centinel .authentication { zoom:1; }
-
-/* Hover Fix */
-iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
diff --git a/skin/frontend/default/blank/css/styles.css b/skin/frontend/default/blank/css/styles.css
deleted file mode 100644
index 3caa43ebb7e..00000000000
--- a/skin/frontend/default/blank/css/styles.css
+++ /dev/null
@@ -1,1250 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_blank
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* Reset ================================================================================= */
-* { margin:0; padding:0; }
-
-body          { background:#fff; font:12px/1.35 Arial, Helvetica, sans-serif; color:#000; text-align:center; }
-
-img           { border:0; vertical-align:top; }
-
-a             { color:#05c; text-decoration:underline; }
-a:hover       { text-decoration:none; }
-:focus        { outline:0; }
-
-/* Headings */
-h1            { font-size:20px; font-weight:normal; line-height:1.15; }
-h2            { font-size:18px; font-weight:normal; line-height:1.25; }
-h3            { font-size:16px; font-weight:bold; line-height:1.25; }
-h4            { font-size:14px; font-weight:bold; }
-h5            { font-size:12px; font-weight:bold; }
-h6            { font-size:11px; font-weight:bold; }
-
-/* Forms */
-form          { display:inline; }
-fieldset      { border:0; }
-legend        { display:none; }
-
-/* Table */
-table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; }
-caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
-
-/* Content */
-strong        { font-weight:bold; }
-address       { font-style:normal; }
-cite          { font-style:normal; }
-q,
-blockquote    { quotes:none; }
-q:before,
-q:after       { content:''; }
-small,big     { font-size:1em; }
-sup           { font-size:1em; vertical-align:top; }
-
-/* Lists */
-ul,ol         { list-style:none; }
-
-/* Tools */
-.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; }
-.nobr         { white-space:nowrap !important; }
-.wrap         { white-space:normal !important; }
-.a-left       { text-align:left !important; }
-.a-center     { text-align:center !important; }
-.a-right      { text-align:right !important; }
-.v-top        { vertical-align:top; }
-.v-middle     { vertical-align:middle; }
-.f-left,
-.left         { float:left !important; }
-.f-right,
-.right        { float:right !important; }
-.f-none       { float:none !important; }
-.f-fix        { float:left; width:100%; }
-.no-display   { display:none; }
-.no-margin    { margin:0 !important; }
-.no-padding   { padding:0 !important; }
-.no-bg        { background:none !important; }
-/* ======================================================================================= */
-
-
-/* Layout ================================================================================ */
-.wrapper {}
-.page { width:1000px; margin:0 auto; padding:10px 0; text-align:left; }
-.page-print { background:#fff; padding:20px; text-align:left; }
-.page-empty { background:#fff; padding:20px; text-align:left; }
-.page-popup { padding:20px; text-align:left; }
-.main-container {}
-.main { margin:10px 0; }
-
-/* Base Columns */
-.col-left { float:left; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
-.col-main { float:left; width:736px; border:1px solid #ddd; padding:5px; }
-.col-right { float:right; width:230px; border:1px solid #ddd; padding:5px 5px 0; }
-
-/* 1 Column Layout */
-.col1-layout .col-main { float:none; width:auto; }
-
-/* 2 Columns Layout */
-.col2-left-layout .col-main { float:right; }
-.col2-right-layout .col-main {}
-
-/* 3 Columns Layout */
-.col3-layout .col-main { width:484px; margin-left:10px; }
-.col3-layout .col-wrapper { float:left; width:748px; }
-.col3-layout .col-wrapper .col-main { float:right; }
-
-/* Content Columns */
-.col2-set .col-1 { float:left; width:49%; }
-.col2-set .col-2 { float:right; width:49%; }
-.col2-set .col-narrow { width:33%; }
-.col2-set .col-wide { width:65%; }
-
-.col3-set .col-1 { float:left; width:32%; }
-.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
-.col3-set .col-3 { float:right; width:32%; }
-
-.col4-set .col-1 { float:left; width:23.5%; }
-.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
-.col4-set .col-3 { float:left; width:23.5%; }
-.col4-set .col-4 { float:right; width:23.5%; }
-/* ======================================================================================= */
-
-
-/* Global Styles ========================================================================= */
-/* Form Elements */
-input,select,textarea,button { font:12px Arial, Helvetica, sans-serif; vertical-align:middle; color:#000; }
-input.input-text,select,textarea { background:#fff; border:1px solid #ddd; }
-input.input-text,textarea { padding:2px; }
-select { padding:1px; }
-select option { padding-right:10px; }
-select.multiselect option { border-bottom:1px solid #ddd; padding:2px 5px; }
-select.multiselect option:last-child { border-bottom:0; }
-textarea { overflow:auto; }
-input.radio { margin-right:3px; }
-input.checkbox { margin-right:3px; }
-input.qty { width:2.5em !important; }
-button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
-button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
-button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
-button.button span { float:left; height:21px; background:transparent url(../images/bkg_button.gif) 0 0 no-repeat; padding:0 0 0 8px; font:bold 12px/21px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
-button.button span span { background-position:100% 0; padding:0 12px 0 4px; }
-button.disabled {}
-button.disabled span {}
-
-button.btn-checkout span {}
-button.btn-checkout.no-checkout {}
-
-p.control input.checkbox,
-p.control input.radio { margin-right:6px; }
-/* Form Highlight */
-/*input.input-text:focus,select:focus,textarea:focus {}*/
-/*.highlight { background:#efefef; }*/
-
-/* Form lists */
-/* Grouped fields */
-/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
-.form-list li { margin:0 0 8px; }
-.form-list label { float:left; color:#111; font-weight:bold; position:relative; z-index:0; }
-.form-list label.required {}
-.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
-.form-list li.control label { float:none; }
-.form-list li.control input.radio,
-.form-list li.control input.checkbox { margin-right:6px; }
-.form-list li.control .input-box { clear:none; display:inline; width:auto; }
-/*.form-list li.fields { margin-right:-15px; }*/
-.form-list .input-box { display:block; clear:both; width:260px; }
-.form-list .field { float:left; width:275px; }
-.form-list input.input-text { width:254px; }
-.form-list textarea { width:254px; height:10em; }
-.form-list select { width:260px; }
-.form-list li.wide .input-box { width:535px; }
-.form-list li.wide input.input-text { width:529px; }
-.form-list li.wide textarea { width:529px; }
-.form-list li.wide select { width:535px; }
-.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
-.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
-.form-list .input-range input.input-text { width:74px; }
-/* Customer */
-.form-list .customer-name-prefix .input-box,
-.form-list .customer-name-suffix .input-box,
-.form-list .customer-name-prefix-suffix .input-box,
-.form-list .customer-name-prefix-middlename .input-box,
-.form-list .customer-name-middlename-suffix .input-box,
-.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
-
-.form-list .name-prefix { width:65px; }
-.form-list .name-prefix select { width:55px; }
-.form-list .name-prefix input.input-text { width:49px; }
-
-.form-list .name-suffix { width:65px; }
-.form-list .name-suffix select { width:55px; }
-.form-list .name-suffix input.input-text { width:49px; }
-
-.form-list .name-middlename { width:70px; }
-.form-list .name-middlename input.input-text { width:49px; }
-
-.form-list .customer-name-prefix-middlename-suffix .name-firstname,
-.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
-.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
-.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
-.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
-.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix .name-firstname,
-.form-list .customer-name-middlename .name-firstname { width:210px; }
-
-.form-list .customer-name-suffix .name-lastname,
-.form-list .customer-name-middlename .name-firstname,
-.form-list .customer-name-middlename-suffix .name-firstname,
-.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
-
-.form-list .customer-name-prefix .name-firstname input.input-text,
-.form-list .customer-name-suffix .name-lastname input.input-text,
-.form-list .customer-name-middlename .name-firstname input.input-text,
-.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
-.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-dob .dob-month,
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-year { float:left; width:85px; }
-.form-list .customer-dob input.input-text { display:block; width:74px; }
-.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-month { width:60px; }
-.form-list .customer-dob .dob-day input.input-text,
-.form-list .customer-dob .dob-month input.input-text { width:46px; }
-.form-list .customer-dob .dob-year { width:140px; }
-.form-list .customer-dob .dob-year input.input-text { width:134px; }
-
-.buttons-set { clear:both; margin:5px 0 0; padding:5px; border:1px solid #ddd; }
-.buttons-set .back-link { float:left; }
-.buttons-set button.button { float:right; }
-.buttons-set p.required { margin:0 0 5px; }
-
-.buttons-set-order {}
-
-.fieldset { border:1px solid #ddd; background:#fefefe; padding:22px 25px 12px 33px; margin:28px 0; }
-.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #fefefe; background:#dedede; color:#333; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
-
-/* Form Validation */
-.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; }
-.validation-failed { border:1px dashed #f00 !important; background:#faebe7 !important; }
-.validation-passed {}
-p.required { font-size:10px; text-align:right; color:#f00; }
-/* Expiration date and CVV number validation fix */
-.v-fix { float:left; }
-.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
-
-/* Global Messages  */
-.success { color:#3d6611; font-weight:bold; }
-.error { color:#f00; font-weight:bold; }
-.notice { color:#ccc; }
-
-.messages,
-.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
-.messages { width:100%; overflow:hidden; }
-.messages li { margin:0 0 10px; }
-.messages li li { margin:0 0 3px; }
-.error-msg,
-.success-msg,
-.note-msg,
-.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
-.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
-.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
-.note-msg,
-.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
-
-/* BreadCrumbs */
-.breadcrumbs { padding:10px; margin:0 0 10px; border:1px solid #ddd; }
-.breadcrumbs li { display:inline; }
-
-/* Page Heading */
-.page-title { border-bottom:1px solid #ddd; padding:0 0 5px; margin:0 0 10px; }
-.page-title h1,
-.page-title h2 { font-size:18px; color:#000; }
-.page-title .separator { margin:0 3px; }
-.page-title .link-rss { float:right; }
-.title-buttons { text-align:right; }
-.title-buttons h1,
-.title-buttons h2,
-.title-buttons h3,
-.title-buttons h4,
-.title-buttons h5,
-.title-buttons h6 { float:left; }
-
-.subtitle,
-.sub-title { clear:both; }
-
-/* Pager */
-.pager { border:1px solid #ddd; padding:5px; margin:5px 0; text-align:center; }
-.pager .amount { float:left; }
-.pager .limiter { float:right; }
-.pager .pages { margin:0 135px; }
-.pager .pages ol { display:inline; }
-.pager .pages li { display:inline; }
-.pager .pages .current {}
-
-/* Sorter */
-.sorter { border:1px solid #ddd; padding:5px; margin:5px 0; }
-.sorter .view-mode { float:left; }
-.sorter .sort-by { float:right; }
-.sorter .link-feed {}
-
-/* Toolbar */
-.toolbar {}
-.toolbar .pager {}
-.toolbar .sorter {}
-.toolbar-bottom {}
-
-/* Data Table */
-.data-table { width:100%; }
-.data-table th { padding:5px; border:1px solid #ddd; font-weight:bold; white-space:nowrap; }
-.data-table td { padding:5px; border:1px solid #ddd; }
-.data-table thead { background-color:#f2f2f2; }
-.data-table tbody {}
-.data-table tfoot {}
-.data-table tr.first {}
-.data-table tr.last {}
-.data-table tr.odd {}
-.data-table tr.even { background-color:#f6f6f6; }
-.data-table tbody.odd {}
-.data-table tbody.odd td { border-width:0 1px; }
-.data-table tbody.even { background-color:#f6f6f6; }
-.data-table tbody.even td { border-width:0 1px; }
-.data-table tbody.odd tr.border td,
-.data-table tbody.even tr.border td { border-bottom-width:1px; }
-.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
-.data-table td.label,
-.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
-.data-table td.value {}
-
-/* Shopping cart total summary row expandable to details */
-tr.summary-total { cursor:pointer; }
-tr.summary-total td {}
-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; }
-tr.show-details .summary-collapse { background-position:0 -53px; }
-tr.show-details td {}
-tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
-tr.summary-details-first td { border-top:1px solid #d2d8db; }
-tr.summary-details-excluded { font-style:italic; }
-
-/* Shopping cart tax info */
-.cart-tax-info { display:block; }
-.cart-tax-info,
-.cart-tax-info .cart-price { padding-right:20px; }
-.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
-.cart-tax-info .price,
-.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
-.cart-tax-total-expanded { background-position:100% -53px; }
-
-/* Class: std - styles for admin-controlled content */
-.std .subtitle { padding:0; }
-.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
-.std dl dt { font-weight:bold; }
-.std dl dd { margin:0 0 10px; }
-.std ul,
-.std ol,
-.std dl,
-.std p,
-.std address,
-.std blockquote { margin:0 0 1em; padding:0; }
-.std ul { list-style:disc outside; padding-left:1.5em; }
-.std ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul ul { list-style-type:circle; }
-.std ul ul,
-.std ol ol,
-.std ul ol,
-.std ol ul { margin:.5em 0; }
-.std dt { font-weight:bold; }
-.std dd { padding:0 0 0 1.5em; }
-.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
-.std address { font-style:normal; }
-.std b,
-.std strong { font-weight:bold; }
-.std i,
-.std em { font-style:italic; }
-
-/* Misc */
-.links li { display:inline; }
-.links li.first { padding-left:0 !important; }
-.links li.last { background:none !important; padding-right:0 !important; }
-
-.link-cart { font-weight:bold; color:#f00; }
-.link-wishlist { font-weight:bold; }
-.link-reorder { font-weight:bold; }
-.link-compare { font-weight:bold; }
-.link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; }
-.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; white-space:nowrap; }
-.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; }
-.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; }
-.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-
-.cards-list dt { margin:5px 0 0; }
-.cards-list .offset { padding:2px 0 2px 20px; }
-
-
-.separator { margin:0 3px; }
-
-.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:#ddd; text-indent:-999em; overflow:hidden; }
-
-/* Noscript Notice */
-.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
-.noscript .noscript-inner { width:1000px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
-.noscript p { margin:0; }
-
-/* Demo Notice */
-.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
-
-/* Cookie Notice */
-.notice-cookie { border-bottom:1px solid #cfcfcf; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
-.notice-cookie .notice-inner { width:870px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
-.notice-cookie .notice-inner p { margin:0 0 10px; border:1px dotted #cccc73; padding:10px; }
-.notice-cookie .notice-inner .actions { }
-
-/* ======================================================================================= */
-
-
-/* Header ================================================================================ */
-.logo { float:left; }
-.header-container {}
-.header { padding:10px; border:1px solid #ddd; }
-.header .logo { float:left; text-decoration:none !important; }
-.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
-.header h1.logo { margin:0; padding:0; }
-.header .welcome-msg { font-weight:bold; text-align:right; }
-.header .welcome-msg a {}
-.header .links { float:right; }
-.header .form-search { text-align:right; }
-.header .form-search .search-autocomplete { z-index:999; }
-.header .form-search .search-autocomplete ul { border:1px solid #ddd; background-color:#fff; }
-.header .form-search .search-autocomplete li { padding:3px; border-bottom:1px solid #ddd; cursor:pointer; }
-.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
-.header .form-search .search-autocomplete li.selected {}
-.header .form-language { clear:both; text-align:right; }
-.header-container .top-container { clear:both; text-align:right; }
-
-/********** < Navigation */
-.nav-container {}
-#nav { border:1px solid #ddd; padding:5px 0; margin:10px 0; font-size:13px; }
-
-/* All Levels */
-#nav li { text-align:left; position:relative; }
-#nav li.over { z-index:998; }
-#nav li.parent {}
-#nav li a { display:block; text-decoration:none; }
-#nav li a:hover { text-decoration:none; }
-#nav li a span { display:block; white-space:nowrap; cursor:pointer; }
-#nav li ul a span { white-space:normal; }
-
-/* 1st Level */
-#nav li { float:left; }
-#nav li a { float:left; padding:5px 10px; font-weight:bold; color:#888; }
-#nav li a:hover { color:#000; }
-#nav li.over a,
-#nav li.active a { color:#000; }
-
-/* 2nd Level */
-#nav ul,
-#nav div { position:absolute; width:15em; top:25px; left:-10000px; border:1px solid #ddd; background:#fafafa; }
-#nav div ul { position:static; width:auto; border:none; }
-
-/* 3rd+ leven */
-#nav ul ul,
-#nav ul div { top:7px; }
-
-#nav ul li { float:none; border-bottom:1px solid #ddd; }
-#nav ul li.last { border-bottom:0; }
-#nav ul li a { float:none; padding:3px 9px; font-weight:normal; color:#888 !important; }
-#nav ul li a:hover { color:#000 !important; }
-#nav ul li.active > a,
-#nav ul li.over > a { color:#000 !important; }
-
-/* Show menu */
-#nav li ul.shown-sub,
-#nav li div.shown-sub { left:0; z-index:999; }
-#nav li .shown-sub ul.shown-sub,
-#nav li .shown-sub li div.shown-sub { left:100px; }
-/********** Navigation > */
-/* ======================================================================================= */
-
-
-/* Sidebar =============================================================================== */
-.block { border:1px solid #ddd; margin:0 0 10px; }
-.block .block-title { border-bottom:1px solid #ddd; padding:3px 10px; }
-.block .block-title strong { font-size:14px; font-weight:bold; }
-.block .block-title strong span {}
-.block .block-title a { text-decoration:none !important; }
-.block .block-subtitle { font-size:13px; font-weight:bold; }
-.block .block-content { padding:10px; }
-.block .block-content li.item { padding:5px 0; }
-.block .btn-remove,
-.block .btn-edit { float:right;}
-.block .actions { text-align:right; }
-.block .actions a { float:left; }
-.block .empty {}
-
-.block li.odd {}
-.block li.even { background-color:#f6f6f6; }
-
-/* Mini Products List */
-.mini-products-list li { padding:5px 0; }
-.mini-products-list .product-image { float:left; width:50px; padding:5px; border:1px solid #ddd; }
-.mini-products-list .product-details { margin-left:75px; }
-.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; }
-.block-cart .mini-products-list .product-details .product-name,
-.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
-.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
-
-/* Block: Account */
-.block-account {}
-
-/* Block: Currency Switcher */
-.block-currency {}
-.block-currency select { width:100%; border:1px solid #888; }
-
-/* Block: Layered Navigation */
-.block-layered-nav {}
-.block-layered-nav dt { font-weight:bold; }
-.block-layered-nav .currently {}
-.block-layered-nav .btn-remove { float:left; margin:2px 3px 0 0; }
-
-/* Block: Cart */
-.block-cart {}
-.block-cart .summary {}
-.block-cart .amount {}
-.block-cart .subtotal { text-align:center; }
-.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
-.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
-
-/* Block: Wishlist */
-.block-wishlist {}
-
-/* Block: Related */
-.block-related {}
-.block-related li { padding:5px 0; }
-.block-related input.checkbox { float:left; margin-right:-20px; }
-.block-related .product { margin-left:20px; }
-.block-related .product .product-image { float:left; margin-right:-65px; }
-.block-related .product .product-details { margin-left:65px; }
-
-/* Block: Compare Products */
-.block-compare {}
-.block-compare li { padding:5px 0; }
-
-/* Block: Recently Viewed */
-.block-viewed {}
-
-/* Block: Recently Compared */
-.block-compared {}
-
-/* Block: Poll */
-.block-poll label {}
-.block-poll input.radio { float:left; margin:1px -18px 0 0; }
-.block-poll .label { display:block; margin-left:18px; }
-.block-poll li { padding:3px 9px; }
-.block-poll .actions { margin:5px 0 0; }
-.block-poll .answer { font-weight:bold; }
-.block-poll .votes { float:right; margin-left:10px; }
-
-/* Block: Tags */
-.block-tags ul,
-.block-tags li { display:inline; }
-
-/* Block: Subscribe */
-.block-subscribe {}
-
-/* Block: Reorder */
-.block-reorder {}
-.block-reorder li { padding:5px 0; }
-.block-reorder input.checkbox { float:left; margin:3px -20px 0 0; }
-.block-reorder .product-name { margin-left:20px; }
-
-/* Block: Banner */
-.block-banner {}
-.block-banner .block-content { text-align:center; }
-
-/* Block: Login */
-.block-login label { font-weight:bold; color:#666; }
-.block-login input.input-text { display:block; width:167px; margin:3px 0; }
-
-/* Paypal */
-.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
-.sidebar .paypal-logo a { float:none; }
-.paypal-express-review .info-set.col2-set { padding-bottom: 15px; }
-/* ======================================================================================= */
-
-
-/* Category Page ========================================================================= */
-.category-title { border:0; margin:0 0 7px; }
-.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
-.category-image img {}
-.category-description { margin:0 0 10px; }
-.category-products {}
-
-/* View Type: Grid */
-.products-grid { border-bottom:1px solid #ddd; position:relative; }
-.products-grid.last { border-bottom:0; }
-.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
-.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
-.products-grid .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
-.products-grid .product-name a {}
-.products-grid .price-box { margin:5px 0; }
-.products-grid .availability { line-height:21px; }
-.products-grid .actions { position:absolute; bottom:12px; }
-.col2-left-layout .products-grid,
-.col2-right-layout .products-grid { width:632px; margin:0 auto; }
-.col1-layout .products-grid { width:790px; margin:0 auto; }
-
-/* View Type: List */
-.products-list li.item { border-bottom:1px solid #ddd; padding:12px 10px; }
-.products-list li.item.last { border-bottom:0; }
-.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
-.products-list .product-shop { margin-left:150px; }
-.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; }
-.products-list .product-name a {}
-.products-list .price-box { float:left; margin:3px 13px 5px 0; }
-.products-list .availability { float:left; margin:3px 0 0; }
-.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
-.products-list .desc .link-learn { font-size:11px; }
-.products-list .add-to-links { clear:both; }
-.products-list .add-to-links li { display:inline; }
-.products-list .add-to-links .separator { display:inline; margin:0 2px; }
-/* ======================================================================================= */
-
-
-/* Product View ========================================================================== */
-/* Rating */
-.no-rating { margin:0; }
-
-.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
-.ratings strong { float:left; margin:1px 3px 0 0; }
-.ratings .rating-links { margin:0; }
-.ratings .rating-links .separator { margin:0 2px; }
-.ratings dt {}
-.ratings dd {}
-.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; }
-.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
-.ratings .rating-box { float:left; margin-right:3px; }
-.ratings .amount {}
-
-.ratings-table th,
-.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
-.ratings-table th { font-weight:bold; padding-right:8px; }
-
-/* Availability */
-.availability { margin:0; }
-.availability span { font-weight:bold; }
-.availability.in-stock span {}
-.availability.out-of-stock span { color:#d83820; }
-
-.availability-only { margin:0 0 7px; }
-.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; }
-.availability-only .expanded { background-position:100% -15px; }
-.availability-only strong {}
-
-.availability-only-details { margin:0 0 7px; }
-.availability-only-details th { background:#f2f2f2; font-size:10px; padding:0 8px; }
-.availability-only-details td { border-bottom:1px solid #ddd; font-size:11px; padding:2px 8px 1px; }
-.availability-only-details tr.odd td.last {}
-
-/* Email to a Friend */
-.email-friend {}
-
-/* Alerts */
-.alert-price {}
-.alert-stock {}
-
-/********** < Product Prices */
-.price { white-space:nowrap !important; }
-
-.price-box {}
-.price-box .price { font-weight:bold; }
-
-/* Regular price */
-.regular-price {}
-.regular-price .price { font-weight:bold; }
-
-/* Old price */
-.old-price {}
-.old-price .price-label { white-space:nowrap; }
-.old-price .price { font-weight:bold; text-decoration:line-through; }
-
-/* Special price */
-.special-price {}
-.special-price .price-label { font-weight:bold; white-space:nowrap; }
-.special-price .price { font-weight:bold; }
-
-/* Minimal price (as low as) */
-.minimal-price {}
-.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
-
-.minimal-price-link { display:block; }
-.minimal-price-link .label {}
-.minimal-price-link .price { font-weight:normal; }
-
-/* Excluding tax */
-.price-excluding-tax { display:block; }
-.price-excluding-tax .label { white-space:nowrap; }
-.price-excluding-tax .price { font-weight:normal; }
-
-/* Including tax */
-.price-including-tax { display:block; }
-.price-including-tax .label { white-space:nowrap; }
-.price-including-tax .price { font-weight:bold; }
-
-/* Configured price */
-.configured-price {}
-.configured-price .price-label { font-weight:bold; white-space:nowrap; }
-.configured-price .price { font-weight:bold; }
-
-/* FPT */
-.weee { display:block; font-size:11px; color:#444; }
-.weee .price { font-size:11px; font-weight:normal; }
-
-/* Excl tax (for order tables) */
-.price-excl-tax  { display:block; }
-.price-excl-tax .label { display:block; white-space:nowrap; }
-.price-excl-tax .price { display:block; }
-
-/* Incl tax (for order tables) */
-.price-incl-tax { display:block; }
-.price-incl-tax .label { display:block; white-space:nowrap; }
-.price-incl-tax .price { display:block; font-weight:bold; }
-
-/* Price range */
-.price-from {}
-.price-from .price-label { font-weight:bold; white-space:nowrap; }
-
-.price-to {}
-.price-to .price-label { font-weight:bold; white-space:nowrap; }
-
-/* Price notice next to the options */
-.price-notice { padding-left:10px; }
-.price-notice .price { font-weight:bold; }
-
-/* Price as configured */
-.price-as-configured {}
-.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
-
-.price-box-bundle {}
-/********** Product Prices > */
-
-/* Tier Prices */
-.tier-prices .price { font-weight:bold; }
-.tier-prices .benefit {}
-
-.tier-prices-grouped {}
-
-/* Add to Links */
-.add-to-links .separator { display:none; }
-
-/* Add to Cart */
-.add-to-cart label { float:left; margin-right:5px; }
-.add-to-cart .qty { float:left; }
-.add-to-cart button.button { float:left; margin-left:5px; }
-.add-to-cart .paypal-logo { clear:left; text-align:right; }
-.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
-.product-view .add-to-cart .paypal-logo { margin:0; }
-
-/* Add to Links + Add to Cart */
-.add-to-box {}
-.add-to-box .add-to-cart { float:left; }
-.add-to-box .or { float:left; margin:0 10px; }
-.add-to-box .add-to-links { float:left; }
-
-
-.product-view {}
-
-.product-essential {}
-
-.product-collateral .box-collateral { margin:0 0 15px; }
-
-/* Product Images */
-.product-view .product-img-box { float:left; width:267px; }
-.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
-.product-view .product-img-box .product-image { border:1px solid #ddd; }
-.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
-.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
-.product-view .product-img-box .zoom-notice { text-align:center; }
-.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; }
-.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
-.product-view .product-img-box .zoom #track { position:relative; height:18px; }
-.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;  }
-.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
-.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
-.product-view .product-img-box .more-views ul { margin-left:-4px }
-.product-view .product-img-box .more-views li { float:left; padding:1px; background-color:#ddd; margin:0 0 8px 4px ; }
-
-.product-image-popup { margin:0 auto; }
-.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
-.product-image-popup .nav { margin:0 100px; text-align:center; }
-.product-image-popup .image { display:block; }
-.product-image-popup .image-label {}
-
-/* Product Shop */
-.product-view .product-shop { float:right; width:445px; }
-.col1-layout .product-view .product-shop { float:right; width:700px; }
-.col3-layout .product-view .product-shop { float:none; width:auto; }
-.product-view .product-name {}
-.product-view .short-description {}
-
-/* Product Options */
-.product-options { padding:10px; margin:10px 0 0; border:1px solid #ddd; background-color:#f6f6f6; }
-.product-options dt label { font-weight:bold; }
-.product-options dt .qty-holder { float:right; }
-.product-options dt .qty-holder label { vertical-align:middle; }
-.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#000; }
-.product-options dd { margin:10px 0; }
-.product-options dl.last dd.last {}
-.product-options dd input.input-text { width:98%; }
-.product-options dd input.datetime-picker { width:150px; }
-.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
-.product-options dd textarea { width:98%; height:8em; }
-.product-options dd select { width:100%; }
-.product-options .options-list {}
-.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
-.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
-.product-options .options-list .label { display:block; margin-left:20px; }
-.product-options ul.validation-failed { padding:0 7px; }
-.product-options p.required { padding:15px 0 0; }
-
-.product-options-bottom { padding:10px; border:1px solid #ddd; border-top:0; }
-.product-options-bottom .price-box { margin:10px 0; }
-
-/* Grouped Product */
-.product-view .grouped-items-table {}
-
-/* Block: Description */
-.product-view .box-description {}
-
-/* Block: Additional */
-.product-view .box-additional {}
-
-/* Block: Upsell */
-.product-view .box-up-sell {}
-.product-view .box-up-sell .products-grid td { width:25%; }
-
-/* Block: Tags */
-.product-view .box-tags {}
-.product-view .box-tags .form-add label { float:left; }
-.product-view .box-tags .form-add .input-box { float:left; width:260px; margin:0 5px; }
-.product-view .box-tags .form-add input.input-text { width:254px; }
-.product-view .box-tags .form-add p { clear:both; }
-
-/* Block: Reviews */
-.product-view .box-reviews {}
-.product-view .box-reviews .form-add {}
-
-/* Send a Friend */
-.send-friend {}
-/* ======================================================================================= */
-
-
-/* Content Styles ================================================================= */
-.product-name { font-size:1em; font-weight:normal; }
-.product-name a {}
-
-/* Product Tags */
-.tags-list li { display:inline; }
-
-/* Advanced Search */
-.advanced-search {}
-.advanced-search-amount {}
-.advanced-search-summary {}
-
-/* CMS Home Page */
-.cms-home .subtitle {}
-.cms-index-index .subtitle {}
-
-/* Sitemap */
-.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
-.page-sitemap .links a { text-decoration:none; position:relative; }
-.page-sitemap .links a:hover { text-decoration:underline; }
-.page-sitemap .sitemap { margin:12px; }
-.page-sitemap .sitemap a {}
-.page-sitemap .sitemap li { margin:3px 0; }
-.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
-.page-sitemap .sitemap li.level-0 a {}
-
-/* RSS */
-.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
-.rss-table .link-rss { display:block; line-height:1.35; background-position:0 2px; }
-/* ======================================================================================= */
-
-
-/* Shopping Cart ========================================================================= */
-.cart {}
-
-/* Checkout Types */
-.cart .checkout-types { float:right; text-align:right; }
-.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
-.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
-.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 8px 0; line-height:1.0; font-size:11px; }
-
-/* Shopping Cart Table */
-.cart-table .item-msg { font-size:10px; }
-
-/* Shopping Cart Collateral boxes */
-.cart .cart-collaterals { padding:25px 0 0; }
-.cart .cart-collaterals .col2-set { float:left; width:700px; }
-
-.cart .crosssell {}
-.cart .crosssell h2 { font-size:13px; font-weight:bold; }
-.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #ddd; }
-.cart .crosssell .product-details { margin-left:90px; }
-.cart .crosssell li.item { margin:12px 0; }
-
-/* Discount Codes & Estimate Shipping and Tax Boxes */
-.cart .discount,
-.cart .shipping {}
-
-/* Shopping Cart Totals */
-.cart .totals { float:right; }
-.cart .totals table { width:100%; }
-.cart .totals table th,
-.cart .totals table td { padding:5px; }
-.cart .totals table th { font-weight:bold; }
-.cart .totals table tfoot th {}
-
-/* Options Tool Tip */
-.item-options dt { font-weight:bold; font-style:italic; }
-.item-options dd { padding-left:10px; }
-.truncated { cursor:help; }
-.truncated a.dots { cursor:help; }
-.truncated a.details { cursor:help; }
-.truncated .truncated_full_value { position:relative; z-index:999; }
-.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
-.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
-.truncated .show .item-options { top:-20px; left:50%; }
-.col-left .truncated .show .item-options { left:30px; top:7px; }
-.col-right .truncated .show .item-options  { left:-240px; top:7px; }
-/* ======================================================================================= */
-
-
-/* Checkout ============================================================================== */
-/********** < Common Checkout Styles */
-/* Shipping and Payment methods */
-.sp-methods dt { font-weight:bold; }
-.sp-methods .price { font-weight:bold; }
-.sp-methods .form-list { padding-left:20px; }
-.sp-methods select.month { width:150px; margin-right:10px; }
-.sp-methods select.year { width:96px; }
-.sp-methods input.cvv { width:3em !important; }
-
-.sp-methods .checkmo-list li { margin:0 0 5px; }
-.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
-.sp-methods .checkmo-list address { float:left; }
-
-.sp-methods .centinel-logos a { margin-right:3px; }
-.sp-methods .centinel-logos img { vertical-align:middle; }
-
-.sp-methods .release-amounts { margin:0.5em 0 1em; }
-.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
-
-.please-wait { float:right; margin-right:5px; }
-.please-wait img { vertical-align:middle; }
-.cvv-what-is-this { cursor:help; margin-left:5px; }
-
-/* Tooltip */
-.tool-tip { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; position:absolute; z-index:9999; }
-.tool-tip .btn-close { text-align:right; }
-.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; }
-.tool-tip .tool-tip-content { padding:5px; }
-
-/* Gift Messages */
-.gift-messages {}
-.gift-messages-form { border:1px solid #ddd; background-color:#f5f5f5; }
-.gift-messages-form { position:relative; }
-.gift-messages-form label { float:none !important; position:static !important; }
-.gift-messages-form h4 {}
-.gift-messages-form .whole-order {}
-.gift-messages-form .item { margin:0 0 10px; }
-.gift-messages-form .item .product-img-box { float:left; width:75px; }
-.gift-messages-form .item .product-image { margin:0 0 7px; }
-.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; }
-.gift-messages-form .item .details { margin-left:90px; }
-.gift-messages-form .item .details .product-name {}
-
-.gift-message-link { display:block; background:url(../images/bkg_collapse.gif) 0 4px no-repeat; padding-left:20px; }
-.gift-message-link.expanded { background-position:0 -53px; }
-.gift-message-row {}
-.gift-message-row .btn-close { float:right; }
-.gift-message dt strong { font-weight:bold; }
-
-/* Checkout Agreements */
-.checkout-agreements {}
-.checkout-agreements li { margin:10px 0; }
-.checkout-agreements .agreement-content { border:1px solid #ddd; background-color:#f6f6f6; padding:5px; height:10em; overflow:auto; }
-.checkout-agreements .agree { padding:6px; }
-
-/* Centinel */
-.centinel {}
-.centinel .authentication { border:1px solid #ddd; background:#fff; }
-.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
-
-/* Generic Info Set */
-.info-set {}
-/********** Common Checkout Styles > */
-
-/* One Page Checkout */
-.block-progress {}
-.block-progress dt { font-weight:bold; }
-.block-progress dt.complete,
-.block-progress dd.complete { background-color:#f6f6f6; }
-
-.opc { border-bottom:1px solid #ddd; position:relative; }
-.opc li.section { border:1px solid #ddd; border-bottom:0; }
-
-.opc .buttons-set.disabled button.button { display:none; }
-.opc .buttons-set .please-wait { height:21px; line-height:21px; }
-
-.opc .step-title { background-color:#f6f6f6; padding:0 5px; text-align:right; }
-.opc .step-title .number { float:left; line-height:22px; margin-right:5px; }
-.opc .step-title h2 { float:left; }
-.opc .step-title a { display:none; float:right; }
-
-.opc .allow .step-title { cursor:pointer; }
-/*.opc .allow .step-title a { display:block; }*/
-
-.opc .active {}
-.opc .active .step-title { background-color:#ccc; cursor:default; }
-/*.opc .active .step-title a { display:none; }*/
-
-.opc .step { border-top:1px solid #ddd; padding:10px; position:relative; }
-.opc .step .tool-tip { right:10px; }
-
-.opc .order-review {}
-.opc .order-review .authentication {}
-.opc .order-review .warning-message {}
-
-/* Multiple Addresses Checkout */
-.checkout-progress { padding:0 50px; margin:10px 0; }
-.checkout-progress li { float:left; width:20%; border-top:5px solid #ccc; text-align:center; color:#ccc; }
-.checkout-progress li.active { border-top-color:#000; color:#000; }
-
-.multiple-checkout { position:relative; }
-.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:10px; }
-.multiple-checkout .grand-total { font-size:1.5em; text-align:right; }
-.multiple-checkout .grand-total big {}
-.multiple-checkout .grand-total .price {}
-/* ======================================================================================= */
-
-
-/* Account Login/Create Pages ============================================================ */
-.account-login {}
-.account-login .new-users {}
-.account-login .registered-users {}
-
-.account-create {}
-/* Account Login/Create Pages ============================================================ */
-
-/* Captcha */
-.captcha-note  {}
-.captcha-image { float:left; position:relative; }
-.captcha-img { border:1px solid #ccc; }
-.registered-users .captcha-image    {}
-#checkout-step-login .captcha-image {}
-.captcha-reload { position:absolute; top:2px; right:2px;}
-.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
-
-@-webkit-keyframes rotate {
-    0% { -webkit-transform:rotate(0); }
-    0% { -webkit-transform:rotate(-360deg); }
-}
-@-moz-keyframes rotate {
-    0% { -moz-transform:rotate(0); }
-    0% { -moz-transform:rotate(-360deg); }
-}
-@keyframes rotate {
-    0% { transform:rotate(0); }
-    0% { transform:rotate(-360deg); }
-}
-
-/* Remember Me Popup ===================================================================== */
-.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
-
-.remember-me label {}
-.remember-me-popup {}
-.remember-me-popup h3 {}
-.remember-me-popup .remember-me-popup-head {}
-.remember-me-popup .remember-me-popup-head .remember-me-popup-close {}
-.remember-me-popup .remember-me-popup-body {}
-.remember-me-popup .remember-me-popup-body a {}
-/* Remember Me Popup ===================================================================== */
-
-
-/* My Account ============================================================================= */
-.my-account .title-buttons .link-rss { float:none; margin:0; }
-
-/********** < Dashboard */
-.dashboard {}
-.dashboard .welcome-msg {}
-
-/* Block: Recent Orders */
-.dashboard .box-recent { margin:10px 0; }
-
-/* Block: Account Information */
-.dashboard .box-info {}
-
-/* Block: Reviews */
-.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; }
-.dashboard .box-reviews .details { margin-left:20px; }
-
-/* Block: Tags */
-.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; }
-.dashboard .box-tags .details { margin-left:20px; }
-/********** Dashboard > */
-
-/* Address Book */
-.addresses-list {}
-.addresses-list-additional li.item {}
-
-/* Order View */
-.order-info { border:1px solid #ddd; padding:5px; }
-.order-info dt,
-.order-info dd,
-.order-info ul,
-.order-info li { display:inline; }
-.order-info dt { font-weight:bold; }
-
-.order-date { margin:10px 0; }
-
-.order-info-box {}
-
-.order-items { width:100%; overflow-x:auto; }
-
-.order-additional { margin:15px 0; }
-/* Order Gift Message */
-.gift-message dt strong { color:#666; }
-.gift-message dd { font-size:13px; margin:5px 0 0; }
-/* Order Comments */
-.order-about dt { font-weight:bold; }
-.order-about dd { font-size:13px; margin:0 0 7px; }
-
-.tracking-table { margin:0 0 15px; }
-.tracking-table th { font-weight:bold; white-space:nowrap; }
-
-.tracking-table-popup { width:100%; }
-.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
-.tracking-table-popup th,
-.tracking-table-popup td { padding:1px 8px; }
-
-/* Order Print Pages */
-.page-print .print-head {}
-.page-print .print-head img { float:left; }
-.page-print .print-head address { float:left; margin-left:15px; }
-/* Price Rewrites */
-.page-print .gift-message-link { display:none; }
-.page-print .price-excl-tax,
-.page-print .price-incl-tax { display:block; white-space:nowrap; }
-.page-print .cart-price,
-.page-print .price-excl-tax .label,
-.page-print .price-incl-tax .label,
-.page-print .price-excl-tax .price,
-.page-print .price-incl-tax .price { display:inline; }
-
-/* My Reviews */
-.product-review .product-img-box { float:left; width:140px;  }
-.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
-.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
-.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
-.product-review .product-details { margin-left:150px; }
-.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
-.product-review h3 {}
-.product-review .ratings-table { margin:0 0 10px; }
-.product-review dt { font-weight:bold; }
-.product-review dd { font-size:13px; margin:5px 0 0; }
-/* ======================================================================================= */
-
-
-/* Footer ================================================================================ */
-.footer { border:1px solid #ddd; padding:10px; }
-.footer p { text-align:right; }
-.footer address { text-align:right; }
-.footer ul {}
-.footer ul li { display:inline; }
-.footer-container .bottom-container { text-align:center; }
-/* ======================================================================================= */
-
-
-/* Clears ================================================================================ */
-.clearer:after,
-.header-container:after,
-.header-container .top-container:after,
-.header:after,
-.header .quick-access:after,
-#nav:after,
-.main:after,
-.footer:after,
-.footer-container .bottom-container:after,
-.col-main:after,
-.col2-set:after,
-.col3-set:after,
-.col4-set:after,
-.search-autocomplete li:after,
-.block .block-content:after,
-.block .actions:after,
-.block li.item:after,
-.block-poll li:after,
-.block-layered-nav .currently li:after,
-.page-title:after,
-.products-grid:after,
-.products-list li.item:after,
-.box-account .box-head:after,
-.dashboard .box .box-title:after,
-.box-reviews li.item:after,
-.box-tags li.item:after,
-.pager:after,
-.sorter:after,
-.ratings:after,
-.add-to-box:after,
-.add-to-cart:after,
-.product-essential:after,
-.product-collateral:after,
-.product-view .product-img-box .more-views ul:after,
-.product-view .product-shop .short-description:after,
-.product-view .box-description:after,
-.product-view .box-tags .form-add:after,
-.product-options .options-list li:after,
-.product-options-bottom:after,
-.product-review:after,
-.cart:after,
-.cart-collaterals:after,
-.cart .crosssell li.item:after,
-.opc .step-title:after,
-.checkout-progress:after,
-.multiple-checkout .place-order:after,
-.group-select li:after,
-.form-list li:after,
-.form-list .field:after,
-.buttons-set:after,
-.page-print .print-head:after,
-.advanced-search-summary:after,
-.gift-messages-form .item:after,
-.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
-/* ======================================================================================= */
diff --git a/skin/frontend/default/blank/favicon.ico b/skin/frontend/default/blank/favicon.ico
deleted file mode 100644
index 85b35553c9a..00000000000
Binary files a/skin/frontend/default/blank/favicon.ico and /dev/null differ
diff --git a/skin/frontend/default/blank/images/bkg_button.gif b/skin/frontend/default/blank/images/bkg_button.gif
deleted file mode 100644
index c2f6ccba3c9..00000000000
Binary files a/skin/frontend/default/blank/images/bkg_button.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/bkg_collapse.gif b/skin/frontend/default/blank/images/bkg_collapse.gif
deleted file mode 100644
index 5d216864696..00000000000
Binary files a/skin/frontend/default/blank/images/bkg_collapse.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/bkg_rating.gif b/skin/frontend/default/blank/images/bkg_rating.gif
deleted file mode 100644
index fcebdc71af4..00000000000
Binary files a/skin/frontend/default/blank/images/bkg_rating.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/btn_edit.gif b/skin/frontend/default/blank/images/btn_edit.gif
deleted file mode 100644
index a5df1cd1ecb..00000000000
Binary files a/skin/frontend/default/blank/images/btn_edit.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/btn_remove.gif b/skin/frontend/default/blank/images/btn_remove.gif
deleted file mode 100644
index 28b1f7e30e1..00000000000
Binary files a/skin/frontend/default/blank/images/btn_remove.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/btn_trash.gif b/skin/frontend/default/blank/images/btn_trash.gif
deleted file mode 100644
index 5c604abb2f3..00000000000
Binary files a/skin/frontend/default/blank/images/btn_trash.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/btn_window_close.gif b/skin/frontend/default/blank/images/btn_window_close.gif
deleted file mode 100644
index 18aced2020b..00000000000
Binary files a/skin/frontend/default/blank/images/btn_window_close.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/catalog/product/placeholder/image.jpg b/skin/frontend/default/blank/images/catalog/product/placeholder/image.jpg
deleted file mode 100644
index b8baef2dfe0..00000000000
Binary files a/skin/frontend/default/blank/images/catalog/product/placeholder/image.jpg and /dev/null differ
diff --git a/skin/frontend/default/blank/images/catalog/product/placeholder/small_image.jpg b/skin/frontend/default/blank/images/catalog/product/placeholder/small_image.jpg
deleted file mode 100644
index b8611cfdab5..00000000000
Binary files a/skin/frontend/default/blank/images/catalog/product/placeholder/small_image.jpg and /dev/null differ
diff --git a/skin/frontend/default/blank/images/catalog/product/placeholder/thumbnail.jpg b/skin/frontend/default/blank/images/catalog/product/placeholder/thumbnail.jpg
deleted file mode 100644
index b8fc9043f6f..00000000000
Binary files a/skin/frontend/default/blank/images/catalog/product/placeholder/thumbnail.jpg and /dev/null differ
diff --git a/skin/frontend/default/blank/images/cvv.gif b/skin/frontend/default/blank/images/cvv.gif
deleted file mode 100644
index 6d49784489f..00000000000
Binary files a/skin/frontend/default/blank/images/cvv.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/fam_book_open.png b/skin/frontend/default/blank/images/fam_book_open.png
deleted file mode 100644
index 7d863f94974..00000000000
Binary files a/skin/frontend/default/blank/images/fam_book_open.png and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_asc_arrow.gif b/skin/frontend/default/blank/images/i_asc_arrow.gif
deleted file mode 100644
index 3ff818b1b44..00000000000
Binary files a/skin/frontend/default/blank/images/i_asc_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_availability_only_arrow.gif b/skin/frontend/default/blank/images/i_availability_only_arrow.gif
deleted file mode 100644
index 1d949264be1..00000000000
Binary files a/skin/frontend/default/blank/images/i_availability_only_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_desc_arrow.gif b/skin/frontend/default/blank/images/i_desc_arrow.gif
deleted file mode 100644
index 3ac3de1ce5e..00000000000
Binary files a/skin/frontend/default/blank/images/i_desc_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_msg-error.gif b/skin/frontend/default/blank/images/i_msg-error.gif
deleted file mode 100644
index 9db23513033..00000000000
Binary files a/skin/frontend/default/blank/images/i_msg-error.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_msg-note.gif b/skin/frontend/default/blank/images/i_msg-note.gif
deleted file mode 100644
index c9cacc27ae2..00000000000
Binary files a/skin/frontend/default/blank/images/i_msg-note.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_msg-success.gif b/skin/frontend/default/blank/images/i_msg-success.gif
deleted file mode 100644
index 611faffbc5f..00000000000
Binary files a/skin/frontend/default/blank/images/i_msg-success.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_notice.gif b/skin/frontend/default/blank/images/i_notice.gif
deleted file mode 100644
index 17733eff3fa..00000000000
Binary files a/skin/frontend/default/blank/images/i_notice.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_pager-next.gif b/skin/frontend/default/blank/images/i_pager-next.gif
deleted file mode 100644
index 5dff444a2b9..00000000000
Binary files a/skin/frontend/default/blank/images/i_pager-next.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_pager-prev.gif b/skin/frontend/default/blank/images/i_pager-prev.gif
deleted file mode 100644
index 179871aff27..00000000000
Binary files a/skin/frontend/default/blank/images/i_pager-prev.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_print.gif b/skin/frontend/default/blank/images/i_print.gif
deleted file mode 100644
index 32875177021..00000000000
Binary files a/skin/frontend/default/blank/images/i_print.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_rss-big.png b/skin/frontend/default/blank/images/i_rss-big.png
deleted file mode 100644
index 4f6d5c1ab06..00000000000
Binary files a/skin/frontend/default/blank/images/i_rss-big.png and /dev/null differ
diff --git a/skin/frontend/default/blank/images/i_rss.gif b/skin/frontend/default/blank/images/i_rss.gif
deleted file mode 100644
index 6c28e66b058..00000000000
Binary files a/skin/frontend/default/blank/images/i_rss.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/logo.gif b/skin/frontend/default/blank/images/logo.gif
deleted file mode 100644
index 6446196d162..00000000000
Binary files a/skin/frontend/default/blank/images/logo.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/logo_email.gif b/skin/frontend/default/blank/images/logo_email.gif
deleted file mode 100644
index 6446196d162..00000000000
Binary files a/skin/frontend/default/blank/images/logo_email.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/logo_print.gif b/skin/frontend/default/blank/images/logo_print.gif
deleted file mode 100644
index 6446196d162..00000000000
Binary files a/skin/frontend/default/blank/images/logo_print.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/magnifier_handle.gif b/skin/frontend/default/blank/images/magnifier_handle.gif
deleted file mode 100644
index cab1a4728c6..00000000000
Binary files a/skin/frontend/default/blank/images/magnifier_handle.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/opc-ajax-loader.gif b/skin/frontend/default/blank/images/opc-ajax-loader.gif
deleted file mode 100644
index 3d37d4393c3..00000000000
Binary files a/skin/frontend/default/blank/images/opc-ajax-loader.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/pager_arrow_left.gif b/skin/frontend/default/blank/images/pager_arrow_left.gif
deleted file mode 100644
index 179871aff27..00000000000
Binary files a/skin/frontend/default/blank/images/pager_arrow_left.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/pager_arrow_right.gif b/skin/frontend/default/blank/images/pager_arrow_right.gif
deleted file mode 100644
index 5dff444a2b9..00000000000
Binary files a/skin/frontend/default/blank/images/pager_arrow_right.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/slider_bg.gif b/skin/frontend/default/blank/images/slider_bg.gif
deleted file mode 100644
index 92b4e8c84b6..00000000000
Binary files a/skin/frontend/default/blank/images/slider_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/slider_btn_zoom_in.gif b/skin/frontend/default/blank/images/slider_btn_zoom_in.gif
deleted file mode 100644
index 5a8d72e2a42..00000000000
Binary files a/skin/frontend/default/blank/images/slider_btn_zoom_in.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/slider_btn_zoom_out.gif b/skin/frontend/default/blank/images/slider_btn_zoom_out.gif
deleted file mode 100644
index feffd3247c8..00000000000
Binary files a/skin/frontend/default/blank/images/slider_btn_zoom_out.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/spacer.gif b/skin/frontend/default/blank/images/spacer.gif
deleted file mode 100644
index 5bfd67a2d6f..00000000000
Binary files a/skin/frontend/default/blank/images/spacer.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/validation_advice_bg.gif b/skin/frontend/default/blank/images/validation_advice_bg.gif
deleted file mode 100644
index 46b1a2267ba..00000000000
Binary files a/skin/frontend/default/blank/images/validation_advice_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/blank/images/window_overlay.png b/skin/frontend/default/blank/images/window_overlay.png
deleted file mode 100644
index 681a61deddc..00000000000
Binary files a/skin/frontend/default/blank/images/window_overlay.png and /dev/null differ
diff --git a/skin/frontend/default/blue/css/styles-ie.css b/skin/frontend/default/blue/css/styles-ie.css
deleted file mode 100644
index 68acbc252bd..00000000000
--- a/skin/frontend/default/blue/css/styles-ie.css
+++ /dev/null
@@ -1,143 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_blue
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* IE 6 only */
-* html .wrapper { height:100%; }
-* html .validation-advice { height:13px; }
-* html .error-msg,
-* html .success-msg,
-* html .note-msg,
-* html .notice-msg { height:24px; }
-* html .main { height:400px; }
-* html .account-login .content { height:240px; }
-.block li.item,
-.block-poll li,
-.opc li.section { vertical-align:top; }
-* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
-
-/* Doubled Margin Fixes */
-.product-view .product-img-box .more-views li,
-.product-view .box-tags .form-add .input-box,
-.sp-methods select.month { display:inline; }
-
-/********** < Navigation styles */
-#nav li,
-#nav li a { zoom:1; }
-#nav li { vertical-align:top; }
-/********** < Navigation styles */
-
-select { margin-bottom:1px; }
-input.radio { width:13px; height:13px; }
-input.checkbox { width:13px; height:13px; }
-button.button { height:21px; }
-button.button span { position:relative; }
-button.btn-checkout { height:38px; }
-.form-list label { position:relative; z-index:0; }
-.form-list label.required em { position:absolute; top:0; right:-8px; }
-
-table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
-
-.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
-
-.gift-messages-form { position:relative; zoom:1; }
-
-.tool-tip .btn-close a { margin:0; }
-
-.product-view .box-tags .product-tags li,
-.footer li { padding:0 4px 0 7px; }
-
-.product-options dd .time-picker select { margin:0; padding:0; }
-
-/* Clearer */
-.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
-
-/* Clears and hasLayout fixes */
-.header-container,
-.header-container .top-container,
-.header,
-.header .quick-access,
-#nav,
-.main,
-.footer,
-.footer-container .bottom-container,
-.col-main,
-.col2-set,
-.col3-set,
-.col3-layout .product-options-bottom .price-box,
-.col4-set,
-.messages li,
-.search-autocomplete li,
-.block,
-.block .block-content,
-.block .actions,
-.block li.item,
-.block-poll li,
-.block-poll .label,
-.block-layered-nav .currently li,
-.block-account .block-content li a,
-.mini-products-list .product-details,
-.page-title,
-.rss-title h1,
-.products-grid,
-.products-list li.item,
-.box-account .box-head,
-.dashboard .box .box-title,
-.box-reviews li.item,
-.box-tags li.item,
-.pager,
-.sorter,
-.ratings,
-.add-to-box,
-.add-to-cart,
-.product-essential,
-.product-collateral,
-.product-view .product-img-box .more-views ul,
-.product-view .box-tags .form-add,
-.product-view .product-shop .short-description,
-.product-view .box-description,
-.product-options .options-list li,
-.product-options,
-.product-options-bottom,
-.truncated,
-.truncated .truncated_full_value,
-.product-review,
-.cart,
-.cart-collaterals,
-.cart .crosssell li.item,
-.cart .discount,
-.opc .step-title,
-.opc .step,
-.multiple-checkout,
-.sp-methods,
-.checkout-progress,
-.multiple-checkout .place-order,
-.form-list li,
-.form-list .field,
-.group-select li,
-.buttons-set,
-.page-print .print-head,
-.cart-tax-total,
-.advanced-search-summary,
-.advanced-search-summary p,
-.gift-messages-form .item,
-.send-friend .form-list li p,
-.centinel .authentication { zoom:1; }
-
-/* Hover Fix */
-iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
diff --git a/skin/frontend/default/blue/css/styles.css b/skin/frontend/default/blue/css/styles.css
deleted file mode 100644
index 158e41968b4..00000000000
--- a/skin/frontend/default/blue/css/styles.css
+++ /dev/null
@@ -1,1741 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_blue
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @copyright   Copyright (c) 2022 The OpenMage Contributors (https://www.openmage.org)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* Reset ================================================================================= */
-* { margin:0; padding:0; }
-
-html,body     { height:100%; }
-body          { background:#4c697b url(../images/bkg_body.gif) 0 0 repeat-x; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }
-
-img           { border:0; vertical-align:top; }
-
-a             { color:#1e7ec8; text-decoration:underline; }
-a:hover       { text-decoration:none; }
-:focus        { outline:0; }
-
-/* Headings */
-h1,h2,h3,
-h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
-h1            { font-size:20px; font-weight:normal; }
-h2            { font-size:18px; font-weight:normal; }
-h3            { font-size:16px; font-weight:bold; }
-h4            { font-size:14px; font-weight:bold; }
-h5            { font-size:12px; font-weight:bold; }
-h6            { font-size:11px; font-weight:bold; }
-
-/* Forms */
-form          { display:inline; }
-fieldset      { border:0; }
-legend        { display:none; }
-
-/* Table */
-table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
-caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
-
-/* Content */
-p             { margin:0 0 10px; }
-strong        { font-weight:bold; }
-address       { font-style:normal; line-height:1.35; }
-cite          { font-style:normal; }
-q,
-blockquote    { quotes:none; }
-q:before,
-q:after       { content:''; }
-small,big     { font-size:1em; }
-/*sup           { font-size:1em; vertical-align:top; }*/
-
-/* Lists */
-ul,ol         { list-style:none; }
-
-/* Tools */
-.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; }
-.nobr         { white-space:nowrap !important; }
-.wrap         { white-space:normal !important; }
-.a-left       { text-align:left !important; }
-.a-center     { text-align:center !important; }
-.a-right      { text-align:right !important; }
-.v-top        { vertical-align:top; }
-.v-middle     { vertical-align:middle; }
-.f-left,
-.left         { float:left !important; }
-.f-right,
-.right        { float:right !important; }
-.f-none       { float:none !important; }
-.f-fix        { float:left; width:100%; }
-.no-display   { display:none; }
-.no-margin    { margin:0 !important; }
-.no-padding   { padding:0 !important; }
-.no-bg        { background:none !important; }
-/* ======================================================================================= */
-
-
-/* Layout ================================================================================ */
-.wrapper { min-height:100%; background:url(../images/bkg_body2.gif) 0 100% repeat-x; }
-.page { width:970px; margin:0 auto; min-height:100%; text-align:left; }
-.page-print { height:auto; background:#fff; padding:25px 30px; text-align:left; }
-.page-empty { height:auto; background:#fff; padding:20px; text-align:left; }
-.page-popup { height:auto; background:#fff; padding:25px 30px; text-align:left; }
-.main-container { width:950px; padding:0 10px; background:url(../images/bkg_shadow.png) 50% 0 repeat-y; }
-.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(../images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }
-
-/* Base Columns */
-.col-left { float:left; width:195px; padding:0 0 1px; }
-.col-main { float:left; width:685px; padding:0 0 1px; }
-.col-right { float:right; width:195px; padding:0 0 1px; }
-
-/* 1 Column Layout */
-.col1-layout .col-main { float:none; width:auto; }
-
-/* 2 Columns Layout */
-.col2-left-layout .col-main { float:right; }
-.col2-right-layout .col-main {}
-
-/* 3 Columns Layout */
-.col3-layout .col-main { width:475px; margin-left:17px; }
-.col3-layout .col-wrapper { float:left; width:687px; }
-.col3-layout .col-wrapper .col-main { float:right; }
-
-/* Content Columns */
-.col2-set .col-1 { float:left; width:48.5%; }
-.col2-set .col-2 { float:right; width:48.5%; }
-.col2-set .col-narrow { width:32%; }
-.col2-set .col-wide { width:65%; }
-
-.col3-set .col-1 { float:left; width:32%; }
-.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
-.col3-set .col-3 { float:right; width:32%; }
-
-.col4-set .col-1 { float:left; width:23.5%; }
-.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
-.col4-set .col-3 { float:left; width:23.5%; }
-.col4-set .col-4 { float:right; width:23.5%; }
-/* ======================================================================================= */
-
-
-/* Global Styles ========================================================================= */
-/* Form Elements */
-input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
-input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
-input.input-text,textarea { padding:2px; }
-select { padding:1px; }
-select option { padding-right:10px; }
-select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
-select.multiselect option:last-child { border-bottom:0; }
-textarea { overflow:auto; }
-input.radio { margin-right:3px; }
-input.checkbox { margin-right:3px; }
-input.qty { width:2.5em !important; }
-button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
-button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
-button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
-button.button span { display:block; height:19px; border:1px solid #406a83; background:#91c1cb url(../images/bkg_button.gif) 0 100% repeat-x; padding:0 8px; font:bold 12px/19px arial, helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
-button.button span span { border:0; padding:0; }
-button.disabled span { border-color:#bbb !important; background:#ccc !important; color:#fff !important; }
-
-button.btn-checkout span { height:36px; border-color:#2d813b; background:#345d1d url(../images/btn_checkout.gif) 0 0 repeat-x; padding:0 27px; font:bold 14px/36px arial, helvetica, sans-serif; color:#fff; }
-button.btn-checkout.no-checkout span { border-color:#ccc; background-color:#c2c2bf; background-position:0 100%; color:#b8baba; }
-
-p.control input.checkbox,
-p.control input.radio { margin-right:6px; }
-/* Form Highlight */
-input.input-text:focus,select:focus,textarea:focus { background-color:#fafaec; }
-/*.highlight { background:#efefef; }*/
-
-/* Form lists */
-/* Grouped fields */
-/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
-.form-list li { margin:0 0 8px; }
-.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
-.form-list label.required {}
-.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
-.form-list li.control label { float:none; }
-.form-list li.control input.radio,
-.form-list li.control input.checkbox { margin-right:6px; }
-.form-list li.control .input-box { clear:none; display:inline; width:auto; }
-/*.form-list li.fields { margin-right:-15px; }*/
-.form-list .input-box { display:block; clear:both; width:260px; }
-.form-list .field { float:left; width:275px; }
-.form-list input.input-text { width:254px; }
-.form-list textarea { width:254px; height:10em; }
-.form-list select { width:260px; }
-.form-list li.wide .input-box { width:535px; }
-.form-list li.wide input.input-text { width:529px; }
-.form-list li.wide textarea { width:529px; }
-.form-list li.wide select { width:535px; }
-.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
-.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
-.form-list .input-range input.input-text { width:74px; }
-
-.form-list-narrow li  { margin-bottom:0; }
-.form-list-narrow li .input-box { margin-bottom:6px; }
-.form-list-narrow li.wide .input-box { width:260px; }
-.form-list-narrow li.wide input.input-text,
-.form-list-narrow li.wide textarea { width:254px }
-.form-list-narrow li.wide select { width:260px; }
-
-/* Customer */
-.form-list .customer-name-prefix .input-box,
-.form-list .customer-name-suffix .input-box,
-.form-list .customer-name-prefix-suffix .input-box,
-.form-list .customer-name-prefix-middlename .input-box,
-.form-list .customer-name-middlename-suffix .input-box,
-.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
-
-.form-list .name-prefix { width:65px; }
-.form-list .name-prefix select { width:55px; }
-.form-list .name-prefix input.input-text { width:49px; }
-
-.form-list .name-suffix { width:65px; }
-.form-list .name-suffix select { width:55px; }
-.form-list .name-suffix input.input-text { width:49px; }
-
-.form-list .name-middlename { width:70px; }
-.form-list .name-middlename input.input-text { width:49px; }
-
-.form-list .customer-name-prefix-middlename-suffix .name-firstname,
-.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
-.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
-.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
-.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
-.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix .name-firstname,
-.form-list .customer-name-middlename .name-firstname { width:210px; }
-
-.form-list .customer-name-suffix .name-lastname,
-.form-list .customer-name-middlename .name-firstname,
-.form-list .customer-name-middlename-suffix .name-firstname,
-.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
-
-.form-list .customer-name-prefix .name-firstname input.input-text,
-.form-list .customer-name-suffix .name-lastname input.input-text,
-.form-list .customer-name-middlename .name-firstname input.input-text,
-.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
-.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-dob .dob-month,
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-year { float:left; width:85px; }
-.form-list .customer-dob input.input-text { display:block; width:74px; }
-.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-month { width:60px; }
-.form-list .customer-dob .dob-day input.input-text,
-.form-list .customer-dob .dob-month input.input-text { width:46px; }
-.form-list .customer-dob .dob-year { width:140px; }
-.form-list .customer-dob .dob-year input.input-text { width:134px; }
-
-.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
-.buttons-set p.required { margin:0 0 10px; }
-.buttons-set .back-link { float:left; margin:0; }
-.buttons-set button.button { float:right; margin-left:5px; }
-
-.buttons-set-order { margin:10px 0 0; }
-.buttons-set-order .please-wait { padding:12px 7px 0 0; }
-
-.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
-.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
-
-/* Form Validation */
-.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
-.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
-.validation-passed {}
-p.required { font-size:11px; text-align:right; color:#EB340A; }
-/* Expiration date and CVV number validation fix */
-.v-fix { float:left; }
-.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
-
-/* Global Messages  */
-.success { color:#3d6611; font-weight:bold; }
-.error { color:#df280a; font-weight:bold; }
-.notice { color:#e26703; }
-
-.messages,
-.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
-.messages { width:100%; overflow:hidden; }
-.messages li { margin:0 0 10px !important; }
-.messages li li { margin:0 0 3px !important; }
-.error-msg,
-.success-msg,
-.note-msg,
-.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
-.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
-.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
-.note-msg,
-.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
-
-/* BreadCrumbs */
-.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
-.breadcrumbs li { display:inline; }
-.breadcrumbs li strong { font-weight:bold; }
-
-/* Page Heading */
-.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
-.page-title h1,
-.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
-.page-title .separator { margin:0 3px; }
-.page-title .link-rss { float:right; margin:7px 0 0; }
-.title-buttons { text-align:right; }
-.title-buttons h1,
-.title-buttons h2,
-.title-buttons h3,
-.title-buttons h4,
-.title-buttons h5,
-.title-buttons h6 { float:left; }
-
-.subtitle,
-.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#2f2f2f; }
-
-/* Pager */
-.pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
-.pager .amount { float:left; margin:0; }
-.pager .limiter { float:right; }
-.pager .limiter label { vertical-align:middle; }
-.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
-.pager .pages { margin:0 140px; }
-.pager .pages ol { display:inline; }
-.pager .pages li { display:inline; margin:0 2px; }
-.pager .pages .current {}
-
-/* Sorter */
-.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
-.sorter .view-mode { float:left; margin:0; }
-.sorter .sort-by { float:right; padding-right:36px; }
-.sorter .sort-by label { vertical-align:middle; }
-.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
-.sorter .link-feed {}
-
-/* Toolbar */
-.toolbar {}
-.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
-.toolbar .sorter { border-bottom:1px solid #fff; }
-.toolbar-bottom {}
-
-/* Data Table */
-.data-table { width:100%; border:1px solid #bebcb7; }
-.data-table .odd  { background:#f8f7f5 }
-.data-table .even { background:#eeeded; }
-.data-table tr.odd:hover,
-.data-table tr.even:hover { background:#ebf1f6; }
-.data-table td.last,
-.data-table th.last { border-right:0; }
-.data-table tr.last th,
-.data-table tr.last td { border-bottom:0 !important; }
-.data-table th { padding:3px 8px; font-weight:bold; }
-.data-table td { padding:3px 8px; }
-
-.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
-.data-table thead th.wrap { white-space:normal; }
-.data-table thead th a,
-.data-table thead th a:hover { color:#fff; }
-.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
-.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
-
-.data-table tfoot { border-bottom:1px solid #d9dde3; }
-.data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
-.data-table tfoot tr { background-color:#dee5e8 !important; }
-.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
-.data-table tfoot strong { font-size:16px; }
-
-.data-table tbody th,
-.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
-/* Bundle products tables */
-.data-table tbody.odd tr { background:#f8f7f5 !important; }
-.data-table tbody.even tr { background:#f6f6f6 !important; }
-.data-table tbody.odd tr td,
-.data-table tbody.even tr td { border-bottom:0; }
-.data-table tbody.odd tr.border td,
-.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }
-
-.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
-.data-table tbody td .option-value { padding-left:10px; }
-
-/* Generic Info Box */
-.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
-.info-box h2 { font-weight:bold; font-size:13px; }
-
-.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
-.info-table td { padding:2px 0; }
-
-/* Shopping cart total summary row expandable to details */
-tr.summary-total { cursor:pointer; }
-tr.summary-total td {}
-tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
-tr.show-details .summary-collapse { background-position:0 -52px; }
-tr.show-details td {}
-tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
-tr.summary-details-first td { border-top:1px solid #d2d8db; }
-tr.summary-details-excluded { font-style:italic; }
-
-/* Shopping cart tax info */
-.cart-tax-info { display:block; }
-.cart-tax-info,
-.cart-tax-info .cart-price { padding-right:20px; }
-.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
-.cart-tax-info .price,
-.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
-.cart-tax-total-expanded { background-position:100% -52px; }
-
-/* Class: std - styles for admin-controlled content */
-.std .subtitle { padding:0; }
-.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
-.std dl dt { font-weight:bold; }
-.std dl dd { margin:0 0 10px; }
-std ul,
-.std ol,
-.std dl,
-.std p,
-.std address,
-.std blockquote { margin:0 0 1em; padding:0; }
-.std ul { list-style:disc outside; padding-left:1.5em; }
-.std ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul ul { list-style-type:circle; }
-.std ul ul,
-.std ol ol,
-.std ul ol,
-.std ol ul { margin:.5em 0; }
-.std dt { font-weight:bold; }
-.std dd { padding:0 0 0 1.5em; }
-.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
-.std address { font-style:normal; }
-.std b,
-.std strong { font-weight:bold; }
-.std i,
-.std em { font-style:italic; }
-
-/* Misc */
-.links li { display:inline; }
-.links li.first { padding-left:0 !important; }
-.links li.last { background:none !important; padding-right:0 !important; }
-
-.link-cart { color:#dc6809 !important; font-weight:bold; }
-.link-wishlist { color:#dc6809 !important; font-weight:bold; }
-.link-reorder { font-weight:bold; color:#dc6809 !important; }
-.link-compare { font-weight:bold; }
-.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
-.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
-.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; }
-.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-.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; }
-.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-
-.cards-list dt { margin:5px 0 0; }
-.cards-list .offset { padding:2px 0 2px 20px; }
-
-.separator { margin:0 3px; }
-
-.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
-
-/* Global site notices */
-.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
-.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
-.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
-.global-site-notice .notice-inner .actions { padding-top:10px; }
-
-/* Cookie Notice */
-.notice-cookie { }
-
-/* Noscript Notice */
-.noscript {}
-
-/* Demo Notice */
-.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
-.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
-.demo-notice .notice-inner p { padding:0; border:0; }
-
-/* ======================================================================================= */
-
-
-/* Header ================================================================================ */
-.logo { float:left; }
-.header-container { width:950px; padding:0 10px; background:url(../images/bkg_shadow.png) 50% 0 repeat; }
-.header { margin:0 auto; padding:10px; text-align:right; border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(../images/bkg_header.jpg) 0 0 no-repeat; position:relative; z-index:10; }
-.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
-.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
-.header h1.logo { margin:0; }
-.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
-.header .welcome-msg { margin:0; color:#fff; text-align:right; }
-.header .welcome-msg { color:#ebbc58; }
-.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
-.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
-.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
-.header .form-search button.button { float:left; }
-.header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
-.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
-.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
-.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
-.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
-.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
-.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
-.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
-.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
-.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
-.header .form-language select { padding:0; }
-.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
-.header .links { float:right; margin:0 0 6px; }
-.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
-.header .links a { color:#ebbc58; }
-.header-container .top-container { clear:both; padding:5px 10px 0 12px; }
-.header-container .top-container a { font-size:11px; color:#ebbc58; }
-
-/********** < Navigation */
-.nav-container { width:950px; padding:0 10px; background:url(../images/bkg_shadow.png) 50% 0 repeat-y; }
-#nav { padding:0 16px; background:#0a263d; font-size:13px; }
-
-/* All Levels */ /* Style consistent throughout all nav levels */
-#nav li { position:relative; text-align:left; }
-#nav li.over { z-index:998; }
-#nav a,
-#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
-#nav span { display:block; cursor:pointer; white-space:nowrap; }
-#nav li ul span {white-space:normal; }
-#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
-#nav ul li.parent li a { background-image:none; }
-
-/* 0 Level */
-#nav li { float:left; }
-#nav li.active a { color:#d96708; }
-#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
-#nav li.over a,
-#nav a:hover { color:#d96708; }
-
-/* 1st Level */
-#nav ul li,
-#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
-#nav ul li.last { background:#ecf3f6; padding-bottom:0; }
-
-#nav ul a,
-#nav ul a:hover { float:none; padding:0; background:none; }
-#nav ul li a { font-weight:normal !important; }
-
-/* 2nd Level */
-#nav ul,
-#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
-#nav div ul { position:static; width:auto; border:none; }
-
-/* 3rd+ Level */
-#nav ul ul,
-#nav ul div { top:5px; }
-
-#nav ul li a { background:#ecf3f6; }
-#nav ul li a:hover { background:#d5e4eb; }
-#nav ul li a,
-#nav ul li a:hover { color:#2f2f2f !important; }
-#nav ul span,
-#nav ul li.last li span { padding:3px 15px 4px 15px; }
-
-/* Show menu */
-#nav li ul.shown-sub,
-#nav li div.shown-sub { left:0; z-index:999; }
-#nav li .shown-sub ul.shown-sub,
-#nav li .shown-sub li div.shown-sub { left:100px; }
-/********** Navigation > */
-/* ======================================================================================= */
-
-
-/* Sidebar =============================================================================== */
-.block { border:1px solid #c4c1bc; margin:0 0 15px; }
-.block .block-title { background:url(../images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
-.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#2f2f2f; }
-.block .block-title strong span {}
-.block .block-title a { text-decoration:none !important; }
-.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
-.block .block-content { background:#e7f1f4; }
-.block .block-content li.item { padding:7px 9px; }
-.block .block-content .product-name { color:#1e7ec8; }
-.block .btn-remove,
-.block .btn-edit { float:right; margin:1px 0 2px 5px; }
-.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
-.block .actions a { float:left; }
-.block .actions button.button { float:right; }
-.block .empty { margin:0; padding:5px 9px; }
-
-.block li.odd { background-color:#f4f3f3; }
-.block li.even { background-color:#fafafa; }
-
-/* Mini Blocks */
-.block-cart,
-.block-wishlist,
-.block-subscribe,
-.block-compare,
-.block-reorder,
-.block-poll,
-.block-viewed,
-.block-compared,
-.block-related,
-.block-tags,
-.block-login { font-size:11px; line-height:1.25; }
-.block-cart .block-title strong,
-.block-wishlist .block-title strong,
-.block-subscribe .block-title strong,
-.block-compare .block-title strong,
-.block-reorder .block-title strong,
-.block-poll .block-title strong,
-.block-viewed .block-title strong,
-.block-compared .block-title strong,
-.block-related .block-title strong,
-.block-tags .block-title strong,
-.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
-
-/* Mini Products List */
-.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
-.mini-products-list .product-details { margin-left:60px; }
-
-/* Block: Account */
-.block-account { border-color:#bbb; }
-.block-account .block-title { background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
-.block-account .block-title strong { font-size:13px; color:#fff; }
-.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
-.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
-.block-account .block-content li a:hover { color:#ea7900; }
-.block-account .block-content li.last a { border-bottom:0; }
-.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
-.block-account .block-content li.current.last { border-bottom:0; }
-
-/* Block: Currency Switcher */
-.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
-.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
-.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
-.block-currency .block-content { background:none; padding:0; }
-.block-currency .block-content select { width:100%; padding:0; }
-
-/* Block: Layered Navigation */
-.block-layered-nav { border:0; }
-.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
-.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
-.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
-.block-layered-nav dd { padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
-.block-layered-nav dd.last { background:none; }
-.block-layered-nav .currently li { background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
-.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(../images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
-.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
-.block-layered-nav .currently .btn-previous,
-.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
-.block-layered-nav .currently .btn-previous { right:17px; }
-.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
-.block-layered-nav .actions a { float:none; }
-
-/* Block: Cart */
-.block-cart .block-title { /*border-bottom:0;*/ }
-.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
-.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
-.block-cart .amount { margin:0; }
-.block-cart .amount a { font-weight:bold; }
-.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
-.block-cart .subtotal .price { font-weight:bold; }
-.block-cart .actions { border-bottom:1px solid #c2c2c2; }
-.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
-.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 5px 0; }
-
-/* Block: Wishlist */
-.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
-.block-wishlist .actions { text-align:right; }
-.block-wishlist .actions a { float:none; }
-
-/* Block: Related */
-.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
-.block-related input.checkbox { float:left; }
-.block-related .product { margin-left:20px; }
-
-/* Block: Compare Products */
-.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
-.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
-.compare-table { border:0; }
-.compare-table thead tr.first th,
-.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
-.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
-.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
-.compare-table tbody th,
-.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
-.compare-table tbody td.last { border-right:1px solid #ccc; }
-.compare-table tbody tr.last th,
-.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
-.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
-.compare-table tr.first td { text-align:center; }
-.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
-.compare-table tr.first td .product-name a { color:#203548; }
-.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
-.compare-table tr.first td p,
-.compare-table tr.add-to-row td p { margin:0; }
-
-/* Block: Recently Viewed */
-.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
-
-/* Block: Recently Compared */
-.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
-
-/* Block: Poll */
-.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
-.block-poll .block-subtitle { font-size:12px; }
-.block-poll label { color:#777; font-weight:bold; }
-.block-poll input.radio { float:left; margin:1px -18px 0 0; }
-.block-poll .label { display:block; margin-left:18px; }
-.block-poll li { padding:3px 9px; }
-.block-poll .answer { font-weight:bold; }
-.block-poll .votes { float:right; margin-left:10px; }
-
-/* Block: Tags */
-.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
-.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
-.block-tags .block-content a { color:#1b2d3b; }
-.block-tags .actions { text-align:right; }
-.block-tags .actions a { float:none; }
-
-/* Block: Subscribe */
-.block-subscribe .block-content { padding:5px 10px; }
-.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
-.block-subscribe label { font-weight:bold; color:#666; }
-.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
-.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
-.block-subscribe .actions button.button { float:none; }
-
-/* Block: Reorder */
-.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
-.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
-.block-reorder .product-name { margin-left:20px; }
-.block-reorder .validation-advice { margin:3px 9px 7px; }
-
-/* Block: Banner */
-.block-banner { border:0; }
-.block-banner .block-content { padding:0; text-align:center; }
-
-/* Block: Login */
-.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
-.block-login .block-content { padding:5px 10px; }
-.block-login label { font-weight:bold; color:#666; }
-.block-login input.input-text { display:block; width:167px; margin:3px 0; }
-.block-login .actions { background:none; padding:0; margin:3px 0 0; }
-
-/* Paypal */
-.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
-.sidebar .paypal-logo a { float:none; }
-/* ======================================================================================= */
-
-
-/* Category Page ========================================================================= */
-.category-title { border:0; margin:0 0 7px; }
-.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
-.category-image img {}
-.category-description { margin:0 0 10px; }
-.category-products {}
-
-/* View Type: Grid */
-.products-grid { border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat; position:relative; }
-.products-grid.last { border-bottom:0; }
-.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
-.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
-.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
-.products-grid .product-name a { color:#203548; }
-.products-grid .price-box { margin:5px 0; }
-.products-grid .availability { line-height:21px; }
-.products-grid .actions { position:absolute; bottom:12px; }
-.col2-left-layout .products-grid,
-.col2-right-layout .products-grid { width:632px; margin:0 auto; }
-.col1-layout .products-grid { width:790px; margin:0 auto; }
-
-/* View Type: List */
-.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
-.products-list li.item.last { border-bottom:0; }
-.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
-.products-list .product-shop { margin-left:150px; }
-.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
-.products-list .product-name a { color:#203548; }
-.products-list .price-box { float:left; margin:3px 13px 5px 0; }
-.products-list .availability { float:left; margin:3px 0 0; }
-.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
-.products-list .desc .link-learn { font-size:11px; }
-.products-list .add-to-links { clear:both; }
-.products-list .add-to-links li { display:inline; }
-.products-list .add-to-links .separator { display:inline; margin:0 2px; }
-/* ======================================================================================= */
-
-
-/* Product View ========================================================================== */
-/* Rating */
-.no-rating { margin:0; }
-
-.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
-.ratings strong { float:left; margin:1px 3px 0 0; }
-.ratings .rating-links { margin:0; }
-.ratings .rating-links .separator { margin:0 2px; }
-.ratings dt {}
-.ratings dd {}
-.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; }
-.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
-.ratings .rating-box { float:left; margin-right:3px; }
-.ratings .amount {}
-
-.ratings-table th,
-.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
-.ratings-table th { font-weight:bold; padding-right:8px; }
-
-/* Availability */
-.availability { margin:0; }
-.availability span { font-weight:bold; }
-.availability.in-stock span {}
-.availability.out-of-stock span { color:#d83820; }
-
-.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
-.availability-only span,
-.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
-.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
-.availability-only .expanded { background-position:100% -15px; }
-.availability-only strong { color:#be2c00; }
-
-.availability-only-details { margin:0 0 7px; }
-.availability-only-details th { background:#c2d3e0; font-size:10px; padding:0 8px; }
-.availability-only-details td { border-bottom:1px solid #d9dde3; font-size:11px; padding:2px 8px 1px; }
-.availability-only-details tr.odd { background:#f8f7f5; }
-.availability-only-details tr.even { background:#eeeded; }
-.availability-only-details tr.odd td.last { color:#339933; font-weight:bold; }
-
-.product-view .product-shop .availability { font-size:11px; }
-.product-view .product-shop .availability span { font-weight:normal; }
-
-/* Email to a Friend */
-.email-friend { margin:0; }
-
-/* Alerts */
-.alert-price { margin:0; font-size:11px; }
-.alert-stock { margin:0; font-size:11px; }
-
-/********** < Product Prices */
-.price { white-space:nowrap !important; }
-
-.price-box { margin:5px 0; }
-.price-box .price { font-weight:bold; color:#339933; }
-
-/* Regular price */
-.regular-price {}
-.regular-price .price { font-weight:bold; font-size:13px; }
-.block .regular-price,
-.block .regular-price .price { color:#2f2f2f; }
-
-/* Old price */
-.old-price { margin:0; }
-.old-price .price-label { white-space:nowrap; color:#999; }
-.old-price .price { font-weight:bold; text-decoration:line-through; }
-
-/* Special price */
-.special-price { margin:0; padding:3px 0; }
-.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
-.special-price .price { font-size:13px; font-weight:bold; }
-
-/* Minimal price (as low as) */
-.minimal-price { margin:0; }
-.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
-
-.minimal-price-link { display:block; }
-.minimal-price-link .label {color:#1e7ec8;}
-.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }
-
-/* Excluding tax */
-.price-excluding-tax { display:block; color:#999; }
-.price-excluding-tax .label { white-space:nowrap; color:#999; }
-.price-excluding-tax .price { font-size:13px; font-weight:normal; }
-
-/* Including tax */
-.price-including-tax { display:block; color:#999; }
-.price-including-tax .label { white-space:nowrap; color:#999; }
-.price-including-tax .price { font-size:13px; font-weight:bold; }
-
-/* Configured price */
-.configured-price {}
-.configured-price .price-label { font-weight:bold; white-space:nowrap; }
-.configured-price .price { font-weight:bold; }
-
-/* FPT */
-.weee { display:block; font-size:11px; color:#444; }
-.weee .price { font-size:11px; font-weight:normal; }
-
-/* Excl tax (for order tables) */
-.price-excl-tax  { display:block; }
-.price-excl-tax .label { display:block; white-space:nowrap; }
-.price-excl-tax .price { display:block; }
-
-/* Incl tax (for order tables) */
-.price-incl-tax { display:block; }
-.price-incl-tax .label { display:block; white-space:nowrap; }
-.price-incl-tax .price { display:block; font-weight:bold; }
-
-/* Price range */
-.price-from { margin:0; }
-.price-from .price-label { font-weight:bold; white-space:nowrap; }
-
-.price-to { margin:0; }
-.price-to .price-label { font-weight:bold; white-space:nowrap; }
-
-/* Price notice next to the options */
-.price-notice { padding-left:10px; color:#999; }
-.price-notice .price { font-weight:bold; color:#2f2f2f; }
-
-/* Price as configured */
-.price-as-configured { margin:0; }
-.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
-
-.price-box-bundle { padding:0 0 10px 0; }
-.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
-.price-box-bundle .price { color:#555; }
-/********** Product Prices > */
-
-/* Tier Prices */
-.product-pricing,
-.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
-.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
-.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
-.tier-prices .price { font-weight:bold; color:#2f2f2f; }
-
-.tier-prices-grouped li { padding:2px 0; color:#e26703; }
-.tier-prices-grouped li .price { font-weight:bold; }
-
-/* Add to Links */
-.add-to-links { font-size:11px; margin:5px 0 0; }
-.add-to-links .separator { display:none; }
-
-/* Add to Cart */
-.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
-.add-to-cart .qty { float:left; margin-right:5px; }
-.add-to-cart button.button { float:left; }
-.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
-.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
-.product-view .add-to-cart .paypal-logo { margin:0; }
-
-/* Add to Links + Add to Cart */
-.add-to-box { margin:10px 0; }
-.add-to-box .add-to-cart { float:left; }
-.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
-.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
-.add-to-box .add-to-links li { display:block !important; }
-.add-to-box .add-to-links li .separator { display:none !important; }
-
-
-.product-view { border:1px solid #c4c6c8; }
-
-.product-essential { padding:25px; background:#fff url(../images/bkg_product-view.gif) 100% 0 no-repeat; }
-.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
-
-.product-collateral { background:#f5fcfd url(../images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
-.product-collateral h2 { font-weight:bold; font-size:15px; color:#68a81e; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
-.product-collateral .box-collateral { margin:0 0 25px; }
-
-/* Product Images */
-.product-view .product-img-box { float:left; width:267px; }
-.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
-.product-view .product-img-box .product-image { margin:0 0 13px; }
-.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
-.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
-.product-view .product-img-box .zoom-notice { font-size:11px; text-align:center; }
-.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; }
-.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
-.product-view .product-img-box .zoom #track { position:relative; height:18px; }
-.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;  }
-.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
-.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
-.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
-.product-view .product-img-box .more-views ul { margin-left:-9px }
-.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
-.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
-/* To turn on floating images preview please remove comments and set image size 120x120px in \template\catalog\product\view\media.phtml */
-/*.product-view .product-img-box .more-views li a { position:relative; }
-.product-view .product-img-box .more-views li a img { margin:-32px 0 0 -32px; }
-.product-view .product-img-box .more-views li a:hover { border:2px solid #ddd; overflow:visible; z-index:999; }
-.product-view .product-img-box .more-views li a:hover img { border:2px solid #ddd; margin:0; position:absolute; top:-34px; left:-34px; }*/
-
-.product-image-popup { margin:0 auto; }
-.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
-.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
-.product-image-popup .image { display:block; margin:10px 0;  }
-.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
-
-/* Product Shop */
-.product-view .product-shop { float:right; width:330px; }
-.col1-layout .product-view .product-shop { float:right; width:545px; }
-.col3-layout .product-view .product-shop { float:none; width:auto; }
-.product-view .product-shop .product-name { margin:0 0 5px; }
-.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
-.product-view .product-shop .availability { margin:10px 0; }
-.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
-.product-view .product-shop .price-box { margin:10px 0; }
-.product-view .product-shop .add-to-links { margin:0; }
-.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
-.product-view .product-shop .add-to-links li,
-.product-view .product-shop .add-to-links li .separator { display:inline; }
-.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
-
-/* Product Options */
-.product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f5fcfd; border:1px solid #e4e4e4; position:relative; }
-.product-options dt { padding:10px 0 0; font-weight:normal; }
-.product-options dt label { font-weight:bold; color:#2f2f2f; }
-.product-options dt label.required em { color:#eb340a; margin-left:5px; }
-.product-options dd .qty-holder { display:block; padding:10px 0 0; }
-.product-options dd .qty-holder label { vertical-align:middle; }
-.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
-.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
-.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
-.product-options dd input.input-text { width:98%; }
-.product-options dd input.datetime-picker { width:150px; }
-.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
-.product-options dd textarea { width:98%; height:8em; }
-.product-options dd select { width:99%; }
-.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
-.product-options ul.options-list { margin-right:5px; }
-.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
-.product-options ul.options-list input.radio { float:left; margin-top:3px; }
-.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
-.product-options ul.options-list .label { display:block; margin-left:18px; }
-.product-options ul.options-list label { font-weight:normal; }
-.product-options ul.validation-failed { padding:0 7px; }
-.product-options p.note { margin:0; font-size:11px; }
-.product-options p.required { position:absolute; right:20px; top:20px; }
-
-.product-options-bottom { background-color:#fafaec; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
-.product-options-bottom .product-pricing,
-.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
-.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
-.product-options-bottom .tier-prices .price,
-.product-options-bottom .tier-prices .benefit { color:#e26703; }
-.product-options-bottom .price-box { float:left; margin:0; padding:0; }
-.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
-.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
-.product-options-bottom .price-label { float:left; padding-right:5px; }
-.product-options-bottom .price-tax { float:left; }
-.product-options-bottom .add-to-cart { float:right; }
-.product-shop .product-options-bottom { margin:0 0 10px; }
-.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
-.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
-.product-shop .product-options-bottom .price-tax { float:none; }
-.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
-
-/* Grouped Product */
-.product-view .grouped-items-table .price-box { margin:0; padding:0; }
-
-/* Block: Description */
-.product-view .box-description {}
-
-/* Block: Additional */
-.product-view .box-additional .data-table th,
-.product-view .box-additional .data-table td { line-height:1.25; }
-
-/* Block: Upsell */
-.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
-.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
-.product-view .box-up-sell .products-grid td { width:25%; background:#fafaec; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
-.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
-.product-view .box-up-sell .products-grid td.last { border-right:0; }
-.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
-.product-view .box-up-sell .products-grid .product-image { text-align:center; }
-.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#fafaec; }
-.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
-
-/* Block: Tags */
-.product-view .box-tags { margin:0; }
-.product-view .box-tags h3 { font-size:13px; }
-.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
-.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
-.product-view .box-tags .product-tags li.first { padding-left:0; }
-.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
-.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
-.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
-.product-view .box-tags .form-add input.input-text { width:299px; }
-.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
-
-/* Block: Reviews */
-.product-view .box-reviews dl { margin:15px 0; }
-.product-view .box-reviews dt a,
-.product-view .box-reviews dt span { font-weight:bold; }
-.product-view .box-reviews dd { margin:0 0 15px; }
-.product-view .box-reviews dd small { font-style:italic; }
-.product-view .box-reviews .form-add { margin:15px 0 0; }
-.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
-.product-view .box-reviews .form-add h3 span { font-weight:bold; }
-.product-view .box-reviews .form-add h4 { font-size:12px; }
-.product-view .box-reviews .form-add .data-table td { text-align:center; }
-.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
-.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
-.product-view .box-reviews .form-add .form-list input.input-text,
-.product-view .box-reviews .form-add .form-list textarea { width:354px; }
-
-/* Send a Friend */
-.send-friend .form-list { width:615px; overflow:hidden; }
-.send-friend .form-list li { margin-right:-15px; }
-.send-friend .form-list li p { margin:0 15px 0 0; }
-.send-friend .form-list .field { width:315px; }
-.send-friend .form-list .input-box { width:300px; }
-.send-friend .form-list input.input-text,
-.send-friend .form-list textarea { width:294px; }
-.send-friend .form-list li.wide .input-box { width:612px; }
-.send-friend .form-list li.wide textarea { width:609px; }
-.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
-/* ======================================================================================= */
-
-
-/* Content Styles ================================================================= */
-.product-name { margin:0; font-size:1em; font-weight:normal; }
-.product-name a { color:#1e7ec8; }
-
-/* Product Tags */
-.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
-.tags-list li { display:inline !important; margin:0 4px 0 0; }
-.tags-list li a { color:#1b2d3b; }
-
-/* Advanced Search */
-.advanced-search .form-list label { width:160px; padding-right:10px; }
-.advanced-search .form-list .input-box,
-.advanced-search .form-list .input-range { float:left; clear:none; }
-.advanced-search-amount { margin:0 0 10px; }
-.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
-.advanced-search-summary ul { float:left; width:49%; }
-.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
-.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
-
-/* CMS Home Page */
-.cms-home .subtitle {}
-.cms-index-index .subtitle {}
-
-/* Sitemap */
-.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
-.page-sitemap .links a { text-decoration:none; position:relative; }
-.page-sitemap .links a:hover { text-decoration:underline; }
-.page-sitemap .sitemap { margin:12px; }
-.page-sitemap .sitemap a { color:#1b2d3b; }
-.page-sitemap .sitemap li { margin:3px 0; }
-.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
-.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
-
-/* RSS */
-.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
-.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
-/* ======================================================================================= */
-
-
-/* Shopping Cart ========================================================================= */
-.cart .page-title { border-bottom:0; margin:0 0 12px; }
-.cart .page-title h1 { margin:10px 0 0; }
-
-/* Checkout Types */
-.cart .page-title .checkout-types li { margin:0 0 5px; }
-.cart .title-buttons .checkout-types { float:right; }
-.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
-.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
-.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:3px 55px 3px 0; line-height:1.0; font-size:11px; }
-
-/* Shopping Cart Table */
-.cart-table th { padding:2px 10px; }
-.cart-table td { padding:10px; }
-.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
-.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
-.cart-table tfoot td { padding:5px 10px; }
-.cart-table .btn-continue { float:left; }
-.cart-table .btn-update { float:right; margin-left:10px; }
-.cart-table .btn-empty { float:right; }
-
-/* Shopping Cart Collateral boxes */
-.cart .cart-collaterals { padding:25px 0 0; }
-.cart .cart-collaterals .col2-set { float:left; width:605px; }
-.cart .cart-collaterals .col2-set .col-2 { width:294px; }
-
-.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
-.cart .crosssell h2 { font-size:13px; font-weight:bold; }
-.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
-.cart .crosssell .product-details { margin-left:90px; }
-.cart .crosssell .product-name { font-weight:bold; }
-.cart .crosssell li.item { margin:12px 0; }
-.cart .crosssell .link-compare { font-weight:normal; }
-
-/* Discount Codes & Estimate Shipping and Tax Boxes */
-.cart .discount,
-.cart .shipping { border:1px solid #d0cbc1; background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
-.cart .discount h2,
-.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
-.cart .discount .buttons-set,
-.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
-.cart .discount .buttons-set button.button,
-.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
-
-.cart .discount h2 { background-image:url(../images/i_discount.gif); }
-.cart .discount .input-box { margin:8px 0 0; width:260px; }
-.cart .discount input.input-text { width:254px; }
-
-.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
-.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
-
-/* Shopping Cart Totals */
-.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
-.cart .totals table { width:100%; margin:7px 0; }
-.cart .totals td { padding:1px 15px 1px 7px; }
-.cart .totals tr.last td {}
-.cart .totals tfoot th { padding:5px 15px 5px 7px; }
-.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
-.cart .totals tfoot th,
-.cart .totals tfoot td strong { font-size:15px; }
-.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
-.cart .totals .checkout-types li { clear:both; margin:10px 0; }
-
-/* Options Tool Tip */
-.item-options dt { font-weight:bold; font-style:italic; }
-.item-options dd { padding-left:10px; margin:0 0 6px; }
-.truncated { cursor:help; }
-.truncated a.dots { cursor:help; }
-.truncated a.details { cursor:help; }
-.truncated .truncated_full_value { position:relative; z-index:999; }
-.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
-.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
-.truncated .show .item-options { top:-20px; left:50%; }
-.col-left .truncated .show .item-options { left:15px; top:7px; }
-.col-right .truncated .show .item-options { left:-240px; top:7px; }
-/* ======================================================================================= */
-
-
-/* Checkout ============================================================================== */
-/********** < Common Checkout Styles */
-/* Shipping and Payment methods */
-.sp-methods { margin:0 0 8px; }
-.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
-.sp-methods dd {}
-.sp-methods dd li { margin:5px 0; }
-.sp-methods label { font-weight:bold; color:#666; }
-.sp-methods .price { font-weight:bold; }
-.sp-methods .form-list { padding-left:20px; }
-.sp-methods .form-list li { margin:0 0 8px; }
-.sp-methods select.month { width:154px; margin-right:10px; }
-.sp-methods select.year { width:96px; }
-.sp-methods input.cvv { width:3em !important; }
-
-.sp-methods .checkmo-list li { margin:0 0 5px; }
-.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
-.sp-methods .checkmo-list address { float:left; }
-
-.sp-methods .centinel-logos a { margin-right:3px; }
-.sp-methods .centinel-logos img { vertical-align:middle; }
-
-.sp-methods .release-amounts { margin:0.5em 0; }
-.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
-
-.please-wait { float:right; }
-.please-wait img { vertical-align:middle; }
-.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
-
-/* Tooltip */
-.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
-.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
-.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; }
-.tool-tip .tool-tip-content { padding:5px; }
-
-/* Gift Messages */
-.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
-.gift-messages p.control { color:#8e8d8b; }
-.gift-messages-form { position:relative; }
-.gift-messages-form label { float:none !important; position:static !important; }
-.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
-.gift-messages-form .whole-order { margin:0 0 25px; }
-.gift-messages-form .item { margin:0 0 10px; }
-.gift-messages-form .item .product-img-box { float:left; width:75px; }
-.gift-messages-form .item .product-image { margin:0 0 7px; }
-.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
-.gift-messages-form .item .details { margin-left:90px; }
-.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
-.gift-messages-form .item .details .form-list .field { width:255px; }
-.gift-messages-form .item .details .form-list .input-box { width:240px; }
-.gift-messages-form .item .details .form-list input.input-text { width:234px; }
-.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
-.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
-
-.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
-.gift-message-link.expanded { background-position:100% -40px; }
-.gift-message-row { background:#f2efe9; }
-.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
-
-/* Checkout Agreements */
-.checkout-agreements li { margin:30px 0; }
-.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
-.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
-.checkout-agreements .agree input.checkbox { margin-right:6px; }
-.checkout-agreements .agree label { font-weight:bold; color:#666; }
-
-.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
-.opc .checkout-agreements li { margin:20px 0 0; }
-.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
-.opc .checkout-agreements .agree { padding-left:6px; }
-
-/* Centinel */
-.centinel {}
-.centinel .authentication { border:1px solid #ddd; background:#fff; }
-.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
-
-.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
-
-/* Generic Info Set */
-.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
-.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
-.info-set h3,
-.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
-.info-set h2 a,
-.info-set h3 a,
-.info-set h4 a { font-weight:normal; }
-.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
-.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
-.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
-.info-set .box { margin:0 0 15px; }
-.info-set .box h2 { color:#e26703; }
-.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
-.info-set .data-table .product-name a { font-weight:bold !important; }
-.info-set .data-table .item-options { margin:5px 0 0; }
-/********** Common Checkout Styles > */
-
-/* One Page Checkout */
-.block-progress { border:0; margin:0; }
-.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
-.block-progress .block-title strong { font-size:13px; color:#0a263c; }
-.block-progress .block-content { background:none; }
-.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
-.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
-.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
-.block-progress dd.complete {}
-.block-progress p { margin:0; }
-.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
-.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
-.block-progress .cards-list .info-table th { font-weight:normal; }
-
-.opc .buttons-set { margin-top:0; padding-top:2em; }
-.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
-.opc .buttons-set .back-link small { display:none; }
-.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
-.opc .buttons-set.disabled button.button { display:none; }
-.opc .buttons-set .please-wait { height:21px; line-height:21px; }
-.opc .ul { list-style:disc outside; padding-left:18px; }
-
-.opc { position:relative; }
-.opc li.section {}
-
-.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
-.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
-.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
-.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
-
-.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
-.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
-.opc .allow .step-title h2 { color:#a4b3b9; }
-/*.opc .allow .step-title a { display:block; }*/
-
-.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
-.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
-.opc .active .step-title h2 { color:#f18200; }
-/*.opc .active .step-title a { display:none; }*/
-
-.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
-.opc .step .tool-tip { right:30px; }
-
-#opc-login .buttons-set { border-top:0; }
-#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
-#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
-
-#opc-shipping_method .buttons-set { border-top:0; }
-.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
-.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
-
-#opc-review .step { border:0; padding:0; }
-#opc-review .product-name { font-weight:bold; color:#0a263c; }
-#opc-review .item-options { margin:5px 0 0; }
-#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
-#opc-review .buttons-set p { margin:0; line-height:40px; }
-#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
-#opc-review .authentication { margin:0 auto; width:570px; }
-#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
-
-/* Multiple Addresses Checkout */
-.checkout-progress { padding:0 90px; margin:0 0 20px; }
-.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
-.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }
-
-.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
-.multiple-checkout h3,
-.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
-.multiple-checkout h2 a,
-.multiple-checkout h3 a,
-.multiple-checkout h4 a { font-weight:normal; }
-.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
-.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
-.multiple-checkout .data-table .item-options { margin:5px 0 0; }
-
-.multiple-checkout .gift-messages { margin:15px 0 0; }
-
-.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
-
-.multiple-checkout .col2-set,
-.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
-.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
-.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
-.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
-.multiple-checkout .box { margin:0 0 15px; }
-.multiple-checkout .box h2 { color:#e26703; }
-
-.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
-.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
-.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
-.multiple-checkout .place-order .grand-total .inner div { display:inline; }
-.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
-.multiple-checkout .place-order .grand-total .price { color:#E26703; }
-.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
-.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }
-
-/* Step 1 */
-#multiship-addresses-table td { padding:10px; }
-#multiship-addresses-table tfoot td { padding:5px 10px; }
-
-/* Step 2 */
-.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
-.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
-.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
-.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
-.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
-.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
-.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
-.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
-.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }
-
-/* Step 3 */
-.checkout-multishipping-billing .multiple-checkout { position:relative; }
-/* ======================================================================================= */
-
-
-/* Account Login/Create Pages ============================================================ */
-.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
-.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
-.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
-.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
-.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
-
-.account-create {}
-/* Account Login/Create Pages ============================================================ */
-
-/* Captcha */
-.captcha-note      { clear:left; padding-top:5px; }
-.captcha-image     { float:left; display:inline; margin:0; position:relative; width:258px; }
-.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
-.registered-users .captcha-image { margin:0; }
-.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
-.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
-
-@-webkit-keyframes rotate {
-    0% { -webkit-transform:rotate(0); }
-    0% { -webkit-transform:rotate(-360deg); }
-}
-@-moz-keyframes rotate {
-    0% { -moz-transform:rotate(0); }
-    0% { -moz-transform:rotate(-360deg); }
-}
-@keyframes rotate {
-    0% { transform:rotate(0); }
-    0% { transform:rotate(-360deg); }
-}
-
-/* Remember Me Popup ===================================================================== */
-.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
-
-.remember-me label { float:none; margin:0 6px; }
-.remember-me-popup { background:#fff; border:1px solid #999; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
-.remember-me-popup h3 { background:#e3e9ec; border-bottom:1px solid #ccc; color:#0a263c; font-size:14px; margin:0; padding:5px 10px; }
-.remember-me-popup .remember-me-popup-head { position:relative; }
-.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
-.remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
-.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #406a83; background:#91c1cb url(../images/bkg_button.gif) 0 100% repeat-x; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
-/* Remember Me Popup ===================================================================== */
-
-
-/* My Account ============================================================================= */
-.my-account .title-buttons .link-rss { float:none; margin:0; }
-
-/********** < Dashboard */
-.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
-.dashboard .welcome-msg p { margin:0; }
-.dashboard .col2-set { margin:0 0 15px; }
-
-/* General Box */
-.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
-.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
-.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }
-
-.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
-.dashboard .box .box-title h3,
-.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }
-
-/* Block: Recent Orders */
-.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }
-
-/* Block: Account Information */
-.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
-.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
-
-/* Block: Reviews */
-.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
-.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:#0a263c; }
-.dashboard .box-reviews .details { margin-left:20px; }
-.dashboard .box-reviews li.item { margin:0 0 7px; }
-.dashboard .box-reviews li.item.last { margin:0; }
-.dashboard .box-reviews .ratings { margin:7px 0 0; }
-
-/* Block: Tags */
-.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
-.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:#0a263c; }
-.dashboard .box-tags .details { margin-left:20px; }
-.dashboard .box-tags li.item { margin:0 0 7px; }
-.dashboard .box-tags li.item.last { margin:0; }
-.dashboard .box-tags .tags strong,
-.dashboard .box-tags .tags ul,
-.dashboard .box-tags .tags ul li { display:inline; }
-/********** Dashboard > */
-
-/* Address Book */
-.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
-.addresses-list h3 { font-weight:bold; font-size:13px; }
-.addresses-list address { margin:0 0 3px; }
-.addresses-list p { margin:0; }
-.addresses-list a { font-weight:bold; }
-.addresses-list .link-remove { color:#646464; }
-.addresses-list .separator { margin:0 3px; }
-.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
-.addresses-list li.empty { background:none; border:0; padding:0; }
-.addresses-list li.empty p { font-weight:bold; }
-.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
-
-/* Order View */
-.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
-.order-info dt,
-.order-info dd,
-.order-info ul,
-.order-info li { display:inline; }
-.order-info .current { font-weight:bold; }
-.order-info li { margin:0 3px; }
-
-.order-date { margin:10px 0; }
-
-.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
-.order-info-box h2 { font-weight:bold; font-size:13px; }
-.order-info-box .box-payment p { margin:0 0 3px; }
-.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
-
-.order-items { width:100%; overflow-x:auto; }
-.order-items h2,
-.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
-.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
-.order-items .link-print { color:#1e7ec8; font-weight:normal; }
-.order-items .order-links { text-align:right; }
-
-.order-additional { margin:15px 0; }
-/* Order Gift Message */
-.gift-message dt strong { color:#666; }
-.gift-message dd { font-size:13px; margin:5px 0 0; }
-/* Order Comments */
-.order-about dt { font-weight:bold; }
-.order-about dd { font-size:13px; margin:0 0 7px; }
-
-.tracking-table { margin:0 0 15px; }
-.tracking-table th { font-weight:bold; white-space:nowrap; }
-
-.tracking-table-popup { width:100%; }
-.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
-.tracking-table-popup th,
-.tracking-table-popup td { padding:1px 8px; }
-
-/* Order Print Pages */
-.page-print .print-head { margin:0 0 15px; }
-.page-print .print-head .logo { float:left; }
-.page-print .print-head address { float:left; margin-left:15px; }
-.page-print h1 { font-size:16px; font-weight:bold; }
-.page-print h2,
-.page-print h3 { font-size:13px; font-weight:bold; }
-.page-print h2.h2 { font-size:16px; font-weight:bold; }
-.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
-.page-print .col2-set { margin:0 0 10px; }
-/* Price Rewrites */
-.page-print .gift-message-link { display:none; }
-.page-print .price-excl-tax,
-.page-print .price-incl-tax { display:block; white-space:nowrap; }
-.page-print .cart-price,
-.page-print .price-excl-tax .label,
-.page-print .price-incl-tax .label,
-.page-print .price-excl-tax .price,
-.page-print .price-incl-tax .price { display:inline; }
-
-/* My Wishlist */
-.my-wishlist .data-table td { padding:10px; }
-.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
-.my-wishlist textarea { display:block; width:97%; height:109px; }
-.my-wishlist .buttons-set { margin-top:2em; }
-.my-wishlist .buttons-set button.button { float:none; }
-.my-wishlist .buttons-set .btn-add span,
-#wishlist-table .add-to-links { white-space:nowrap; }
-
-/* My Tags */
-.my-tag-edit { float:left; margin:0 0 10px; }
-.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
-#my-tags-table { clear:both; }
-#my-tags-table td { padding:10px; }
-#my-tags-table .add-to-links { white-space:nowrap; }
-
-/* My Reviews */
-#my-reviews-table td { padding:10px; }
-
-.product-review .product-img-box { float:left; width:140px;  }
-.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
-.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
-.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
-.product-review .product-details { margin-left:150px; }
-.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
-.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
-.product-review .ratings-table { margin:0 0 10px; }
-.product-review dt { font-weight:bold; }
-.product-review dd { font-size:13px; margin:5px 0 0; }
-
-/* Billing Agreements */
-.billing-agreements .info-box{ margin:15px 0; }
-.billing-agreements .form-list li select { float:left; }
-.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
-.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
-/* ======================================================================================= */
-
-
-/* MAP Popup============================================================================== */
-.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
-.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; padding:2px 5px; text-align:left; text-shadow:0 1px 0 #fff; }
-
-.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
-.map-popup-heading { background:#e7f1f4 ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
-.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
-.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
-.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
-.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
-.map-popup-checkout { display:inline; float:right; text-align:right; }
-.map-popup-checkout span { display:block; padding-right:30px; }
-.map-popup-checkout .paypal-logo { margin:0 0 5px; }
-.map-popup-price .price-box,
-.map-popup-price .price-box .special-price { margin:0; padding:0; }
-.map-popup-price { margin:5px 0 0; }
-.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
-.map-popup-only-text { border-top:1px solid #ddd; }
-/* ======================================================================================= */
-
-
-/* Footer ================================================================================ */
-.footer-container { background:url(../images/bkg_shadow-bottom.png) 0 0 no-repeat; text-align:center; }
-.footer { width:930px; margin:0 auto; padding:20px 10px; }
-.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
-.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
-.footer .store-switcher select { padding:0; vertical-align:middle; }
-.footer a { color:#fff; text-decoration:none; }
-.footer a:hover { text-decoration:underline; }
-.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
-.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
-.footer .bugs a:hover { text-decoration:none; }
-.footer address { margin:0 0 20px; color:#ecf3f6; }
-.footer address a { color:#ecf3f6; text-decoration:underline; }
-.footer address a:hover { text-decoration:none; }
-.footer ul { display:inline; }
-.footer ul.links { display:block; }
-.footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
-.footer li.last { background:none !important; padding-right:0 !important; }
-.footer-container .bottom-container { margin:0 0 5px; }
-/* ======================================================================================= */
-
-/* Sample Data============================================================================ */
-.home-callout { margin-bottom:12px; }
-.home-callout img { display:block }
-.home-spot { float:left; width:470px; margin-left:20px; }
-.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
-.best-selling table { border-top:1px solid #ccc; }
-.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
-.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
-.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
-.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
-.best-selling .product-description { margin-left:107px; line-height:1.3em; }
-.best-selling a.product-name,
-.home-spot .best-selling a.product-name:hover { color:#203548; }
-/* ======================================================================================= */
-
-
-/* Clears ================================================================================ */
-.clearer:after,
-.header-container:after,
-.header-container .top-container:after,
-.header:after,
-.header .quick-access:after,
-#nav:after,
-.main:after,
-.footer:after,
-.footer-container .bottom-container:after,
-.col-main:after,
-.col2-set:after,
-.col3-set:after,
-.col3-layout .product-options-bottom .price-box:after,
-.col4-set:after,
-.search-autocomplete li:after,
-.block .block-content:after,
-.block .actions:after,
-.block li.item:after,
-.block-poll li:after,
-.block-layered-nav .currently li:after,
-.page-title:after,
-.products-grid:after,
-.products-list li.item:after,
-.box-account .box-head:after,
-.dashboard .box .box-title:after,
-.box-reviews li.item:after,
-.box-tags li.item:after,
-.pager:after,
-.sorter:after,
-.ratings:after,
-.add-to-box:after,
-.add-to-cart:after,
-.product-essential:after,
-.product-collateral:after,
-.product-view .product-img-box .more-views ul:after,
-.product-view .box-tags .form-add:after,
-.product-view .product-shop .short-description:after,
-.product-view .box-description:after,
-.product-options .options-list li:after,
-.product-options-bottom:after,
-.product-review:after,
-.cart:after,
-.cart-collaterals:after,
-.cart .crosssell li.item:after,
-.opc .step-title:after,
-.checkout-progress:after,
-.multiple-checkout .place-order:after,
-.group-select li:after,
-.form-list li:after,
-.form-list .field:after,
-.buttons-set:after,
-.page-print .print-head:after,
-.advanced-search-summary:after,
-.gift-messages-form .item:after,
-.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
-/* ======================================================================================= */
diff --git a/skin/frontend/default/blue/favicon.ico b/skin/frontend/default/blue/favicon.ico
deleted file mode 100644
index 85b35553c9a..00000000000
Binary files a/skin/frontend/default/blue/favicon.ico and /dev/null differ
diff --git a/skin/frontend/default/blue/images/best_selling_tr_even_bg.gif b/skin/frontend/default/blue/images/best_selling_tr_even_bg.gif
deleted file mode 100644
index 7477020bcae..00000000000
Binary files a/skin/frontend/default/blue/images/best_selling_tr_even_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/best_selling_tr_odd_bg.gif b/skin/frontend/default/blue/images/best_selling_tr_odd_bg.gif
deleted file mode 100644
index ee3e1880d2f..00000000000
Binary files a/skin/frontend/default/blue/images/best_selling_tr_odd_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_account_box.gif b/skin/frontend/default/blue/images/bkg_account_box.gif
deleted file mode 100644
index 2f828a44659..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_account_box.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-actions.gif b/skin/frontend/default/blue/images/bkg_block-actions.gif
deleted file mode 100644
index 8670b13b6e5..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-actions.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-currency.gif b/skin/frontend/default/blue/images/bkg_block-currency.gif
deleted file mode 100644
index ea08e6402d6..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-currency.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-layered-dd.gif b/skin/frontend/default/blue/images/bkg_block-layered-dd.gif
deleted file mode 100644
index 5168a3a2464..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-layered-dd.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-layered-dt.gif b/skin/frontend/default/blue/images/bkg_block-layered-dt.gif
deleted file mode 100644
index 079d48b69f3..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-layered-dt.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-layered-label.gif b/skin/frontend/default/blue/images/bkg_block-layered-label.gif
deleted file mode 100644
index 2f69c8d6481..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-layered-label.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-layered-li.gif b/skin/frontend/default/blue/images/bkg_block-layered-li.gif
deleted file mode 100644
index 326022a3c6a..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-layered-li.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-layered-title.gif b/skin/frontend/default/blue/images/bkg_block-layered-title.gif
deleted file mode 100644
index bf007e10bcf..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-layered-title.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-layered1.gif b/skin/frontend/default/blue/images/bkg_block-layered1.gif
deleted file mode 100644
index f13567889d6..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-layered1.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-title-account.gif b/skin/frontend/default/blue/images/bkg_block-title-account.gif
deleted file mode 100644
index f69cd508349..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-title-account.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_block-title.gif b/skin/frontend/default/blue/images/bkg_block-title.gif
deleted file mode 100644
index f944949b711..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_block-title.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_body.gif b/skin/frontend/default/blue/images/bkg_body.gif
deleted file mode 100644
index af3ed660d99..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_body.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_body2.gif b/skin/frontend/default/blue/images/bkg_body2.gif
deleted file mode 100644
index f6791b03ba6..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_body2.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_button.gif b/skin/frontend/default/blue/images/bkg_button.gif
deleted file mode 100644
index cd74e25746e..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_button.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_buttons-set1.gif b/skin/frontend/default/blue/images/bkg_buttons-set1.gif
deleted file mode 100644
index e385e98d3bb..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_buttons-set1.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_checkout.gif b/skin/frontend/default/blue/images/bkg_checkout.gif
deleted file mode 100644
index b580873fcfa..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_checkout.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_collapse-gm.gif b/skin/frontend/default/blue/images/bkg_collapse-gm.gif
deleted file mode 100644
index 6e626e9543d..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_collapse-gm.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_collapse.gif b/skin/frontend/default/blue/images/bkg_collapse.gif
deleted file mode 100644
index 5d216864696..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_collapse.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_divider1.gif b/skin/frontend/default/blue/images/bkg_divider1.gif
deleted file mode 100644
index f819157589b..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_divider1.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_form-search.gif b/skin/frontend/default/blue/images/bkg_form-search.gif
deleted file mode 100644
index bcb40d7c498..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_form-search.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_grand-total.gif b/skin/frontend/default/blue/images/bkg_grand-total.gif
deleted file mode 100644
index 9143c44c66b..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_grand-total.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_grid.gif b/skin/frontend/default/blue/images/bkg_grid.gif
deleted file mode 100644
index decda510da0..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_grid.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_header.jpg b/skin/frontend/default/blue/images/bkg_header.jpg
deleted file mode 100644
index 5f9d9fd0b10..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_header.jpg and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_login-box.gif b/skin/frontend/default/blue/images/bkg_login-box.gif
deleted file mode 100644
index 380b0664a66..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_login-box.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_main1.gif b/skin/frontend/default/blue/images/bkg_main1.gif
deleted file mode 100644
index 65664ffa9be..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_main1.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_main2.gif b/skin/frontend/default/blue/images/bkg_main2.gif
deleted file mode 100644
index 5a358b5e10a..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_main2.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_nav0.jpg b/skin/frontend/default/blue/images/bkg_nav0.jpg
deleted file mode 100644
index f00945e272c..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_nav0.jpg and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_nav1.gif b/skin/frontend/default/blue/images/bkg_nav1.gif
deleted file mode 100644
index 6ba5fda0061..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_nav1.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_nav2.gif b/skin/frontend/default/blue/images/bkg_nav2.gif
deleted file mode 100644
index d7c3c13b8ed..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_nav2.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_opc-title-off.gif b/skin/frontend/default/blue/images/bkg_opc-title-off.gif
deleted file mode 100644
index a4145c5bcc0..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_opc-title-off.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_pipe1.gif b/skin/frontend/default/blue/images/bkg_pipe1.gif
deleted file mode 100644
index a6b386c39ce..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_pipe1.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_pipe2.gif b/skin/frontend/default/blue/images/bkg_pipe2.gif
deleted file mode 100644
index 81d13b63be1..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_pipe2.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_pipe3.gif b/skin/frontend/default/blue/images/bkg_pipe3.gif
deleted file mode 100644
index cc5fdd51b9d..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_pipe3.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_product-view.gif b/skin/frontend/default/blue/images/bkg_product-view.gif
deleted file mode 100644
index 74bd39685a1..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_product-view.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_product_collateral.gif b/skin/frontend/default/blue/images/bkg_product_collateral.gif
deleted file mode 100644
index 60719f4780c..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_product_collateral.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_rating.gif b/skin/frontend/default/blue/images/bkg_rating.gif
deleted file mode 100644
index fcebdc71af4..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_rating.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_shadow-bottom.png b/skin/frontend/default/blue/images/bkg_shadow-bottom.png
deleted file mode 100644
index bf4348c9656..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_shadow-bottom.png and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_shadow.png b/skin/frontend/default/blue/images/bkg_shadow.png
deleted file mode 100644
index 5ee75bb5468..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_shadow.png and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_sp-methods.gif b/skin/frontend/default/blue/images/bkg_sp-methods.gif
deleted file mode 100644
index c6908f55101..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_sp-methods.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_tfoot.gif b/skin/frontend/default/blue/images/bkg_tfoot.gif
deleted file mode 100644
index 8670b13b6e5..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_tfoot.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_th-v.gif b/skin/frontend/default/blue/images/bkg_th-v.gif
deleted file mode 100644
index 5a6544b9ad9..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_th-v.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_th.gif b/skin/frontend/default/blue/images/bkg_th.gif
deleted file mode 100644
index 479a8571e0b..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_th.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/bkg_toolbar.gif b/skin/frontend/default/blue/images/bkg_toolbar.gif
deleted file mode 100644
index 79b2c837927..00000000000
Binary files a/skin/frontend/default/blue/images/bkg_toolbar.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_checkout.gif b/skin/frontend/default/blue/images/btn_checkout.gif
deleted file mode 100644
index 49f2441c65e..00000000000
Binary files a/skin/frontend/default/blue/images/btn_checkout.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_edit.gif b/skin/frontend/default/blue/images/btn_edit.gif
deleted file mode 100644
index a5df1cd1ecb..00000000000
Binary files a/skin/frontend/default/blue/images/btn_edit.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_gm-close.gif b/skin/frontend/default/blue/images/btn_gm-close.gif
deleted file mode 100644
index 29e64760c34..00000000000
Binary files a/skin/frontend/default/blue/images/btn_gm-close.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_previous.gif b/skin/frontend/default/blue/images/btn_previous.gif
deleted file mode 100644
index 90561b6864b..00000000000
Binary files a/skin/frontend/default/blue/images/btn_previous.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_remove.gif b/skin/frontend/default/blue/images/btn_remove.gif
deleted file mode 100644
index 28b1f7e30e1..00000000000
Binary files a/skin/frontend/default/blue/images/btn_remove.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_remove2.gif b/skin/frontend/default/blue/images/btn_remove2.gif
deleted file mode 100644
index 8d31b24a62a..00000000000
Binary files a/skin/frontend/default/blue/images/btn_remove2.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_search.gif b/skin/frontend/default/blue/images/btn_search.gif
deleted file mode 100644
index d1e994cac00..00000000000
Binary files a/skin/frontend/default/blue/images/btn_search.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_trash.gif b/skin/frontend/default/blue/images/btn_trash.gif
deleted file mode 100644
index 5c604abb2f3..00000000000
Binary files a/skin/frontend/default/blue/images/btn_trash.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/btn_window_close.gif b/skin/frontend/default/blue/images/btn_window_close.gif
deleted file mode 100644
index 18aced2020b..00000000000
Binary files a/skin/frontend/default/blue/images/btn_window_close.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/calendar.gif b/skin/frontend/default/blue/images/calendar.gif
deleted file mode 100644
index d0235c7e023..00000000000
Binary files a/skin/frontend/default/blue/images/calendar.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/catalog/product/placeholder/image.jpg b/skin/frontend/default/blue/images/catalog/product/placeholder/image.jpg
deleted file mode 100644
index b8baef2dfe0..00000000000
Binary files a/skin/frontend/default/blue/images/catalog/product/placeholder/image.jpg and /dev/null differ
diff --git a/skin/frontend/default/blue/images/catalog/product/placeholder/small_image.jpg b/skin/frontend/default/blue/images/catalog/product/placeholder/small_image.jpg
deleted file mode 100644
index b8611cfdab5..00000000000
Binary files a/skin/frontend/default/blue/images/catalog/product/placeholder/small_image.jpg and /dev/null differ
diff --git a/skin/frontend/default/blue/images/catalog/product/placeholder/thumbnail.jpg b/skin/frontend/default/blue/images/catalog/product/placeholder/thumbnail.jpg
deleted file mode 100644
index b8fc9043f6f..00000000000
Binary files a/skin/frontend/default/blue/images/catalog/product/placeholder/thumbnail.jpg and /dev/null differ
diff --git a/skin/frontend/default/blue/images/fam_book_open.png b/skin/frontend/default/blue/images/fam_book_open.png
deleted file mode 100644
index 7d863f94974..00000000000
Binary files a/skin/frontend/default/blue/images/fam_book_open.png and /dev/null differ
diff --git a/skin/frontend/default/blue/images/grid-cal.gif b/skin/frontend/default/blue/images/grid-cal.gif
deleted file mode 100644
index d0235c7e023..00000000000
Binary files a/skin/frontend/default/blue/images/grid-cal.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_arrow-top.gif b/skin/frontend/default/blue/images/i_arrow-top.gif
deleted file mode 100644
index 8aefbe05e6c..00000000000
Binary files a/skin/frontend/default/blue/images/i_arrow-top.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_asc_arrow.gif b/skin/frontend/default/blue/images/i_asc_arrow.gif
deleted file mode 100644
index 3ff818b1b44..00000000000
Binary files a/skin/frontend/default/blue/images/i_asc_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_availability_only.gif b/skin/frontend/default/blue/images/i_availability_only.gif
deleted file mode 100644
index 1b6d8640e2b..00000000000
Binary files a/skin/frontend/default/blue/images/i_availability_only.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_availability_only_arrow.gif b/skin/frontend/default/blue/images/i_availability_only_arrow.gif
deleted file mode 100644
index 1d949264be1..00000000000
Binary files a/skin/frontend/default/blue/images/i_availability_only_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-cart.gif b/skin/frontend/default/blue/images/i_block-cart.gif
deleted file mode 100644
index 99bd8f296ab..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-cart.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-currency.gif b/skin/frontend/default/blue/images/i_block-currency.gif
deleted file mode 100644
index 6603cc0b911..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-currency.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-list.gif b/skin/frontend/default/blue/images/i_block-list.gif
deleted file mode 100644
index df990aba026..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-list.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-poll.gif b/skin/frontend/default/blue/images/i_block-poll.gif
deleted file mode 100644
index bef3d22b9c7..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-poll.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-related.gif b/skin/frontend/default/blue/images/i_block-related.gif
deleted file mode 100644
index 505c3f8ef35..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-related.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-subscribe.gif b/skin/frontend/default/blue/images/i_block-subscribe.gif
deleted file mode 100644
index a0d25bb5360..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-subscribe.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-tags.gif b/skin/frontend/default/blue/images/i_block-tags.gif
deleted file mode 100644
index 567598542cb..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-tags.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-viewed.gif b/skin/frontend/default/blue/images/i_block-viewed.gif
deleted file mode 100644
index 567598542cb..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-viewed.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_block-wishlist.gif b/skin/frontend/default/blue/images/i_block-wishlist.gif
deleted file mode 100644
index a0b4b3fb4c4..00000000000
Binary files a/skin/frontend/default/blue/images/i_block-wishlist.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_desc_arrow.gif b/skin/frontend/default/blue/images/i_desc_arrow.gif
deleted file mode 100644
index 3ac3de1ce5e..00000000000
Binary files a/skin/frontend/default/blue/images/i_desc_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_discount.gif b/skin/frontend/default/blue/images/i_discount.gif
deleted file mode 100644
index 46d8baecbcc..00000000000
Binary files a/skin/frontend/default/blue/images/i_discount.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_folder-table.gif b/skin/frontend/default/blue/images/i_folder-table.gif
deleted file mode 100644
index 625773049e9..00000000000
Binary files a/skin/frontend/default/blue/images/i_folder-table.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_ma-info.gif b/skin/frontend/default/blue/images/i_ma-info.gif
deleted file mode 100644
index 855b00aa047..00000000000
Binary files a/skin/frontend/default/blue/images/i_ma-info.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_ma-reviews.gif b/skin/frontend/default/blue/images/i_ma-reviews.gif
deleted file mode 100644
index 4ce27ddee89..00000000000
Binary files a/skin/frontend/default/blue/images/i_ma-reviews.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_ma-tags.gif b/skin/frontend/default/blue/images/i_ma-tags.gif
deleted file mode 100644
index 61ce410b32a..00000000000
Binary files a/skin/frontend/default/blue/images/i_ma-tags.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_msg-error.gif b/skin/frontend/default/blue/images/i_msg-error.gif
deleted file mode 100644
index 9db23513033..00000000000
Binary files a/skin/frontend/default/blue/images/i_msg-error.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_msg-note.gif b/skin/frontend/default/blue/images/i_msg-note.gif
deleted file mode 100644
index c9cacc27ae2..00000000000
Binary files a/skin/frontend/default/blue/images/i_msg-note.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_msg-success.gif b/skin/frontend/default/blue/images/i_msg-success.gif
deleted file mode 100644
index 611faffbc5f..00000000000
Binary files a/skin/frontend/default/blue/images/i_msg-success.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_notice.gif b/skin/frontend/default/blue/images/i_notice.gif
deleted file mode 100644
index 17733eff3fa..00000000000
Binary files a/skin/frontend/default/blue/images/i_notice.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_page1.gif b/skin/frontend/default/blue/images/i_page1.gif
deleted file mode 100644
index 443a8ddc02d..00000000000
Binary files a/skin/frontend/default/blue/images/i_page1.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_page2.gif b/skin/frontend/default/blue/images/i_page2.gif
deleted file mode 100644
index 9cb74dbf567..00000000000
Binary files a/skin/frontend/default/blue/images/i_page2.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_pager-next.gif b/skin/frontend/default/blue/images/i_pager-next.gif
deleted file mode 100644
index 5dff444a2b9..00000000000
Binary files a/skin/frontend/default/blue/images/i_pager-next.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_pager-prev.gif b/skin/frontend/default/blue/images/i_pager-prev.gif
deleted file mode 100644
index 179871aff27..00000000000
Binary files a/skin/frontend/default/blue/images/i_pager-prev.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_print.gif b/skin/frontend/default/blue/images/i_print.gif
deleted file mode 100644
index 32875177021..00000000000
Binary files a/skin/frontend/default/blue/images/i_print.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_rss-big.png b/skin/frontend/default/blue/images/i_rss-big.png
deleted file mode 100644
index 4f6d5c1ab06..00000000000
Binary files a/skin/frontend/default/blue/images/i_rss-big.png and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_rss.gif b/skin/frontend/default/blue/images/i_rss.gif
deleted file mode 100644
index 6c28e66b058..00000000000
Binary files a/skin/frontend/default/blue/images/i_rss.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_search_criteria.gif b/skin/frontend/default/blue/images/i_search_criteria.gif
deleted file mode 100644
index 54513fee177..00000000000
Binary files a/skin/frontend/default/blue/images/i_search_criteria.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_shipping.gif b/skin/frontend/default/blue/images/i_shipping.gif
deleted file mode 100644
index ec109220aab..00000000000
Binary files a/skin/frontend/default/blue/images/i_shipping.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_tag_add.gif b/skin/frontend/default/blue/images/i_tag_add.gif
deleted file mode 100644
index 7cfe3858181..00000000000
Binary files a/skin/frontend/default/blue/images/i_tag_add.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/i_tier.gif b/skin/frontend/default/blue/images/i_tier.gif
deleted file mode 100644
index b906a4c35ab..00000000000
Binary files a/skin/frontend/default/blue/images/i_tier.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/logo.gif b/skin/frontend/default/blue/images/logo.gif
deleted file mode 100644
index 91ee33d3504..00000000000
Binary files a/skin/frontend/default/blue/images/logo.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/logo_email.gif b/skin/frontend/default/blue/images/logo_email.gif
deleted file mode 100644
index 6446196d162..00000000000
Binary files a/skin/frontend/default/blue/images/logo_email.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/logo_print.gif b/skin/frontend/default/blue/images/logo_print.gif
deleted file mode 100644
index 6446196d162..00000000000
Binary files a/skin/frontend/default/blue/images/logo_print.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/magnifier_handle.gif b/skin/frontend/default/blue/images/magnifier_handle.gif
deleted file mode 100644
index cab1a4728c6..00000000000
Binary files a/skin/frontend/default/blue/images/magnifier_handle.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/map_popup_arrow.gif b/skin/frontend/default/blue/images/map_popup_arrow.gif
deleted file mode 100644
index fa3228483e7..00000000000
Binary files a/skin/frontend/default/blue/images/map_popup_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/opc-ajax-loader.gif b/skin/frontend/default/blue/images/opc-ajax-loader.gif
deleted file mode 100644
index 3d37d4393c3..00000000000
Binary files a/skin/frontend/default/blue/images/opc-ajax-loader.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/pager_arrow_left.gif b/skin/frontend/default/blue/images/pager_arrow_left.gif
deleted file mode 100644
index 179871aff27..00000000000
Binary files a/skin/frontend/default/blue/images/pager_arrow_left.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/pager_arrow_right.gif b/skin/frontend/default/blue/images/pager_arrow_right.gif
deleted file mode 100644
index 5dff444a2b9..00000000000
Binary files a/skin/frontend/default/blue/images/pager_arrow_right.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/product_zoom_overlay_magnif.gif b/skin/frontend/default/blue/images/product_zoom_overlay_magnif.gif
deleted file mode 100644
index 7d9bcf29b40..00000000000
Binary files a/skin/frontend/default/blue/images/product_zoom_overlay_magnif.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/slider_bg.gif b/skin/frontend/default/blue/images/slider_bg.gif
deleted file mode 100644
index 92b4e8c84b6..00000000000
Binary files a/skin/frontend/default/blue/images/slider_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/slider_btn_zoom_in.gif b/skin/frontend/default/blue/images/slider_btn_zoom_in.gif
deleted file mode 100644
index 5a8d72e2a42..00000000000
Binary files a/skin/frontend/default/blue/images/slider_btn_zoom_in.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/slider_btn_zoom_out.gif b/skin/frontend/default/blue/images/slider_btn_zoom_out.gif
deleted file mode 100644
index feffd3247c8..00000000000
Binary files a/skin/frontend/default/blue/images/slider_btn_zoom_out.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/spacer.gif b/skin/frontend/default/blue/images/spacer.gif
deleted file mode 100644
index 5bfd67a2d6f..00000000000
Binary files a/skin/frontend/default/blue/images/spacer.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/validation_advice_bg.gif b/skin/frontend/default/blue/images/validation_advice_bg.gif
deleted file mode 100644
index 46b1a2267ba..00000000000
Binary files a/skin/frontend/default/blue/images/validation_advice_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/blue/images/window_overlay.png b/skin/frontend/default/blue/images/window_overlay.png
deleted file mode 100644
index 681a61deddc..00000000000
Binary files a/skin/frontend/default/blue/images/window_overlay.png and /dev/null differ
diff --git a/skin/frontend/default/default/css/oauth-simple.css b/skin/frontend/default/default/css/oauth-simple.css
deleted file mode 100644
index 78e2e9c1124..00000000000
--- a/skin/frontend/default/default/css/oauth-simple.css
+++ /dev/null
@@ -1,233 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_default
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
- /* Reset ================================================================================= */
-* { margin:0; padding:0; }
-body          { background:#496778 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }
-img           { border:0; vertical-align:top; }
-a             { color:#1e7ec8; text-decoration:underline; }
-a:hover       { text-decoration:none; }
-:focus        { outline:0; }
-
-/* Headings */
-h1,h2,h3,
-h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
-h1            { font-size:20px; font-weight:normal; }
-h2            { font-size:18px; font-weight:normal; }
-h3            { font-size:16px; font-weight:bold; }
-h4            { font-size:14px; font-weight:bold; }
-h5            { font-size:12px; font-weight:bold; }
-h6            { font-size:11px; font-weight:bold; }
-
-/* Forms */
-form          { display:inline; }
-fieldset      { border:0; }
-legend        { display:none; }
-
-/* Table */
-table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
-caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
-
-/* Content */
-p             { margin:0 0 10px; }
-strong        { font-weight:bold; }
-address       { font-style:normal; line-height:1.35; }
-cite          { font-style:normal; }
-q,
-blockquote    { quotes:none; }
-q:before,
-q:after       { content:''; }
-small,big     { font-size:1em; }
-/*sup           { font-size:1em; vertical-align:top; }*/
-
-/* Lists */
-ul,ol         { list-style:none; }
-
-/* Tools */
-.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; }
-.nobr         { white-space:nowrap !important; }
-.wrap         { white-space:normal !important; }
-.a-left       { text-align:left !important; }
-.a-center     { text-align:center !important; }
-.a-right      { text-align:right !important; }
-.v-top        { vertical-align:top; }
-.v-middle     { vertical-align:middle; }
-.f-left,
-.left         { float:left !important; }
-.f-right,
-.right        { float:right !important; }
-.f-none       { float:none !important; }
-.f-fix        { float:left; width:100%; }
-.no-display   { display:none; }
-.no-margin    { margin:0 !important; }
-.no-padding   { padding:0 !important; }
-.no-bg        { background:none !important; }
-/* ======================================================================================= */
-
-/* Default styles ======================================================================== */
-/* boxes.css*/
-.notification-global {
-    background: url("./../images/error_msg_icon.gif") no-repeat scroll 27px 5px #FFF9E9;
-    border-bottom: 1px solid #EEE2BE;
-    border-top: 1px solid #EEE2BE;
-    color: #444444;
-    font-size: 11px;
-    line-height: 16px;
-    margin: 0 0 -3px;
-    padding: 5px 27px 5px 47px;
-    position: relative;
-}
-.notification-global-notice {
-    background-image: url("./../images/note_msg_icon.gif");
-}
-.notification-global .label {
-    color: #EB5E00;
-}
-.notification-global .clickable {
-    cursor: pointer;
-}
-.notification-global span.critical {
-    color: #D20000;
-}
-.notification-global a:hover {
-    text-decoration: none;
-}
-.error, a.error span, .required, .validation-advice {
-    color: #D40707 !important;
-    font-weight: bold !important;
-}
-.notice {
-    color: #EA7601;
-}
-.messages ul {
-    border: 0 none !important;
-}
-.messages li {
-    font-size: 0.95em !important;
-    font-weight: bold !important;
-    margin-bottom: 11px !important;
-    min-height: 23px !important;
-    padding: 8px 8px 2px 32px !important;
-}
-.messages ul li {
-    border: 0 none !important;
-    margin: 0 0 3px !important;
-    padding: 0 !important;
-}
-.error-msg {
-    background: url("./../images/error_msg_icon.gif") no-repeat scroll 10px 10px #FAEBE7 !important;
-    border: 1px solid #F16048 !important;
-    color: #DF280A !important;
-}
-.success-msg {
-    background: url("./../images/success_msg_icon.gif") no-repeat scroll 10px 10px #EFF5EA !important;
-    border: 1px solid #95A486 !important;
-    color: #3D6611 !important;
-}
-.notice-msg {
-    background: url("./../images/note_msg_icon.gif") no-repeat scroll 10px 10px #FFFBF0 !important;
-    border: 1px solid #FFD967 !important;
-    color: #3D6611 !important;
-}
-.warning-msg {
-    background: url("./../images/warning_msg_icon.gif") no-repeat scroll 10px 10px #E6E6E6 !important;
-    border: 1px solid #666E73 !important;
-    color: #000000 !important;
-}
-
-button:hover, .form-button:hover {
-    background: #F77C16;
-}
-button:active, .form-button:active {
-    background: #F77C16;
-}
-button span {
-    background-position: 0 50%;
-    background-repeat: no-repeat;
-    line-height: 1.35em;
-}
-button span span {
-    background: none repeat scroll 0 0 transparent !important;
-    display: inline !important;
-    margin: 0 !important;
-    padding: 0 !important;
-}
-
-
-input.input-text, textarea, select {
-    background: none repeat scroll 0 0 #FFFFFF;
-    border-color: #AAAAAA #C8C8C8 #C8C8C8 #AAAAAA;
-    border-style: solid;
-    border-width: 1px;
-    font: 12px arial,helvetica,sans-serif;
-}
-input.input-text, textarea {
-    padding: 2px;
-}
-button, .form-button {
-    background: #FFAC47;
-    border-color: #ED6502 #A04300 #A04300 #ED6502;
-    border-style: solid;
-    border-width: 1px;
-    color: #FFFFFF;
-    cursor: pointer;
-    font: bold 12px arial,helvetica,sans-serif;
-    padding: 0 7px 1px;
-    text-align: center !important;
-    white-space: nowrap;
-}
-/* ======================================================================================= */
-
-
-*, html {text-align: left;}
-
-h1 {
-    color: #D12C01;
-    font-size: 22px;
-    font-weight: normal;
-    margin: 0;
-    text-align: left;
-}
-
-h2 {
-    color: #444444;
-    font: 16px Arial,Helvetica,sans-serif;
-    margin: 0 0 5px;
-    text-align: left;
-}
-
-body,
-.main-container,
-.header-container {background: none;}
-
-.header-simple {height: 60px; text-align: left; padding: 10px 10px 0 10px; border-bottom: 1px solid #CFCFCF;}
-.header-top img {height: 60px;}
-
-.login-box > div {padding: 10px;}
-.page-title {margin-bottom: 0; border-bottom: 1px solid #CFCFCF;}
-
-.form-box {border-bottom: 1px solid #CFCFCF;}
-.form-box .fieldset, .form-box fieldset {width: 320px; margin: 0 auto;}
-
-.input-box {margin-bottom: 10px;}
-.input-box label {width: 95px; font-weight: bold; display: block; float: left; text-align: right; padding-right: 10px;}
-.input-box input {width: 209px;}
-
-.required {font-weight: normal; color: #D40707 !important; font-size: 11px;}
-.form-buttons {text-align: right;}
diff --git a/skin/frontend/default/default/css/print.css b/skin/frontend/default/default/css/print.css
deleted file mode 100644
index 0dc46e3fe6f..00000000000
--- a/skin/frontend/default/default/css/print.css
+++ /dev/null
@@ -1,34 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_default
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-*     { background:none !important; text-align:left !important; }
-html  { margin:0 !important; padding:0 !important; }
-body  { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
-a     { color:#2976c9 !important; }
-th,td { color:#2f2f2f !important;  border-color:#ccc !important; }
-
-.header-container,
-.nav-container,
-.footer-container,
-.pager,
-.toolbar,
-.actions,
-.buttons-set { display:none !important; }
-
-.page-print .data-table .cart-tax-total { background-position:100% -54px; }
-.page-print .data-table .cart-tax-info { display:block !important; }
diff --git a/skin/frontend/default/default/css/styles-ie.css b/skin/frontend/default/default/css/styles-ie.css
deleted file mode 100644
index 5c71570dc5f..00000000000
--- a/skin/frontend/default/default/css/styles-ie.css
+++ /dev/null
@@ -1,143 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_default
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* IE 6 only */
-* html .validation-advice { height:13px; }
-* html .error-msg,
-* html .success-msg,
-* html .note-msg,
-* html .notice-msg { height:24px; }
-* html .main { height:400px; }
-* html .account-login .content { height:240px; }
-.block li.item,
-.block-poll li,
-.opc li.section { vertical-align:top; }
-* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
-
-/* Doubled Margin Fixes */
-.product-view .product-img-box .more-views li,
-.product-view .box-tags .form-add .input-box,
-.sp-methods select.month { display:inline; }
-
-/********** < Navigation styles */
-#nav li,
-#nav li a { zoom:1; }
-#nav li { vertical-align:top; }
-/********** < Navigation styles */
-
-select { margin-bottom:1px; }
-input.radio { width:13px; height:13px; }
-input.checkbox { width:13px; height:13px; }
-button.button { height:21px; }
-button.button span { position:relative; }
-button.btn-checkout { height:40px; }
-#opc-review .sp-methods .input-box { float:left; }
-.form-list label { position:relative; z-index:0; }
-.form-list label.required em { position:absolute; top:0; right:-8px; }
-
-table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
-
-.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
-
-.gift-messages-form { position:relative; zoom:1; }
-
-.tool-tip .btn-close a { margin:0; }
-
-.product-view .box-tags .product-tags li,
-.footer li { padding:0 4px 0 7px; }
-
-.product-options dd .time-picker select { margin:0; padding:0; }
-
-/* Clearer */
-.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
-
-/* Clears and hasLayout fixes */
-.header-container,
-.header-container .top-container,
-.header,
-.header .quick-access,
-#nav,
-.main,
-.footer,
-.footer-container .bottom-container,
-.col-main,
-.col2-set,
-.col3-set,
-.col3-layout .product-options-bottom .price-box,
-.col4-set,
-.messages li,
-.search-autocomplete li,
-.block,
-.block .block-content,
-.block .actions,
-.block li.item,
-.block-poll li,
-.block-poll .label,
-.block-layered-nav .currently li,
-.block-account .block-content li a,
-.mini-products-list .product-details,
-.page-title,
-.rss-title h1,
-.products-grid,
-.products-list li.item,
-.box-account .box-head,
-.dashboard .box .box-title,
-.box-reviews li.item,
-.box-tags li.item,
-.pager,
-.sorter,
-.ratings,
-.add-to-box,
-.add-to-cart,
-.product-essential,
-.product-collateral,
-.product-view .product-img-box .more-views ul,
-.product-view .box-tags .form-add,
-.product-view .product-shop .short-description,
-.product-view .box-description,
-.product-options .options-list li,
-.product-options,
-.product-options-bottom,
-.truncated,
-.truncated .truncated_full_value,
-.product-review,
-.cart,
-.cart-collaterals,
-.cart .crosssell li.item,
-.cart .discount,
-.opc .step-title,
-.opc .step,
-.multiple-checkout,
-.sp-methods,
-.checkout-progress,
-.multiple-checkout .place-order,
-.form-list li,
-.form-list .field,
-.group-select li,
-.buttons-set,
-.page-print .print-head,
-.cart-tax-total,
-.advanced-search-summary,
-.advanced-search-summary p,
-.gift-messages-form .item,
-.send-friend .form-list li p,
-.centinel .authentication { zoom:1; }
-
-/* Hover Fix */
-iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
diff --git a/skin/frontend/default/default/css/styles.css b/skin/frontend/default/default/css/styles.css
deleted file mode 100644
index 1cf16a4a078..00000000000
--- a/skin/frontend/default/default/css/styles.css
+++ /dev/null
@@ -1,1801 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_default
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* Reset ================================================================================= */
-* { margin:0; padding:0; }
-
-body          { background:#496778 url(../images/bkg_body.gif) 50% 0 repeat-y; font:12px/1.55 Arial, Helvetica, sans-serif; color:#2f2f2f; text-align:center; }
-
-img           { border:0; vertical-align:top; }
-
-a             { color:#1e7ec8; text-decoration:underline; }
-a:hover       { text-decoration:none; }
-:focus        { outline:0; }
-
-/* Headings */
-h1,h2,h3,
-h4,h5,h6      { margin:0 0 5px; line-height:1.35; color:#0a263c; }
-h1            { font-size:20px; font-weight:normal; }
-h2            { font-size:18px; font-weight:normal; }
-h3            { font-size:16px; font-weight:bold; }
-h4            { font-size:14px; font-weight:bold; }
-h5            { font-size:12px; font-weight:bold; }
-h6            { font-size:11px; font-weight:bold; }
-
-/* Forms */
-form          { display:inline; }
-fieldset      { border:0; }
-legend        { display:none; }
-
-/* Table */
-table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
-caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
-
-/* Content */
-p             { margin:0 0 10px; }
-strong        { font-weight:bold; }
-address       { font-style:normal; line-height:1.35; }
-cite          { font-style:normal; }
-q,
-blockquote    { quotes:none; }
-q:before,
-q:after       { content:''; }
-small,big     { font-size:1em; }
-/*sup           { font-size:1em; vertical-align:top; }*/
-
-/* Lists */
-ul,ol         { list-style:none; }
-
-/* Tools */
-.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; }
-.nobr         { white-space:nowrap !important; }
-.wrap         { white-space:normal !important; }
-.a-left       { text-align:left !important; }
-.a-center     { text-align:center !important; }
-.a-right      { text-align:right !important; }
-.v-top        { vertical-align:top; }
-.v-middle     { vertical-align:middle; }
-.f-left,
-.left         { float:left !important; }
-.f-right,
-.right        { float:right !important; }
-.f-none       { float:none !important; }
-.f-fix        { float:left; width:100%; }
-.no-display   { display:none; }
-.no-margin    { margin:0 !important; }
-.no-padding   { padding:0 !important; }
-.no-bg        { background:none !important; }
-/* ======================================================================================= */
-
-
-/* Layout ================================================================================ */
-.wrapper { min-width:954px; }
-.page {}
-.page-print { background:#fff; padding:25px 30px; text-align:left; }
-.page-empty { background:#fff; padding:20px; text-align:left; }
-.page-popup { background:#fff; padding:25px 30px; text-align:left; }
-.main-container { background:#fbfaf6 url(../images/bkg_main1.gif) 50% 0 no-repeat; }
-.main { width:900px; margin:0 auto; min-height:400px; padding:25px 25px 80px; background:#fffffe url(../images/bkg_main2.gif) 0 0 no-repeat; text-align:left; }
-
-/* Base Columns */
-.col-left { float:left; width:195px; padding:0 0 1px; }
-.col-main { float:left; width:685px; padding:0 0 1px; }
-.col-right { float:right; width:195px; padding:0 0 1px; }
-
-/* 1 Column Layout */
-.col1-layout .col-main { float:none; width:auto; }
-
-/* 2 Columns Layout */
-.col2-left-layout .col-main { float:right; }
-.col2-right-layout .col-main {}
-
-/* 3 Columns Layout */
-.col3-layout .col-main { width:475px; margin-left:17px; }
-.col3-layout .col-wrapper { float:left; width:687px; }
-.col3-layout .col-wrapper .col-main { float:right; }
-
-/* Content Columns */
-.col2-set .col-1 { float:left; width:48.5%; }
-.col2-set .col-2 { float:right; width:48.5%; }
-.col2-set .col-narrow { width:32%; }
-.col2-set .col-wide { width:65%; }
-
-.col3-set .col-1 { float:left; width:32%; }
-.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
-.col3-set .col-3 { float:right; width:32%; }
-
-.col4-set .col-1 { float:left; width:23.5%; }
-.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
-.col4-set .col-3 { float:left; width:23.5%; }
-.col4-set .col-4 { float:right; width:23.5%; }
-/* ======================================================================================= */
-
-
-/* Global Styles ========================================================================= */
-/* Form Elements */
-input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
-input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
-input.input-text,textarea { padding:2px; }
-select { padding:1px; }
-select option { padding-right:10px; }
-select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
-select.multiselect option:last-child { border-bottom:0; }
-textarea { overflow:auto; }
-input.radio { margin-right:3px; }
-input.checkbox { margin-right:3px; }
-input.qty { width:2.5em !important; }
-button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
-button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
-button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
-button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
-button.button span span { border:0; padding:0; }
-button.disabled span { border-color:#bbb !important; background:#bbb !important; }
-
-button.btn-checkout span { height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
-button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
-button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
-button.btn-checkout.no-checkout span span { background-position:100% 100%; }
-
-p.control input.checkbox,
-p.control input.radio { margin-right:6px; }
-/* Form Highlight */
-input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
-/*.highlight { background:#efefef; }*/
-
-/* Form lists */
-/* Grouped fields */
-/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
-.form-list li { margin:0 0 8px; }
-.form-list label { float:left; color:#666; font-weight:bold; position:relative; z-index:0; }
-.form-list label.required {}
-.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
-.form-list li.control label { float:none; }
-.form-list li.control input.radio,
-.form-list li.control input.checkbox { margin-right:6px; }
-.form-list li.control .input-box { clear:none; display:inline; width:auto; }
-/*.form-list li.fields { margin-right:-15px; }*/
-.form-list .input-box { display:block; clear:both; width:260px; }
-.form-list .field { float:left; width:275px; }
-.form-list input.input-text { width:254px; }
-.form-list textarea { width:254px; height:10em; }
-.form-list select { width:260px; }
-.form-list li.wide .input-box { width:535px; }
-.form-list li.wide input.input-text { width:529px; }
-.form-list li.wide textarea { width:529px; }
-.form-list li.wide select { width:535px; }
-.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
-.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
-.form-list .input-range input.input-text { width:74px; }
-
-.form-list-narrow li  { margin-bottom:0; }
-.form-list-narrow li .input-box { margin-bottom:6px; }
-.form-list-narrow li.wide .input-box { width:260px; }
-.form-list-narrow li.wide input.input-text,
-.form-list-narrow li.wide textarea { width:254px }
-.form-list-narrow li.wide select { width:260px; }
-
-/* Customer */
-.form-list .customer-name-prefix .input-box,
-.form-list .customer-name-suffix .input-box,
-.form-list .customer-name-prefix-suffix .input-box,
-.form-list .customer-name-prefix-middlename .input-box,
-.form-list .customer-name-middlename-suffix .input-box,
-.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
-
-.form-list .name-prefix { width:65px; }
-.form-list .name-prefix select { width:55px; }
-.form-list .name-prefix input.input-text { width:49px; }
-
-.form-list .name-suffix { width:65px; }
-.form-list .name-suffix select { width:55px; }
-.form-list .name-suffix input.input-text { width:49px; }
-
-.form-list .customer-name-prefix-middlename-suffix .name-firstname,
-.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
-.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
-.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
-.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
-.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix .name-firstname,
-.form-list .customer-name-middlename .name-firstname,
-.form-list .customer-name-middlename .name-middlename { width:210px; }
-
-.form-list .customer-name-suffix .name-lastname,
-.form-list .customer-name-middlename .name-firstname,
-.form-list .customer-name-middlename .name-middlename,
-.form-list .customer-name-middlename-suffix .name-firstname,
-.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
-
-.form-list .customer-name-prefix .name-firstname input.input-text,
-.form-list .customer-name-suffix .name-lastname input.input-text,
-.form-list .customer-name-middlename .name-firstname input.input-text,
-.form-list .customer-name-middlename .name-middlename input.input-text,
-.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
-.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-dob .dob-month,
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-year { float:left; width:85px; }
-.form-list .customer-dob input.input-text { display:block; width:74px; }
-.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-month { width:60px; }
-.form-list .customer-dob .dob-day input.input-text,
-.form-list .customer-dob .dob-month input.input-text { width:46px; }
-.form-list .customer-dob .dob-year { width:140px; }
-.form-list .customer-dob .dob-year input.input-text { width:134px; }
-
-/* Independent fields */
-/*.form-list li { margin:0 0 8px; }
-.form-list li.fields { margin:0; }
-.form-list .field { display:block; margin:0 0 8px; }
-.form-list li.control {}
-.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
-.form-list label.required { font-weight:bold; }
-.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
-.form-list .input-box { float:left; width:260px; }
-.form-list input.input-text,
-.form-list textarea { width:254px; }
-.form-list select { width:260px; }
-.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
-.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
-.form-list .input-range input.input-text { width:96px; }*/
-/* Customer */
-/*.form-list .customer-dob .dob-month,
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-year { float:left; width:85px; }
-.form-list .customer-dob input.input-text { display:block; width:74px; }
-.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-month { width:60px; }
-.form-list .customer-dob .dob-day input.input-text,
-.form-list .customer-dob .dob-month input.input-text { width:46px; }
-.form-list .customer-dob .dob-year { width:140px; }
-.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
-
-.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
-.buttons-set p.required { margin:0 0 10px; }
-.buttons-set .back-link { float:left; margin:0; }
-.buttons-set button.button { float:right; margin-left:5px; }
-
-.buttons-set-order { margin:10px 0 0; }
-.buttons-set-order .please-wait { padding:12px 7px 0 0; }
-
-.fieldset { border:1px solid #bbafa0; background:#fbfaf6; padding:22px 25px 12px 33px; margin:28px 0; }
-.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #f19900; background:#f9f3e3; color:#e76200; margin:-33px 0 0 -10px; padding:0 8px; position:relative; }
-
-/* Form Validation */
-.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:17px; font-size:11px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; }
-.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
-.validation-passed {}
-p.required { font-size:11px; text-align:right; color:#EB340A; }
-/* Expiration date and CVV number validation fix */
-.v-fix { float:left; }
-.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
-
-/* Global Messages  */
-.success { color:#3d6611; font-weight:bold; }
-.error { color:#df280a; font-weight:bold; }
-.notice { color:#e26703; }
-
-.messages,
-.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
-.messages { width:100%; overflow:hidden; }
-.messages li { margin:0 0 10px !important; }
-.messages li li { margin:0 0 3px !important; }
-.error-msg,
-.success-msg,
-.note-msg,
-.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:24px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
-.error-msg { border-color:#f16048; background-color:#faebe7; background-image:url(../images/i_msg-error.gif); color:#df280a; }
-.success-msg { border-color:#446423; background-color:#eff5ea; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
-.note-msg,
-.notice-msg { border-color:#fcd344; background-color:#fafaec; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
-
-/* BreadCrumbs */
-.breadcrumbs { font-size:11px; line-height:1.25; margin:0 0 13px; }
-.breadcrumbs li { display:inline; }
-.breadcrumbs li strong { font-weight:bold; }
-
-/* Page Heading */
-.page-title { width:100%; overflow:hidden; border-bottom:1px solid #ccc; margin:0 0 25px; }
-.page-title h1,
-.page-title h2 { margin:0; font-size:20px; color:#0a263c; }
-.page-title .separator { margin:0 3px; }
-.page-title .link-rss { float:right; margin:7px 0 0; }
-.title-buttons { text-align:right; }
-.title-buttons h1,
-.title-buttons h2,
-.title-buttons h3,
-.title-buttons h4,
-.title-buttons h5,
-.title-buttons h6 { float:left; }
-
-.subtitle,
-.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
-
-/* Pager */
-.pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
-.pager .amount { float:left; margin:0; }
-.pager .limiter { float:right; }
-.pager .limiter label { vertical-align:middle; }
-.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
-.pager .pages { margin:0 140px; }
-.pager .pages ol { display:inline; }
-.pager .pages li { display:inline; margin:0 2px; }
-.pager .pages .current {}
-
-/* Sorter */
-.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #e2e2e2; }
-.sorter .view-mode { float:left; margin:0; }
-.sorter .sort-by { float:right; padding-right:36px; }
-.sorter .sort-by label { vertical-align:middle; }
-.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
-.sorter .link-feed {}
-
-/* Toolbar */
-.toolbar {}
-.toolbar .pager { padding:3px 8px; border-bottom:1px solid #fff; }
-.toolbar .sorter { border-bottom:1px solid #fff; }
-.toolbar-bottom {}
-
-/* Data Table */
-.data-table { width:100%; border:1px solid #bebcb7; }
-.data-table .odd  { background:#f8f7f5 }
-.data-table .even { background:#eeeded; }
-/*.data-table tr.odd:hover,
-.data-table tr.even:hover { background:#ebf1f6; }*/
-.data-table td.last,
-.data-table th.last { border-right:0; }
-.data-table tr.last th,
-.data-table tr.last td { border-bottom:0 !important; }
-.data-table th { padding:3px 8px; font-weight:bold; }
-.data-table td { padding:3px 8px; }
-
-.data-table thead th { font-weight:bold; border-right:1px solid #c2d3e0; padding:2px 8px; color:#0a263c; white-space:nowrap; vertical-align:middle; }
-.data-table thead th.wrap { white-space:normal; }
-.data-table thead th a,
-.data-table thead th a:hover { color:#fff; }
-.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee; }
-.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
-
-.data-table tfoot { border-bottom:1px solid #d9dde3; }
-.data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
-.data-table tfoot tr { background-color:#dee5e8 !important; }
-.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
-.data-table tfoot strong { font-size:16px; }
-
-.data-table tbody th,
-.data-table tbody td { border-bottom:1px solid #d9dde3; border-right:1px solid #d9dde3; }
-/* Bundle products tables */
-.data-table tbody.odd tr { background:#f8f7f5 !important; }
-.data-table tbody.even tr { background:#f6f6f6 !important; }
-.data-table tbody.odd tr td,
-.data-table tbody.even tr td { border-bottom:0; }
-.data-table tbody.odd tr.border td,
-.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }
-
-.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
-.data-table tbody td .option-value { padding-left:10px; }
-
-/* Generic Info Box */
-.info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
-.info-box h2 { font-weight:bold; font-size:13px; }
-
-.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
-.info-table td { padding:2px 0; }
-
-/* Shopping cart total summary row expandable to details */
-tr.summary-total { cursor:pointer; }
-tr.summary-total td {}
-tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
-tr.show-details .summary-collapse { background-position:0 -52px; }
-tr.show-details td {}
-tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
-tr.summary-details-first td { border-top:1px solid #d2d8db; }
-tr.summary-details-excluded { font-style:italic; }
-
-/* Shopping cart tax info */
-.cart-tax-info { display:block; }
-.cart-tax-info,
-.cart-tax-info .cart-price { padding-right:20px; }
-.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
-.cart-tax-info .price,
-.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
-.cart-tax-total-expanded { background-position:100% -52px; }
-
-/* Class: std - styles for admin-controlled content */
-.std .subtitle { padding:0; }
-.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
-.std dl dt { font-weight:bold; }
-.std dl dd { margin:0 0 10px; }
-.std ul,
-.std ol,
-.std dl,
-.std p,
-.std address,
-.std blockquote { margin:0 0 1em; padding:0; }
-.std ul { list-style:disc outside; padding-left:1.5em; }
-.std ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul ul { list-style-type:circle; }
-.std ul ul,
-.std ol ol,
-.std ul ol,
-.std ol ul { margin:.5em 0; }
-.std dt { font-weight:bold; }
-.std dd { padding:0 0 0 1.5em; }
-.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
-.std address { font-style:normal; }
-.std b,
-.std strong { font-weight:bold; }
-.std i,
-.std em { font-style:italic; }
-
-/* Misc */
-.links li { display:inline; }
-.links li.first { padding-left:0 !important; }
-.links li.last { background:none !important; padding-right:0 !important; }
-
-.link-cart { color:#dc6809 !important; font-weight:bold; }
-.link-wishlist { color:#dc6809 !important; font-weight:bold; }
-.link-reorder { font-weight:bold; color:#dc6809 !important; }
-.link-compare { font-weight:bold; }
-.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
-.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
-.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; }
-.btn-previous  { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-.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; }
-.btn-edit    { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-
-.cards-list dt { margin:5px 0 0; }
-.cards-list .offset { padding:2px 0 2px 20px; }
-
-.separator { margin:0 3px; }
-
-.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
-
-/* Global site notices */
-.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
-.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
-.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
-.global-site-notice .notice-inner .actions { padding-top:10px; }
-
-/* Cookie Notice */
-.notice-cookie { position:fixed; z-index:9999; width:100%; bottom:0; left:0; margin:0 !important; opacity:0.95; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"; /* IE8 */ }
-
-/* Noscript Notice */
-.noscript {}
-
-/* Demo Notice */
-.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
-.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
-.demo-notice .notice-inner p { padding:0; border:0; }
-
-/* ======================================================================================= */
-
-
-/* Header ================================================================================ */
-.logo { float:left; }
-.header-container { border-top:5px solid #0d2131; border-bottom:1px solid #415966; background:url(../images/bkg_header.jpg) 50% 0 repeat; }
-.header { width:930px; margin:0 auto; padding:10px; text-align:right; position:relative; z-index:10; }
-.header .logo { float:left; margin:3px 0 10px 12px; text-decoration:none !important; }
-.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
-.header h1.logo { margin:0; }
-.header .quick-access { float:right; width:600px; padding:28px 10px 0 0; }
-.header .welcome-msg { margin:0; color:#fff; text-align:right; }
-.header .welcome-msg a { color:#ebbc58; }
-.header .form-search { position:absolute; top:0; right:29px; width:315px; height:30px; background:url(../images/bkg_form-search.gif) 0 0 no-repeat; padding:1px 0 0 16px; }
-.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
-.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
-.header .form-search button.button { float:left; }
-.header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
-.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
-.header .form-search .search-autocomplete { z-index:999; left:40px !important; top:22px !important; }
-.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
-.header .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
-.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
-.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
-.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
-.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
-.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
-.header .form-language select { padding:0; }
-.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
-.header .links { float:right; margin:0 0 6px; }
-.header .links li { float:left; font-size:11px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 8px 0 7px; }
-.header .links a { color:#ebbc58; }
-.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
-.header-container .top-container a { font-size:11px; color:#ebbc58; }
-.top-container .paypal-logo {text-align: left; display: inline-table;}
-
-/********** < Navigation */
-.nav-container { background:#0a263d url(../images/bkg_nav0.jpg) 50% 0 repeat-y; }
-#nav { width:918px; margin:0 auto; padding:0 16px; font-size:13px; }
-
-/* All Levels */ /* Style consistent throughout all nav levels */
-#nav li { position:relative; text-align:left; }
-#nav li.over { z-index:998; }
-#nav a,
-#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
-#nav span { display:block; cursor:pointer; white-space:nowrap; }
-#nav li ul span {white-space:normal; }
-#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
-#nav ul li.parent li a { background-image:none; }
-
-/* 0 Level */
-#nav li { float:left; }
-#nav li.active a { color:#d96708; }
-#nav a { float:left; padding:5px 12px 6px 8px; color:#a7c6dd; font-weight:bold; }
-#nav li.over a,
-#nav a:hover { color:#d96708; }
-
-/* 1st Level */
-#nav ul li,
-#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#ecf3f6 url(../images/bkg_nav1.gif) 0 100% repeat-x; }
-#nav ul li.last { background:#ecf3f6; padding-bottom:0; }
-
-#nav ul a,
-#nav ul a:hover { float:none; padding:0; background:none; }
-#nav ul li a { font-weight:normal !important; }
-
-/* 2nd Level */
-#nav ul,
-#nav div { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #899ba5; }
-#nav div ul { position:static; width:auto; border:none; }
-
-/* 3rd+ Level */
-#nav ul ul,
-#nav ul div { top:5px; }
-
-#nav ul li a { background:#ecf3f6; }
-#nav ul li a:hover { background:#d5e4eb; }
-#nav ul li a,
-#nav ul li a:hover { color:#2f2f2f !important; }
-#nav ul span,
-#nav ul li.last li span { padding:3px 15px 4px 15px; }
-
-/* Show menu */
-#nav li ul.shown-sub,
-#nav li div.shown-sub { left:0; z-index:999; }
-#nav li .shown-sub ul.shown-sub,
-#nav li .shown-sub li div.shown-sub { left:100px; }
-/********** Navigation > */
-/* ======================================================================================= */
-
-
-/* Sidebar =============================================================================== */
-.block { border:1px solid #c4c1bc; margin:0 0 15px; }
-.block .block-title { background:url(../images/bkg_block-title.gif) 0 0 repeat-x; border-bottom:1px solid #ddd; padding:2px 9px; }
-.block .block-title strong { display:block; font:bold 12px/16px Arial, Helvetica, sans-serif; min-height:16px; padding:1px 0 1px; text-transform:uppercase; color:#e26703; }
-.block .block-title strong span {}
-.block .block-title a { text-decoration:none !important; }
-.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
-.block .block-content { background:#f8f7f5; }
-.block .block-content li.item { padding:7px 9px; }
-.block .block-content .product-name { color:#1e7ec8; }
-.block .btn-remove,
-.block .btn-edit { float:right; margin:1px 0 2px 5px; }
-.block .actions { background:#dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x; padding:6px 9px; text-align:right; }
-.block .actions a { float:left; }
-.block .actions button.button { float:right; }
-.block .empty { margin:0; padding:5px 9px; }
-
-.block li.odd { background-color:#f4f3f3; }
-.block li.even { background-color:#fafafa; }
-
-/* Mini Blocks */
-.block-cart,
-.block-wishlist,
-.block-subscribe,
-.block-compare,
-.block-reorder,
-.block-poll,
-.block-gr-search,
-.block-viewed,
-.block-compared,
-.block-related,
-.block-tags,
-.block-login { font-size:11px; line-height:1.25; }
-.block-cart .block-title strong,
-.block-wishlist .block-title strong,
-.block-subscribe .block-title strong,
-.block-compare .block-title strong,
-.block-reorder .block-title strong,
-.block-poll .block-title strong,
-.block-viewed .block-title strong,
-.block-compared .block-title strong,
-.block-related .block-title strong,
-.block-tags .block-title strong,
-.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
-
-/* Mini Products List */
-.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
-.mini-products-list .product-details { margin-left:60px; }
-.block-cart .mini-products-list .product-details .product-name,
-.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
-.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
-
-/* Block: Account */
-.block-account { border-color:#bbb; }
-.block-account .block-title { background:#fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x; border:0; padding:3px 10px; }
-.block-account .block-title strong { font-size:13px; color:#fff; }
-.block-account .block-content { background:#fbfaf6; padding:7px 10px 7px; }
-.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
-.block-account .block-content li a:hover { color:#ea7900; }
-.block-account .block-content li.last a { border-bottom:0; }
-.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; color:#ea7900; }
-.block-account .block-content li.current.last { border-bottom:0; }
-
-/* Block: Currency Switcher */
-.block-currency { border:0; background:url(../images/bkg_block-currency.gif) 0 0 no-repeat; padding:7px 12px 10px; height:51px; }
-.block-currency .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
-.block-currency .block-title strong { font:bold 13px/21px Arial, Helvetica, sans-serif; background:url(../images/i_block-currency.gif) 0 50% no-repeat; padding:0 0 0 21px; text-transform:none; color:#fff; }
-.block-currency .block-content { background:none; padding:0; }
-.block-currency .block-content select { width:100%; padding:0; }
-
-/* Block: Layered Navigation */
-.block-layered-nav { border:0; }
-.block-layered-nav .block-title { border:0; padding:0; height:24px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-.block-layered-nav .block-subtitle { line-height:1.35; background:#d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat; padding:3px 9px; border:1px solid #b9ccdd; border-width:1px 0; text-transform:uppercase; color:#1f5070; }
-.block-layered-nav .block-content { border:1px solid #a0b3c3; background:#e7f1f4; }
-.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat; padding:7px 10px 0 25px; font-weight:bold; text-transform:uppercase; }
-.block-layered-nav dd { padding:0 12px 12px; background:url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x; }
-.block-layered-nav dd.last { background:none; }
-.block-layered-nav .currently li { background:#fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x; padding:6px 24px 6px 10px; position:relative; z-index:1; line-height:1.5; }
-.block-layered-nav .currently .label { font-weight:bold; padding-left:15px; background:url(../images/bkg_block-layered-label.gif) 0 4px no-repeat; text-transform:uppercase; display:inline-block; vertical-align:top; }
-.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
-.block-layered-nav .currently .btn-previous,
-.block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:9px; margin:0; }
-.block-layered-nav .currently .btn-previous { right:17px; }
-.block-layered-nav .actions { font-size:11px; padding:4px 5px 4px 9px; background:#cad6e4; border:1px solid #dee5e8; border-width:1px 0; text-align:right; }
-.block-layered-nav .actions a { float:none; }
-
-/* Block: Cart */
-.block-cart .block-title { /*border-bottom:0;*/ }
-.block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
-.block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
-.block-cart .amount { margin:0; }
-.block-cart .amount a { font-weight:bold; }
-.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
-.block-cart .subtotal .price { font-weight:bold; }
-.block-cart .actions { border-bottom:1px solid #c2c2c2; }
-.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
-.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
-
-/* Block: Wishlist */
-.block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
-.block-wishlist .actions { text-align:right; }
-.block-wishlist .actions a { float:none; }
-
-/* Block: Related */
-.block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
-.block-related input.checkbox { float:left; }
-.block-related .product { margin-left:20px; }
-
-/* Block: Compare Products */
-.block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
-.block-compare button.button span { border-color:#406a83; background:#618499; }
-.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
-.compare-table { border:0; }
-.compare-table thead tr.first th,
-.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
-.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
-.compare-table tbody th { background:#d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y; }
-.compare-table tbody th,
-.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
-.compare-table tbody td.last { border-right:1px solid #ccc; }
-.compare-table tbody tr.last th,
-.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
-.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
-.compare-table tr.first td { text-align:center; }
-.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
-.compare-table tr.first td .product-name a { color:#203548; }
-.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
-.compare-table tr.first td p,
-.compare-table tr.add-to-row td p { margin:0; }
-
-/* Block: Recently Viewed */
-.block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
-
-/* Block: Recently Compared */
-.block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
-
-/* Block: Poll */
-.block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
-.block-poll .block-subtitle { font-size:12px; }
-.block-poll label { color:#777; font-weight:bold; }
-.block-poll input.radio { float:left; margin:1px -18px 0 0; }
-.block-poll .label { display:block; margin-left:18px; }
-.block-poll li { padding:3px 9px; }
-.block-poll .actions { margin:5px 0 0; }
-.block-poll button.button span { border-color:#406a83; background:#618499; }
-.block-poll .answer { font-weight:bold; }
-.block-poll .votes { float:right; margin-left:10px; }
-
-/* Block: Orders and Returns */
-.block-gr-search li { padding:3px 9px; }
-.block-gr-search button.button span { border-color:#406a83; background:#618499; }
-
-/* Block: Tags */
-.block-tags .block-title strong { background-image:url(../images/i_block-tags.gif); }
-.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
-.block-tags .block-content a { color:#1b2d3b; }
-.block-tags .actions { text-align:right; }
-.block-tags .actions a { float:none; }
-
-/* Block: Subscribe */
-.block-subscribe .block-content { padding:5px 10px; }
-.block-subscribe .block-title strong { background-image:url(../images/i_block-subscribe.gif); }
-.block-subscribe label { font-weight:bold; color:#666; }
-.block-subscribe input.input-text { display:block; width:167px; margin:3px 0; }
-.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; }
-.block-subscribe .actions button.button { float:none; }
-.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }
-
-/* Block: Reorder */
-.block-reorder .block-title strong { background-image:url(../images/i_block-list.gif); }
-.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
-.block-reorder .product-name { margin-left:20px; }
-.block-reorder .validation-advice { margin:3px 9px 7px; }
-
-/* Block: Banner */
-.block-banner { border:0; }
-.block-banner .block-content { padding:0; text-align:center; }
-
-/* Block: Login */
-.block-login .block-title strong { background-image:url(../images/i_ma-info.gif); }
-.block-login .block-content { padding:5px 10px; }
-.block-login label { font-weight:bold; color:#666; }
-.block-login input.input-text { display:block; width:167px; margin:3px 0; }
-.block-login .actions { background:none; padding:0; margin:3px 0 0; }
-.block-login .actions button.button span { border-color:#406a83; background:#618499; }
-
-/* Paypal */
-.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
-.sidebar .paypal-logo a { float:none; }
-/* ======================================================================================= */
-
-
-/* Category Page ========================================================================= */
-.category-title { border:0; margin:0 0 7px; }
-.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
-.category-image img {}
-.category-description { margin:0 0 10px; }
-.category-products {}
-
-/* View Type: Grid */
-.products-grid { border-bottom:1px solid #d9ddd3; background:url(../images/bkg_grid.gif) 0 0 repeat; position:relative; }
-.products-grid.last { border-bottom:0; }
-.products-grid li.item { float:left; width:138px; padding:12px 10px 80px; }
-.products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
-.products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
-.products-grid .product-name a { color:#203548; }
-.products-grid .price-box { margin:5px 0; }
-.products-grid .availability { line-height:21px; }
-.products-grid .actions { position:absolute; bottom:12px; }
-.col2-left-layout .products-grid,
-.col2-right-layout .products-grid { width:632px; margin:0 auto; }
-.col1-layout .products-grid { width:790px; margin:0 auto; }
-
-/* View Type: List */
-.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
-.products-list li.item.last { border-bottom:0; }
-.products-list .product-image { float:left; width:135px; height:135px; margin:0 0 10px; }
-.products-list .product-shop { margin-left:150px; }
-.products-list .product-name { margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
-.products-list .product-name a { color:#203548; }
-.products-list .price-box { float:left; margin:3px 13px 5px 0; }
-.products-list .availability { float:left; margin:3px 0 0; }
-.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
-.products-list .desc .link-learn { font-size:11px; }
-.products-list .add-to-links { clear:both; }
-.products-list .add-to-links li { display:inline; }
-.products-list .add-to-links .separator { display:inline; margin:0 2px; }
-/* ======================================================================================= */
-
-
-/* Product View ========================================================================== */
-/* Rating */
-.no-rating { margin:0; }
-
-.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
-.ratings strong { float:left; margin:1px 3px 0 0; }
-.ratings .rating-links { margin:0; }
-.ratings .rating-links .separator { margin:0 2px; }
-.ratings dt {}
-.ratings dd {}
-.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; }
-.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
-.ratings .rating-box { float:left; margin-right:3px; }
-.ratings .amount {}
-
-.ratings-table th,
-.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
-.ratings-table th { font-weight:bold; padding-right:8px; }
-
-/* Availability */
-.availability { margin:0; }
-.availability span { font-weight:bold; }
-.availability.in-stock span {}
-.availability.out-of-stock span { color:#d83820; }
-
-.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
-.availability-only span,
-.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
-.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
-.availability-only .expanded { background-position:100% -15px; }
-.availability-only strong { color:#be2c00; }
-
-.availability-only-details { margin:0 0 7px; }
-.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
-.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
-.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
-
-.product-view .product-shop .availability { font-size:11px; }
-.product-view .product-shop .availability span { font-weight:normal; }
-
-/* Email to a Friend */
-.email-friend { margin:0; }
-
-/* Alerts */
-.alert-price { margin:0; font-size:11px; }
-.alert-stock { margin:0; font-size:11px; }
-
-/********** < Product Prices */
-.price { white-space:nowrap !important; }
-
-.price-box { margin:5px 0; }
-.price-box .price { font-weight:bold; color:#c76200; }
-
-/* Regular price */
-.regular-price { color:#c76200; }
-.regular-price .price { font-weight:bold; font-size:13px; color:#c76200; }
-.block .regular-price,
-.block .regular-price .price { color:#2f2f2f; }
-
-/* Old price */
-.old-price { margin:0; }
-.old-price .price-label { white-space:nowrap; color:#999; }
-.old-price .price { font-weight:bold; color:#c76200; text-decoration:line-through; }
-
-/* Special price */
-.special-price { margin:0; padding:3px 0; }
-.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#cd5033; }
-.special-price .price { font-size:13px; font-weight:bold; color:#c76200; }
-
-/* Minimal price (as low as) */
-.minimal-price { margin:0; }
-.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
-
-.minimal-price-link { display:block; }
-.minimal-price-link .label {color:#1e7ec8;}
-.minimal-price-link .price { font-weight:normal; color:#1e7ec8; }
-
-/* Excluding tax */
-.price-excluding-tax { display:block; color:#999; }
-.price-excluding-tax .label { white-space:nowrap; color:#999; }
-.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#c76200; }
-
-/* Including tax */
-.price-including-tax { display:block; color:#999; }
-.price-including-tax .label { white-space:nowrap; color:#999; }
-.price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
-
-/* Configured price */
-.configured-price { margin:0; }
-.configured-price .price-label { font-weight:bold; white-space:nowrap; }
-.configured-price .price { font-weight:bold; }
-
-/* FPT */
-.weee { display:block; font-size:11px; color:#444; }
-.weee .price { font-size:11px; font-weight:normal; }
-
-/* Excl tax (for order tables) */
-.price-excl-tax  { display:block; }
-.price-excl-tax .label { display:block; white-space:nowrap; }
-.price-excl-tax .price { display:block; }
-
-/* Incl tax (for order tables) */
-.price-incl-tax { display:block; }
-.price-incl-tax .label { display:block; white-space:nowrap; }
-.price-incl-tax .price { display:block; font-weight:bold; }
-
-/* Price range */
-.price-from { margin:0; }
-.price-from .price-label { font-weight:bold; white-space:nowrap; }
-
-.price-to { margin:0; }
-.price-to .price-label { font-weight:bold; white-space:nowrap; }
-
-/* Price notice next to the options */
-.price-notice { padding-left:10px; color:#999; }
-.price-notice .price { font-weight:bold; color:#2f2f2f; }
-
-/* Price as configured */
-.price-as-configured { margin:0; }
-.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
-
-.price-box-bundle { padding:0 0 10px 0; }
-.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
-.price-box-bundle .price { color:#555; }
-/********** Product Prices > */
-
-/* Tier Prices */
-.product-pricing,
-.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
-.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
-.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
-.tier-prices .price { font-weight:bold; color:#2f2f2f; }
-
-.tier-prices-grouped li { padding:2px 0; color:#e26703; }
-.tier-prices-grouped li .price { font-weight:bold; }
-
-/* Add to Links */
-.add-to-links { font-size:11px; margin:5px 0 0; }
-.add-to-links .separator { display:none; }
-
-/* Add to Cart */
-.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
-.add-to-cart .qty { float:left; margin-right:5px; }
-.add-to-cart button.button { float:left; }
-.add-to-cart .paypal-logo { clear:left; margin:0; text-align:left; }
-.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 60px; }
-.product-view .add-to-cart .paypal-logo { margin:0; }
-.bml-checkout-type { list-style: none; }
-.bml-checkout-type .bml_button  { width: 150px; display: inline-table; }
-
-/* Add to Links + Add to Cart */
-.add-to-box { margin:10px 0; }
-.add-to-box .add-to-cart { float:left; }
-.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
-.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
-.add-to-box .add-to-links li { display:block !important; }
-.add-to-box .add-to-links li .separator { display:none !important; }
-
-
-.product-view { border:1px solid #c4c6c8; }
-
-.product-essential { padding:25px; background:#fff url(../images/bkg_product-view.gif) 100% 0 no-repeat; }
-.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
-
-.product-collateral { background:#faf7ee url(../images/bkg_product_collateral.gif) 0 0 repeat-x; padding:25px; }
-.product-collateral h2 { font-weight:bold; font-size:15px; color:#e26703; border-bottom:1px solid #e5dcc3; padding:0 0 1px; margin:0 0 15px; }
-.product-collateral .box-collateral { margin:0 0 25px; }
-
-/* Product Images */
-.product-view .product-img-box { float:left; width:267px; }
-.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
-.product-view .product-img-box .product-image { margin:0 0 13px; }
-.product-view .product-img-box .product-image-zoom { position:relative; width:265px; height:265px; overflow:hidden; z-index:9; }
-.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
-.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; }
-.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; }
-.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
-.product-view .product-img-box .zoom #track { position:relative; height:18px; }
-.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;  }
-.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:2px; top:0; }
-.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:2px; top:0; }
-.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
-.product-view .product-img-box .more-views ul { margin-left:-9px }
-.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 9px; }
-.product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
-
-.product-image-popup { margin:0 auto; }
-.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
-.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
-.product-image-popup .image { display:block; margin:10px 0;  }
-.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
-
-/* Product Shop */
-.product-view .product-shop { float:right; width:330px; }
-.col1-layout .product-view .product-shop { float:right; width:545px; }
-.col3-layout .product-view .product-shop { float:none; width:auto; }
-.product-view .product-shop .product-name { margin:0 0 5px; }
-.product-view .product-shop .product-name h1 { margin:0; font:bold 15px/1.35 Arial, Helvetica, sans-serif; }
-.product-view .product-shop .availability { margin:10px 0; }
-.product-view .product-shop .short-description { margin:10px 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; padding:10px 0 0; }
-.product-view .product-shop .price-box { margin:10px 0; }
-.product-view .product-shop .add-to-links { margin:0; }
-.product-view .product-shop .add-to-links { font-size:12px; text-align:right; }
-.product-view .product-shop .add-to-links li,
-.product-view .product-shop .add-to-links li .separator { display:inline; }
-.product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
-
-/* Product Options */
-.product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
-.product-options dt { padding:10px 0 0; font-weight:normal; }
-.product-options dt label { font-weight:bold; color:#2f2f2f; }
-.product-options dt label.required em { color:#eb340a; margin-left:5px; }
-.product-options dd .qty-holder { display:block; padding:10px 0 0; }
-.product-options dd .qty-holder label { vertical-align:middle; }
-.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
-.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
-.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
-.product-options dd input.input-text { width:98%; }
-.product-options dd input.datetime-picker { width:150px; }
-.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
-.product-options dd textarea { width:98%; height:8em; }
-.product-options dd select { width:99%; }
-.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
-.product-options ul.options-list { margin-right:5px; }
-.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
-.product-options ul.options-list input.radio { float:left; margin-top:3px; }
-.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
-.product-options ul.options-list .label { display:block; margin-left:18px; }
-.product-options ul.options-list label { font-weight:normal; }
-.product-options ul.validation-failed { padding:0 7px; }
-.product-options p.note { margin:0; font-size:11px; }
-.product-options p.required { position:absolute; right:20px; top:20px; }
-
-.product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
-.product-options-bottom .product-pricing,
-.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
-.product-options-bottom .tier-prices li { background:0; padding:2px 0; }
-.product-options-bottom .tier-prices .price,
-.product-options-bottom .tier-prices .benefit { color:#e26703; }
-.product-options-bottom .price-box { float:left; margin:0; padding:0; }
-.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
-.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
-.product-options-bottom .price-label { float:left; padding-right:5px; }
-.product-options-bottom .price-tax { float:left; }
-.product-options-bottom .add-to-cart { float:right; }
-.product-shop .product-options-bottom { margin:0 0 10px; }
-.product-shop .product-options-bottom .price-box { float:none; margin:0 0 5px; }
-.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
-.product-shop .product-options-bottom .price-tax { float:none; }
-.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
-.product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
-
-/* Grouped Product */
-.product-view .grouped-items-table .price-box { margin:0; padding:0; }
-
-/* Block: Description */
-.product-view .box-description {}
-
-/* Block: Additional */
-.product-view .box-additional .data-table th,
-.product-view .box-additional .data-table td { line-height:1.25; }
-
-/* Block: Upsell */
-.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
-.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
-.product-view .box-up-sell .products-grid td { width:25%; background:#f6f2e7; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; padding:15px 10px 12px; line-height:1.6em; }
-.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
-.product-view .box-up-sell .products-grid td.last { border-right:0; }
-.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
-.product-view .box-up-sell .products-grid .product-image { text-align:center; }
-.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
-.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
-
-/* Block: Tags */
-.product-view .box-tags { margin:0; }
-.product-view .box-tags h3 { font-size:13px; }
-.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
-.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
-.product-view .box-tags .product-tags li.first { padding-left:0; }
-.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
-.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
-.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; background:url(../images/i_tag_add.gif) 0 2px no-repeat; padding:0 0 0 23px; }
-.product-view .box-tags .form-add input.input-text { width:299px; }
-.product-view .box-tags .form-add button.button span { border-color:#406a83; background:#618499; }
-.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
-
-/* Block: Reviews */
-.product-view .box-reviews dl { margin:15px 0; }
-.product-view .box-reviews dt a,
-.product-view .box-reviews dt span { font-weight:bold; }
-.product-view .box-reviews dd { margin:0 0 15px; }
-.product-view .box-reviews dd small { font-style:italic; }
-.product-view .box-reviews .form-add { margin:15px 0 0; }
-.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
-.product-view .box-reviews .form-add h3 span { font-weight:bold; }
-.product-view .box-reviews .form-add h4 { font-size:12px; }
-.product-view .box-reviews .form-add .data-table td { text-align:center; }
-.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
-.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
-.product-view .box-reviews .form-add .form-list input.input-text,
-.product-view .box-reviews .form-add .form-list textarea { width:354px; }
-
-/* Send a Friend */
-.send-friend .form-list { width:615px; overflow:hidden; }
-.send-friend .form-list li { margin-right:-15px; }
-.send-friend .form-list li p { margin:0 15px 0 0; }
-.send-friend .form-list .field { width:315px; }
-.send-friend .form-list .input-box { width:300px; }
-.send-friend .form-list input.input-text,
-.send-friend .form-list textarea { width:294px; }
-.send-friend .form-list li.wide .input-box { width:612px; }
-.send-friend .form-list li.wide textarea { width:609px; }
-.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
-/* ======================================================================================= */
-
-
-/* Content Styles ================================================================= */
-.product-name { margin:0; font-size:1em; font-weight:normal; }
-.product-name a { color:#1e7ec8; }
-
-/* Product Tags */
-.tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
-.tags-list li { display:inline !important; margin:0 4px 0 0; }
-.tags-list li a { color:#1b2d3b; }
-
-/* Advanced Search */
-.advanced-search .form-list label { width:160px; padding-right:10px; }
-.advanced-search .form-list .input-box,
-.advanced-search .form-list .input-range { float:left; clear:none; }
-.advanced-search-amount { margin:0 0 10px; }
-.advanced-search-summary { margin:10px 0; border:1px solid #e9d7c9; background:#fff6f1; padding:10px; }
-.advanced-search-summary ul { float:left; width:49%; }
-.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
-.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
-
-/* CMS Home Page */
-.cms-home .subtitle {}
-.cms-index-index .subtitle {}
-
-/* Sitemap */
-.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
-.page-sitemap .links a { text-decoration:none; position:relative; }
-.page-sitemap .links a:hover { text-decoration:underline; }
-.page-sitemap .sitemap { margin:12px; }
-.page-sitemap .sitemap a { color:#1b2d3b; }
-.page-sitemap .sitemap li { margin:3px 0; }
-.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
-.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
-
-/* RSS */
-.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
-.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
-/* ======================================================================================= */
-
-
-/* Shopping Cart ========================================================================= */
-.cart .page-title { border-bottom:0; margin:0 0 12px; }
-.cart .page-title h1 { margin:10px 0 0; }
-
-/* Checkout Types */
-.cart .page-title .checkout-types li { margin:0 0 5px; }
-.cart .title-buttons .checkout-types { float:right; }
-.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
-.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; vertical-align: top;}
-.cart .checkout-types .bml_button {display:inline-table; width: 150px; margin: 0 0 5px;}
-.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
-
-/* Shopping Cart Table */
-.cart-table th { padding:2px 10px; }
-.cart-table td { padding:10px; }
-.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
-.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
-.cart-table tfoot td { padding:5px 10px; }
-.cart-table .btn-continue { float:left; }
-.cart-table .btn-empty span,
-.cart-table .btn-continue span,
-.cart-table .btn-update span { border-color:#406a83; background:#618499; }
-.cart-table .btn-update,
-.cart-table .btn-empty { float:right; }
-.cart-table .btn-update { margin-left:10px; }
-
-/* Shopping Cart Collateral boxes */
-.cart .cart-collaterals { padding:25px 0 0; }
-.cart .cart-collaterals .col2-set { float:left; width:605px; }
-.cart .cart-collaterals .col2-set .col-2 { width:294px; }
-
-.cart .crosssell { border:1px solid #cec3b6; background:#fafaec; padding:12px 15px; }
-.cart .crosssell h2 { font-size:13px; font-weight:bold; }
-.cart .crosssell .product-image { float:left; width:75px; height:75px; border:1px solid #d0cdc9; }
-.cart .crosssell .product-details { margin-left:90px; }
-.cart .crosssell .product-name { font-weight:bold; }
-.cart .crosssell li.item { margin:12px 0; }
-.cart .crosssell .link-compare { font-weight:normal; }
-
-/* Discount Codes & Estimate Shipping and Tax Boxes */
-.cart .discount,
-.cart .shipping { border:1px solid #d0cbc1; background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; padding:12px 15px; margin:0 0 18px; }
-.cart .discount h2,
-.cart .shipping h2 { background-position:0 0; background-repeat:no-repeat; font:bold 13px/16px Arial, Helvetica, sans-serif; padding:0 0 0 21px; color:#e26703; text-transform:uppercase; }
-.cart .discount button span,
-.cart .shipping button span { border-color:#406a83; background:#618499; }
-.cart .discount .buttons-set,
-.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
-.cart .discount .buttons-set button.button,
-.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
-
-.cart .discount h2 { background-image:url(../images/i_discount.gif); }
-.cart .discount .input-box { margin:8px 0 0; width:260px; }
-.cart .discount input.input-text { width:254px; }
-
-.cart .shipping h2 { background-image:url(../images/i_shipping.gif); }
-.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/bkg_divider1.gif) 0 0 repeat-x; }
-
-/* Shopping Cart Totals */
-.cart .totals { float:right; width:268px; background:#dee5e8; border:1px solid #bebcb7; }
-.cart .totals table { width:100%; margin:7px 0; }
-.cart .totals td { padding:1px 15px 1px 7px; }
-.cart .totals tr.last td {}
-.cart .totals tfoot th { padding:5px 15px 5px 7px; }
-.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
-.cart .totals tfoot th strong,
-.cart .totals tfoot td strong { font-size:15px; }
-.cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
-.cart .totals .checkout-types li { clear:both; margin:10px 0; }
-
-/* Options Tool Tip */
-.item-options dt { font-weight:bold; font-style:italic; }
-.item-options dd { padding-left:10px; margin:0 0 6px; }
-.truncated { cursor:help; }
-.truncated a.dots { cursor:help; }
-.truncated a.details { cursor:help; }
-.truncated .truncated_full_value { position:relative; z-index:999; }
-.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
-.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
-.truncated .show .item-options { top:-20px; left:50%; }
-.col-left .truncated .show .item-options { left:15px; top:7px; }
-.col-right .truncated .show .item-options { left:-240px; top:7px; }
-/* ======================================================================================= */
-
-
-/* Checkout ============================================================================== */
-/********** < Common Checkout Styles */
-/* Shipping and Payment methods */
-.sp-methods { margin:0 0 8px; }
-.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
-.sp-methods dd {}
-.sp-methods dd li { margin:5px 0; }
-.sp-methods label { font-weight:bold; color:#666; }
-.sp-methods .price { font-weight:bold; }
-.sp-methods .form-list { padding-left:20px; }
-.sp-methods .form-list li { margin:0 0 8px; }
-.sp-methods select.month { width:154px; margin-right:10px; }
-.sp-methods select.year { width:96px; }
-.sp-methods input.cvv { width:3em !important; }
-
-.sp-methods .checkmo-list li { margin:0 0 5px; }
-.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
-.sp-methods .checkmo-list address { float:left; }
-
-.sp-methods .centinel-logos a { margin-right:3px; }
-.sp-methods .centinel-logos img { vertical-align:middle; }
-
-.sp-methods .release-amounts { margin:0.5em 0; }
-.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
-
-.please-wait { float:right; }
-.please-wait img { vertical-align:middle; }
-.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
-
-/* Tooltip */
-.tool-tip { border:1px solid #7BA7C9; background:#EAF6FF; padding:15px 20px; position:absolute; z-index:9999; }
-.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
-.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; }
-.tool-tip .tool-tip-content { padding:5px; }
-
-/* Gift Messages */
-.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
-.gift-messages p.control { color:#8e8d8b; }
-.gift-messages-form { position:relative; }
-.gift-messages-form label { float:none !important; position:static !important; }
-.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
-.gift-messages-form .whole-order { margin:0 0 25px; }
-.gift-messages-form .item { margin:0 0 10px; }
-.gift-messages-form .item .product-img-box { float:left; width:75px; }
-.gift-messages-form .item .product-image { margin:0 0 7px; }
-.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
-.gift-messages-form .item .details { margin-left:90px; }
-.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
-.gift-messages-form .item .details .form-list .field { width:255px; }
-.gift-messages-form .item .details .form-list .input-box { width:240px; }
-.gift-messages-form .item .details .form-list input.input-text { width:234px; }
-.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
-.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
-
-.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
-.gift-message-link.expanded { background-position:100% -40px; }
-.gift-message-row { background:#f2efe9; }
-.gift-message-row .btn-close { float:right; width:16px; height:16px; background:url(../images/btn_gm-close.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
-
-/* Checkout Agreements */
-.checkout-agreements li { margin:30px 0; }
-.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
-.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
-.checkout-agreements .agree input.checkbox { margin-right:6px; }
-.checkout-agreements .agree label { font-weight:bold; color:#666; }
-
-.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
-.opc .checkout-agreements li { margin:20px 0 0; }
-.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
-.opc .checkout-agreements .agree { padding-left:6px; }
-
-/* Centinel */
-.centinel {}
-.centinel .authentication { border:1px solid #ddd; background:#fff; }
-.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
-
-.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
-
-/* Generic Info Set */
-.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
-.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
-.info-set h3,
-.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
-.info-set h2 a,
-.info-set h3 a,
-.info-set h4 a { font-weight:normal; }
-.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
-.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
-.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
-.info-set .box { margin:0 0 15px; }
-.info-set .box h2 { color:#e26703; }
-.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
-.info-set .data-table .product-name a { font-weight:bold !important; }
-.info-set .data-table .item-options { margin:5px 0 0; }
-/********** Common Checkout Styles > */
-
-/* One Page Checkout */
-.block-progress { border:0; margin:0; }
-.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
-.block-progress .block-title strong { font-size:13px; color:#0a263c; }
-.block-progress .block-content { background:none; }
-.block-progress dt { font-size:13px; font-weight:bold; line-height:1.35; background:#eee; border:1px solid #a3aeb3; margin:0 0 6px; padding:2px 8px; color:#999; }
-.block-progress dd { background:#eee; border:1px solid #a3aeb3; border-top:0; padding:8px 13px; margin:0 0 6px; }
-.block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
-.block-progress dd.complete {}
-.block-progress p { margin:0; }
-.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
-.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
-.block-progress .cards-list .info-table th { font-weight:normal; }
-
-/* show/hide "change" link for progress step depend on complete status
- * should be placed in .css file */
-.opc-block-progress dt.complete a,
-.opc-block-progress dt.complete .separator { display: inline; }
-.opc-block-progress dt a,
-.opc-block-progress dt .separator { display: none; }
-
-.opc .buttons-set { margin-top:0; padding-top:2em; }
-.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
-.opc .buttons-set .back-link small { display:none; }
-.opc .buttons-set .back-link a { background:url(../images/i_arrow-top.gif) 0 50% no-repeat; padding-left:16px; }
-.opc .buttons-set.disabled button.button { display:none; }
-.opc .buttons-set .please-wait { height:21px; line-height:21px; }
-.opc .ul { list-style:disc outside; padding-left:18px; }
-
-.opc { position:relative; }
-.opc li.section {}
-
-.opc .step-title { border-width:0 1px; border-style:solid; border-color:#fff #d9dde3 #d9dde3; background:#eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x; padding:4px 8px 6px; text-align:right; }
-.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 4px; margin:0 5px 0 0; font:bold 11px/14px arial, helvetica, sans-serif; color:#999; }
-.opc .step-title h2 { float:left; margin:0; font:bold 13px/16px Arial, Helvetica, sans-serif; color:#999; }
-.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
-
-.opc .allow .step-title { background:#d0dce1; border:1px solid #a3aeb3; border-bottom:0; color:#a4b3b9; cursor:pointer; }
-.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }
-.opc .allow .step-title h2 { color:#a4b3b9; }
-/*.opc .allow .step-title a { display:block; }*/
-
-.opc .active .step-title { background:#f9f3e3; border:1px solid #bbafa0; padding-bottom:5px; color:#f18200; cursor:default; }
-.opc .active .step-title .number { background:#f18200; border-color:#f19900; color:#fff; }
-.opc .active .step-title h2 { color:#f18200; }
-/*.opc .active .step-title a { display:none; }*/
-
-.opc .step { border:1px solid #bbafa0; border-top:0; background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; padding:15px 30px; position:relative; }
-.opc .step .tool-tip { right:30px; }
-
-#opc-login .buttons-set { border-top:0; }
-#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
-#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
-
-#opc-shipping_method .buttons-set { border-top:0; }
-.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
-.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
-
-#opc-review .step { border:0; padding:0; }
-#opc-review .product-name { font-weight:bold; color:#0a263c; }
-#opc-review .item-options { margin:5px 0 0; }
-#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
-#opc-review .buttons-set p { margin:0; line-height:40px; }
-#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
-#opc-review .authentication { margin:0 auto; width:570px; }
-#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
-
-/* Multiple Addresses Checkout */
-.checkout-progress { padding:0 90px; margin:0 0 20px; }
-.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#abb5ba; }
-.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }
-
-.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
-.multiple-checkout h3,
-.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#E26703; }
-.multiple-checkout h2 a,
-.multiple-checkout h3 a,
-.multiple-checkout h4 a { font-weight:normal; }
-.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
-.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
-.multiple-checkout .data-table .item-options { margin:5px 0 0; }
-
-.multiple-checkout .gift-messages { margin:15px 0 0; }
-
-.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
-
-.multiple-checkout .col2-set,
-.multiple-checkout .col3-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
-.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
-.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
-.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
-.multiple-checkout .box { margin:0 0 15px; }
-.multiple-checkout .box h2 { color:#e26703; }
-
-.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
-.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; padding:0 0 0 21px; background:url(../images/bkg_grand-total.gif) 0 0 no-repeat; overflow:hidden; }
-.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; padding:14px 21px 0 0; background:url(../images/bkg_grand-total.gif) 100% 0 no-repeat; }
-.multiple-checkout .place-order .grand-total .inner div { display:inline; }
-.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
-.multiple-checkout .place-order .grand-total .price { color:#E26703; }
-.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
-.multiple-checkout .place-order .grand-total button.button span span { padding:0 45px 0 36px; }
-
-/* Step 1 */
-.multiple-checkout .title-buttons button.button span { border-color:#406a83; background:#618499; }
-#multiship-addresses-table td { padding:10px; }
-#multiship-addresses-table tfoot td { padding:5px 10px; }
-#multiship-addresses-table tfoot button.button span { border-color:#406a83; background:#618499; }
-
-/* Step 2 */
-.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
-.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
-.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
-.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
-.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
-.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
-.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
-.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d9d2be; background:#f9f3e3; padding:13px; position:relative; }
-.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; width:178px; height:41px; background:url(../images/bkg_sp-methods.gif) 0 0 no-repeat; overflow:hidden; }
-
-/* Step 3 */
-.checkout-multishipping-billing .multiple-checkout { position:relative; }
-/* ======================================================================================= */
-
-
-/* Account Login/Create Pages ============================================================ */
-.account-login .content { min-height:345px; padding:14px 21px; background:#faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x; border:1px solid #bbb6a5; border-bottom:0; }
-.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 23px; border-bottom:1px solid #ddd; background-position:0 1px; background-repeat:no-repeat; text-transform:uppercase; color:#e76200; }
-.account-login .new-users h2 { background-image:url(../images/i_page1.gif)}
-.account-login .registered-users h2 { background-image:url(../images/i_page2.gif); }
-.account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
-
-.account-create {}
-
-/* Captcha ================================================================================ */
-.captcha-note      { clear:left; padding-top:5px; }
-.captcha-image     { float:left; display:inline;  margin:0; position:relative; width:258px; }
-.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
-.registered-users .captcha-image { margin:0;}
-.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
-.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
-
-@-webkit-keyframes rotate {
-    0% { -webkit-transform:rotate(0); }
-    0% { -webkit-transform:rotate(-360deg); }
-}
-@-moz-keyframes rotate {
-    0% { -moz-transform:rotate(0); }
-    0% { -moz-transform:rotate(-360deg); }
-}
-@keyframes rotate {
-    0% { transform:rotate(0); }
-    0% { transform:rotate(-360deg); }
-}
-
-/* Remember Me Popup ===================================================================== */
-.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
-
-.remember-me label { float:none; margin:0 6px; }
-.remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
-.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
-.remember-me-popup .remember-me-popup-head { position:relative; }
-.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
-.remember-me-popup .remember-me-popup-body { padding:10px; }
-.remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
-/* Remember Me Popup ===================================================================== */
-
-
-/* My Account ============================================================================= */
-.my-account .title-buttons .link-rss { float:none; margin:0; }
-
-/********** < Dashboard */
-.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
-.dashboard .welcome-msg p { margin:0; }
-.dashboard .col2-set { margin:0 0 15px; }
-
-/* General Box */
-.box-account { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; border-color:#ccc #999 #999 #ccc; padding:15px; margin: 0 0 20px; }
-.box-account .box-head { border-bottom:1px solid #d9dde3; margin:0 0 10px; text-align:right; }
-.box-account .box-head h2 { float:left; margin:0; font-size:13px; font-weight:bold; text-transform:uppercase; background-position:0 0; background-repeat:no-repeat; padding-left:21px; color:#e65505; }
-
-.dashboard .box .box-title { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
-.dashboard .box .box-title h3,
-.dashboard .box .box-title h4 { float:left; font-size:13px; font-weight:bold; margin:0; }
-
-/* Block: Recent Orders */
-.dashboard .box-recent .box-head h2 { background-image:url(../images/i_folder-table.gif); }
-
-/* Block: Account Information */
-.dashboard .box-info .box-head h2 { background-image:url(../images/i_ma-info.gif); }
-.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
-
-/* Block: Reviews */
-.dashboard .box-reviews .box-head h2 { background-image:url(../images/i_ma-reviews.gif); }
-.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:#0a263c; }
-.dashboard .box-reviews .details { margin-left:20px; }
-.dashboard .box-reviews li.item { margin:0 0 7px; }
-.dashboard .box-reviews li.item.last { margin:0; }
-.dashboard .box-reviews .ratings { margin:7px 0 0; }
-
-/* Block: Tags */
-.dashboard .box-tags .box-head h2 { background-image:url(../images/i_ma-tags.gif); }
-.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:#0a263c; }
-.dashboard .box-tags .details { margin-left:20px; }
-.dashboard .box-tags li.item { margin:0 0 7px; }
-.dashboard .box-tags li.item.last { margin:0; }
-.dashboard .box-tags .tags strong,
-.dashboard .box-tags .tags ul,
-.dashboard .box-tags .tags ul li { display:inline; }
-/********** Dashboard > */
-
-/* Address Book */
-.addresses-list h2 { font-weight:bold; font-size:13px; color:#e26703; text-transform:uppercase; }
-.addresses-list h3 { font-weight:bold; font-size:13px; }
-.addresses-list address { margin:0 0 3px; }
-.addresses-list p { margin:0; }
-.addresses-list a { font-weight:bold; }
-.addresses-list .link-remove { color:#646464; }
-.addresses-list .separator { margin:0 3px; }
-.addresses-list li.item { background:#fff url(../images/bkg_account_box.gif) 0 0 repeat-x; border:1px solid #ccc; padding:10px 13px; margin:0 0 10px; }
-.addresses-list li.empty { background:none; border:0; padding:0; }
-.addresses-list li.empty p { font-weight:bold; }
-.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
-
-/* Order View */
-.order-info { background:#dee5e8; border:1px solid #d0cbc1; padding:4px 8px; margin:0 0 8px; }
-.order-info dt,
-.order-info dd,
-.order-info ul,
-.order-info li { display:inline; }
-.order-info .current { font-weight:bold; }
-.order-info li { margin:0 3px; }
-
-.order-date { margin:10px 0; }
-
-.order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
-.order-info-box h2 { font-weight:bold; font-size:13px; }
-.order-info-box .box-payment p { margin:0 0 3px; }
-.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
-
-.order-items { width:100%; overflow-x:auto; }
-.order-items h2,
-.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
-.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
-.order-items .link-print { color:#1e7ec8; font-weight:normal; }
-.order-items .order-links { text-align:right; }
-
-.order-additional { margin:15px 0; }
-/* Order Gift Message */
-.gift-message dt strong { color:#666; }
-.gift-message dd { font-size:13px; margin:5px 0 0; }
-/* Order Comments */
-.order-about dt { font-weight:bold; }
-.order-about dd { font-size:13px; margin:0 0 7px; }
-
-.tracking-table { margin:0 0 15px; }
-.tracking-table th { font-weight:bold; white-space:nowrap; }
-
-.tracking-table-popup { width:100%; }
-.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
-.tracking-table-popup th,
-.tracking-table-popup td { padding:1px 8px; }
-
-/* Order Print Pages */
-.page-print .print-head { margin:0 0 15px; }
-.page-print .print-head .logo { float:left; }
-.page-print .print-head address { float:left; margin-left:15px; }
-.page-print h1 { font-size:16px; font-weight:bold; }
-.page-print h2,
-.page-print h3 { font-size:13px; font-weight:bold; }
-.page-print h2.h2 { font-size:16px; font-weight:bold; }
-.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
-.page-print .col2-set { margin:0 0 10px; }
-/* Price Rewrites */
-.page-print .gift-message-link { display:none; }
-.page-print .price-excl-tax,
-.page-print .price-incl-tax { display:block; white-space:nowrap; }
-.page-print .cart-price,
-.page-print .price-excl-tax .label,
-.page-print .price-incl-tax .label,
-.page-print .price-excl-tax .price,
-.page-print .price-incl-tax .price { display:inline; }
-
-/* My Wishlist */
-.my-wishlist .data-table td { padding:10px; }
-.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
-.my-wishlist textarea { display:block; width:97%; height:109px; }
-.my-wishlist .buttons-set { margin-top:2em; }
-.my-wishlist .buttons-set button.button { float:none; }
-.my-wishlist .buttons-set .btn-add span,
-.my-wishlist .buttons-set .btn-share span { border-color:#406a83; background:#618499; }
-#wishlist-table .add-to-links { white-space:nowrap; }
-
-/* My Tags */
-.my-tag-edit { float:left; margin:0 0 10px; }
-.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
-#my-tags-table { clear:both; }
-#my-tags-table td { padding:10px; }
-#my-tags-table .add-to-links { white-space:nowrap; }
-
-/* My Reviews */
-#my-reviews-table td { padding:10px; }
-
-.product-review .product-img-box { float:left; width:140px;  }
-.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
-.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
-.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
-.product-review .product-details { margin-left:150px; }
-.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
-.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
-.product-review .ratings-table { margin:0 0 10px; }
-.product-review dt { font-weight:bold; }
-.product-review dd { font-size:13px; margin:5px 0 0; }
-
-/* Billing Agreements */
-.billing-agreements .info-box{ margin:15px 0; }
-.billing-agreements .form-list li select { float:left; }
-.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
-.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
-/* ======================================================================================= */
-
-
-/* MAP Popup============================================================================== */
-.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
-.map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
-
-.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
-.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
-.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
-.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
-.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
-.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
-.map-popup-checkout { display:inline; float:right; text-align:right; }
-.map-popup-checkout span { display:block; }
-.map-popup-checkout .paypal-or { clear:both; display:block; }
-.map-popup-checkout .paypal-logo { margin:0 0 5px; }
-.map-popup-checkout li { list-style: none; }
-.map-popup-checkout { text-align: center; }
-.map-popup-price .price-box,
-.map-popup-price .price-box .special-price { margin:0; padding:0; }
-.map-popup-price { margin:5px 0 0; }
-.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
-.map-popup-only-text { border-top:1px solid #ddd; }
-/* ======================================================================================= */
-
-
-/* Footer ================================================================================ */
-.footer-container { border-top:15px solid #b6d1e2; }
-.footer { width:930px; margin:0 auto; padding:10px 10px 50px; }
-.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
-.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
-.footer .store-switcher select { padding:0; vertical-align:middle; }
-.footer a { color:#fff; text-decoration:none; }
-.footer a:hover { text-decoration:underline; }
-.footer .bugs { margin:13px 0 0; color:#ecf3f6; }
-.footer .bugs a { color:#ecf3f6; text-decoration:underline; }
-.footer .bugs a:hover { text-decoration:none; }
-.footer address { margin:0 0 20px; color:#ecf3f6; }
-.footer address a { color:#ecf3f6; text-decoration:underline; }
-.footer address a:hover { text-decoration:none; }
-.footer ul { display:inline; }
-.footer ul.links { display:block; }
-.footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
-.footer li.last { background:none !important; padding-right:0 !important; }
-.footer-container .bottom-container { margin:0 0 5px; }
-/* ======================================================================================= */
-
-/* Sample Data============================================================================ */
-.home-callout { margin-bottom:12px; }
-.home-callout img { display:block }
-.home-spot { float:left; width:470px; margin-left:20px; }
-.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
-.best-selling table { border-top:1px solid #ccc; }
-.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
-.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
-.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
-.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
-.best-selling .product-description { margin-left:107px; line-height:1.3em; }
-.best-selling a.product-name,
-.home-spot .best-selling a.product-name:hover { color:#203548; }
-/* ======================================================================================= */
-
-
-/* Clears ================================================================================ */
-.clearer:after,
-.header-container:after,
-.header-container .top-container:after,
-.header:after,
-.header .quick-access:after,
-#nav:after,
-.main:after,
-.footer:after,
-.footer-container .bottom-container:after,
-.col-main:after,
-.col2-set:after,
-.col3-set:after,
-.col3-layout .product-options-bottom .price-box:after,
-.col4-set:after,
-.search-autocomplete li:after,
-.block .block-content:after,
-.block .actions:after,
-.block li.item:after,
-.block-poll li:after,
-.block-layered-nav .currently li:after,
-.page-title:after,
-.products-grid:after,
-.products-list li.item:after,
-.box-account .box-head:after,
-.dashboard .box .box-title:after,
-.box-reviews li.item:after,
-.box-tags li.item:after,
-.pager:after,
-.sorter:after,
-.ratings:after,
-.add-to-box:after,
-.add-to-cart:after,
-.product-essential:after,
-.product-collateral:after,
-.product-view .product-img-box .more-views ul:after,
-.product-view .box-tags .form-add:after,
-.product-view .product-shop .short-description:after,
-.product-view .box-description:after,
-.product-options .options-list li:after,
-.product-options-bottom:after,
-.product-review:after,
-.cart:after,
-.cart-collaterals:after,
-.cart .crosssell li.item:after,
-.opc .step-title:after,
-.checkout-progress:after,
-.multiple-checkout .place-order:after,
-.group-select li:after,
-.form-list li:after,
-.form-list .field:after,
-.buttons-set:after,
-.page-print .print-head:after,
-.advanced-search-summary:after,
-.gift-messages-form .item:after,
-.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
-/* ======================================================================================= */
-
-.guest-select {width:305px !important;}
diff --git a/skin/frontend/default/default/favicon.ico b/skin/frontend/default/default/favicon.ico
deleted file mode 100644
index 85b35553c9a..00000000000
Binary files a/skin/frontend/default/default/favicon.ico and /dev/null differ
diff --git a/skin/frontend/default/default/images/best_selling_tr_even_bg.gif b/skin/frontend/default/default/images/best_selling_tr_even_bg.gif
deleted file mode 100644
index 7477020bcae..00000000000
Binary files a/skin/frontend/default/default/images/best_selling_tr_even_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif b/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif
deleted file mode 100644
index ee3e1880d2f..00000000000
Binary files a/skin/frontend/default/default/images/best_selling_tr_odd_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_account_box.gif b/skin/frontend/default/default/images/bkg_account_box.gif
deleted file mode 100644
index 2f828a44659..00000000000
Binary files a/skin/frontend/default/default/images/bkg_account_box.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-actions.gif b/skin/frontend/default/default/images/bkg_block-actions.gif
deleted file mode 100644
index 8670b13b6e5..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-actions.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-currency.gif b/skin/frontend/default/default/images/bkg_block-currency.gif
deleted file mode 100644
index ea08e6402d6..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-currency.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-layered-dd.gif b/skin/frontend/default/default/images/bkg_block-layered-dd.gif
deleted file mode 100644
index 5168a3a2464..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-layered-dd.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-layered-dt.gif b/skin/frontend/default/default/images/bkg_block-layered-dt.gif
deleted file mode 100644
index 079d48b69f3..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-layered-dt.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-layered-label.gif b/skin/frontend/default/default/images/bkg_block-layered-label.gif
deleted file mode 100644
index 2f69c8d6481..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-layered-label.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-layered-li.gif b/skin/frontend/default/default/images/bkg_block-layered-li.gif
deleted file mode 100644
index 326022a3c6a..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-layered-li.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-layered-title.gif b/skin/frontend/default/default/images/bkg_block-layered-title.gif
deleted file mode 100644
index bf007e10bcf..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-layered-title.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-layered1.gif b/skin/frontend/default/default/images/bkg_block-layered1.gif
deleted file mode 100644
index f13567889d6..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-layered1.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-title-account.gif b/skin/frontend/default/default/images/bkg_block-title-account.gif
deleted file mode 100644
index f69cd508349..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-title-account.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_block-title.gif b/skin/frontend/default/default/images/bkg_block-title.gif
deleted file mode 100644
index f944949b711..00000000000
Binary files a/skin/frontend/default/default/images/bkg_block-title.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_body.gif b/skin/frontend/default/default/images/bkg_body.gif
deleted file mode 100644
index c5c6902182f..00000000000
Binary files a/skin/frontend/default/default/images/bkg_body.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_buttons-set1.gif b/skin/frontend/default/default/images/bkg_buttons-set1.gif
deleted file mode 100644
index e385e98d3bb..00000000000
Binary files a/skin/frontend/default/default/images/bkg_buttons-set1.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_checkout.gif b/skin/frontend/default/default/images/bkg_checkout.gif
deleted file mode 100644
index b580873fcfa..00000000000
Binary files a/skin/frontend/default/default/images/bkg_checkout.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_collapse-gm.gif b/skin/frontend/default/default/images/bkg_collapse-gm.gif
deleted file mode 100644
index 6e626e9543d..00000000000
Binary files a/skin/frontend/default/default/images/bkg_collapse-gm.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_collapse.gif b/skin/frontend/default/default/images/bkg_collapse.gif
deleted file mode 100644
index 5d216864696..00000000000
Binary files a/skin/frontend/default/default/images/bkg_collapse.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_divider1.gif b/skin/frontend/default/default/images/bkg_divider1.gif
deleted file mode 100644
index f819157589b..00000000000
Binary files a/skin/frontend/default/default/images/bkg_divider1.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_form-search.gif b/skin/frontend/default/default/images/bkg_form-search.gif
deleted file mode 100644
index 27d429778a5..00000000000
Binary files a/skin/frontend/default/default/images/bkg_form-search.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_grand-total.gif b/skin/frontend/default/default/images/bkg_grand-total.gif
deleted file mode 100644
index 9143c44c66b..00000000000
Binary files a/skin/frontend/default/default/images/bkg_grand-total.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_grid.gif b/skin/frontend/default/default/images/bkg_grid.gif
deleted file mode 100644
index decda510da0..00000000000
Binary files a/skin/frontend/default/default/images/bkg_grid.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_header.jpg b/skin/frontend/default/default/images/bkg_header.jpg
deleted file mode 100644
index 36f3b7412d8..00000000000
Binary files a/skin/frontend/default/default/images/bkg_header.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_login-box.gif b/skin/frontend/default/default/images/bkg_login-box.gif
deleted file mode 100644
index 380b0664a66..00000000000
Binary files a/skin/frontend/default/default/images/bkg_login-box.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_main1.gif b/skin/frontend/default/default/images/bkg_main1.gif
deleted file mode 100644
index 65664ffa9be..00000000000
Binary files a/skin/frontend/default/default/images/bkg_main1.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_main2.gif b/skin/frontend/default/default/images/bkg_main2.gif
deleted file mode 100644
index 5a358b5e10a..00000000000
Binary files a/skin/frontend/default/default/images/bkg_main2.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_nav0.jpg b/skin/frontend/default/default/images/bkg_nav0.jpg
deleted file mode 100644
index f00945e272c..00000000000
Binary files a/skin/frontend/default/default/images/bkg_nav0.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_nav1.gif b/skin/frontend/default/default/images/bkg_nav1.gif
deleted file mode 100644
index 6ba5fda0061..00000000000
Binary files a/skin/frontend/default/default/images/bkg_nav1.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_nav2.gif b/skin/frontend/default/default/images/bkg_nav2.gif
deleted file mode 100644
index d7c3c13b8ed..00000000000
Binary files a/skin/frontend/default/default/images/bkg_nav2.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_opc-title-off.gif b/skin/frontend/default/default/images/bkg_opc-title-off.gif
deleted file mode 100644
index a4145c5bcc0..00000000000
Binary files a/skin/frontend/default/default/images/bkg_opc-title-off.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_pipe1.gif b/skin/frontend/default/default/images/bkg_pipe1.gif
deleted file mode 100644
index a6b386c39ce..00000000000
Binary files a/skin/frontend/default/default/images/bkg_pipe1.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_pipe2.gif b/skin/frontend/default/default/images/bkg_pipe2.gif
deleted file mode 100644
index 81d13b63be1..00000000000
Binary files a/skin/frontend/default/default/images/bkg_pipe2.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_pipe3.gif b/skin/frontend/default/default/images/bkg_pipe3.gif
deleted file mode 100644
index cc5fdd51b9d..00000000000
Binary files a/skin/frontend/default/default/images/bkg_pipe3.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_product-view.gif b/skin/frontend/default/default/images/bkg_product-view.gif
deleted file mode 100644
index 74bd39685a1..00000000000
Binary files a/skin/frontend/default/default/images/bkg_product-view.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_product_collateral.gif b/skin/frontend/default/default/images/bkg_product_collateral.gif
deleted file mode 100644
index 60719f4780c..00000000000
Binary files a/skin/frontend/default/default/images/bkg_product_collateral.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_rating.gif b/skin/frontend/default/default/images/bkg_rating.gif
deleted file mode 100644
index fcebdc71af4..00000000000
Binary files a/skin/frontend/default/default/images/bkg_rating.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_sp-methods.gif b/skin/frontend/default/default/images/bkg_sp-methods.gif
deleted file mode 100644
index c6908f55101..00000000000
Binary files a/skin/frontend/default/default/images/bkg_sp-methods.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_tfoot.gif b/skin/frontend/default/default/images/bkg_tfoot.gif
deleted file mode 100644
index 8670b13b6e5..00000000000
Binary files a/skin/frontend/default/default/images/bkg_tfoot.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_th-v.gif b/skin/frontend/default/default/images/bkg_th-v.gif
deleted file mode 100644
index 5a6544b9ad9..00000000000
Binary files a/skin/frontend/default/default/images/bkg_th-v.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_th.gif b/skin/frontend/default/default/images/bkg_th.gif
deleted file mode 100644
index 479a8571e0b..00000000000
Binary files a/skin/frontend/default/default/images/bkg_th.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/bkg_toolbar.gif b/skin/frontend/default/default/images/bkg_toolbar.gif
deleted file mode 100644
index 79b2c837927..00000000000
Binary files a/skin/frontend/default/default/images/bkg_toolbar.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_checkout.gif b/skin/frontend/default/default/images/btn_checkout.gif
deleted file mode 100644
index 1b6485e2da3..00000000000
Binary files a/skin/frontend/default/default/images/btn_checkout.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_edit.gif b/skin/frontend/default/default/images/btn_edit.gif
deleted file mode 100644
index a5df1cd1ecb..00000000000
Binary files a/skin/frontend/default/default/images/btn_edit.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_gm-close.gif b/skin/frontend/default/default/images/btn_gm-close.gif
deleted file mode 100644
index 29e64760c34..00000000000
Binary files a/skin/frontend/default/default/images/btn_gm-close.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_google_checkout.gif b/skin/frontend/default/default/images/btn_google_checkout.gif
deleted file mode 100644
index c9153cd65f7..00000000000
Binary files a/skin/frontend/default/default/images/btn_google_checkout.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_paypal_checkout.gif b/skin/frontend/default/default/images/btn_paypal_checkout.gif
deleted file mode 100644
index 3110973ce12..00000000000
Binary files a/skin/frontend/default/default/images/btn_paypal_checkout.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_place_order.gif b/skin/frontend/default/default/images/btn_place_order.gif
deleted file mode 100644
index c2b805f7ce2..00000000000
Binary files a/skin/frontend/default/default/images/btn_place_order.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_previous.gif b/skin/frontend/default/default/images/btn_previous.gif
deleted file mode 100644
index 90561b6864b..00000000000
Binary files a/skin/frontend/default/default/images/btn_previous.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_proceed_to_checkout.gif b/skin/frontend/default/default/images/btn_proceed_to_checkout.gif
deleted file mode 100644
index 70fbef32d30..00000000000
Binary files a/skin/frontend/default/default/images/btn_proceed_to_checkout.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_proceed_to_checkout_dis.gif b/skin/frontend/default/default/images/btn_proceed_to_checkout_dis.gif
deleted file mode 100644
index 90782978b76..00000000000
Binary files a/skin/frontend/default/default/images/btn_proceed_to_checkout_dis.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_remove.gif b/skin/frontend/default/default/images/btn_remove.gif
deleted file mode 100644
index 28b1f7e30e1..00000000000
Binary files a/skin/frontend/default/default/images/btn_remove.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_remove2.gif b/skin/frontend/default/default/images/btn_remove2.gif
deleted file mode 100644
index 8d31b24a62a..00000000000
Binary files a/skin/frontend/default/default/images/btn_remove2.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_search.gif b/skin/frontend/default/default/images/btn_search.gif
deleted file mode 100644
index d1e994cac00..00000000000
Binary files a/skin/frontend/default/default/images/btn_search.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_trash.gif b/skin/frontend/default/default/images/btn_trash.gif
deleted file mode 100644
index 5c604abb2f3..00000000000
Binary files a/skin/frontend/default/default/images/btn_trash.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/btn_window_close.gif b/skin/frontend/default/default/images/btn_window_close.gif
deleted file mode 100644
index 18aced2020b..00000000000
Binary files a/skin/frontend/default/default/images/btn_window_close.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/calendar.gif b/skin/frontend/default/default/images/calendar.gif
deleted file mode 100644
index d0235c7e023..00000000000
Binary files a/skin/frontend/default/default/images/calendar.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/catalog/product/placeholder/image.jpg b/skin/frontend/default/default/images/catalog/product/placeholder/image.jpg
deleted file mode 100644
index b8baef2dfe0..00000000000
Binary files a/skin/frontend/default/default/images/catalog/product/placeholder/image.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/catalog/product/placeholder/small_image.jpg b/skin/frontend/default/default/images/catalog/product/placeholder/small_image.jpg
deleted file mode 100644
index b8611cfdab5..00000000000
Binary files a/skin/frontend/default/default/images/catalog/product/placeholder/small_image.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/catalog/product/placeholder/thumbnail.jpg b/skin/frontend/default/default/images/catalog/product/placeholder/thumbnail.jpg
deleted file mode 100644
index b8fc9043f6f..00000000000
Binary files a/skin/frontend/default/default/images/catalog/product/placeholder/thumbnail.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/cvv.gif b/skin/frontend/default/default/images/cvv.gif
deleted file mode 100644
index 6d49784489f..00000000000
Binary files a/skin/frontend/default/default/images/cvv.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/cvv.jpg b/skin/frontend/default/default/images/cvv.jpg
deleted file mode 100644
index 795270fee26..00000000000
Binary files a/skin/frontend/default/default/images/cvv.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/fam_book_open.png b/skin/frontend/default/default/images/fam_book_open.png
deleted file mode 100644
index 7d863f94974..00000000000
Binary files a/skin/frontend/default/default/images/fam_book_open.png and /dev/null differ
diff --git a/skin/frontend/default/default/images/free_shipping_callout.jpg b/skin/frontend/default/default/images/free_shipping_callout.jpg
deleted file mode 100644
index f3b44e5b205..00000000000
Binary files a/skin/frontend/default/default/images/free_shipping_callout.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/grid-cal.gif b/skin/frontend/default/default/images/grid-cal.gif
deleted file mode 100644
index d0235c7e023..00000000000
Binary files a/skin/frontend/default/default/images/grid-cal.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/home_left_callout.jpg b/skin/frontend/default/default/images/home_left_callout.jpg
deleted file mode 100644
index 38863421b6d..00000000000
Binary files a/skin/frontend/default/default/images/home_left_callout.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/home_main_callout.jpg b/skin/frontend/default/default/images/home_main_callout.jpg
deleted file mode 100644
index 7cb3d356caf..00000000000
Binary files a/skin/frontend/default/default/images/home_main_callout.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_arrow-top.gif b/skin/frontend/default/default/images/i_arrow-top.gif
deleted file mode 100644
index 8aefbe05e6c..00000000000
Binary files a/skin/frontend/default/default/images/i_arrow-top.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_asc_arrow.gif b/skin/frontend/default/default/images/i_asc_arrow.gif
deleted file mode 100644
index 3ff818b1b44..00000000000
Binary files a/skin/frontend/default/default/images/i_asc_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_availability_only.gif b/skin/frontend/default/default/images/i_availability_only.gif
deleted file mode 100644
index 1b6d8640e2b..00000000000
Binary files a/skin/frontend/default/default/images/i_availability_only.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_availability_only_arrow.gif b/skin/frontend/default/default/images/i_availability_only_arrow.gif
deleted file mode 100644
index 1d949264be1..00000000000
Binary files a/skin/frontend/default/default/images/i_availability_only_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-cart.gif b/skin/frontend/default/default/images/i_block-cart.gif
deleted file mode 100644
index 99bd8f296ab..00000000000
Binary files a/skin/frontend/default/default/images/i_block-cart.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-currency.gif b/skin/frontend/default/default/images/i_block-currency.gif
deleted file mode 100644
index 6603cc0b911..00000000000
Binary files a/skin/frontend/default/default/images/i_block-currency.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-list.gif b/skin/frontend/default/default/images/i_block-list.gif
deleted file mode 100644
index df990aba026..00000000000
Binary files a/skin/frontend/default/default/images/i_block-list.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-poll.gif b/skin/frontend/default/default/images/i_block-poll.gif
deleted file mode 100644
index bef3d22b9c7..00000000000
Binary files a/skin/frontend/default/default/images/i_block-poll.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-related.gif b/skin/frontend/default/default/images/i_block-related.gif
deleted file mode 100644
index 505c3f8ef35..00000000000
Binary files a/skin/frontend/default/default/images/i_block-related.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-subscribe.gif b/skin/frontend/default/default/images/i_block-subscribe.gif
deleted file mode 100644
index a0d25bb5360..00000000000
Binary files a/skin/frontend/default/default/images/i_block-subscribe.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-tags.gif b/skin/frontend/default/default/images/i_block-tags.gif
deleted file mode 100644
index 567598542cb..00000000000
Binary files a/skin/frontend/default/default/images/i_block-tags.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-viewed.gif b/skin/frontend/default/default/images/i_block-viewed.gif
deleted file mode 100644
index 567598542cb..00000000000
Binary files a/skin/frontend/default/default/images/i_block-viewed.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_block-wishlist.gif b/skin/frontend/default/default/images/i_block-wishlist.gif
deleted file mode 100644
index a0b4b3fb4c4..00000000000
Binary files a/skin/frontend/default/default/images/i_block-wishlist.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_desc_arrow.gif b/skin/frontend/default/default/images/i_desc_arrow.gif
deleted file mode 100644
index 3ac3de1ce5e..00000000000
Binary files a/skin/frontend/default/default/images/i_desc_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_discount.gif b/skin/frontend/default/default/images/i_discount.gif
deleted file mode 100644
index 46d8baecbcc..00000000000
Binary files a/skin/frontend/default/default/images/i_discount.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_folder-table.gif b/skin/frontend/default/default/images/i_folder-table.gif
deleted file mode 100644
index 625773049e9..00000000000
Binary files a/skin/frontend/default/default/images/i_folder-table.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_ma-info.gif b/skin/frontend/default/default/images/i_ma-info.gif
deleted file mode 100644
index 855b00aa047..00000000000
Binary files a/skin/frontend/default/default/images/i_ma-info.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_ma-reviews.gif b/skin/frontend/default/default/images/i_ma-reviews.gif
deleted file mode 100644
index 4ce27ddee89..00000000000
Binary files a/skin/frontend/default/default/images/i_ma-reviews.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_ma-tags.gif b/skin/frontend/default/default/images/i_ma-tags.gif
deleted file mode 100644
index 61ce410b32a..00000000000
Binary files a/skin/frontend/default/default/images/i_ma-tags.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_msg-error.gif b/skin/frontend/default/default/images/i_msg-error.gif
deleted file mode 100644
index 9db23513033..00000000000
Binary files a/skin/frontend/default/default/images/i_msg-error.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_msg-note.gif b/skin/frontend/default/default/images/i_msg-note.gif
deleted file mode 100644
index c9cacc27ae2..00000000000
Binary files a/skin/frontend/default/default/images/i_msg-note.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_msg-success.gif b/skin/frontend/default/default/images/i_msg-success.gif
deleted file mode 100644
index 611faffbc5f..00000000000
Binary files a/skin/frontend/default/default/images/i_msg-success.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_notice.gif b/skin/frontend/default/default/images/i_notice.gif
deleted file mode 100644
index 17733eff3fa..00000000000
Binary files a/skin/frontend/default/default/images/i_notice.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_page1.gif b/skin/frontend/default/default/images/i_page1.gif
deleted file mode 100644
index 443a8ddc02d..00000000000
Binary files a/skin/frontend/default/default/images/i_page1.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_page2.gif b/skin/frontend/default/default/images/i_page2.gif
deleted file mode 100644
index 9cb74dbf567..00000000000
Binary files a/skin/frontend/default/default/images/i_page2.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_pager-next.gif b/skin/frontend/default/default/images/i_pager-next.gif
deleted file mode 100644
index 5dff444a2b9..00000000000
Binary files a/skin/frontend/default/default/images/i_pager-next.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_pager-prev.gif b/skin/frontend/default/default/images/i_pager-prev.gif
deleted file mode 100644
index 179871aff27..00000000000
Binary files a/skin/frontend/default/default/images/i_pager-prev.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_print.gif b/skin/frontend/default/default/images/i_print.gif
deleted file mode 100644
index 32875177021..00000000000
Binary files a/skin/frontend/default/default/images/i_print.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_rss-big.png b/skin/frontend/default/default/images/i_rss-big.png
deleted file mode 100644
index 4f6d5c1ab06..00000000000
Binary files a/skin/frontend/default/default/images/i_rss-big.png and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_rss.gif b/skin/frontend/default/default/images/i_rss.gif
deleted file mode 100644
index 6c28e66b058..00000000000
Binary files a/skin/frontend/default/default/images/i_rss.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_search_criteria.gif b/skin/frontend/default/default/images/i_search_criteria.gif
deleted file mode 100644
index 54513fee177..00000000000
Binary files a/skin/frontend/default/default/images/i_search_criteria.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_shipping.gif b/skin/frontend/default/default/images/i_shipping.gif
deleted file mode 100644
index ec109220aab..00000000000
Binary files a/skin/frontend/default/default/images/i_shipping.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_tag_add.gif b/skin/frontend/default/default/images/i_tag_add.gif
deleted file mode 100644
index 7cfe3858181..00000000000
Binary files a/skin/frontend/default/default/images/i_tag_add.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_tier.gif b/skin/frontend/default/default/images/i_tier.gif
deleted file mode 100644
index b906a4c35ab..00000000000
Binary files a/skin/frontend/default/default/images/i_tier.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_type_grid.gif b/skin/frontend/default/default/images/i_type_grid.gif
deleted file mode 100644
index e52118209c2..00000000000
Binary files a/skin/frontend/default/default/images/i_type_grid.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/i_type_list.gif b/skin/frontend/default/default/images/i_type_list.gif
deleted file mode 100644
index 680d8cbdcc6..00000000000
Binary files a/skin/frontend/default/default/images/i_type_list.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/logo.gif b/skin/frontend/default/default/images/logo.gif
deleted file mode 100644
index f6659848400..00000000000
Binary files a/skin/frontend/default/default/images/logo.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/logo_email.gif b/skin/frontend/default/default/images/logo_email.gif
deleted file mode 100644
index 6446196d162..00000000000
Binary files a/skin/frontend/default/default/images/logo_email.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/logo_print.gif b/skin/frontend/default/default/images/logo_print.gif
deleted file mode 100644
index 6446196d162..00000000000
Binary files a/skin/frontend/default/default/images/logo_print.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/magnifier_handle.gif b/skin/frontend/default/default/images/magnifier_handle.gif
deleted file mode 100644
index cab1a4728c6..00000000000
Binary files a/skin/frontend/default/default/images/magnifier_handle.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/map_popup_arrow.gif b/skin/frontend/default/default/images/map_popup_arrow.gif
deleted file mode 100644
index 43600dcc5ee..00000000000
Binary files a/skin/frontend/default/default/images/map_popup_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/404_callout1.jpg b/skin/frontend/default/default/images/media/404_callout1.jpg
deleted file mode 100644
index 6a7d7ef4779..00000000000
Binary files a/skin/frontend/default/default/images/media/404_callout1.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/404_callout2.jpg b/skin/frontend/default/default/images/media/404_callout2.jpg
deleted file mode 100644
index c238a86799d..00000000000
Binary files a/skin/frontend/default/default/images/media/404_callout2.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/about_us_img.jpg b/skin/frontend/default/default/images/media/about_us_img.jpg
deleted file mode 100644
index 8bdaa23fa31..00000000000
Binary files a/skin/frontend/default/default/images/media/about_us_img.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/best_selling_img01.jpg b/skin/frontend/default/default/images/media/best_selling_img01.jpg
deleted file mode 100644
index 3d8ac72d8b4..00000000000
Binary files a/skin/frontend/default/default/images/media/best_selling_img01.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/best_selling_img02.jpg b/skin/frontend/default/default/images/media/best_selling_img02.jpg
deleted file mode 100644
index 24118a6b454..00000000000
Binary files a/skin/frontend/default/default/images/media/best_selling_img02.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/best_selling_img03.jpg b/skin/frontend/default/default/images/media/best_selling_img03.jpg
deleted file mode 100644
index 2a5d8deb704..00000000000
Binary files a/skin/frontend/default/default/images/media/best_selling_img03.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/best_selling_img04.jpg b/skin/frontend/default/default/images/media/best_selling_img04.jpg
deleted file mode 100644
index b01cb1fedb0..00000000000
Binary files a/skin/frontend/default/default/images/media/best_selling_img04.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/best_selling_img05.jpg b/skin/frontend/default/default/images/media/best_selling_img05.jpg
deleted file mode 100644
index 70e5840a912..00000000000
Binary files a/skin/frontend/default/default/images/media/best_selling_img05.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/best_selling_img06.jpg b/skin/frontend/default/default/images/media/best_selling_img06.jpg
deleted file mode 100644
index 8f7de3681cb..00000000000
Binary files a/skin/frontend/default/default/images/media/best_selling_img06.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/cell_phone_landing_banner1.jpg b/skin/frontend/default/default/images/media/cell_phone_landing_banner1.jpg
deleted file mode 100644
index 8c123db9fc9..00000000000
Binary files a/skin/frontend/default/default/images/media/cell_phone_landing_banner1.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/col_left_callout.jpg b/skin/frontend/default/default/images/media/col_left_callout.jpg
deleted file mode 100644
index d6a26486bc9..00000000000
Binary files a/skin/frontend/default/default/images/media/col_left_callout.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/col_right_callout.jpg b/skin/frontend/default/default/images/media/col_right_callout.jpg
deleted file mode 100644
index 57dc1534051..00000000000
Binary files a/skin/frontend/default/default/images/media/col_right_callout.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/electronics_cellphones.jpg b/skin/frontend/default/default/images/media/electronics_cellphones.jpg
deleted file mode 100644
index b92f9d05f10..00000000000
Binary files a/skin/frontend/default/default/images/media/electronics_cellphones.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/electronics_digitalcameras.jpg b/skin/frontend/default/default/images/media/electronics_digitalcameras.jpg
deleted file mode 100644
index 3c6e36e3559..00000000000
Binary files a/skin/frontend/default/default/images/media/electronics_digitalcameras.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/electronics_laptops.jpg b/skin/frontend/default/default/images/media/electronics_laptops.jpg
deleted file mode 100644
index 602338e491e..00000000000
Binary files a/skin/frontend/default/default/images/media/electronics_laptops.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/furniture_callout_spot.jpg b/skin/frontend/default/default/images/media/furniture_callout_spot.jpg
deleted file mode 100644
index 656cb3e1567..00000000000
Binary files a/skin/frontend/default/default/images/media/furniture_callout_spot.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/furnitures_bed_room.jpg b/skin/frontend/default/default/images/media/furnitures_bed_room.jpg
deleted file mode 100644
index b9a0916edb9..00000000000
Binary files a/skin/frontend/default/default/images/media/furnitures_bed_room.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/furnitures_living_room.jpg b/skin/frontend/default/default/images/media/furnitures_living_room.jpg
deleted file mode 100644
index 4850a83949c..00000000000
Binary files a/skin/frontend/default/default/images/media/furnitures_living_room.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/head_electronics_cellphones.gif b/skin/frontend/default/default/images/media/head_electronics_cellphones.gif
deleted file mode 100644
index 99edee24686..00000000000
Binary files a/skin/frontend/default/default/images/media/head_electronics_cellphones.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/head_electronics_digicamera.gif b/skin/frontend/default/default/images/media/head_electronics_digicamera.gif
deleted file mode 100644
index b2b0d60121b..00000000000
Binary files a/skin/frontend/default/default/images/media/head_electronics_digicamera.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/head_electronics_laptops.gif b/skin/frontend/default/default/images/media/head_electronics_laptops.gif
deleted file mode 100644
index 3c57abe0a82..00000000000
Binary files a/skin/frontend/default/default/images/media/head_electronics_laptops.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/laptop_callout_mid1.jpg b/skin/frontend/default/default/images/media/laptop_callout_mid1.jpg
deleted file mode 100644
index bee781cde3a..00000000000
Binary files a/skin/frontend/default/default/images/media/laptop_callout_mid1.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/laptop_callout_mid2.jpg b/skin/frontend/default/default/images/media/laptop_callout_mid2.jpg
deleted file mode 100644
index 31a5724081b..00000000000
Binary files a/skin/frontend/default/default/images/media/laptop_callout_mid2.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/laptop_callout_mid3.jpg b/skin/frontend/default/default/images/media/laptop_callout_mid3.jpg
deleted file mode 100644
index 321fa48d674..00000000000
Binary files a/skin/frontend/default/default/images/media/laptop_callout_mid3.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/laptop_callout_spot.jpg b/skin/frontend/default/default/images/media/laptop_callout_spot.jpg
deleted file mode 100644
index 7652e539242..00000000000
Binary files a/skin/frontend/default/default/images/media/laptop_callout_spot.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/media/shirts_landing_banner1.jpg b/skin/frontend/default/default/images/media/shirts_landing_banner1.jpg
deleted file mode 100644
index 2adc5531ef1..00000000000
Binary files a/skin/frontend/default/default/images/media/shirts_landing_banner1.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/np_cart_thumb.gif b/skin/frontend/default/default/images/np_cart_thumb.gif
deleted file mode 100644
index 53bcfa52208..00000000000
Binary files a/skin/frontend/default/default/images/np_cart_thumb.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/np_more_img.gif b/skin/frontend/default/default/images/np_more_img.gif
deleted file mode 100644
index 1c131aac80f..00000000000
Binary files a/skin/frontend/default/default/images/np_more_img.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/np_product_main.gif b/skin/frontend/default/default/images/np_product_main.gif
deleted file mode 100644
index 3d41fce4fd2..00000000000
Binary files a/skin/frontend/default/default/images/np_product_main.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/np_thumb.gif b/skin/frontend/default/default/images/np_thumb.gif
deleted file mode 100644
index b56c1ea6281..00000000000
Binary files a/skin/frontend/default/default/images/np_thumb.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/np_thumb2.gif b/skin/frontend/default/default/images/np_thumb2.gif
deleted file mode 100644
index f400d153fc4..00000000000
Binary files a/skin/frontend/default/default/images/np_thumb2.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/opc-ajax-loader.gif b/skin/frontend/default/default/images/opc-ajax-loader.gif
deleted file mode 100644
index 3d37d4393c3..00000000000
Binary files a/skin/frontend/default/default/images/opc-ajax-loader.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/pager_arrow_left.gif b/skin/frontend/default/default/images/pager_arrow_left.gif
deleted file mode 100644
index 179871aff27..00000000000
Binary files a/skin/frontend/default/default/images/pager_arrow_left.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/pager_arrow_right.gif b/skin/frontend/default/default/images/pager_arrow_right.gif
deleted file mode 100644
index 5dff444a2b9..00000000000
Binary files a/skin/frontend/default/default/images/pager_arrow_right.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/ph_callout_left_rebel.jpg b/skin/frontend/default/default/images/ph_callout_left_rebel.jpg
deleted file mode 100644
index 0a4c6d36907..00000000000
Binary files a/skin/frontend/default/default/images/ph_callout_left_rebel.jpg and /dev/null differ
diff --git a/skin/frontend/default/default/images/ph_callout_left_top.gif b/skin/frontend/default/default/images/ph_callout_left_top.gif
deleted file mode 100644
index 68e4df8b850..00000000000
Binary files a/skin/frontend/default/default/images/ph_callout_left_top.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/product_zoom_overlay_magnif.gif b/skin/frontend/default/default/images/product_zoom_overlay_magnif.gif
deleted file mode 100644
index 7d9bcf29b40..00000000000
Binary files a/skin/frontend/default/default/images/product_zoom_overlay_magnif.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/slider_bg.gif b/skin/frontend/default/default/images/slider_bg.gif
deleted file mode 100644
index 92b4e8c84b6..00000000000
Binary files a/skin/frontend/default/default/images/slider_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/slider_btn_zoom_in.gif b/skin/frontend/default/default/images/slider_btn_zoom_in.gif
deleted file mode 100644
index 5a8d72e2a42..00000000000
Binary files a/skin/frontend/default/default/images/slider_btn_zoom_in.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/slider_btn_zoom_out.gif b/skin/frontend/default/default/images/slider_btn_zoom_out.gif
deleted file mode 100644
index feffd3247c8..00000000000
Binary files a/skin/frontend/default/default/images/slider_btn_zoom_out.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/spacer.gif b/skin/frontend/default/default/images/spacer.gif
deleted file mode 100644
index 5bfd67a2d6f..00000000000
Binary files a/skin/frontend/default/default/images/spacer.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/validation_advice_bg.gif b/skin/frontend/default/default/images/validation_advice_bg.gif
deleted file mode 100644
index 46b1a2267ba..00000000000
Binary files a/skin/frontend/default/default/images/validation_advice_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/default/images/window_overlay.png b/skin/frontend/default/default/images/window_overlay.png
deleted file mode 100644
index 681a61deddc..00000000000
Binary files a/skin/frontend/default/default/images/window_overlay.png and /dev/null differ
diff --git a/skin/frontend/default/french/images/logo.gif b/skin/frontend/default/french/images/logo.gif
deleted file mode 100644
index 25d8d17374e..00000000000
Binary files a/skin/frontend/default/french/images/logo.gif and /dev/null differ
diff --git a/skin/frontend/default/french/images/logo_email.gif b/skin/frontend/default/french/images/logo_email.gif
deleted file mode 100644
index abf7a9abbf6..00000000000
Binary files a/skin/frontend/default/french/images/logo_email.gif and /dev/null differ
diff --git a/skin/frontend/default/french/images/logo_print.gif b/skin/frontend/default/french/images/logo_print.gif
deleted file mode 100644
index abf7a9abbf6..00000000000
Binary files a/skin/frontend/default/french/images/logo_print.gif and /dev/null differ
diff --git a/skin/frontend/default/german/images/logo.gif b/skin/frontend/default/german/images/logo.gif
deleted file mode 100644
index 864917ba959..00000000000
Binary files a/skin/frontend/default/german/images/logo.gif and /dev/null differ
diff --git a/skin/frontend/default/german/images/logo_email.gif b/skin/frontend/default/german/images/logo_email.gif
deleted file mode 100644
index c6d6d5a74a0..00000000000
Binary files a/skin/frontend/default/german/images/logo_email.gif and /dev/null differ
diff --git a/skin/frontend/default/german/images/logo_print.gif b/skin/frontend/default/german/images/logo_print.gif
deleted file mode 100644
index c6d6d5a74a0..00000000000
Binary files a/skin/frontend/default/german/images/logo_print.gif and /dev/null differ
diff --git a/skin/frontend/default/iphone/css/custom.css b/skin/frontend/default/iphone/css/custom.css
deleted file mode 100644
index 3c34d3cf9fb..00000000000
--- a/skin/frontend/default/iphone/css/custom.css
+++ /dev/null
@@ -1,59 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_iphone
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-/* Theme options */
-
-/* Links Color */
-a { color:#1394ca; }
-
-/* Main color */
-body > header,
-body > footer ul,
-body > address.copyright { background-color:#e76212; }
-
-/* Button Color */
-.map-popup-checkout button,
-.more-button,
-.btn-checkout,
-.account-login button,
-.add-to-links > li > a,
-.cart-table tfoot button,
-.opc .buttons-set button,
-.checkout-success button,
-.box-reviews .buttons-set button,
-.my-account .form-buttons button,
-#contactForm .buttons-set button,
-.giftregistry .buttons-set button,
-.wishlist-view .buttons-set button,
-.send-to-friend .buttons-set button,
-.account-create .buttons-set button,
-.add-to-links > li .split-button strong,
-.catalog-product-gallery .buttons-set a,
-.my-account .my-rewards .buttons-set button,
-.my-account .my-wishlist .buttons-set button,
-.product-view .product-shop .add-to-box button,
-.popup-block .block-content .buttons-set button,
-.customer-account-forgotpassword .buttons-set button,
-.product-view .product-options-bottom .add-to-cart button,
-.my-account .billing-agreements .box-content .form-list select + button { background-color:#e76212; }
-
-/* Main Page Navigation links color */
-#nav-container li a { color:#111; }
-
-/* Buttons background color */
-.form-subscribe button { background:green; }
diff --git a/skin/frontend/default/iphone/css/iphone.css b/skin/frontend/default/iphone/css/iphone.css
deleted file mode 100644
index 6c770a9a3ee..00000000000
--- a/skin/frontend/default/iphone/css/iphone.css
+++ /dev/null
@@ -1,2037 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_iphone
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* Reset
------------------------------*/
-html, body, header, footer,
-h1, h2, h3, h4, h5, h6, p,
-form, fieldset,
-ul, li, dl, dt, dd { background:transparent; border:0; font-size:100%; margin:0; outline:0; padding:0; vertical-align:baseline; }
-img { vertical-align:bottom; }
-ul { list-style:none; }
-a { color:#1394ca; text-decoration:none; }
-
-
-/* Page
------------------------------*/
-html { -webkit-text-size-adjust:none; overflow-y:scroll; }
-html, body { height:100%; }
-
-body { background:#fff; font:15px/18px HelveticaNeue, Helvetica, sans-serif; min-height:100%; }
-
-legend { display:none; }
-
-.std { clear:both; margin:10px 0; }
-
-.a-left { text-align:left; }
-.a-center { text-align:center; }
-.a-right { text-align:right; }
-
-.global-site-notice { background:#444; border-bottom:1px solid #333; color:#fff; font-size:13px; padding:10px; text-shadow:0 1px 0 #111; }
-.global-site-notice p { margin:0 0 10px; }
-.global-site-notice a { color:#f90; text-decoration:underline; text-shadow:none; }
-.global-site-notice .actions { text-align:center; }
-.global-site-notice .actions button { background:none; border:1px solid #ccc; color:#fff; cursor:pointer; padding:5px 10px; text-shadow:0 1px 0 #333; }
-
-input.input-text,
-input[type="text"],
-input[type="password"],
-input[type="email"] {
-    background:#fff;
-    border:1px solid #e4e4e4;
-    border-radius:2px;
-    font-size:15px;
-    margin:0;
-    padding:5px;
-    width:100%;
-    -webkit-appearance:none;
-    -webkit-box-sizing:border-box;
-            box-sizing:border-box;
-    -webkit-box-shadow:inset 1px 1px 3px rgba(0, 0, 0, .05);
-       -moz-box-shadow:inset 1px 1px 3px rgba(0, 0, 0, .05);
-            box-shadow:inset 1px 1px 3px rgba(0, 0, 0, .05);
-}
-
-textarea {
-    border:1px solid;
-    border-color:#e4e4e4;
-    border-radius:2px;
-    padding:5px;
-    font:15px/18px HelveticaNeue, Helvetica, sans-serif;
-    height:100px;
-    width:100%;
-    resize:vertical;
-    -webkit-appearance:none;
-    -webkit-box-sizing:border-box;
-            box-sizing:border-box;
-    -webkit-box-shadow:inset 1px 1px 3px rgba(0, 0, 0, .05);
-       -moz-box-shadow:inset 1px 1px 3px rgba(0, 0, 0, .05);
-            box-shadow:inset 1px 1px 3px rgba(0, 0, 0, .05);
-}
-
-
-select, .select-multiple {
-    background:url(../images/i_dropdown.png) no-repeat right #fefefe;
-    border:1px solid #e4e4e4;
-    -webkit-border-radius:2px;
-       -moz-border-radius:2px;
-            border-radius:2px;
-    color:#333;
-    font:15px/18px HelveticaNeue, Helvetica, sans-serif;
-    padding:5px 30px 5px 5px;
-    width:100%;
-    -webkit-appearance:none;
-       -moz-appearance:none;
-            appearance:none;
-    -webkit-box-sizing:border-box;
-       -moz-box-sizing:border-box;
-            box-sizing:border-box;
-    -webkit-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, .1);
-       -moz-box-shadow:inset 1px 1px 1px rgba(0, 0, 0, .1);
-            box-shadow:inset 1px 1px 1px rgba(0, 0, 0, .1);
-}
-select:disabled { background:#f5f5f5; }
-.select-multiple-wrap { position:relative; }
-.select-multiple { max-width:100%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; position:relative; }
-.select-multiple-options-wrap {
-    background:#fff;
-    border:1px solid #e4e4e4;
-    border-radius:2px;
-    position:absolute;
-    top:-5px;
-    left:-5px;
-    right:-5px;
-    visibility:hidden;
-    -webkit-box-shadow:0 3px 6px rgba(0, 0, 0, .25);
-       -moz-box-shadow:0 3px 6px rgba(0, 0, 0, .25);
-            box-shadow:0 3px 6px rgba(0, 0, 0, .25);
-    z-index:1;
-}
-.select-multiple-options-wrap .select-heading {
-    border-bottom:1px solid #e4e4e4;
-    color:#424242;
-    font-weight:bold;
-    font-size:15px;
-    line-height:20px;
-    padding:10px;
-    white-space:nowrap;
-    overflow:hidden;
-    text-overflow:ellipsis;
-}
-.select-multiple-options-wrap .select-close {
-    cursor:pointer;
-    color:#999;
-    display:inline-block;
-    float:right;
-    font-size:18px;
-    line-height:1;
-    text-align:center;
-    height:20px;
-    width:20px;
-}
-.select-multiple .selected-counter {
-    background:#fff;
-    color:#999;
-    display:inline-block;
-    font-size:12px;
-    font-weight:bold;
-    padding:2px 5px 5px 10px;
-    position:absolute;
-    top:3px;
-    bottom:0;
-    right:25px;
-}
-.select-multiple-options {
-    list-style:none;
-    margin:0 auto;
-    padding:0;
-}
-.select-multiple-options li {
-    border-bottom:1px solid #e4e4e4;
-    cursor:pointer;
-    margin:0 !important;
-    padding:10px 10px 10px 38px;
-    position:relative;
-}
-.select-multiple-options li.active {
-    background:#f5f5f5;
-}
-.select-multiple-options li:after {
-    content:'';
-    display:block;
-    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDAxRDg0NzcxQjdEMTFFMUE1RjVCOUQyODJGQTNDMEMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDAxRDg0NzgxQjdEMTFFMUE1RjVCOUQyODJGQTNDMEMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEMDFEODQ3NTFCN0QxMUUxQTVGNUI5RDI4MkZBM0MwQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMDFEODQ3NjFCN0QxMUUxQTVGNUI5RDI4MkZBM0MwQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv02V7QAAABZSURBVHjalM5BDoAwCATAfUXj/7/Dbzx43QppCW0U5bAh0AwUJPEnItIA8K4lcCqyFMFlfRXo3B/m4AsY8n8GmIF56dhhBgyNzREyA44e4CtYUIQZ0HQBBgCyITMDEAMA1AAAAABJRU5ErkJggg==) no-repeat 0 0;
-    height:10px;
-    width:13px;
-    position:absolute;
-    top:15px;
-    left:15px;
-    opacity:0.2;
-}
-.select-multiple-options li.active:after {
-    opacity:1;
-}
-.select-multiple-options li:last-child {
-    border-bottom:none;
-}
-.select-multiple-options li + li {
-    border-top:1px linear #fff;
-}
-
-.pager select { width:auto; }
-
-a.btn-remove,
- .btn-remove2 { background:url(../images/btn_remove.png) no-repeat center; display:inline-block; overflow:hidden; text-indent:-100%; height:25px; width:25px; }
-a.link-edit { background:url(../images/btn_edit.png) no-repeat left; display:inline-block; font-size:11px; font-weight:normal; line-height:18px; padding:0 0 0 23px; }
-
-.reward-message,
-.messages .note-msg,
-.messages .error-msg,
-.messages .notice-msg,
-.messages .success-msg { background:#444; color:#fff; padding:10px; text-shadow:0 1px 0 #111; }
-
-.no-display { display:none; }
-.nobr { white-space:nowrap; }
-
-.window-overlay { display:none; }
-
-.map-popup,
-.popup-block,
-.remember-me-popup {
-    background:#fcfcfc;
-    position:absolute;
-    left:15px !important;
-    right:15px !important;
-    margin:-18px 0 0;
-    padding:15px;
-    -webkit-box-shadow:0 2px 6px rgba(0, 0, 0, .25);
-       -moz-box-shadow:0 2px 6px rgba(0, 0, 0, .25);
-            box-shadow:0 2px 6px rgba(0, 0, 0, .25);
-}
-.popup-block { background:#fff; display:none; position:fixed; top:50%; left:50%; margin:-60px 0 0 -140px; width:250px; }
-.popup-block .form-list { margin:0 0 15px; }
-.popup-block .block-title { display:none; }
-.popup-block .buttons-set button { display:inline-block !important; margin-right:1px !important; width:49% !important; }
-.popup-block.active { display:block; }
-
-.map-popup-close { float:right; }
-.map-popup-heading,
-.map-popup-checkout,
-.map-popup-price { margin:0 0 10px; }
-.map-popup-price .special-price .price-label { color:#222; }
-.map-popup-price .special-price .price { font-weight:bold; }
-
-.remember-me-popup-body { line-height:20px; }
-.remember-me-popup-close {
-    background:#fff;
-    border:1px solid #e4e4e4;
-    color:#424242;
-    display:block;
-    margin:15px auto 0;
-    text-align:center;
-    font-weight:bold;
-    font-variant:small-caps;
-    text-transform:lowercase;
-    text-shadow:0 -1px 0 #eee;
-    padding:5px 10px;
-    width:100px;
-    -webkit-box-shadow:0 1px 2px rgba(0, 0, 0, .1);
-       -moz-box-shadow:0 1px 2px rgba(0, 0, 0, .1);
-            box-shadow:0 1px 2px rgba(0, 0, 0, .1); }
-
-#remember-me-box a { font-weight:bold; border-bottom:1px dashed; }
-
-/* Header
------------------------------*/
-body > header {
-    background:url(../images/bg_gradient.png) repeat-x 0 0; /* Theme color1 */
-    box-sizing:border-box;
-    display:table;
-    position:relative;
-    width:100%;
-    height:45px;
-    z-index:102;
-    -webkit-user-select:none;
-    -webkit-transform:translate3d(0, 0, 1px);
-    -webkit-transform-style:preserve-3d;
-    -webkit-tap-highlight-color:rgba(0,0,0,0);
-    -webkit-touch-callout:none;
-}
-
-body > header.no-shadow {
-    -webkit-box-shadow:none;
-            box-shadow:none;
-}
-
-.global-site-notice { -webkit-transform:translate3d(0, 0, 1px); }
-
-.cart-empty { padding:15px; }
-
-.header-bg {
-    background:url(../images/custom/bg_header.png) no-repeat center #fff;
-    height:45px;
-    -webkit-user-select:none;
-    -webkit-transform:translate3d(0, 0, 1px);
-    -webkit-transform-style:preserve-3d;
-    -webkit-tap-highlight-color:rgba(0,0,0,0);
-    -webkit-touch-callout:none;
-}
-
-.header-bg .header-logo { background:url(../images/custom/bg_logo.png) no-repeat 0 0; display:block; height:45px; position:absolute; width:100%; }
-
-body > header .menu-wrapper {
-    display:table;
-    width:100%;
-}
-
-body > header .menu-wrapper {
-    vertical-align:bottom;
-}
-
-body > header dl {
-    display:table-cell;
-    min-width:100px;
-    width:100px;
-    vertical-align:top;
-}
-
-body > header dt,
-body > header dd {
-    display:block;
-}
-
-body > header dt { background:url(../images/bg_divider.png) no-repeat right; float:left; padding:0 1px 0 0; height:45px; text-indent:-100%; width:49px; }
-
-body > header dd {
-    position:absolute;
-    top:0;
-    left:0;
-    padding:10px;
-    white-space:normal;
-    margin-top:44px;
-    visibility:hidden;
-    -webkit-box-sizing:border-box;
-    box-sizing:border-box;
-    -webkit-transition:-webkit-transform 250ms ease-out;
-}
-
-@media all and (-webkit-transform-3d) {
-    body > header dd { -webkit-transform:translate3d(0, -100%, -1px); }
-}
-
-body > header .search {
-    display:table-cell;
-    overflow: hidden;
-    padding:5px 15px;
-    vertical-align:middle;
-}
-
-input[type="search"]::-webkit-search-decoration,
-input[type="search"]::-webkit-search-cancel-button,
-input[type="search"]::-webkit-search-results-button,
-input[type="search"]::-webkit-search-results-decoration {
-  display: none;
-}
-
-body > header .search input {
-    background:url(../images/i_search.png) no-repeat 8px 6px #fff;
-    border:none;
-    box-sizing:border-box;
-    color:#949494;
-    outline:none;
-    font-size:18px;
-    line-height:1;
-    margin:0;
-    padding:4px 5px 4px 30px;
-    width:100%;
-    
-    border-radius:15px;
-    
-    -webkit-appearance:none;
-            appearance:none;
-            
-    -webkit-box-shadow:inset 0 1px 1px #555;
-       -moz-box-shadow:inset 0 1px 1px #555;
-            box-shadow:inset 0 1px 1px #555;
-}
-
-.search-autocomplete {
-    background:#333;
-}
-.search-autocomplete li {
-    color:#fff;
-    font-size:14px;
-    padding:5px;
-}
-.search-autocomplete li + li { border-bottom:1px solid #999; }
-.search-autocomplete .amount { background:#fff; border-radius:15px; color:#111; display:inline-block; font-size:8px; margin-right:10px; padding:0 5px; vertical-align:middle; }
-
-body > header dt a {}
-
-body > header dt.cart-icon { position:relative; white-space:nowrap; overflow:hidden; }
-body > header dt.cart-icon > a { background:url(../images/i_cart.png) no-repeat center; display:block; height:45px; }
-
-body > header dt.menu > a { background:url(../images/i_menu.png) no-repeat center; display:block; height:45px; position:relative; }
-
-body > header dt.cart-icon.active > a,
-body > header dt.menu.active > a { background-color:rgba(0, 0, 0, .10); }
-
-body > header dt.cart-icon > span:nth-child(2),
-body > header .badge {
-    background:none;
-    display:inline-block;
-    color:#fff;
-    height:auto;
-    font-size:12px;
-    font-weight:bold;
-    line-height:14px;
-    position:absolute;
-    text-indent:0;
-    right:4px;
-    top:4px;
-    z-index:100;
-    text-shadow:0 1px 0 #444;
-}
-
-
-body > header dt.menu .badge {
-    top:1px;
-    right:5px;
-}
-
-body > header dd.menu-box {
-    padding:0;
-    -webkit-transition:-webkit-transfrom 300ms linear;
-    -webkit-box-shadow:3px 3px 3px rgba(0, 0, 0, .2);
-       -moz-box-shadow:3px 3px 3px rgba(0, 0, 0, .2);
-            box-shadow:3px 3px 3px rgba(0, 0, 0, .2);
-}
-
-body > header dd.menu-box a,
-body > header dd.menu-box strong {
-    background-color:rgba(255, 255, 255, .92) !important;
-    color:#444444;
-    font-size:18px;
-    padding:10px;
-    display:block;
-}
-body > header dd.menu-box .compare-clear {
-    float:right;
-    line-height:18px;
-}
-body > header dd.menu-box .badge {
-    color:#fff;
-    text-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
-    background:transparent;
-    border:1px solid #ccc;
-    font-weight:normal;
-    font-size:10px;
-    line-height:10px;
-    padding:0 3px 2px;
-    text-align:right;
-    top:-5px;
-    left:0;
-    position:relative;
-    -webkit-box-shadow:0 3px 3px rgba(0, 0, 0, 0.5), inset 0 3px 3px rgba(255, 255, 255, 0.35);
-            box-shadow:0 3px 3px rgba(0, 0, 0, 0.5), inset 0 3px 3px rgba(255, 255, 255, 0.35);
-}
-
-body > header dd.menu-box .welcome-msg {
-    border-bottom:2px solid #585858;
-    font-weight:bold;
-    padding:10px;
-    text-shadow:0 -1px 0 #000;
-    -webkit-box-shadow:inset 0 -2px 2px rgba(0, 0, 0, 0.35);
-            box-shadow:inset 0 -2px 2px rgba(0, 0, 0, 0.35);
-}
-
-body > header dd.menu-box .welcome-msg a {
-    color:#fb6b36;
-    background:none;
-    border:none;
-    padding:0;
-    display:inline;
-}
-
-body > header dd.menu-box ol {
-    background:#fff;
-    box-shadow:inset 0 0 3px #000;
-    list-style:none;
-    margin:5px;
-    padding:5px;
-    -webkit-box-shadow:inset 0 0 3px #000;
-            box-shadow:inset 0 0 3px #000;
-}
-
-body > header dd.menu-box ol li a {
-    background:transparent;
-    border-bottom:1px solid #eee;
-    color:#111;
-    padding:5px 5px 5px 20px;
-}
-
-body > header dd.menu-box ol li:last-child a {
-    border:none;
-}
-
-body > header dd.menu-box ol li.selected {
-    font-weight:bold;
-}
-
-body > header dd.menu-box ol li.selected a {
-    background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjdEODVBMkI5Mzc4MTFFMEE2MDE5MzgwM0I5RkE1QjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjdEODVBMkM5Mzc4MTFFMEE2MDE5MzgwM0I5RkE1QjIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGN0Q4NUEyOTkzNzgxMUUwQTYwMTkzODAzQjlGQTVCMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGN0Q4NUEyQTkzNzgxMUUwQTYwMTkzODAzQjlGQTVCMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PnMJ/AIAAABLSURBVHjaYmAgHgQAsQAJ6hkSgPg/EJ8nViNMAwwHwCQUiNSQgC6RQKwGEHiPRQKvBhAwQNM4n5AGXBoJasClMYHY+IBpxKsBIMAAi14oP6lEWTAAAAAASUVORK5CYII=) no-repeat left;
-}
-
-/* Footer
------------------------------*/
-body > footer { min-height:100px; }
-body > address.copyright { color:#fff; line-height:18px; padding:15px; }
-body > address.copyright .logo { float:left; margin:0 10px 0 0; }
-body > footer ul { line-height:27px; padding:10px 15px 0; overflow:hidden; }
-body > footer ul + ul { padding:0 15px 10px; }
-body > footer ul li { box-sizing:border-box; float:left; width:50%; }
-body > footer ul li a { color:#fff; display:inline-block; padding:2px; }
-
-.block-subscribe { padding:10px 15px; }
-.block-subscribe .block-title { display:none; }
-.block-subscribe .form-subscribe-header { margin:0 0 5px; padding-left:12px; }
-.block-subscribe .input-box { display:inline-block; vertical-align:top; width:60%; }
-.block-subscribe .input-box input { border-radius:15px; border-color:#ccc; font-size:18px; padding:5px 10px; }
-.block-subscribe .validation-advice { padding:10px 0 0 12px; width:150%; }
-.block-subscribe .actions { display:inline-block; vertical-align:top; width:38%; }
-.block-subscribe button {
-    border:none;
-    -webkit-border-radius:20px;
-       -moz-border-radius:20px;
-            border-radius:20px;
-    color:#fff;
-    font-size:18px;
-    padding:5px 10px;
-    vertical-align:top;
-    
-    -webkit-appearance:none;
-            appearance:none;
-}
-
-/* Content
------------------------------*/
-body > section:before, body > section:after { content: ""; display: table; }
-body > section:after { clear:both; }
-body > section img { max-width:100%; }
-body > section > .category-image { margin:0 -10px; }
-body > section > .category-image img { min-width:100%; }
-body > section > .std,
-body > section > form > .fieldset { margin:0; padding:15px; }
-body > section > form > .buttons-set { padding:15px; }
-body > section > form > .buttons-set p.required { font-size:10px; line-height:12px; margin:10px 0; text-align:right; }
-body > section > form > .required { padding:15px; }
-body > section > form > .fieldset h2 { color:#424242; font-size:18px; line-height:22px; margin:0 0 15px; }
-
-.front-banner {
-    text-align:center;
-}
-
-.page-sitemap { padding:15px; }
-.page-sitemap .page-title { display:none; }
-
-/* Categories
------------------------------*/
-.nav-wrap {
-    overflow:hidden;
-}
-#nav-container {
-    overflow:hidden;
-    padding:0 0 1px;
-    position:relative;
-    width:9000px;
-    -webkit-transform:translate3d(0, 0, 0);
-   -webkit-transition:-webkit-transform 250ms linear;
-        -o-transition:-o-transform 250ms linear;
-           transition:transform 250ms linear;
-}
-#nav-container ul > li > ul { display:none; }
-#nav-container:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
-#nav-container ul { font-size:21px; margin:0; width:100%; float:left; }
-#nav-container li.subcategory-header { background:url(../images/bg_gradient.png) repeat-x 0 0 #d9d9d9; height:28px; padding:6px 10px; text-align:center; font-weight:bold; }
-#nav-container li.subcategory-header span { color:#414141; line-height:28px; }
-#nav-container li.subcategory-header .button-wrap { float:left; position:absolute; }
-#nav-container li.subcategory-header .button-wrap button {
-    background:url(../images/bg_back_btn.png) no-repeat right top;
-    border:none;
-    height:27px;
-    width:47px;
-    color:#fff;
-    display:inline-block;
-    font-size:11px;
-    font-weight:bold;
-    line-height:27px;
-    margin:0;
-    padding:0 0 0 7px;
-    position:relative;
-    z-index:3;
-    -webkit-appearance:none;
-            appearance:none;
-}
-#nav-container li a {
-    background-color:#fff !important;
-    display:block;
-}
-#nav-container li a span {
-    background:url(../images/custom/arrow.png) no-repeat right;
-    display:block;
-    line-height:20px;
-    padding:10px 15px; 
-    -webkit-background-origin:content-box;
-            background-origin:content-box;
-}
-
-
-/* Form-list
------------------------------*/
-.form-list li { margin:0 0 15px; }
-.form-list li:last-child { margin:0; }
-.form-list label { color:#424242; display:block; font-weight:bold; margin:0 0 2px; }
-.form-list label em { color:#f9721f; margin-right:2px; }
-.form-list .field { margin:0 0 15px; }
-.form-list .field:last-child { margin:0; }
-.form-list .add-row .btn-remove { float:right; }
-.form-list .add-row .btn-remove a { vertical-align:top; }
-.form-list .control .input-box { vertical-align:top; }
-.form-list .control .input-box,
-.form-list .control label { display:inline-block; }
-.form-list .control label { max-width:90%; }
-.form-list .validation-advice { font-size:14px; padding:2px 0; }
-.form-list img[src*="calendar.gif"] { position:absolute; padding:7px; }
-.form-list input.datetime-picker { padding-left:30px; }
-.form-list input[type="radio"] + label { display:inline-block; }
-.form-list input[type="text"]::-webkit-input-placeholder,
-.form-list input[type="password"]::-webkit-input-placeholder,
-.form-list input[type="email"]::-webkit-input-placeholder { color:#444; }
-/*--------------------------*/
-input[type="checkbox"] {
-    background:url(../images/bg_checkbox.png) no-repeat 0 0;
-    border:1px solid #e4e4e4;
-    border-radius:2px;
-    margin:0 3px 0 0;
-    height:20px;
-    width:20px;
-    vertical-align:top;
-    -webkit-appearance:none;
-}
-input[type="checkbox"]:checked {
-    background-position:0 -19px;
-}
-
-/* Account
------------------------------*/
-.account-login .col-1,
-.account-login .col-2,
-.account-create .fieldset,
-.customer-account-forgotpassword .fieldset,
-.customer-account-logoutsuccess .page-title + p { padding:15px; }
-.account-login h2,
-.account-login .legend,
-.account-create .legend { color:#424242; font-size:18px; font-weight:bold; margin:0 0 15px; }
-.account-login .legend + p { display:none; }
-.account-login p.required,
-.account-create p.required,
-.customer-account-forgotpassword p.required { font-size:10px; line-height:12px; margin:10px 0 0; text-align:right; }
-.account-create p.required,
-.customer-account-forgotpassword p.required { padding:0 15px 15px; }
-
-.account-create .buttons-set,
-.customer-account-forgotpassword .buttons-set { padding:0 15px 15px; }
-.account-create .buttons-set .back-link,
-.customer-account-forgotpassword .buttons-set .back-link { display:none; }
-
-.customer-account-forgotpassword .fieldset p { margin:0 0 10px; }
-
-/* Captcha
------------------------------*/
-.captcha-image { position:relative; }
-.captcha-image .captcha-img { border:1px solid #e1e1e1; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; }
-.captcha-reload { position:absolute; top:5px; left:0; padding:10px; }
-
-/* Breadcrumbs
------------------------------*/
-.breadcrumbs { display:none; }
-.product-tags-list .page-title h1,
-.catalogsearch-result-index .page-title h1 { padding-right:55px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
-.catalogsearch-result-index .page-title h1 { padding-right:85px; }
-
-.page-title {
-    background-color:#fff !important;
-    color:#424242;
-    height:25px;
-    margin:0;
-    padding:10px 15px;
-}
-
-.page-title h1 {
-    font-size:18px;
-    line-height:25px;
-    text-align:left;
-    overflow:hidden;
-    white-space:nowrap;
-    text-overflow:ellipsis;
-}
-
-/* Catalog List
------------------------------*/
-.category-description { display:none; margin:0; padding:10px; }
-
-.more { padding:15px 10px; text-align:center; }
-.more-button { background:url(../images/bg_gradient.png) repeat-x #1394ca center; color:#fff; font-size:21px; line-height:25px; display:inline-block; padding:5px 25px; position:relative; vertical-align:top; }
-.more-button.loading:before { background:url(../images/loader.gif) no-repeat center; background-size:24px 24px; content:''; display:inline-block; height:24px; width:24px; left:-30px; position:absolute; }
-
-.filters-block ol,
-.filters-block li,
-.filters-block dl,
-.filters-block dt,
-.filters-block dd {
-    margin:0;
-    padding:0;
-}
-
-.filters-block-wrap {}
-
-.filters-block { color:#424242; margin:0; padding:10px 10px 15px; }
-.filters-block dl { display:inline-block; vertical-align:top; width:49%; }
-
-@media(orientation:landscape) {
-    .filters-block dl { width:33%; }
-}
-
-.filters-block dt { color:#424242; font-weight:bold; margin:8px 0 0; }
-.filters-block h3 { color:#424242; font-size:18px; line-height:20px; }
-.filters-block .currently { color:#424242; }
-.filters-block .actions { margin:0 0 18px; }
-.filters-block .currently .block-subtitle { font-weight:bold; font-size:18px; line-height:20px; margin:5px 0 8px; }
-.filters-block .currently .btn-remove { height:20px; width:20px; vertical-align:top; }
-.filters-block .currently li { line-height:20px; }
-.filters-block dd {}
-.filters-block ol { list-style:none; line-height:17px; width:99%; }
-.filters-block li { padding:9px 0; }
-.filters-block a { color:#1394ca; font-weight:bold; }
-
-.toolbar {
-    font-size:12px;
-    padding:7px 5px 3px;
-    height:35px;
-    overflow:hidden;
-    text-align:right;
-    position:relative;
-    top:-45px;
-    margin:0 0 -45px;
-}
-.toolbar .pager,
-.toolbar .pager .amount,
-.toolbar .pager .pages,
-.toolbar .limiter {
-    float:right;
-}
-.toolbar .amount,
-.toolbar .view-mode {
-    line-height:23px;
-    padding:0 4px;
-}
-.toolbar .view-mode label {
-    font-weight:bold;
-    position:relative;
-    top:1px;
-    vertical-align:middle;
-}
-.toolbar .pager { display:none; }
-.toolbar .pager .pages strong {
-    margin-right:5px;
-    vertical-align:middle;
-}
-.toolbar .pager .pages select
-.toolbar .limiter select {
-    background:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#dedede));
-    background:-o-linear-gradient(top, #fff 0%, #dedede 100%);
-    border:1px solid #bbb;
-    border-radius:4px;
-    color:#707070;
-    margin:0;
-    padding:5px 10px;
-    font-size:12px;
-    line-height:17px;
-    vertical-align:middle;
-    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
-            box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
-    -webkit-background-clip:padding-box;
-            background-clip:padding-box;
-}
-.toolbar .limiter select {
-    vertical-align:baseline;
-}
-.toolbar .sort-by-wrap {
-    position:absolute;
-    top:7px;
-    right:5px;
-}
-.toolbar .sort-by select {
-    background:none;
-    border:none;
-    margin:0;
-    padding:4px 5px 5px;
-    opacity:0;
-    width:50px;
-    max-width:50px;
-    vertical-align:middle;
-}
-.toolbar .sort-by > label {
-    background:url(../images/bg_gradient.png) repeat-x 0 0 #4c4c4c;
-    background-size:1px 30px;
-    color:#fff;
-    display:inline-block;
-    font-size:14px;
-    font-weight:bold;
-    line-height:30px;
-    padding:0 11px;
-    text-align:center;
-    vertical-align:middle;
-    width:28px;
-    -webkit-border-radius:5px;
-       -moz-border-radius:5px;
-            border-radius:5px;
-    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
-            box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
-}
-
-.toolbar .order {
-    background:url(../images/bg_gradient.png) repeat-x 0 0 #4c4c4c;
-    background-size:1px 30px;
-    display:inline-block;
-    vertical-align:top;
-    border-radius:5px;
-    vertical-align:top;
-    text-align:center;
-    margin:0;
-    position:relative;
-    line-height:30px;
-    height:30px;
-    width:30px;
-    text-indent:-999em;
-    -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
-            box-shadow:0 0 5px rgba(0, 0, 0, 0.15);
-}
-.toolbar .order:after {
-    content:'';
-    position:absolute;
-    top:10px;
-    z-index:2;
-    font-size:0;
-    line-height:0;
-    width:0;
-}
-.toolbar .order.asc:after {
-    border-left:5px solid transparent;
-    border-right:5px solid transparent;
-    border-bottom:10px solid #fff;
-    right:10px;
-}
-.toolbar .order.desc:after {
-    border-left:5px solid transparent;
-    border-right:5px solid transparent;
-    border-top:10px solid #fff;
-    right:10px;
-}
-.toolbar a {
-    color:#707070;
-}
-
-.c-list > li {
-    background-color:#fff !important;
-    color:#424242;
-    position:relative;
-    border-bottom:1px solid #ebe9eb;
-}
-.c-list > li:last-child { display:block; border-bottom:none; }
-.c-list > li > a {
-    background:url(../images/custom/arrow.png) no-repeat right; 
-    -webkit-background-origin:content-box;
-    background-origin:content-box;
-    color:#2f2f2f;
-    display:block;
-    padding:10px;
-    -webkit-user-select:none;
-    user-select:none;
-    -webkit-touch-callout:none;
-            touch-callout:none;
-    -webkit-tap-highlight-color:rgba(0,0,0,0);
-}
-.c-list > li > a:after {
-    content:".";
-    display:block;
-    clear:both;
-    visibility:hidden;
-    line-height:0;
-    height:0;
-}
-
-.c-list h1 { font-size:16px; line-height:20px; font-weight:bold; }
-.c-list .cloned-wrap { position:absolute; padding:10px; opacity:0; }
-.c-list .cloned-wrap .product-image img { -webkit-box-shadow:none; box-shadow:none; }
-.c-list .product-image { float:left; margin-right:10px; -webkit-transform:translate3d(0,0,0); }
-.c-list .product-shop { overflow:hidden; padding:0 30px 0 0; }
-.c-list .product-shop h1 { font-weight:bold; text-align:left; margin:0 0 7px; }
-.c-list .product-shop .price-box { margin:0 0 5px; }
-
-.to-cart-animate {
-    -webkit-animation:bounce-rotate 200ms infinite
-}
-
-.drop-start { -webkit-transform:scale(1.2); opacity:0.9; }
-
-@-webkit-keyframes bounce-rotate {
-  0%   { -webkit-transform:rotate(3deg) skew(1deg) scale(1.2); }
-  25%  { -webkit-transform:rotate(0) skew(0) scale(1.2); }
-  50%  { -webkit-transform:rotate(-3deg) skew(-1deg) scale(1.2); }
-  75%  { -webkit-transform:rotate(0) skew(0) scale(1.2); }
-  100% { -webkit-transform:rotate(3deg) skew(1deg) scale(1.2); }
-}
-
-/* Product Info Box
------------------------------*/
-
-.price-box .price-including-tax,
-.price-box .price-excluding-tax { display:block; }
-.price-box .price-including-tax .price { font-weight:bold; }
-
-.product-view {}
-.product-view .product-name h1 { color:#424242; font-size:18px; font-weight:bold; text-align:left; line-height:20px; margin:0 0 9px; }
-.product-view .product-image-wrap { padding:10px; position:relative; }
-.product-view .product-image { position:relative;; }
-.product-view .product-image li { text-align:center; }
-.product-view .product-image li a { display:block; }
-
-.product-view .product-image-wrap img { position:relative; }
-.product-view .product-image-wrap img.cloned { position:absolute; top:10px; left:50%; margin:0 0 0 -72px; -webkit-transition:all ease-in 400ms; -moz-transition:all ease-in 400ms; -o-transition:all ease-in 400ms; transition:all ease-in 400ms; }
-.product-view .product-image-wrap img.animate { z-index:101; }
-
-.product-view .product-shop { padding:15px; }
-.product-view .product-shop .buttons-set { margin:10px 0 0; }
-.product-view .product-shop .product-main-info .price-box { color:#424242; font-size:18px; line-height:26px; margin:10px 0; }
-.product-view .product-shop .product-main-info .price-box-bundle .price-box {}
-.product-view .product-shop .product-main-info .item-options { margin:10px 0 0; }
-.product-view .product-shop .product-main-info .item-options dt { color:#424242; font-style:15px; font-weight:bold; }
-.product-view .product-shop .product-main-info + .options-container-small { margin:15px 0 0; }
-
-.product-view .product-shop .availability { color:#424242; font-size:13px; font-weight:bold; margin:0 0 9px; }
-.product-view .product-shop .availability span { font-weight:normal; }
-.product-view .product-shop .tier-prices { margin:10px 0; }
-
-.product-view .product-shop .add-to-box {}
-.product-view .product-shop .add-to-box .qty,
-.product-view .product-shop .add-to-box label { display:none; }
-.product-view .price-box .price-label { vertical-align:baseline; }
-.product-view .price-box .old-price { color:#ccc; }
-.product-view .price-box .special-price .price-label { color:#222; }
-.product-view .price-box .special-price .price { font-weight:bold; }
-
-.product-view .add-to-cart label[for="qty"],
-.product-view .add-to-cart input.qty { display:none; }
-
-.product-view .product-img-box .product-image:before { background:url(../images/i_zoom.png) no-repeat 0 0; content:''; display:block; position:absolute; top:15px; right:25px; height:14px; width:14px; }
-.product-view .product-img-box .controls .prev,
-.product-view .product-img-box .controls .next { height:auto; top:40px; bottom:40px; width:auto; z-index:101; }
-.product-view .product-img-box .controls .prev { left:0; right:80%; }
-.product-view .product-img-box .controls .next { left:80%; right:0; }
-
-.product-view .short-description { margin:0; padding:15px; }
-
-.product-view .product-add-to { padding:0 15px 15px; }
-
-.send-friend .fieldset,
-.send-friend .buttons-set { padding:15px; }
-.send-friend .buttons-set .back-link { display:none; }
-.send-friend .fieldset .btn-remove { float:right; position:relative; top:-4px; right:-4px; }
-.send-friend .fieldset .legend { color:#424242; font-size:18px; margin:0 0 10px; }
-.send-friend #max_recipient_message,
-.send-friend #add_recipient_button { margin:10px 0 0; }
-
-.product-collateral { clear:both; }
-.product-collateral .box-collateral { padding:15px; }
-
-.product-collateral .box-additional { background:none; padding:0; }
-.product-collateral .box-additional h2 { display:none; }
-.product-collateral .box-additional .data-table { color:#424242; border-collapse:collapse; width:100%; }
-.product-collateral .box-additional .data-table th,
-.product-collateral .box-additional .data-table td { padding:15px; text-align:left !important; vertical-align:top; }
-.product-collateral .box-additional .data-table th { font-weight:bold; }
-
-.rating-box { background:url(../images/i_star_blank.png) repeat-x center left; height:18px; width:100px; }
-.rating-box .rating { height:18px; background:url(../images/i_star.png) repeat-x center left; }
-
-.product-view .rating-box { margin:0 0 10px; }
-.product-view .rating-links { color:#666; text-align:right; }
-.product-view .rating-links a { color:#1394ca; display:inline-block; text-decoration:underline; }
-.product-view .rating-links a:first-child { float:left; margin-right:10px; }
-.product-view .rating-links .separator { display:none; }
-
-.product-view .box-description .std { margin:0; }
-
-.product-view .product-shop .add-to-box button,
-.product-view .product-options-bottom .add-to-cart button { background:url(../images/bg_gradient.png) repeat-x 0 0 #1394ca; color:#fff; font-size:24px; display:block; border:0; height:45px; line-height:45px; margin:15px 0 0; padding:0; -webkit-appearance:none; appearance:none; text-shadow:0 -1px 0 rgba(0, 0, 0, .45); width:100%; }
-.product-view .product-options-bottom .add-to-cart + .add-to-links { margin:10px 0 0; }
-.product-view .product-options-bottom .add-to-cart + .add-to-links li:first-child a { width:100%; }
-
-.paypal-logo { text-align:center; }
-.paypal-or { display:block; padding:10px 0; text-align:center; }
-
-/* Carousel */
-
-.carousel-wrap {}
-.carousel-wrap li { display:inline-block; vertical-align:top; white-space:normal; }
-.carousel-wrap .box-title { max-width:80%; }
-.carousel-wrap .ratings { display:none; }
-.carousel-wrap .carousel-items { white-space:nowrap; -webkit-transition:all 150ms linear; -moz-transition:all 250ms linear; -o-transition:all 250ms linear; transition:all 250ms linear; }
-.carousel-wrap .carousel-items-wrap { overflow:hidden; }
-
-@media all and (-webkit-transform-3d) {
-.carousel-wrap .carousel-items { -webkit-transform:translateX(0); -webkit-perspective:1000; -webkit-backface-visibility:hidden; }
-}
-
-.box-up-sell { position:relative; padding:15px; }
-.box-up-sell h2 { color:#424242; font-size:18px; font-weight:bold; line-height:25px; margin:0 0 10px; }
-.box-up-sell .item { color:#424242; font-size:15px; line-height:18px; }
-.box-up-sell .item a { color:#424242; }
-.box-up-sell .item h3 { max-height:36px; margin:0 0 5px; overflow:hidden; text-overflow:ellipsis; width:100%; }
-.box-up-sell .item img { margin:0 0 5px; }
-.box-up-sell .price-box .price { font-weight:bold; }
-.box-up-sell .product-image {}
-.box-up-sell .controls { background:url(../images/bg_divider_dark.png) no-repeat center; position:absolute; top:15px; right:15px; height:24px; width:49px; }
-
-.controls .prev,
-.controls .next { display:block; position:absolute; top:0; right:0; height:24px; width:24px; }
-.controls .prev { background:url(../images/arrow_left.png) no-repeat center; }
-.controls .next { background:url(../images/arrow_right.png) no-repeat center; }
-.controls .prev.disabled,
-.controls .next.disabled { opacity:.25; }
-.controls .prev { right:25px; }
-
-.counter { padding:5px 0 0; text-align:center; }
-.counter span { margin:0 2px; }
-.counter span:before { content:'\2022'; color:#ddd; font-size:20px; display:inline-block; -webkit-text-stroke:1px #ddd; }
-.counter span.active:before { color:#fff; }
-
-.product-shop .grouped-items-table { border:none; border-spacing:0; font-size:15px; margin:0; -webkit-border-radius:0; width:100%; }
-.product-shop .grouped-items-table th,
-.product-shop .grouped-items-table td { padding:5px 0; }
-.product-shop .grouped-items-table th { display:none; }
-.product-shop .grouped-items-table td { background:none; border:none; border-bottom:1px solid #e4e4e4; text-align:left; vertical-align:middle; }
-.product-shop .grouped-items-table tr:last-child  td { border-bottom:none; }
-.product-shop .grouped-items-table input.qty { text-align:center; width:40px; }
-
-/* ------------ */
-
-.product-view .box-tags { padding:15px; }
-.product-view .box-tags a { color:#1394ca; display:inline-block; font-weight:bold; }
-.product-view .box-tags li { display:inline; margin-right:10px; }
-.product-view .box-tags h2 { color:#424242; font-size:18px; font-weight:bold; margin:0 0 10px; }
-.product-view .box-tags h3,
-.product-view .form-add-tags { display:none; }
-
-/* ------------ */
-
-.add-to-links { display:table; font-size:12px; margin:0; position:relative; width:100%; text-align:center; }
-.add-to-links > li { display:table-cell; text-align:center; line-height:1; vertical-align:top; }
-.add-to-links > li > a,
-.add-to-links > li .split-button strong { background:url(../images/bg_gradient.png) repeat-x 0 0 #1394ca; background-size:auto 30px; color:#fff; display:inline-block; font-weight:normal; height:30px; line-height:30px; text-shadow:0 -1px 0 rgba(0, 0, 0, .45); width:99.5%; }
-.add-to-links > li .split-button strong + a { display:block; height:30px; margin:0 0 -30px; position:relative; top:-30px; overflow:hidden; text-indent:-200%; }
-.add-to-links > li .split-button.active .list-container { display:block; }
-.add-to-links > li .split-button .list-container { border:1px solid #e4e4e4; display:none; position:absolute; top:0; left:0; text-align:left; }
-.add-to-links > li .split-button .list-container  li { background:#fff; border-bottom:1px solid #e4e4e4; height:30px; line-height:30px; padding:0 10px; box-shadow:0 0 3px rgba(0, 0, 0, .15); }
-.add-to-links > li .split-button .list-container  li:last-child { border:none; }
-.add-to-links > li .split-button .list-container .new { background:#e4e4e4; color:#424242; text-shadow:0 1px 0 #fff; }
-.add-to-links > li .split-button .list-container .new:before { content:'+'; display:inline-block; margin-right:5px; }
-.add-to-links .separator { display:none; }
-
-.product-view .options-container-big   .product-options { padding:15px; }
-.product-view .options-container-big   .product-options-bottom { padding:0 15px 15px; }
-.product-view .options-container-small .product-options {}
-.product-view .options-container-small .product-options-bottom .price-box,
-.product-view .options-container-small .product-options-bottom .price-box { display:none; }
-
-.product-view .product-options dt { margin:0 0 10px; }
-.product-view .product-options dt label { color:#424242; font-size:15px; font-weight:bold; }
-.product-view .product-options dt label em { color:#f9721f; margin-right:5px; }
-.product-view .product-options dd { font-size:14px; border-bottom:1px solid #ccc; padding:0 0 15px; }
-.product-view .product-options dd + dt { padding:15px 0 0; }
-.product-view .product-options dd:last-child { border:none; padding:0; }
-.product-view .product-options dd:last-child .input-box { margin:0; }
-.product-view .product-options select { width:100%; }
-.product-view .product-options input.qty { width:20%; }
-.product-view .product-options input.qty:disabled { background:#f5f5f5; }
-.product-view .product-options .input-box { margin:0 0 10px; }
-.product-view .product-options .qty-holder { display:block; margin:5px 0 0; }
-.product-view .product-options .qty-holder label,
-.product-view .product-options .qty-holder label + input { vertical-align:middle; }
-.product-view .product-options .options-list {}
-.product-view .product-options .options-list li { margin:0 0 8px; }
-.product-view .product-options .options-list li:last-child { margin:0; }
-.product-view .product-options .options-list input,
-.product-view .product-options .options-list input +  label,
-.product-view .product-options .options-list input + .label { vertical-align:middle; }
-.product-view .product-options .options-list input { float:left; margin-right:10px; }
-.product-view .product-options .options-list input +  label,
-.product-view .product-options .options-list input + .label { display:table; }
-.product-view .product-options .options-list a { text-decoration:underline; }
-
-.giftcard-send-form { padding:15px 0 0; }
-.giftcard-send-form em { color:#f9721f; }
-.giftcard-send-form label  { color:#424242; display:block; font-size:15px; font-weight:bold; }
-.giftcard-send-form .gift-card-amount-field { padding:0; }
-
-.giftcard-amount-form .notice { padding:5px 0 10px; text-align:right; }
-.giftcard-amount-form .notice span { float:left; font-size:12px; display:block; }
-.giftcard-amount-form .notice span:last-child { float:none; }
-
-.product-view .product-options-bottom .required { font-size:10px; line-height:12px; margin:10px 0 0; text-align:right; }
-.product-view .product-options-bottom .price-box { color:#424242; font-size:18px; line-height:24px; }
-
-.catalog-product-gallery .buttons-set { padding:10px; }
-.catalog-product-gallery .buttons-set a { text-align:center; }
-.catalog-product-gallery .product-gallery { background-color:#fff !important; padding:10px 0 0; position:relative; overflow:hidden; height:300px; width:100%; }
-.catalog-product-gallery .product-gallery .prev,
-.catalog-product-gallery .product-gallery .next { background-color:#fff; background-position:center; border:1px solid #e4e4e4; border-radius:100%; box-shadow:0 0 3px rgba(0, 0, 0, .15); top:50%; z-index:101; }
-.catalog-product-gallery .product-gallery .prev { right:80%; }
-.catalog-product-gallery .product-gallery .next { left:80%; }
-.catalog-product-gallery .product-gallery ul { display:table; width:200%; }
-.catalog-product-gallery .product-gallery li { display:table-cell; padding:0; text-align:center; overflow:hidden; max-width:100%; }
-.catalog-product-gallery .product-gallery li img { max-width:100%; height:auto; vertical-align:bottom; }
-
-.catalog-product-gallery .add-to-cart {}
-
-/* Catalog Search */
-
-.catalogsearch-result-index .note-msg { padding:15px; }
-        
-/* Product review
------------------------------*/
-
-.product-review { padding:15px; }
-.product-review .product-img-box { text-align:center; }
-
-.box-reviews .box-title,
-.box-reviews .box-content .product-name { display:none; }
-.box-reviews .box-content { padding:15px; }
-.box-reviews .form-list { margin:0 0 10px; }
-.box-reviews  p.required { font-size:10px; line-height:12px; margin:10px 0 0; text-align:right; }
-.box-reviews .form-add h4 { display:none; }
-
-#product-reviews-list { display:none; }
-#customer-reviews:target #product-reviews-list { display:block; }
-
-.ratings-table { margin:0 0 10px; }
-.ratings-table th,
-.ratings-table td.label { color:#424242; font-weight:bold; text-align:left; }
-.ratings-table th,
-.ratings-table td { padding:3px 15px 5px 0; }
-.ratings-table td { vertical-align:middle; }
-
-#product-review-table { margin:10px 0; }
-#product-review-table thead th { display:none; }
-#product-review-table tbody th { color:#424242; text-align:left; padding:0 5px 5px 0; }
-#product-review-table tbody td input { background:url(../images/i_star.png) no-repeat center; border:none; display:inline-block; height:18px; width:20px; opacity:0.25; margin:0; -webkit-appearance:none; -webkit-transition:all 100ms ease-in-out; }
-#product-review-table tbody td input:checked,
-#product-review-table tbody td.checked input { opacity:1; }
-
-.review-product-list .breadcrumbs .product { display:none; }
-.review-product-list label { display:inline-block; font-weight:bold; padding:0 0 5px; }
-.review-product-list label em { margin:0 5px 0 0; color: #F4641E; }
-.review-product-list .pager { display:none; }
-
-.product-view .box-reviews { padding:15px; }
-.product-view .box-reviews h2 { color:#424242; font-size:18px; margin:0 0 15px; }
-.product-view .box-reviews h3 { margin:10px 0; }
-.product-view .box-reviews dl { margin:0 0 15px; }
-.product-view .box-reviews dt { color:#666; font-size:12px; margin:0 0 10px; }
-.product-view .box-reviews dt h3 { color:#424242; display:inline; font-size:15px; }
-.product-view .box-reviews dd { margin:0 0 20px; }
-.product-view .box-reviews dd:last-child { margin:0; }
-.product-view .box-reviews dd .date { color:#666; font-size:11px; display:block; }
-.product-view .box-reviews dd + dt { border-top:1px solid #e4e4e4; padding:20px 0 0; }
-
-.review-product-page .product-review,
-.review-product-page .product-essential { display:none; }
-
-/* User account
------------------------------*/
-.my-account {}
-.my-account .breadcrumbs {}
-
-.account-links a,
-.account-links strong { padding-left:30px !important; }
-
-.my-account .page-title {}
-.my-account .page-title.title-buttons { height:auto; }
-.my-account .page-title.title-buttons h1 { display:inline; white-space:normal; }
-.my-account .page-title.title-buttons button {
-    background:none;
-    border:none;
-    color:#424242;
-    display:inline;
-    float:right;
-    font-size:15px;
-    font-weight:normal;
-    margin:0;
-    padding:5px;
-    text-decoration:underline;
-}
-.my-account .box-head,
-.my-account .sub-title,
-.my-account .table-caption { color:#424242; font-size:18px; line-height:22px; margin:0 0 15px; }
-.my-account .welcome-msg { margin:-10px 0 0; padding:0 15px 15px; }
-.my-account .welcome-msg p { display:none; }
-.my-account .welcome-msg .sub-title { font-weight:normal; margin:0; }
-.my-account .messages + .welcome-msg { margin:15px 0 0; }
-
-.cart-collaterals,
-.my-account > p,
-.my-account > .col2-set,
-.my-account > .order-info,
-.my-account .fieldset,
-.my-account .my-rewards,
-.my-account .box-account,
-.my-account .storecredit,
-.my-account .order-history,
-.my-account .order-details,
-.my-account .review-history,
-.my-account .giftregistry > p,
-.my-account .recent-orders > p,
-.my-account .review-history > p,
-.my-account .recurring-profiles,
-.my-account .billing-agreements,
-.my-account .dashboard .reviews,
-.my-account .order-page .order-info,
-.my-account .order-page .order-date,
-.my-account .product-review .product-details,
-.my-account .dashboard .recent-orders,
-.my-account .review-history .list-item,
-.my-account .product-review .product-img-box,
-.my-account .downloadable-products-history > p,
-.my-account .downloadable-products-history .list-item { padding:15px; }
-
-.my-account .box,
-.my-account .info-box { margin:0 0 10px; }
-.my-account .box .box-title,
-.my-account .info-box .box-title,
-.my-account .order-history .pager,
-.my-account .review-history .pager { background:url(../images/bg_gradient.png) repeat-x center #7f7f7f; color:#fff; height:30px; line-height:30px; padding:5px 8px; }
-.my-account .box .box-title a,
-.my-account .info-box .box-title a,
-.my-account .recent-orders table a,
-.my-account .order-history table a {
-    background:#3f3e3f;
-    -webkit-border-radius:5px;
-       -moz-border-radius:5px;
-            border-radius:5px;
-    color:#fff;
-    display:inline-block;
-    float:right;
-    font-size:11px;
-    font-weight:bold;
-    line-height:11px;
-    padding:9px 15px;
-}
-.my-account .box .box-title h3 { display:inline; }
-
-.my-account .info-table th,
-.my-account .info-table td { text-align:left; padding:2px; vertical-align:top; }
-.my-account .box-content table { border-spacing:0; margin:10px 0; }
-.my-account .box-content table th,
-.my-account .box-content table td { padding:2px 5px 2px 0; text-align:left; vertical-align:top; }
-
-.my-account .order-history .pager,
-.my-account .review-history .pager { height:auto; line-height:34px; text-align:right; }
-.my-account .order-history .pager .amount,
-.my-account .review-history .pager .amount { float:left; }
-.my-account .info-box .box-title .separator { display:none; }
-.my-account .box .box-content,
-.my-account .info-box .box-content { padding:10px 5px; }
-.my-account .info-box .box-content a {}
-
-.my-account .fieldset > .fieldset { background:none; padding:0; }
-.my-account .fieldset > .fieldset + .fieldset { margin:15px 0; }
-.my-account .fieldset > .fieldset > .buttons-set { padding:15px 0; }
-.my-account .fieldset h2,
-.my-account .fieldset h2.legend { color:#424242; font-size:18px; line-height:22px; margin:0 0 15px; }
-.my-account form > .buttons-set { padding:15px; }
-.my-account form > .buttons-set button + button { margin:10px 0 0 !important; }
-.my-account .back-link { display:none; }
-.my-account p.required { font-size:10px; line-height:12px; padding:0 15px 15px; text-align:right; }
-.my-account > .buttons-set { padding:15px; }
-
-.my-account .dashboard > .sub-title { padding:15px 15px 0; margin:0; }
-.my-account .dashboard > .sub-title + .col2-set { background:none; }
-.my-account .dashboard .box .box-title:before,
-.my-account .dashboard .info-box .box-title:before {
-    background:rgba(0, 0, 0, .5);
-    border-radius:5px;
-    content:'+';
-    font-family:Arial;
-    display:inline-block;
-    line-height:15px;
-    padding:5px 0;
-    text-align:center;
-    margin:2px 5px 0 0;
-    vertical-align:top;
-    width:20px;
-}
-.my-account .dashboard .box .box-title.collapsed:before,
-.my-account .dashboard .info-box .box-title.collapsed:before { content:'−'; }
-.my-account .dashboard .box-reviews ol { list-style:none; padding:0; }
-.my-account .dashboard .box-reviews li + li { margin:10px 0 0; }
-.my-account .dashboard .box-reviews .number { float:left; margin:0 10px 0 0; }
-.my-account .dashboard .box-reviews .details { display:table; width:90%; }
-.my-account .dashboard .box-reviews .details p { display:inline-block; vertical-align:middle; }
-.my-account .dashboard .box-reviews .details .rating-box { display:inline-block; vertical-align:middle; }
-
-.my-account .dashboard .recent-orders .box-content { padding:0; }
-
-.my-account .order-details .data-table + .order-additional { margin:15px 0 0; }
-
-/* My Orders */
-.my-account .recent-orders .pager,
-.my-account .recent-orders + .buttons-set { display:none; }
-
-/* My Downloadable Products, My Reviews */
-.my-account .review-history { padding:0; }
-
-.my-account .downloadable-products-history .list,
-.my-account .review-history .list { color:#424242; font-size:12px; list-style:none; margin:0; padding:0; }
-.my-account .downloadable-products-history .list-item,
-.my-account .review-history .list-item { margin:0; }
-.my-account .downloadable-products-history .list-item dt,
-.my-account .review-history .list-item dt { font-size:15px; line-height:18px; font-weight:bold; margin:0 0 10px; }
-.my-account .downloadable-products-history .pager,
-.my-account .review-history .pager { display:none; }
-
-.my-account .review-history .list-item h2 { display:inline; }
-.my-account .review-history .list-item dd { padding:5px 0; }
-.my-account .review-history .list-item .date { font-size:12px; }
-
-.my-account .review-history table { border-collapse:collapse; }
-.my-account .review-history table td { padding:4px; vertical-align:top; }
-.my-account .review-history table td .rating-box { margin:0 0 10px; }
-
-.my-account .recent-orders table,
-.my-account .order-history table { border-collapse:collapse; color:#4c4c4c; font-size:12px; width:100%; }
-.my-account .recent-orders th,
-.my-account .order-history table th,
-.my-account .recent-orders td,
-.my-account .order-history table td { padding:4px; text-align:left; vertical-align:middle; }
-.my-account .recent-orders th,
-.my-account .order-history table th { font-weight:bold; padding:11px 8px; }
-.my-account .recent-orders td a,
-.my-account .order-history td a { font-size:12px; float:none; padding:6px 8px; }
-
-/* My Billing Agreements */
-.billing-agreement-view .my-account .page-title { height:auto; }
-.billing-agreement-view .my-account .page-title h1 { display:block; margin:0 0 10px; white-space:normal; }
-.billing-agreement-view .my-account .page-title h1 span { display:block; }
-
-.my-account .billing-agreements > p { padding:15px; }
-.my-account .billing-agreements .box-content > p + .form-list { margin:10px 0 0; }
-.my-account .billing-agreements .box-content .form-list select { margin:0 0 15px; }
-
-.my-account .box-recent .data-table { border-spacing:0; width:100%; }
-.my-account .box-recent .data-table th,
-.my-account .box-recent .data-table td { padding:2px 5px; }
-.my-account .box-recent .data-table th {}
-.my-account .box-recent .data-table tr:nth-child(odd)  {}
-.my-account .box-recent .data-table tr td:nth-child(3) {}
-.my-account .box-recent .data-table tr td:first-child a {}
-
-.my-account .order-details .data-table { border-collapse:collapse; width:100%; }
-.my-account .order-details .data-table th,
-.my-account .order-details .data-table td { padding:10px; text-align:left; vertical-align:top; }
-.my-account .order-details .data-table tbody tr:first-child { }
-.my-account .order-details .data-table tbody th,
-.my-account .order-details .data-table tbody td { border-bottom:1px solid #e4e4e4; }
-.my-account .order-details .data-table tfoot { background:#f5f5f5; }
-
-.my-account .product-review { padding:0; }
-.my-account .product-review .ratings { text-align:center; }
-.my-account .product-review .ratings .rating-box { display:inline-block; padding:15px 0; }
-.my-account .product-review .ratings .rating-links { color:#424242; }
-.my-account .product-review .product-details .product-name { color:#424242; font-size:18px; font-weight:bold; line-height:22px; margin:0 0 15px; }
-.my-account .product-review .product-details .date,
-.my-account .product-review .product-img-box > p,
-.my-account .product-review .product-details .product-name + strong { display:none; }
-
-.my-account .storecredit .account-balance { margin:0 0 10px; }
-
-.customer-address-index .addresses-list ol { list-style:none; margin:0; padding:0; }
-
-.my-account .my-rewards .info-box { position:relative; }
-.my-account .my-rewards .info-box .box-content { padding-bottom:50px; }
-.my-account .my-rewards .info-box .box-title a { position:absolute; bottom:10px; left:5px; }
-
-/* Order
------------------------------*/
-.my-account .order-page .order-info {}
-
-/* Wishlist
------------------------------*/
-.my-wishlist .data-table { border-spacing:0; border-collapse:collapse; width:100%; }
-.my-wishlist .data-table th,
-.my-wishlist .data-table td { padding:15px; text-align:left; vertical-align:top; }
-.my-wishlist .data-table tr { }
-.my-wishlist .data-table .select { display:none; }
-.my-wishlist .data-table .btn-remove { float:right; }
-.my-wishlist .data-table .product-name { font-size:18px; margin:3px 0 10px; }
-.my-wishlist .data-table .product-image { float:left; margin:0 10px 10px 0; }
-.my-wishlist .data-table .product-image img { display:block; margin:0 0 10px; }
-.my-wishlist .data-table .price-box { margin:10px 0; }
-.my-wishlist .data-table .comment { clear:left; margin:10px 0 0; }
-.my-wishlist .data-table .btn-cart { background:transparent; border:none; color:#1394ca; font-size:15px; height:16px; display:inline-block; margin:0 5px; padding:0; text-decoration:underline; -webkit-appearance:none; vertical-align:middle; }
-.my-wishlist .data-table .added-on { font-size:11px; }
-.my-wishlist .data-table .qty { vertical-align:middle; width:50px; }
-.my-wishlist .buttons-set { padding:15px 15px 10px; }
-.my-wishlist .buttons-set:empty,
-.my-wishlist .wishlist-empty + .buttons-set { display:none; }
-.my-wishlist .buttons-set button { margin:10px 0 !important; }
-
-.my-wishlist .cart-cell { display:table; margin:0 0 10px; }
-.my-wishlist .item-manage { display:table; }
-.my-wishlist .item-manage .split-button {
-    background:#ececec;
-    border:1px solid;
-    border-color:#e4e4e4 #e4e4e4 #dcdcdc;
-    border-radius:2px;
-    color:#555;
-    margin:0 0 10px;
-    box-shadow:0 1px 3px #eee;
-    position:relative;
-}
-.my-wishlist .item-manage .split-button .list-container {
-    background:#fff;
-    border:1px solid #e4e4e4;
-    font-size:12px;
-    display:none;
-    top:100%;
-    right:0;
-    position:absolute;
-    margin:2px 0 0;
-    min-width:100%;
-    white-space:nowrap;
-    z-index:10;
-    box-shadow:0 0 6px rgba(0, 0, 0, .15);
-}
-.my-wishlist .item-manage .split-button .list-container li {
-    border-bottom:1px solid #e4e4e4;
-    color:#1394ca;
-    padding:8px;
-}
-.my-wishlist .item-manage .split-button .list-container li:last-child {
-    border-bottom:none;
-}
-.my-wishlist .item-manage .split-button .list-container li.new { background:#e4e4e4; color:#424242; text-shadow:0 1px 0 #fff; }
-.my-wishlist .item-manage .split-button .list-container li.new:before { content:'+'; display:inline-block; margin-right:5px; }
-
-.my-wishlist .item-manage .split-button strong { background:#fff; border-radius:2px; display:block; border-right:1px solid #e4e4e4; font-size:12px; margin:0 25px 0 0; padding:5px 10px 5px 10px; }
-.my-wishlist .item-manage .split-button strong:after {
-    content:'';
-    position:absolute;
-    border-left:3px solid transparent;
-    border-right:3px solid transparent;
-    border-top:6px solid #555;
-    position:absolute;
-    font-size:0;
-    line-height:0;
-    width:0;
-    top:11px;
-    right:11px;
-    z-index:2;
-}
-.my-wishlist .item-manage .split-button strong + a { display:block; text-align:center; line-height:28px; overflow:hidden; position:absolute; top:0; left:0; right:0; text-indent:-200%; }
-
-.my-wishlist .truncated .details { display:none; }
-.my-wishlist .truncated .item-options p { font-weight:bold; margin:10px 0; }
-
-.wishlist-empty { padding:0 15px 15px; }
-
-.item-manage .split-button {}
-.item-manage .split-button .change { text-decoration:underline; }
-.item-manage .split-button.active .change { color:#424242; text-decoration:none; }
-.item-manage .split-button.active .list-container { display:block; }
-
-.item-options { font-size:13px; }
-.item-options .price { font-weight:bold; }
-.item-options dt { color:#424242; font-weight:bold; margin:0 0 2px; }
-.item-options dd + dt { margin:12px 0 0; }
-
-.wishlist-management { padding:15px; }
-.wishlist-management .sub-title h2 { display:inline-block; line-height:18px; position:relative; }
-.wishlist-management .sub-title .item-count { margin:0 5px; }
-.wishlist-management .table-caption .label { display:inline-block; vertical-align:top; }
-
-#wishlists-move,
-#wishlists-copy { display:none; }
-#wishlists-select { display:inline-block; position:relative; }
-#wishlists-select + p { margin:10px 0 0; }
-#wishlists-select.active .list-container { display:block; }
-#wishlists-select .list-container { background:#fff; border:1px solid #e4e4e4; display:none; margin:5px 0 0; position:absolute; white-space:nowrap; box-shadow:0 2px 6px rgba(0, 0, 0, .25); }
-#wishlists-select .list-container li { border-bottom:1px solid #e4e4e4; }
-#wishlists-select .list-container li:last-child { border-bottom:none; }
-#wishlists-select .list-container li a { display:block; padding:5px 10px; }
-#wishlists-select .list-container li.new { background:#e4e4e4; color:#424242; padding:5px 10px; text-shadow:0 1px 0 #fff; }
-#wishlists-select .list-container li.new:before { content:'+'; display:inline-block; margin-right:5px; }
-
-/* Gift Card Account */
-.my-account .giftcardaccount .error-msg { background:#333; color:#fff; padding:15px; text-shadow:0 1px 0 #111; }
-.my-account .giftcardaccount .please-wait { position:absolute; top:103px; left:103px; }
-.my-account .giftcardaccount .buttons-set button:last-child { margin:10px 0 0 !important; }}
-
-/* Cart
------------------------------*/
-.cart .page-title.title-buttons { height:auto; padding:0; }
-.cart .page-title.title-buttons h1 { padding:10px 15px; }
-.cart .page-title.title-buttons .checkout-types { padding:15px; }
-
-.cart-table { border-spacing:0; border-collapse:collapse; width:100%; }
-.cart-table td { padding:10px; vertical-align:top; }
-.cart-table td:first-child { width:75px; }
-.cart-table .price-box { display:table; width:100%; }
-.cart-table .cart-price-box { display:table-cell; text-align:left; vertical-align:middle; }
-.cart-table .cart-price-box .cart-price { font-size:12px; display:block; }
-.cart-table .cart-price-box .cart-price + .cart-price { margin:5px 0 0; padding:5px 0 0; }
-.cart-table .cart-price-box + .cart-price-box { margin-left:10px; text-align:right; }
-.cart-table .cart-price-box + .cart-price-box .cart-price { color:#424242; font-size:15px; font-weight:bold; }
-.cart-table .qty-wrap { display:table-cell; vertical-align:top; width:55px; }
-.cart-table .qty { font-size:13px; text-align:center; vertical-align:middle; width:35px; }
-.cart-table .qty + span { font-size:12px; margin:0 2px; vertical-align:middle; }
-.cart-table .gift-registry-name { font-size:12px; margin:-12px 0 10px; }
-.cart-table .btn-remove { float:right; position:relative; top:0; right:-5px; }
-.cart-table .messages td { background-color:#444 !important; color:#fff; font-size:12px; padding:0 10px 10px; text-shadow:0 1px 0 #111; }
-.cart-table .messages p { margin:10px 0 0; }
-.cart-table .product-image { display:block; margin:0 0 10px; vertical-align:top; }
-.cart-table .product-name { color:#424242; font-size:18px; line-height:22px; margin:0 0 15px; }
-.cart-table .product-name a { color:#424242; }
-
-.cart-table tfoot button + button { margin:10px 0 0; }
-
-.cart-table .downloadable { margin:10px 0 0; }
-.cart-table .product-options td { background:none; padding:0; }
-.cart-table .product-options .toggle { color:#1394ca; cursor:pointer; display:inline-block; margin:10px; }
-.cart-table .product-options .item-options { padding:10px; }
-
-.cart-table .toggle { font-size:13px; display:inline-block; }
-
-.cart-collaterals h2 { color:#424242; font-size:15px; font-weight:normal; line-height:18px; margin:0 0 5px; }
-.cart-collaterals label { display:none; }
-.cart-collaterals button { background:none; color:#1394ca; display:inline-block; border:0; font-size:15px; margin:0; padding:5px; text-decoration:underline; vertical-align:middle; }
-.cart-collaterals button + button { padding:5px 0; }
-.cart-collaterals .v-fix { display:inline-block; margin-right:5px; vertical-align:middle; width:60%; }
-.cart-collaterals .v-fix + button { vertical-align:top; }
-
-.cart-collaterals .discount { margin:0 0 10px; }
-.cart-collaterals .giftcard .error-msg,
-.cart-collaterals .giftcard .please-wait { display:block; font-size:12px; line-height:15px; margin:0 0 5px; }
-.cart-collaterals .btn-gift-registry { margin:10px 0 0; }
-
-.cart .totals,
-.cart .checkout-types { padding:15px; }
-.cart .checkout-types a { font-size:12px; display:block; margin:5px 0 0; padding:5px; text-decoration:underline; }
-.cart .checkout-types li { margin:0 0 10px; text-align:center; }
-.cart .checkout-types li .paypal-or { padding:5px 0; }
-
-.cart .totals table { border-spacing:0; border-collapse:collapse; font-size:13px; width:100%; }
-.cart .totals table th,
-.cart .totals table td { padding:5px; }
-.cart .totals table .price { white-space:nowrap; }
-.cart .totals table .btn-remove { height:20px; width:20px; vertical-align:bottom; }
-.cart .totals table .btn-remove img { display:none; }
-.cart .totals table .summary-total .summary-collapse { display:inline-block; border-bottom:1px dashed; }
-.cart .totals table .summary-total .summary-collapse:before { content:'+'; display:inline-block; margin-right:5px; }
-.cart .totals table .summary-total.show-details .summary-collapse:before { content:'-'; }
-
-.failed-products { border-bottom:1px solid #eae8ea; margin:10px 0 0; padding:0 0 10px; }
-.failed-products h2 { font-weight:bold; }
-.failed-products .cart-table thead { display:none; }
-
-.checkout-success,
-.paypal-review-order { padding:15px; }
-.paypal-review-order select { width:100% !important; }
-.paypal-review-order .sub-title { color:#424242; font-size:18px; line-height:22px; margin:0 0 15px; }
-.paypal-review-order .legend { font-size:16px; line-height:20px; margin:15px 0; }
-.paypal-review-order .info-set { margin:0 0 15px; }
-.paypal-review-order .buttons-set button + button { margin:10px 0 0; }
-.paypal-review-order .buttons-set .please-wait { display:block; font-size:12px; padding:10px; text-align:center; }
-
-.paypal-review-order .data-table { border:1px solid #eee; border-spacing:0; border-collapse:collapse; font-size:13px; margin:15px 0; width:100%; }
-.paypal-review-order .data-table tfoot { background:#eee; }
-.paypal-review-order .data-table th { text-align:left; }
-.paypal-review-order .data-table th:last-child { text-align:right; }
-.paypal-review-order .data-table th { border-bottom:1px solid #eee; padding:5px; }
-.paypal-review-order .data-table td { border-bottom:1px solid #eee; padding:5px; vertical-align:top; }
-
-.checkout-success .sub-title { color:#424242; font-size:18px; line-height:22px; margin:0 0 15px; }
-.checkout-success p { margin:10px 0; }
-
-/* Checkout
------------------------------*/
-.opc { list-style:none; margin:0; padding:10px 10px 0; }
-
-.opc p.required { font-size:10px; line-height:12px; margin:10px 0; text-align:right; }
-.opc .back-link { display:none; }
-.opc .v-middle { vertical-align:middle; }
-.opc .please-wait { display:block; font-size:12px; padding:10px; text-align:center; }
-
-.opc .step-title { background:url(../images/bg_gradient.png) repeat-x center #7f7f7f; color:#fff; height:30px; line-height:30px; padding:5px 8px; }
-.opc .step-title h2 { font-size:15px; font-weight:bold; }
-.opc .step-title a,
-.opc .step-title .number { display:none; }
-
-.opc .step { background-color:#fff !important; padding:10px; position:relative; }
-.opc .step .form-list { margin:0 0 15px; }
-
-.opc .section { margin:0 0 10px; opacity:.5; }
-.opc .section.allow.active { opacity:1; }
-.opc .section.allow .step-title h2:before {
-    background:rgba(0, 0, 0, .5);
-    border-radius:5px;
-    content:'+';
-    font-family:Arial;
-    display:inline-block;
-    line-height:15px;
-    padding:5px 0;
-    text-align:center;
-    margin:2px 5px 0 0;
-    vertical-align:top;
-    width:20px;
-}
-.opc .section.allow.active .step-title h2:before { display:none; }
-
-.checkout-onepage-payment-additional-giftcardaccount { margin:15px 0; }
-
-#checkout-step-login h4 { color:#424242; margin:0 0 10px; }
-#checkout-step-login p { font-size:14px; margin:0 0 10px; }
-
-.opc .sp-methods > dt { color:#424242; font-size:15px; font-weight:bold; line-height:18px; margin:0 0 10px; }
-.opc .sp-methods > dd + dt { margin:10px 0; }
-
-.opc .tool-tip { background:#fff; position:absolute; padding:10px; -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5); }
-.opc .tool-tip .btn-close { padding:0 0 15px 0; text-align:right; font-size:13px; }
-.opc .tool-tip .btn-close a { color:#DF2327; }
-.opc .tool-tip .tool-tip-content img { width:100%; }
-
-.opc .cvv-what-is-this { border-bottom:1px dashed; display:inline-block; margin:5px 5px 0; font-size:13px; vertical-align:top; }
-
-.opc li:last-child .step { padding:0; }
-
-#checkoutSteps li .step .input-box .v-fix { display:inline-block; width:49%; }
-#checkoutSteps li .step .input-box .v-fix .year { width:auto; }
-
-.tool-tip .btn-close { padding:0 0 5px 0; text-align:right; font-size:13px; }
-.tool-tip .btn-close a { color:#DF2327; }
-.tool-tip .tool-tip-content img { width:100%; }
-
-.opc .order-review .data-table { font-size:13px; border-spacing:0; border-collapse:collapse; margin:0 0 15px; width:100%; }
-.opc .order-review .data-table thead tr,
-.opc .order-review .data-table tbody tr:first-child { text-align:left; }
-.opc .order-review .data-table tbody tr:last-child td:last-child { font-weight:bold; }
-.opc .order-review .data-table th { text-align:left; }
-.opc .order-review .data-table th:last-child { float:right; }
-.opc .order-review .data-table th,
-.opc .order-review .data-table td { padding:5px; }
-.opc .order-review .data-table tfoot { background:#eee; }
-.opc .order-review .data-table tfoot th { font-weight:normal; text-align:right; }
-.opc .order-review .data-table .product-name { color:#424242; }
-.opc .order-review .data-table .item-options { font-size:12px; margin:10px 0 0; }
-
-.checkout-review-table { padding:0; }
-
-.opc .order-review .buttons-set > p { margin:15px 0; }
-
-#checkoutSteps #customerbalance_placer { padding:0 0 10px; }
-
-.opc .gift-messages,
-.opc .gift-messages-form { margin:10px 0 20px; }
-
-.opc .gift-message-form .price,
-.opc .gift-wrapping-form label { font-weight:bold; }
-.opc .gift-wrapping-form label { color:#424242; }
-
-.opc .gift-options-for-order { border:1px solid #e4e4e4; border-radius:2px; box-shadow:0 0 3px rgba(0, 0, 0, .15); margin:10px 0; padding:10px; }
-.opc .gift-options-for-order div > a { display:inline-block; margin:10px 0 0; }
-.opc .gift-options-for-order .fieldset { margin:10px 0 0; }
-
-.opc .gift-wrapping-design { padding:10px 0 0; overflow:hidden; }
-.opc .gift-wrapping-design .image-box { float:left; margin:0 10px 10px 0; }
-
-.opc .gift-messages h3,
-.opc .gift-messages-form h4 { color:#424242; font-weight:bold; line-height:18px; margin:0 0 10px; }
-.opc .gift-messages-form p { margin:0 0 10px; }
-.opc .gift-messages-form ol { list-style:none; margin:0 0 10px; padding:0; }
-
-.opc .gift-messages-form .number { display:none; }
-.opc .gift-messages-form .product-image { margin:0 0 2px; }
-.opc .gift-messages-form .product-name { color:#424242; margin:0 0 10px; }
-
-.extra-options-container { clear:both; }
-
-.checkout-agreements { border:1px solid #e4e4e4; list-style:none; padding:10px; }
-.checkout-agreements .agree { font-weight:bold; margin:10px 0 0; text-align:center; }
-.checkout-agreements .agree input,
-.checkout-agreements .agree label { margin-right:10px; vertical-align:middle; }
-
-/* Advanced search
------------------------------*/
-.catalogsearch-advanced-result .search-summary,
-.catalogsearch-advanced-result .page-title + p { display:none; }
-.catalogsearch-advanced-result .toolbar { top:-100px; }
-
-.catalogsearch-advanced-index .fieldset,
-.catalogsearch-advanced-index .buttons-set { padding:15px; }
-.catalogsearch-advanced-index .fieldset .legend { color:#424242; font-size:18px; line-height:22px; margin:0 0 15px; }
-
-/* CMS */
-.cms-home .std { display:none; }
-.cms-home section { padding-bottom:0; }
-
-.std ul,
-.std ol,
-.std dl,
-.std p,
-.std address,
-.std blockquote,
-.std table { margin-bottom:1em; }
-.std ul { list-style:disc outside; padding-left:1.5em; }
-.std ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul ul { list-style-type:circle; }
-.std ul ul,
-.std ol ol,
-.std ul ol,
-.std ol ul { margin:.5em 0; }
-.std dt { font-weight:bold; }
-.std dd { padding:0 0 0 1.5em; }
-.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
-.std address { font-style:normal; }
-.std b,
-.std strong { font-weight:bold; }
-.std i,
-.std em { font-style:italic; }
-.std hr { margin:1.5em 0; color:#d9d9d9; }
-.std table { width:100%; max-width:100%; }
-.std table thead { background:#e8e8e8; }
-.std table th { background:#f7f7f7; word-break:break-word; font-weight:bold; }
-.std table thead th { background:#e8e8e8; font-weight:bold; }
-.std table th,
-.std table td { padding:2px 4px; border:1px solid #d9d9d9; }
-.std table[border="0"] { border-width:0; }
-.std table[border="0"] th,
-.std table[border="0"] td { border-width:0; }
-
-ul.disc li { padding-left:10px; background:url(../images/bkg_bulletsm.gif) no-repeat 0 0.5em; }
-.std ul.disc li { padding-left:0; background:none; }
-
-
-/* Common Buttons Design */
-
-.btn-checkout,
-.account-login button,
-.cart-table tfoot button,
-.opc .buttons-set button,
-.checkout-success button,
-.box-reviews .buttons-set button,
-.my-account form > .buttons-set button,
-#contactForm .buttons-set button,
-.giftregistry .buttons-set button,
-.wishlist-view .buttons-set button,
-.send-to-friend .buttons-set button,
-.account-create .buttons-set button,
-.catalog-product-gallery .buttons-set a,
-.my-account .my-rewards .buttons-set button,
-.my-account .my-wishlist .buttons-set button,
-.popup-block .block-content .buttons-set button,
-.customer-account-forgotpassword .buttons-set button,
-.my-account .billing-agreements .box-content .form-list select + button {
-    background:url(../images/bg_gradient.png) repeat-x center;
-    color:#fff;
-    font-size:21px;
-    display:block;
-    border:0;
-    height:35px;
-    line-height:35px;
-    margin:0;
-    padding:0;
-    -webkit-appearance:none;
-            appearance:none;
-    text-shadow:0 -1px 0 rgba(0, 0, 0, .45);
-    width:100%;
-}
-
-/* Theme options */
-
-/* Custom colors */
-/* Main color */
-body > header,
-body > footer ul,
-body > address.copyright { background-color:#e76212; }
-
-.map-popup-checkout button,
-.more-button,
-.btn-checkout,
-.account-login button,
-.add-to-links > li > a,
-.cart-table tfoot button,
-.opc .buttons-set button,
-.checkout-success button,
-.box-reviews .buttons-set button,
-.my-account form > .buttons-set button,
-#contactForm .buttons-set button,
-.giftregistry .buttons-set button,
-.wishlist-view .buttons-set button,
-.send-to-friend .buttons-set button,
-.account-create .buttons-set button,
-.add-to-links > li .split-button strong,
-.catalog-product-gallery .buttons-set a,
-.my-account .my-rewards .buttons-set button,
-.my-account .my-wishlist .buttons-set button,
-.product-view .product-shop .add-to-box button,
-.popup-block .block-content .buttons-set button,
-.customer-account-forgotpassword .buttons-set button,
-.product-view .product-options-bottom .add-to-cart button,
-.my-account .billing-agreements .box-content .form-list select + button { background-color:#e76212; }
-
-/* Links color */
-#nav-container li a { color:#111; }
-
-/* Buttons background color */
-.block-subscribe button { background:green; }
-
-body > header dd.menu-box a,
-body > header dd.menu-box strong,
-#nav-container li a,
-.page-title,
-.c-list > li,
-.catalog-product-gallery .product-gallery,
-.cart-table .messages td,
-.opc .step,
-.cart-empty,
-body > section > form > .fieldset,
-.account-login .col-1,
-.account-login .col-2,
-.account-create .fieldset,
-.customer-account-forgotpassword .fieldset,
-.customer-account-logoutsuccess .page-title + p,
-.more,
-.filters-block,
-.product-view .product-shop,
-.product-view .short-description,
-.send-friend .fieldset,
-.send-friend .buttons-set,
-.product-collateral .box-collateral,
-.product-collateral .box-additional .data-table th,
-.product-collateral .box-additional .data-table td,
-.box-up-sell,
-.product-view .box-tags,
-.product-view .options-container-big   .product-options,
-.catalog-product-gallery .buttons-set,
-.catalogsearch-result-index .note-msg,
-.product-review,
-.box-reviews .box-content,
-.cart-collaterals,
-.my-account > p,
-.my-account > .col2-set,
-.my-account > .order-info,
-.my-account .fieldset,
-.my-account .my-rewards,
-.my-account .box-account,
-.my-account .storecredit,
-.my-account .order-history,
-.my-account .order-details,
-.my-account .review-history,
-.my-account .giftregistry > p,
-.my-account .recent-orders > p,
-.my-account .review-history > p,
-.my-account .recurring-profiles,
-.my-account .billing-agreements,
-.my-account .dashboard .reviews,
-.my-account .order-page .order-info,
-.my-account .order-page .order-date,
-.my-account .product-review .product-details,
-.my-account .dashboard .recent-orders,
-.my-account .review-history .list-item,
-.my-account .product-review .product-img-box,
-.my-account .downloadable-products-history > p,
-.my-account .downloadable-products-history .list-item,
-.my-account .info-box .box-content,
-.my-account .dashboard > .sub-title,
-.my-account .review-history table td,
-.my-account .recent-orders th,
-.my-account .order-history table th,
-.my-account .recent-orders td,
-.my-account .order-history table td,
-.my-account .order-details .data-table tbody tr:first-child,
-.my-wishlist .data-table tr,
-.my-wishlist .buttons-set,
-.cart-table td,
-.cart-table .product-options .item-options,
-.cart .totals,
-.cart .checkout-types,
-.checkout-success,
-.paypal-review-order,
-.paypal-review-order .data-table,
-.opc,
-.opc .order-review .data-table thead tr,
-.opc .order-review .data-table tbody tr:first-child { background:url(../images/bg_shadow.png) repeat-x 0 0; }
-
-@media
-only screen and (-webkit-min-device-pixel-ratio: 1.5),
-only screen and (-o-min-device-pixel-ratio: 3/2),
-only screen and (min--moz-device-pixel-ratio: 1.5),
-only screen and (min-device-pixel-ratio: 1.5) {
-
-    #nav-container li.subcategory-header { background-image:url(../images/bg_gradient_retina.png); background-size:auto 45px; }
-    #nav-container li.subcategory-header .button-wrap button { background-image:url(../images/bg_back_btn_retina.png); background-size:47px 27px; }
-    
-    #nav-container li a span,
-    .c-list > li > a { background-image:url(../images/custom/arrow_retina.png); background-size:7px 12px; }
-    
-    body > header dt { background-image:url(../images/bg_divider_retina.png); background-size:1px 45px; }
-    body > header dt.menu a { background-image:url(../images/i_menu_retina.png); background-size:50%; }
-    body > header dt.cart-icon a { background-image:url(../images/i_cart_retina.png); background-size:50%; }
-    body > header { background-image:url(../images/bg_gradient_retina.png); background-size:auto 45px; }
-    body > header .search input { background-image:url(../images/i_search_retina.png); background-size:17px 17px; }
-    .header-bg { background:url(../images/custom/bg_header_retina.png) no-repeat center; background-size:auto 45px; }
-    .header-bg .header-logo { background-image:url(../images/custom/bg_logo_retina.png); background-size:45px 45px; }
-    
-    .toolbar .sort-by > label { background-image:url(../images/bg_gradient_retina.png); }
-
-    body > header dd.menu-box a { background-image:url(../images/bg_shadow_retina.png); background-size:1px 40px; }
-    
-    .rating-box { background-image:url(../images/i_star_blank_retina.png); background-size:20px 18px; }
-    .rating-box .rating,
-    #product-review-table tbody td input { background-image:url(../images/i_star_retina.png); background-size:20px 18px; }
-    
-    .controls { background-image:url(../images/bg_divider_dark_retina.png); background-size:1px 30px; }
-    .controls .prev { background-image:url(../images/arrow_left_retina.png); background-size:7px 12px; }
-    .controls .next { background-image:url(../images/arrow_right_retina.png); background-size:7px 12px; }
-    
-    select, .select-multiple { background-image:url(../images/i_dropdown_retina.png); background-size:30px auto; }
-    
-    a.btn-remove, .btn-remove2 { background-image:url(../images/btn_remove_retina.png); background-size:11px 11px; }
-    a.link-edit { background-image:url(../images/btn_edit_retina.png); background-size:18px 18px; }
-    
-    .product-view .product-img-box .product-image:before { background-image:url(../images/i_zoom_retina.png); background-size:14px 14px; }
-
-    .map-popup-checkout button,
-    .btn-checkout,
-    .account-login button,
-    .cart-table tfoot button,
-    .opc .buttons-set button,
-    .checkout-success button,
-    .box-reviews .buttons-set button,
-    .my-account form > .buttons-set button,
-    #contactForm .buttons-set button,
-    .giftregistry .buttons-set button,
-    .wishlist-view .buttons-set button,
-    .send-to-friend .buttons-set button,
-    .account-create .buttons-set button,
-    .my-account .my-rewards .buttons-set button,
-    .my-account .my-wishlist .buttons-set button,
-    .popup-block .block-content .buttons-set button,
-    .customer-account-forgotpassword .buttons-set button,
-    .my-account .billing-agreements .box-content .form-list select + button {
-        background-size:1px 35px;
-    }
-    
-    body > header dd.menu-box a,
-    body > header dd.menu-box strong,
-    #nav-container li a,
-    .page-title,
-    .c-list > li,
-    .catalog-product-gallery .product-gallery,
-    .cart-table .messages td,
-    .opc .step,
-    .cart-empty,
-    body > section > form > .fieldset,
-    .account-login .col-1,
-    .account-login .col-2,
-    .account-create .fieldset,
-    .customer-account-forgotpassword .fieldset,
-    .customer-account-logoutsuccess .page-title + p,
-    .more,
-    .filters-block,
-    .product-view .product-shop,
-    .product-view .short-description,
-    .send-friend .fieldset,
-    .send-friend .buttons-set,
-    .product-collateral .box-collateral,
-    .product-collateral .box-additional .data-table th,
-    .product-collateral .box-additional .data-table td,
-    .box-up-sell,
-    .product-view .box-tags,
-    .product-view .options-container-big   .product-options,
-    .catalog-product-gallery .buttons-set,
-    .catalogsearch-result-index .note-msg,
-    .product-review,
-    .box-reviews .box-content,
-    .cart-collaterals,
-    .my-account > p,
-    .my-account > .col2-set,
-    .my-account > .order-info,
-    .my-account .fieldset,
-    .my-account .my-rewards,
-    .my-account .box-account,
-    .my-account .storecredit,
-    .my-account .order-history,
-    .my-account .order-details,
-    .my-account .review-history,
-    .my-account .giftregistry > p,
-    .my-account .recent-orders > p,
-    .my-account .review-history > p,
-    .my-account .recurring-profiles,
-    .my-account .billing-agreements,
-    .my-account .dashboard .reviews,
-    .my-account .order-page .order-info,
-    .my-account .order-page .order-date,
-    .my-account .product-review .product-details,
-    .my-account .dashboard .recent-orders,
-    .my-account .review-history .list-item,
-    .my-account .product-review .product-img-box,
-    .my-account .downloadable-products-history > p,
-    .my-account .downloadable-products-history .list-item,
-    .my-account .info-box .box-content,
-    .my-account .dashboard > .sub-title,
-    .my-account .review-history table td,
-    .my-account .recent-orders th,
-    .my-account .order-history table th,
-    .my-account .recent-orders td,
-    .my-account .order-history table td,
-    .my-account .order-details .data-table tbody tr:first-child,
-    .my-wishlist .data-table tr,
-    .my-wishlist .buttons-set,
-    .cart-table td,
-    .cart-table .product-options .item-options,
-    .cart .totals,
-    .cart .checkout-types,
-    .checkout-success,
-    .paypal-review-order,
-    .paypal-review-order .data-table,
-    .opc,
-    .opc .order-review .data-table thead tr,
-    .opc .order-review .data-table tbody tr:first-child { background-image:url(../images/bg_shadow_retina.png); background-size:1px 40px; }
-    
-}
diff --git a/skin/frontend/default/iphone/favicon.ico b/skin/frontend/default/iphone/favicon.ico
deleted file mode 100644
index 85b35553c9a..00000000000
Binary files a/skin/frontend/default/iphone/favicon.ico and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/arrow_left.png b/skin/frontend/default/iphone/images/arrow_left.png
deleted file mode 100644
index b4fbf068570..00000000000
Binary files a/skin/frontend/default/iphone/images/arrow_left.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/arrow_left_retina.png b/skin/frontend/default/iphone/images/arrow_left_retina.png
deleted file mode 100644
index b3e5d498726..00000000000
Binary files a/skin/frontend/default/iphone/images/arrow_left_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/arrow_right.png b/skin/frontend/default/iphone/images/arrow_right.png
deleted file mode 100644
index 27235ae43b8..00000000000
Binary files a/skin/frontend/default/iphone/images/arrow_right.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/arrow_right_retina.png b/skin/frontend/default/iphone/images/arrow_right_retina.png
deleted file mode 100644
index 3f6145078b3..00000000000
Binary files a/skin/frontend/default/iphone/images/arrow_right_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_back_btn.png b/skin/frontend/default/iphone/images/bg_back_btn.png
deleted file mode 100644
index 7b55e92b560..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_back_btn.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_back_btn_retina.png b/skin/frontend/default/iphone/images/bg_back_btn_retina.png
deleted file mode 100644
index 63ceb0c64a8..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_back_btn_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_checkbox.png b/skin/frontend/default/iphone/images/bg_checkbox.png
deleted file mode 100644
index 41045eb3445..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_checkbox.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_checkout_step_passed.png b/skin/frontend/default/iphone/images/bg_checkout_step_passed.png
deleted file mode 100644
index e0ddc7dd215..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_checkout_step_passed.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_divider.png b/skin/frontend/default/iphone/images/bg_divider.png
deleted file mode 100644
index c60164a9349..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_divider.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_divider_dark.png b/skin/frontend/default/iphone/images/bg_divider_dark.png
deleted file mode 100644
index 3155c6e84b0..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_divider_dark.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_divider_dark_retina.png b/skin/frontend/default/iphone/images/bg_divider_dark_retina.png
deleted file mode 100644
index 9ad8c5a6251..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_divider_dark_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_divider_retina.png b/skin/frontend/default/iphone/images/bg_divider_retina.png
deleted file mode 100644
index dd2a1629b62..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_divider_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_gradient.png b/skin/frontend/default/iphone/images/bg_gradient.png
deleted file mode 100644
index c33eeb21300..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_gradient.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_gradient_retina.png b/skin/frontend/default/iphone/images/bg_gradient_retina.png
deleted file mode 100644
index abefea993aa..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_gradient_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_shadow.png b/skin/frontend/default/iphone/images/bg_shadow.png
deleted file mode 100644
index ba3595956ae..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_shadow.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/bg_shadow_retina.png b/skin/frontend/default/iphone/images/bg_shadow_retina.png
deleted file mode 100644
index 43d75a3ced3..00000000000
Binary files a/skin/frontend/default/iphone/images/bg_shadow_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/btn_edit.png b/skin/frontend/default/iphone/images/btn_edit.png
deleted file mode 100644
index 8e3b3f7d145..00000000000
Binary files a/skin/frontend/default/iphone/images/btn_edit.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/btn_edit_retina.png b/skin/frontend/default/iphone/images/btn_edit_retina.png
deleted file mode 100644
index d13166ac4fc..00000000000
Binary files a/skin/frontend/default/iphone/images/btn_edit_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/btn_remove.png b/skin/frontend/default/iphone/images/btn_remove.png
deleted file mode 100644
index fd22fdc6b64..00000000000
Binary files a/skin/frontend/default/iphone/images/btn_remove.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/btn_remove_retina.png b/skin/frontend/default/iphone/images/btn_remove_retina.png
deleted file mode 100644
index d8ca6b8ecd6..00000000000
Binary files a/skin/frontend/default/iphone/images/btn_remove_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/custom/arrow.png b/skin/frontend/default/iphone/images/custom/arrow.png
deleted file mode 100644
index a804375d3f2..00000000000
Binary files a/skin/frontend/default/iphone/images/custom/arrow.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/custom/arrow_retina.png b/skin/frontend/default/iphone/images/custom/arrow_retina.png
deleted file mode 100644
index 5652e3b9332..00000000000
Binary files a/skin/frontend/default/iphone/images/custom/arrow_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/custom/bg_header.png b/skin/frontend/default/iphone/images/custom/bg_header.png
deleted file mode 100644
index 53059c75cfb..00000000000
Binary files a/skin/frontend/default/iphone/images/custom/bg_header.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/custom/bg_header_retina.png b/skin/frontend/default/iphone/images/custom/bg_header_retina.png
deleted file mode 100644
index b0f03f01595..00000000000
Binary files a/skin/frontend/default/iphone/images/custom/bg_header_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/custom/bg_logo.png b/skin/frontend/default/iphone/images/custom/bg_logo.png
deleted file mode 100644
index 87a00d15e88..00000000000
Binary files a/skin/frontend/default/iphone/images/custom/bg_logo.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/custom/bg_logo_retina.png b/skin/frontend/default/iphone/images/custom/bg_logo_retina.png
deleted file mode 100644
index 4d3acdb2f7c..00000000000
Binary files a/skin/frontend/default/iphone/images/custom/bg_logo_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_cart.png b/skin/frontend/default/iphone/images/i_cart.png
deleted file mode 100644
index c6e08527ab4..00000000000
Binary files a/skin/frontend/default/iphone/images/i_cart.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_cart_retina.png b/skin/frontend/default/iphone/images/i_cart_retina.png
deleted file mode 100644
index 02b9475a900..00000000000
Binary files a/skin/frontend/default/iphone/images/i_cart_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_dropdown.png b/skin/frontend/default/iphone/images/i_dropdown.png
deleted file mode 100644
index 27ba94c73e4..00000000000
Binary files a/skin/frontend/default/iphone/images/i_dropdown.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_dropdown_retina.png b/skin/frontend/default/iphone/images/i_dropdown_retina.png
deleted file mode 100644
index 5d0188c2ad4..00000000000
Binary files a/skin/frontend/default/iphone/images/i_dropdown_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_menu.png b/skin/frontend/default/iphone/images/i_menu.png
deleted file mode 100644
index 9263c5fffe5..00000000000
Binary files a/skin/frontend/default/iphone/images/i_menu.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_menu_retina.png b/skin/frontend/default/iphone/images/i_menu_retina.png
deleted file mode 100644
index fe77744ba35..00000000000
Binary files a/skin/frontend/default/iphone/images/i_menu_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_search.png b/skin/frontend/default/iphone/images/i_search.png
deleted file mode 100644
index e2a5d9f028c..00000000000
Binary files a/skin/frontend/default/iphone/images/i_search.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_search_retina.png b/skin/frontend/default/iphone/images/i_search_retina.png
deleted file mode 100644
index 1503674588d..00000000000
Binary files a/skin/frontend/default/iphone/images/i_search_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_star.png b/skin/frontend/default/iphone/images/i_star.png
deleted file mode 100644
index 1b638931504..00000000000
Binary files a/skin/frontend/default/iphone/images/i_star.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_star_blank.png b/skin/frontend/default/iphone/images/i_star_blank.png
deleted file mode 100644
index 44ada0fad1b..00000000000
Binary files a/skin/frontend/default/iphone/images/i_star_blank.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_star_blank_retina.png b/skin/frontend/default/iphone/images/i_star_blank_retina.png
deleted file mode 100644
index 00168b0609a..00000000000
Binary files a/skin/frontend/default/iphone/images/i_star_blank_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_star_retina.png b/skin/frontend/default/iphone/images/i_star_retina.png
deleted file mode 100644
index 38991f64399..00000000000
Binary files a/skin/frontend/default/iphone/images/i_star_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_zoom.png b/skin/frontend/default/iphone/images/i_zoom.png
deleted file mode 100644
index 72d0065d453..00000000000
Binary files a/skin/frontend/default/iphone/images/i_zoom.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/i_zoom_retina.png b/skin/frontend/default/iphone/images/i_zoom_retina.png
deleted file mode 100644
index 3a8572dd95c..00000000000
Binary files a/skin/frontend/default/iphone/images/i_zoom_retina.png and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/loader.gif b/skin/frontend/default/iphone/images/loader.gif
deleted file mode 100644
index a1cb32ec72c..00000000000
Binary files a/skin/frontend/default/iphone/images/loader.gif and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/logo.gif b/skin/frontend/default/iphone/images/logo.gif
deleted file mode 100644
index fa7d7f6623b..00000000000
Binary files a/skin/frontend/default/iphone/images/logo.gif and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/media/cell_phone_landing_banner1.jpg b/skin/frontend/default/iphone/images/media/cell_phone_landing_banner1.jpg
deleted file mode 100644
index 8c123db9fc9..00000000000
Binary files a/skin/frontend/default/iphone/images/media/cell_phone_landing_banner1.jpg and /dev/null differ
diff --git a/skin/frontend/default/iphone/images/opc-ajax-loader.gif b/skin/frontend/default/iphone/images/opc-ajax-loader.gif
deleted file mode 100644
index 68ae55f0b74..00000000000
Binary files a/skin/frontend/default/iphone/images/opc-ajax-loader.gif and /dev/null differ
diff --git a/skin/frontend/default/iphone/js/dnd.js b/skin/frontend/default/iphone/js/dnd.js
deleted file mode 100644
index 6282bd81f8d..00000000000
--- a/skin/frontend/default/iphone/js/dnd.js
+++ /dev/null
@@ -1,664 +0,0 @@
-// webkitdragdrop.js v1.0, Mon May 15 2010
-//
-// Copyright (c) 2010 Tommaso Buvoli (http://www.tommasobuvoli.com)
-// No Extra Libraries are required, simply download this file, add it to your pages!
-//
-// To See this library in action, grab an ipad and head over to http://www.gotproject.com
-// webkitdragdrop is freely distributable under the terms of an MIT-style license.
-
-
-//Description
-// Because this library was designed to run without requiring any other libraries, several basic helper functions were implemented
-// 6 helper functons in this webkit_tools class have been taked directly from Prototype 1.6.1 (http://prototypejs.org/) (c) 2005-2009 Sam Stephenson
-
-var webkit_tools =
-{
-    //$ function - simply a more robust getElementById
-
-    $:function(e)
-    {
-        if(typeof(e) == 'string')
-        {
-            return document.getElementById(e);
-        }
-        return e;
-    },
-
-    //extend function - copies the values of b into a (Shallow copy)
-
-    extend:function(a,b)
-    {
-        for (var key in b)
-        {
-            a[key] = b[key];
-        }
-        return a;
-    },
-
-    //empty function - used as defaut for events
-
-    empty:function()
-    {
-
-    },
-
-    //remove null values from an array
-
-    compact:function(a)
-    {
-        var b = []
-        var l = a.length;
-        for(var i = 0; i < l; i ++)
-        {
-            if(a[i] !== null)
-            {
-                b.push(a[i]);
-            }
-        }
-        return b;
-    },
-
-    //DESCRIPTION
-    //    This function was taken from the internet (http://robertnyman.com/2006/04/24/get-the-rendered-style-of-an-element/) and returns
-    //    the computed style of an element independantly from the browser
-    //INPUT
-    //    oELM (DOM ELEMENT) element whose style should be extracted
-    //    strCssRule element
-
-    getCalculatedStyle:function(oElm, strCssRule)
-    {
-        var strValue = "";
-        if(document.defaultView && document.defaultView.getComputedStyle){
-            strValue = document.defaultView.getComputedStyle(oElm, "").getPropertyValue(strCssRule);
-        }
-        else if(oElm.currentStyle){
-            strCssRule = strCssRule.replace(/\-(\w)/g, function (strMatch, p1){
-                return p1.toUpperCase();
-            });
-            strValue = oElm.currentStyle[strCssRule];
-        }
-        return strValue;
-    },
-
-    //bindAsEventListener function - used to bind events
-
-    bindAsEventListener:function(f,object)
-    {
-        var __method = f;
-        return function(event) {
-            __method.call(object, event || window.event);
-        };
-    },
-
-    //cumulative offset - courtesy of Prototype (http://www.prototypejs.org)
-
-    cumulativeOffset:function(element)
-    {
-        var valueT = 0, valueL = 0;
-        do {
-          valueT += element.offsetTop  || 0;
-          valueL += element.offsetLeft || 0;
-          if (element.offsetParent == document.body)
-            if (element.style.position == 'absolute') break;
-
-          element = element.offsetParent;
-        } while (element);
-
-        return {left : valueL, top : valueT};
-      },
-
-      //getDimensions - courtesy of Prototype (http://www.prototypejs.org)
-
-    getDimensions: function(element)
-    {
-        var display = element.style.display;
-        if (display != 'none' && display != null) // Safari bug
-          return {width: element.offsetWidth, height: element.offsetHeight};
-
-        var els = element.style;
-        var originalVisibility = els.visibility;
-        var originalPosition = els.position;
-        var originalDisplay = els.display;
-        els.visibility = 'hidden';
-        if (originalPosition != 'fixed') // Switching fixed to absolute causes issues in Safari
-          els.position = 'absolute';
-        els.display = 'block';
-        var originalWidth = element.clientWidth;
-        var originalHeight = element.clientHeight;
-        els.display = originalDisplay;
-        els.position = originalPosition;
-        els.visibility = originalVisibility;
-        return {width: originalWidth, height: originalHeight};
-    },
-
-    //hasClassName - courtesy of Prototype (http://www.prototypejs.org)
-
-    hasClassName: function(element, className)
-    {
-        var elementClassName = element.className;
-        return (elementClassName.length > 0 && (elementClassName == className ||
-        new RegExp("(^|\\s)" + className + "(\\s|$)").test(elementClassName)));
-      },
-
-    //addClassName - courtesy of Prototype (http://www.prototypejs.org)
-
-    addClassName: function(element, className)
-    {
-        if (!this.hasClassName(element, className))
-            element.className += (element.className ? ' ' : '') + className;
-        return element;
-    },
-
-    //removeClassName - courtesy of Prototype (http://www.prototypejs.org)
-
-    removeClassName: function(element, className)
-    {
-        element.className = this.strip(element.className.replace(new RegExp("(^|\\s+)" + className + "(\\s+|$)"), ' '));
-        return element;
-    },
-
-    //strip - courtesy of Prototype (http://www.prototypejs.org)
-
-    strip:function(s)
-    {
-        return s.replace(/^\s+/, '').replace(/\s+$/, '');
-    }
-
-}
-
-//Description
-// Droppable fire events when a draggable is dropped on them
-
-var webkit_droppables = function()
-{
-    this.initialize = function()
-    {
-        this.droppables = [];
-        this.droppableRegions = [];
-    }
-
-    this.add = function(root, instance_props)
-    {
-        root = webkit_tools.$(root);
-        var default_props = {accept : [], hoverClass : null, onDrop : webkit_tools.empty, onOver : webkit_tools.empty, onOut : webkit_tools.empty};
-        default_props = webkit_tools.extend(default_props, instance_props || {});
-        this.droppables.push({r : root, p : default_props});
-    }
-
-    this.remove = function(root)
-    {
-        root = webkit_tools.$(root);
-        var d = this.droppables;
-        var i = d.length;
-        while(i--)
-        {
-            if(d[i].r == root)
-            {
-                d[i] = null;
-                this.droppables = webkit_tools.compact(d);
-                return true;
-            }
-        }
-        return false;
-    }
-
-    //calculate position and size of all droppables
-
-    this.prepare = function()
-    {
-        var d = this.droppables;
-        var i = d.length;
-        var dR = [];
-        var r = null;
-
-        while(i--)
-        {
-            r = d[i].r;
-            if(r.style.display != 'none')
-            {
-                dR.push({i : i, size : webkit_tools.getDimensions(r), offset : webkit_tools.cumulativeOffset(r)})
-            }
-        }
-
-        this.droppableRegions = dR;
-    }
-
-    this.finalize = function(x,y,r,e)
-    {
-        var indices = this.isOver(x,y);
-        var index = this.maxZIndex(indices);
-        var over = this.process(index,r);
-        if(over)
-        {
-            this.drop(index, r,e);
-        }
-        this.process(-1,r);
-        return over;
-    }
-
-    this.check = function(x,y,r,e)
-    {
-        var indices = this.isOver(x,y);
-        var index = this.maxZIndex(indices);
-        return this.process(index,r, e);
-    }
-
-    this.isOver = function(x, y)
-    {
-        var dR = this.droppableRegions;
-        var i = dR.length;
-        var active = [];
-        var r = 0;
-        var maxX = 0;
-        var minX = 0;
-        var maxY = 0;
-        var minY = 0;
-
-        while(i--)
-        {
-            r = dR[i];
-
-            minY = r.offset.top;
-            maxY = minY + r.size.height;
-
-            if((y > minY) && (y < maxY))
-            {
-                minX = r.offset.left;
-                maxX = minX + r.size.width;
-
-                if((x > minX) && (x < maxX))
-                {
-                    active.push(r.i);
-                }
-            }
-        }
-
-        return active;
-    }
-
-    this.maxZIndex = function(indices)
-    {
-        var d = this.droppables;
-        var l = indices.length;
-        var index = -1;
-
-        var maxZ = -100000000;
-        var curZ = 0;
-
-        while(l--)
-        {
-            curZ = parseInt(d[indices[l]].r.style.zIndex || 0);
-            if(curZ > maxZ)
-            {
-                maxZ = curZ;
-                index = indices[l];
-            }
-        }
-
-        return index;
-    }
-
-    this.process = function(index, draggableRoot, e)
-    {
-        //only perform update if a change has occured
-        if(this.lastIndex != index)
-        {
-            //remove previous
-            if(this.lastIndex != null)
-            {
-                var d = this.droppables[this.lastIndex]
-                var p = d.p;
-                var r = d.r;
-
-                if(p.hoverClass)
-                {
-                    webkit_tools.removeClassName(r,p.hoverClass);
-                }
-                p.onOut(draggableRoot, e);
-                this.lastIndex = null;
-                this.lastOutput = false;
-            }
-
-            //add new
-            if(index != -1)
-            {
-                var d = this.droppables[index]
-                var p = d.p;
-                var r = d.r;
-
-                if(this.hasClassNames(draggableRoot, p.accept))
-                {
-                    if(p.hoverClass)
-                    {
-                        webkit_tools.addClassName(r,p.hoverClass);
-                    }
-                    p.onOver(draggableRoot, e);
-                    this.lastIndex = index;
-                    this.lastOutput = true;
-                }
-            }
-        }
-        return this.lastOutput;
-    }
-
-    this.drop = function(index, r, e)
-    {
-        if(index != -1)
-        {
-            this.droppables[index].p.onDrop(r,e);
-        }
-    }
-
-    this.hasClassNames = function(r, names)
-    {
-        var l = names.length;
-        if(l == 0){return true}
-        while(l--)
-        {
-            if(webkit_tools.hasClassName(r,names[l]))
-            {
-                return true;
-            }
-        }
-        return false;
-    }
-
-    this.initialize();
-}
-
-webkit_drop = new webkit_droppables();
-
-//Description
-//webkit draggable - allows users to drag elements with their hands
-
-var webkit_draggable = function(r, ip)
-{
-    this.ready = false;
-    this.timeout = undefined;
-    this.initialize = function(root, instance_props)
-    {
-        this.root = webkit_tools.$(root);
-        var default_props = {scroll : false, revert : false, handle : this.root, zIndex : 1000, onStart : webkit_tools.empty, onEnd : webkit_tools.empty};
-
-        this.p = webkit_tools.extend(default_props, instance_props || {});
-        default_props.handle = webkit_tools.$(default_props.handle);
-        this.prepare();
-        this.bindEvents();
-    }
-
-    this.prepare = function()
-    {
-        var rs = this.root.style;
-
-        //set position
-        if(webkit_tools.getCalculatedStyle(this.root,'position') != 'absolute')
-        {
-            rs.position = 'relative';
-        }
-
-        //set top, right, bottom, left
-        rs.top = rs.top || '0px';
-        rs.left = rs.left || '0px';
-        rs.right = "";
-        rs.bottom = "";
-
-        //set zindex;
-        rs.zIndex = rs.zIndex || '0';
-    }
-
-    this.bindEvents = function()
-    {
-        var handle = this.p.handle;
-
-        this.ts = webkit_tools.bindAsEventListener(this.touchStart, this);
-        this.tm = webkit_tools.bindAsEventListener(this.touchMove, this);
-        this.te = webkit_tools.bindAsEventListener(this.touchEnd, this);
-
-        handle.addEventListener("touchstart", this.ts, false);
-        handle.addEventListener("touchmove", this.tm, false);
-        handle.addEventListener("touchend", this.te, false);
-    }
-
-    this.destroy = function()
-    {
-        var handle = this.p.handle;
-
-        handle.removeEventListener("touchstart", this.ts);
-        handle.removeEventListener("touchmove", this.tm);
-        handle.removeEventListener("touchend", this.te);
-    }
-
-    this.set = function(key, value)
-    {
-        this.p[key] = value;
-    }
-
-    this.touchStart = function(event)
-    {
-        this.timeout = setTimeout(function () {
-            //prepare needed variables
-            var p = this.p;
-            var r = this.root;
-            var rs = r.style;
-            var t = event.targetTouches[0];
-
-            //get position of touch
-            touchX = t.pageX;
-            touchY = t.pageY;
-
-            //set base values for position of root
-            rs.top = this.root.style.top || '0px';
-            rs.left = this.root.style.left || '0px';
-            rs.bottom = null;
-            rs.right = null;
-
-            var rootP = webkit_tools.cumulativeOffset(r);
-            var cp = this.getPosition();
-
-            //save event properties
-            p.rx = cp.x;
-            p.ry = cp.y;
-            p.tx = touchX;
-            p.ty = touchY;
-            p.z = parseInt(this.root.style.zIndex);
-
-            //boost zIndex
-            rs.zIndex = p.zIndex;
-            webkit_drop.prepare();
-            p.onStart(r, event);
-            
-            this.ready = true;
-            
-        }.bind(this), 500);
-    }
-
-    this.touchMove = function(event)
-    {
-        if ( this.ready ) {
-            event.preventDefault();
-            event.stopPropagation();
-
-            //prepare needed variables
-            var p = this.p;
-            var r = this.root;
-            var rs = r.style;
-            var t = event.targetTouches[0];
-            if(t == null){return}
-
-            var curX = t.pageX;
-            var curY = t.pageY;
-
-            var delX = curX - p.tx;
-            var delY = curY - p.ty;
-
-            rs.webkitTransform = 'translate3d(' + (p.rx + delX) + 'px,' + (p.ry + delY) + 'px, 1px)';
-
-            //scroll window
-            if(p.scroll)
-            {
-                s = this.getScroll(curX, curY);
-                if((s[0] != 0) || (s[1] != 0))
-                {
-                    window.scrollTo(window.scrollX + s[0], window.scrollY + s[1]);
-                }
-            }
-
-            //check droppables
-            webkit_drop.check(curX, curY, r, event);
-
-            //save position for touchEnd
-            this.lastCurX = curX;
-            this.lastCurY = curY;
-        }
-    }
-
-    this.touchEnd = function(event)
-    {
-        clearTimeout(this.timeout);
-        if ( this.ready ) {
-            event.preventSwipe = true;
-            var r = this.root;
-            var p = this.p;
-            var dropped = webkit_drop.finalize(this.lastCurX, this.lastCurY, r, event);
-
-            if(((p.revert) && (!dropped)) || (p.revert === 'always'))
-            {
-                //revert root
-                var rs = r.style;
-                rs.webkitTransform = 'translate3d(' + p.rx + 'px,' + p.ry + 'px, 1px)';
-                //rs.top = (p.ry + 'px');
-                //rs.left = (p.rx + 'px');
-            }
-
-            r.style.zIndex = this.p.z;
-            this.p.onEnd(r, event);
-            this.ready = false;
-        }
-    }
-
-    this.getPosition = function()
-    {
-        var rs = this.root.style;
-        return {x : parseInt(rs.left || 0), y : parseInt(rs.top  || 0)}
-    }
-
-    this.getScroll = function(pX, pY)
-    {
-        //read window variables
-        var sX = window.scrollX;
-        var sY = window.scrollY;
-
-        var wX = window.innerWidth;
-        var wY = window.innerHeight;
-
-        //set contants
-        var scroll_amount = 10; //how many pixels to scroll
-        var scroll_sensitivity = 100; //how many pixels from border to start scrolling from.
-
-        var delX = 0;
-        var delY = 0;
-
-        //process vertical y scroll
-        if(pY - sY < scroll_sensitivity)
-        {
-            delY = -scroll_amount;
-        }
-        else
-        if((sY + wY) - pY < scroll_sensitivity)
-        {
-            delY = scroll_amount;
-        }
-
-        //process horizontal x scroll
-        if(pX - sX < scroll_sensitivity)
-        {
-            delX = -scroll_amount;
-        }
-        else
-        if((sX + wX) - pX < scroll_sensitivity)
-        {
-            delX = scroll_amount;
-        }
-
-        return [delX, delY]
-    }
-
-    //contructor
-    this.initialize(r, ip);
-}
-
-//Description
-//webkit_click class. manages click events for draggables
-
-var webkit_click = function(r, ip)
-{
-    this.initialize = function(root, instance_props)
-    {
-        var default_props = {onClick : webkit_tools.empty};
-
-        this.root = webkit_tools.$(root);
-        this.p = webkit_tools.extend(default_props, instance_props || {});
-        this.bindEvents();
-    }
-
-    this.bindEvents = function()
-    {
-        var root = this.root;
-
-        //bind events to local scope
-        this.ts = webkit_tools.bindAsEventListener(this.touchStart,this);
-        this.tm = webkit_tools.bindAsEventListener(this.touchMove,this);
-        this.te = webkit_tools.bindAsEventListener(this.touchEnd,this);
-
-        //add Listeners
-        root.addEventListener("touchstart", this.ts, false);
-        root.addEventListener("touchmove", this.tm, false);
-        root.addEventListener("touchend", this.te, false);
-
-        this.bound = true;
-    }
-
-    this.touchStart = function()
-    {
-        this.moved = false;
-        if(this.bound == false)
-        {
-            this.root.addEventListener("touchmove", this.tm, false);
-            this.bound = true;
-        }
-    }
-
-    this.touchMove = function()
-    {
-        this.moved = true;
-        this.root.removeEventListener("touchmove", this.tm);
-        this.bound = false;
-    }
-
-    this.touchEnd = function()
-    {e.preventSwipe = true;
-        if(this.moved == false)
-        {
-            this.p.onClick();
-        }
-    }
-
-    this.setEvent = function(f)
-    {
-        if(typeof(f) == 'function')
-        {
-            this.p.onClick = f;
-        }
-    }
-
-    this.unbind = function()
-    {
-        var root = this.root;
-        root.removeEventListener("touchstart", this.ts);
-        root.removeEventListener("touchmove", this.tm);
-        root.removeEventListener("touchend", this.te);
-    }
-
-    //call constructor
-    this.initialize(r, ip);
-}
diff --git a/skin/frontend/default/iphone/js/iphone.js b/skin/frontend/default/iphone/js/iphone.js
deleted file mode 100644
index 69902ed3ff2..00000000000
--- a/skin/frontend/default/iphone/js/iphone.js
+++ /dev/null
@@ -1,1230 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_iphone
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
- // Homepage categories and subcategories slider
-document.observe("dom:loaded", function() {
-
-    transEndEventNames = {
-        'WebkitTransition' : 'webkitTransitionEnd',
-        'MozTransition'    : 'transitionend',
-        'OTransition'      : 'oTransitionEnd',
-        'msTransition'     : 'MSTransitionEnd',
-        'transition'       : 'transitionend'
-    },
-    transEndEventName = transEndEventNames[ Modernizr.prefixed('transition') ];
-
-    function handler(position) {
-        var lat = position.coords.latitude,
-            lng = position.coords.longitude;
-
-        //alert(latitude + ' ' + longitude);
-
-        var geocoder = new google.maps.Geocoder();
-
-        function codeLatLng() {
-            var latlng = new google.maps.LatLng(lat, lng);
-            geocoder.geocode({'latLng': latlng}, function(results, status) {
-                if (status == google.maps.GeocoderStatus.OK) {
-                    if (results[0]) {
-                        alert(results[0].formatted_address);
-                    }
-                } else {
-                    alert("Geocoder failed due to: " + status);
-                }
-            });
-        }
-
-        //codeLatLng();
-
-    }
-
-    var loadMore = Class.create({
-        initialize: function (list, href, pattern) {
-            var that = this;
-
-            this.list = list;
-            this.list.insert({ after : 'More 
'});
-            this.href = href.readAttribute('href');
-            this.button = $('more_button');
-            this.holder = new Element('div', { 'class': 'response-holder' });
-
-            this.button.observe('click', function () {
-                if ( !that.button.hasClassName('loading') ) {
-                    new Ajax.Request(that.href, {
-                        onCreate: function () {
-                            that.button.addClassName('loading');
-                        },
-                        onComplete: function(response) {
-                            if (200 == response.status) {
-                                that.holder.innerHTML = response.responseText;
-                                that.holder.select(pattern).each(function(elem) {
-                                    that.list.insert({ bottom : elem });
-                                });
-                                that.href = that.holder.select('.next-page')[0].readAttribute('href');
-                                that.button.removeClassName('loading');
-                                if ( !that.href ) {
-                                    that.button.up().remove();
-                                }
-                            }
-
-                        }
-                    });
-                }
-            });
-        }
-    });
-
-    if ( $$('.c-list')[0] && $$('.next-page')[0]  ) {
-        var loadMoreCategory = new loadMore(
-            $$('.c-list')[0],
-            $$('.next-page')[0],
-            '.c-list > li'
-        );
-    }
-
-    if ( $$('.downloadable-products-history .list')[0] && $$('.next-page')[0]  ) {
-        var loadMoreCategory = new loadMore(
-            $$('.downloadable-products-history .list')[0],
-            $$('.next-page')[0],
-            '.downloadable-products-history .list > li'
-        );
-    }
-
-    if ( $$('.review-history .list')[0] && $$('.next-page')[0]  ) {
-        var loadMoreCategory = new loadMore(
-            $$('.review-history .list')[0],
-            $$('.next-page')[0],
-            '.review-history .list > li'
-        );
-    }
-
-    if ( $$('.recent-orders .data-table')[0] && $$('.next-page')[0]  ) {
-        var loadMoreCategory = new loadMore(
-            $$('.recent-orders .data-table')[0],
-            $$('.next-page')[0],
-            '.recent-orders .data-table tbody > tr'
-        );
-    }
-
-    //-----------------------------//
-
-    $$('label[for]').each(function(label) {
-        label.observe('click', function() {});
-    });
-
-    $$('input.validate-email').each(function (input) {
-        input.writeAttribute('type', 'email');
-    });
-
-    $$('.form-list img[src*="calendar.gif"]').each(function (img) {
-        img.up().insert({ 'top' : img });
-    });
-
-    if ( navigator.geolocation ) {
-        //navigator.geolocation.getCurrentPosition(handler);
-    }
-
-    if ( $('my-reviews-table') ) {
-        $('my-reviews-table').wrap('div', { 'class' : 'my-reviews-table-wrap' });
-    }
-
-    $$('.my-account .dashboard .box-title').each(function (elem) {
-        elem.observe('click', function (e) {
-            if ( e.target.hasClassName('box-title') ) {
-                this.toggleClassName('collapsed').next().toggle();
-            }
-        }).next().hide();
-    });
-
-    var transformPref = Modernizr.prefixed('transform');
-
-    function supportsTouchCallout () {
-        var div = document.createElement('div'),
-            supports = div.style['webkitTouchCallout'] !== undefined || div.style['touchCallout'] !== undefined;
-
-        return supports;
-    }
-
-    $$('input[name=qty], input[name*=super_group], input[name*=qty]').each(function (el) {
-        var defaultValue = el.value;
-        el.observe('focus', function () {
-            if (this.value == defaultValue) this.value = '';
-        });
-        el.observe('blur', function () {
-            if (this.value == "") this.value = defaultValue;
-        });
-    });
-
-    if ( $('product-review-table') ) {
-        $('product-review-table').wrap('div', {'class' : 'review-table-wrap'}).on('click', 'input[type="radio"]', function (e) {
-
-            var $this = e.target;
-
-            $this.up('tr').select('td').invoke('removeClassName', 'checked');
-            if ( $this.up().hasClassName('value') ) {
-                $this.up().addClassName('checked').previousSiblings().each(function (td) {
-                    if (td.hasClassName('value')) td.addClassName('checked');
-                });
-            }
-
-        });
-    }
-
-    function is_touch_device() {
-      try {
-        document.createEvent("TouchEvent");
-        return true;
-      } catch (e) {
-        return false;
-      }
-    }
-
-    var touch = is_touch_device();
-
-    $$('select[multiple]').each(function (select) {
-        var select_options = new Element('ol', {'class': 'select-multiple-options'}).wrap('div', { 'class' : 'select-multiple-options-wrap' }),
-            selected;
-
-        select.wrap('div', { 'class': 'select-multiple-wrap' });
-        select.select('option').each(function(option) {
-            select_options.down().insert({ bottom : new Element('li', { 'class' :  'select-option', 'data-option-value' : option.value }).update(option.text) });
-        });
-
-        select_options.insert({ top : new Element('div', { 'class' : 'select-heading' }).update('Choose options...').insert({ top : new Element('span', { 'class' : 'select-close' }).update('×') }) });
-
-        var closeSelect = function() {
-            select_options.setStyle({ 'visibility' : 'hidden' });
-            selected = [];
-            select.select('option').each(function (option) {
-                if (option.selected) {
-                    selected.push(option.text);
-                }
-            });
-
-            if (selected.size() > 0) {
-                select.previous().update('All Products ' + a.innerHTML + ' ');
-        });
-    }
-
-    var filters = $$('.filters-block .currently')[0];
-    if ( filters ) {
-        $$('.toolbar')[0].insert({ 'after' : Element.clone(filters, true) });
-    }
-
-});
diff --git a/skin/frontend/default/iphone/js/modernizr.js b/skin/frontend/default/iphone/js/modernizr.js
deleted file mode 100644
index 2dbe336ef99..00000000000
--- a/skin/frontend/default/iphone/js/modernizr.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/* Modernizr 2.0.6 (Custom Build) | MIT & BSD
- * Build: http://www.modernizr.com/download/#-csstransforms-csstransforms3d-cssclasses-prefixed-teststyles-testprop-testallprops-prefixes-domprefixes
- */
-;window.Modernizr=function(a,b,c){function C(a,b){var c=a.charAt(0).toUpperCase()+a.substr(1),d=(a+" "+o.join(c+" ")+c).split(" ");return B(d,b)}function B(a,b){for(var d in a)if(k[a[d]]!==c)return b=="pfx"?a[d]:!0;return!1}function A(a,b){return!!~(""+a).indexOf(b)}function z(a,b){return typeof a===b}function y(a,b){return x(n.join(a+";")+(b||""))}function x(a){k.cssText=a}var d="2.0.6",e={},f=!0,g=b.documentElement,h=b.head||b.getElementsByTagName("head")[0],i="modernizr",j=b.createElement(i),k=j.style,l,m=Object.prototype.toString,n=" -webkit- -moz- -o- -ms- -khtml- ".split(" "),o="Webkit Moz O ms Khtml".split(" "),p={},q={},r={},s=[],t=function(a,c,d,e){var f,h,j,k=b.createElement("div");if(parseInt(d,10))while(d--)j=b.createElement("div"),j.id=e?e[d]:i+(d+1),k.appendChild(j);f=["",""].join(""),k.id=i,k.innerHTML+=f,g.appendChild(k),h=c(k,a),k.parentNode.removeChild(k);return!!h},u,v={}.hasOwnProperty,w;!z(v,c)&&!z(v.call,c)?w=function(a,b){return v.call(a,b)}:w=function(a,b){return b in a&&z(a.constructor.prototype[b],c)};var D=function(a,c){var d=a.join(""),f=c.length;t(d,function(a,c){var d=b.styleSheets[b.styleSheets.length-1],g=d.cssRules&&d.cssRules[0]?d.cssRules[0].cssText:d.cssText||"",h=a.childNodes,i={};while(f--)i[h[f].id]=h[f];e.csstransforms3d=i.csstransforms3d.offsetLeft===9},f,c)}([,["@media (",n.join("transform-3d),("),i,")","{#csstransforms3d{left:9px;position:absolute}}"].join("")],[,"csstransforms3d"]);p.csstransforms=function(){return!!B(["transformProperty","WebkitTransform","MozTransform","OTransform","msTransform"])},p.csstransforms3d=function(){var a=!!B(["perspectiveProperty","WebkitPerspective","MozPerspective","OPerspective","msPerspective"]);a&&"webkitPerspective"in g.style&&(a=e.csstransforms3d);return a};for(var E in p)w(p,E)&&(u=E.toLowerCase(),e[u]=p[E](),s.push((e[u]?"":"no-")+u));x(""),j=l=null,e._version=d,e._prefixes=n,e._domPrefixes=o,e.testProp=function(a){return B([a])},e.testAllProps=C,e.testStyles=t,e.prefixed=function(a){return C(a,"pfx")},g.className=g.className.replace(/\bno-js\b/,"")+(f?" js "+s.join(" "):"");return e}(this,this.document);
diff --git a/skin/frontend/default/modern/css/print.css b/skin/frontend/default/modern/css/print.css
deleted file mode 100644
index 917c6d4429c..00000000000
--- a/skin/frontend/default/modern/css/print.css
+++ /dev/null
@@ -1,34 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_modern
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-*     { background:none !important; text-align:left !important; }
-html  { margin:0 !important; padding:0 !important; }
-body  { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
-a     { color:#2976c9 !important; }
-th,td { color:#2f2f2f !important;  border-color:#ccc !important; }
-
-.header-container,
-.nav-container,
-.footer-container,
-.pager,
-.toolbar,
-.actions,
-.buttons-set { display:none !important; }
-
-.page-print .data-table .cart-tax-total { background-position:100% -54px; }
-.page-print .data-table .cart-tax-info { display:block !important; }
diff --git a/skin/frontend/default/modern/css/styles-ie.css b/skin/frontend/default/modern/css/styles-ie.css
deleted file mode 100644
index ce2c1bc1296..00000000000
--- a/skin/frontend/default/modern/css/styles-ie.css
+++ /dev/null
@@ -1,161 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_modern
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* IE 6 only */
-* html .validation-advice { height:13px; }
-* html .main { height:350px; }
-* html .account-login .content { height:200px; }
-.block li.item,
-.block-poll li,
-.opc li.section { vertical-align:top; }
-
-* html button.button span { background-image:url(../images/bkg_btn.gif); }
-* html .form-search button.button span,
-* html .block button.button span,
-* html .product-view .box-tags .form-add button.button span,
-* html .footer .form-subscribe button.button span { background-image:url(../images/bkg_btn-small.gif); }
-* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
-
-/* Doubled Margin Fixes */
-.product-view .product-img-box .more-views li,
-.product-view .box-tags .form-add .input-box,
-.sp-methods select.month,
-.footer .form-subscribe .input-box { display:inline; }
-
-/********** < Navigation styles */
-#nav li,
-#nav li a { zoom:1; }
-#nav li { vertical-align:top; }
-/********** < Navigation styles */
-
-select { margin-bottom:1px; }
-input.radio { width:13px; height:13px; }
-input.checkbox { width:13px; height:13px; }
-button.button { height:28px; }
-button.button span { position:relative; }
-button.btn-checkout { height:28px; }
-.form-list label { position:relative; z-index:0; }
-.form-list label.required em { position:absolute; top:0; right:-8px; }
-.form-list .input-box input.input-text { float:left; }
-
-.form-search button.button,
-.block button.button,
-.product-view .box-tags .form-add button.button,
-.footer .form-subscribe button.button { height:23px; }
-
-.cart .discount .buttons-set button.button,
-.cart .shipping .buttons-set button.button { height:19px; }
-
-table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
-
-.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
-
-.gift-messages-form { position:relative; zoom:1; }
-
-.tool-tip .btn-close a { margin:0; }
-
-.product-view .box-tags .product-tags li { padding:0 4px 0 7px; }
-.footer li { padding-right:2px; margin-right:6px; }
-
-.product-options dd .time-picker select { margin:0; padding:0; position:relative; top:-1px; }
-
-/* Clearer */
-.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
-
-/* Clears and hasLayout fixes */
-.header-container,
-.header-container .top-container,
-.header,
-.top-bar,
-.quick-access,
-.form-search,
-#nav,
-.main,
-.footer,
-.footer .form-subscribe,
-.footer-container .bottom-container,
-.col-main,
-.col2-set,
-.col3-set,
-.col4-set,
-.messages li,
-.search-autocomplete li,
-.block,
-.block .block-content,
-.block .actions,
-.block li.item,
-.block-poll li,
-.block-poll .label,
-.block-layered-nav .currently li,
-.block-account .block-content li a,
-.mini-products-list .product-details,
-.page-title,
-.rss-title h1,
-.products-grid,
-.products-list li.item,
-.box-account .box-head,
-.dashboard .box .box-title,
-.order-info ul,
-.box-reviews li.item,
-.box-tags li.item,
-.pager,
-.sorter,
-.ratings,
-.add-to-box,
-.add-to-cart,
-.product-essential,
-.product-collateral,
-.product-tabs,
-.product-view .product-img-box .more-views ul,
-.product-view .box-tags .form-add,
-.product-view .product-shop .short-description,
-.product-view .box-description,
-.product-options .options-list li,
-.product-options,
-.product-options-bottom,
-.truncated,
-.truncated .truncated_full_value,
-.product-review,
-.cart,
-.cart-collaterals,
-.cart .crosssell li.item,
-.cart .discount,
-.cart .discount .discount-form,
-.cart .shipping .shipping-form,
-.opc .step-title,
-.opc .step,
-.multiple-checkout,
-.sp-methods,
-.checkout-progress,
-.multiple-checkout .place-order,
-.form-list li,
-.form-list .field,
-.form-list .input-box,
-.group-select li,
-.buttons-set,
-.page-print .print-head,
-.cart-tax-total,
-.advanced-search-summary,
-.advanced-search-summary p,
-.gift-messages-form .item,
-.send-friend .form-list li p,
-.centinel .authentication { zoom:1; }
-
-/* Hover Fix */
-iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
diff --git a/skin/frontend/default/modern/css/styles.css b/skin/frontend/default/modern/css/styles.css
deleted file mode 100644
index fe3d4268c21..00000000000
--- a/skin/frontend/default/modern/css/styles.css
+++ /dev/null
@@ -1,1751 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_modern
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* Reset ================================================================================= */
-* { margin:0; padding:0; }
-
-body          { background:#f2f2f2 url(../images/bkg_body.gif) 0 0 repeat; font:11px/1.55 arial, helvetica, sans-serif; color:#444; text-align:center; }
-
-img           { border:0; vertical-align:top; }
-
-a             { color:#4f8100; text-decoration:none; }
-a:hover       { text-decoration:underline; }
-:focus        { outline:0; }
-
-/* Headings */
-h1          { font-size:2em; font-weight:normal; line-height:1.15; }
-h2          { font-size:1.5em; line-height:1.25; margin-bottom:.45em; }
-h3          { font-size:1.35em; line-height:1.25; margin-bottom:.45em; }
-h4          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
-h5          { font-size:1.05em; line-height:1.35; margin-bottom:.45em; }
-h6          { font-size:1em; line-height:1.35; margin-bottom:1em; }
-
-/* Forms */
-form          { display:inline; }
-fieldset      { border:0; }
-legend        { display:none; }
-
-/* Table */
-table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
-caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
-
-/* Content */
-p             { margin:0 0 1em; }
-strong        { font-weight:bold; }
-address       { font-style:normal; line-height:1.35; }
-cite          { font-style:normal; }
-q,
-blockquote    { quotes:none; }
-q:before,
-q:after       { content:''; }
-small         { font-size:1em; }
-big           { font-size:1.15em; }
-/*sup           { font-size:1em; vertical-align:top; }*/
-
-/* Lists */
-ul,ol         { list-style:none; }
-
-/* Tools */
-.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; }
-.nobr         { white-space:nowrap !important; }
-.wrap         { white-space:normal !important; }
-.a-left       { text-align:left !important; }
-.a-center     { text-align:center !important; }
-.a-right      { text-align:right !important; }
-.v-top        { vertical-align:top; }
-.v-middle     { vertical-align:middle; }
-.f-left,
-.left         { float:left !important; }
-.f-right,
-.right        { float:right !important; }
-.f-none       { float:none !important; }
-.f-fix        { float:left; width:100%; }
-.no-display   { display:none; }
-.no-margin    { margin:0 !important; }
-.no-padding   { padding:0 !important; }
-.no-bg        { background:none !important; }
-/* ======================================================================================= */
-
-
-/* Layout ================================================================================ */
-.wrapper {}
-.page { width:960px; margin:15px auto 0; text-align:left; }
-.page-print { background:#fff; padding:25px 30px; text-align:left; }
-.page-empty { background:#fff; padding:20px; text-align:left; }
-.page-popup { background:#fff; padding:25px 30px; text-align:left; }
-.main-container {}
-.main { background:#fff; border:1px solid #bbb; border-top:0; border-bottom-color:#666; padding:16px 16px 50px; min-height:350px; }
-
-/* Base Columns */
-.col-left { float:left; width:220px; padding:0 0 1px; }
-.col-main { float:left; width:686px; padding:0 0 1px; }
-.col-right { float:right; width:220px; padding:0 0 1px; }
-
-/* 1 Column Layout */
-.col1-layout .main { padding:16px 30px 40px; }
-.col1-layout .col-main { float:none; width:auto; }
-
-/* 2 Columns Layout */
-.col2-left-layout .col-main { float:right; }
-.col2-right-layout .col-main {}
-
-/* 3 Columns Layout */
-.col3-layout .col-main { width:452px; }
-.col3-layout .col-wrapper { float:left; width:689px; }
-.col3-layout .col-wrapper .col-main { float:right; }
-
-/* Content Columns */
-.col2-set .col-1 { float:left; width:48.5%; }
-.col2-set .col-2 { float:right; width:48.5%; }
-.col2-set .col-narrow { width:32%; }
-.col2-set .col-wide { width:65%; }
-
-.col3-set .col-1 { float:left; width:32%; }
-.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
-.col3-set .col-3 { float:right; width:32%; }
-
-.col4-set .col-1 { float:left; width:23.5%; }
-.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
-.col4-set .col-3 { float:left; width:23.5%; }
-.col4-set .col-4 { float:right; width:23.5%; }
-/* ======================================================================================= */
-
-
-/* Global Styles ========================================================================= */
-/* Form Elements */
-input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
-input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
-input.input-text,textarea { padding:2px; }
-select { padding:1px; }
-select option { padding-right:10px; }
-select.multiselect option { border-bottom:1px solid #b6b6b6; padding:1px 5px; }
-select.multiselect option:last-child { border-bottom:0; }
-textarea { overflow:auto; }
-input.radio { margin-right:3px; }
-input.checkbox { margin-right:3px; }
-input.qty { width:2.5em !important; }
-button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
-button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
-button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
-button.button span { float:left; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
-button.button span span { background-position:100% 0; padding:0 15px 0 9px; }
-button.disabled span { color:#bbb !important; }
-
-/*button.btn-cart span {}*/
-button.btn-checkout span { height:28px; border:0; background-image:url(../images/btn_checkout.gif); padding:0 0 0 6px; font:bold 12px/26px Arial, Helvetica, sans-serif; color:#fff; }
-button.btn-checkout span span { padding:0 40px 0 34px; }
-button.btn-checkout.no-checkout span { background-position:0 100%; color:#cfcfcf; }
-button.btn-checkout.no-checkout span span { background-position:100% 100%; }
-
-p.control input.checkbox,
-p.control input.radio { margin-right:6px; }
-/* Form Highlight */
-/*input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }*/
-/*.highlight { background:#efefef; }*/
-
-/* Form lists */
-/* Grouped fields */
-/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
-.form-list li { margin:0 0 6px; }
-.form-list label { float:left; color:#555; font-weight:bold; position:relative; z-index:0; }
-.form-list label.required {}
-.form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-7px; }
-.form-list li.control label { float:none; }
-.form-list li.control input.radio,
-.form-list li.control input.checkbox { margin-top:-1px; margin-right:4px; }
-.form-list li.control .input-box { clear:none; display:inline; width:auto; }
-/*.form-list li.fields { margin-right:-15px; }*/
-.form-list .input-box { display:block; clear:both; width:260px; }
-.form-list .field { float:left; width:275px; }
-.form-list input.input-text { width:254px; }
-.form-list textarea { width:254px; height:10em; }
-.form-list select { width:260px; }
-.form-list li.wide .input-box { width:535px; }
-.form-list li.wide input.input-text { width:529px; }
-.form-list li.wide textarea { width:529px; }
-.form-list li.wide select { width:535px; }
-.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
-.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
-.form-list .input-range input.input-text { width:74px; }
-
-.form-list-narrow li  { margin-bottom:0; }
-.form-list-narrow li .input-box { margin-bottom:6px; }
-.form-list-narrow li.wide .input-box { width:260px; }
-.form-list-narrow li.wide input.input-text,
-.form-list-narrow li.wide textarea { width:254px }
-.form-list-narrow li.wide select { width:260px; }
-
-/* Customer */
-.form-list .customer-name-prefix .input-box,
-.form-list .customer-name-suffix .input-box,
-.form-list .customer-name-prefix-suffix .input-box,
-.form-list .customer-name-prefix-middlename .input-box,
-.form-list .customer-name-middlename-suffix .input-box,
-.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
-
-.form-list .name-prefix { width:65px; }
-.form-list .name-prefix select { width:55px; }
-.form-list .name-prefix input.input-text { width:49px; }
-
-.form-list .name-suffix { width:65px; }
-.form-list .name-suffix select { width:55px; }
-.form-list .name-suffix input.input-text { width:49px; }
-
-.form-list .name-middlename { width:70px; }
-.form-list .name-middlename input.input-text { width:49px; }
-
-.form-list .customer-name-prefix-middlename-suffix .name-firstname,
-.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
-.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
-.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
-.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
-.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
-.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
-.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-name-prefix .name-firstname,
-.form-list .customer-name-middlename .name-firstname { width:210px; }
-
-.form-list .customer-name-suffix .name-lastname,
-.form-list .customer-name-middlename .name-firstname,
-.form-list .customer-name-middlename-suffix .name-firstname,
-.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
-
-.form-list .customer-name-prefix .name-firstname input.input-text,
-.form-list .customer-name-suffix .name-lastname input.input-text,
-.form-list .customer-name-middlename .name-firstname input.input-text,
-.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
-.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
-
-.form-list .customer-dob .dob-month,
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-year { float:left; width:85px; }
-.form-list .customer-dob input.input-text { display:block; width:74px; }
-.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
-.form-list .customer-dob .dob-day,
-.form-list .customer-dob .dob-month { width:60px; }
-.form-list .customer-dob .dob-day input.input-text,
-.form-list .customer-dob .dob-month input.input-text { width:46px; }
-.form-list .customer-dob .dob-year { width:140px; }
-.form-list .customer-dob .dob-year input.input-text { width:134px; }
-
-.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
-.buttons-set p.required { margin:0 0 10px; }
-.buttons-set .back-link { float:left; margin:0; }
-.buttons-set button.button { float:right; margin-left:5px; }
-
-.buttons-set-order { margin:10px 0 0; }
-.buttons-set-order .please-wait { padding:5px 7px 0 0; }
-
-.fieldset { margin:0 10px 25px; }
-.fieldset .legend { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }
-
-/* Form Validation */
-.validation-advice { clear:both; min-height:13px; margin:3px 0 0; padding-left:13px; font-size:11px; line-height:13px; background:url(../images/validation_advice_bg.gif) 2px 3px no-repeat; color:#eb340a; }
-.validation-failed { border:1px solid #eb340a !important; background:#faebe7 !important; }
-.validation-passed {}
-p.required { font-size:11px; text-align:right; color:#EB340A; }
-/* Expiration date and CVV number validation fix */
-.v-fix { float:left; }
-.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
-
-/* Global Messages  */
-.success { color:#3d6611; font-weight:bold; }
-.error { color:#df280a; font-weight:bold; }
-.notice { color:#e26703; }
-
-.messages,
-.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
-.messages { width:100%; overflow:hidden; }
-.messages li { margin:0 0 10px !important; }
-.messages li li { margin:0 0 3px !important; }
-.error-msg,
-.success-msg,
-.note-msg,
-.notice-msg { border-style:solid !important; border-width:1px !important; padding:4px 12px !important; font-size:11px !important; font-weight:bold !important; }
-.error-msg { border-color:#f16048; background-color:#faebe7; color:#df280a; }
-.success-msg { border-color:#446423; background-color:#eff5ea; color:#3d6611; }
-.note-msg,
-.notice-msg { border-color:#fcd344; background-color:#fafaec; color:#3d6611; }
-
-/* BreadCrumbs */
-.breadcrumbs a { color:#7f7f7f; }
-.breadcrumbs li { display:inline; }
-.breadcrumbs li strong { font-weight:bold; }
-
-/* Page Heading */
-.page-title { width:100%; overflow:hidden; margin:0 0 16px; }
-.page-title h1,
-.page-title h2 { font-size:23px; font-weight:normal; }
-.page-title .separator { margin:0 3px; }
-.page-title .link-rss { float:right; margin:7px 0 0; }
-.title-buttons { text-align:right; }
-.title-buttons h1,
-.title-buttons h2,
-.title-buttons h3,
-.title-buttons h4,
-.title-buttons h5,
-.title-buttons h6 { float:left; }
-
-.subtitle,
-.sub-title { clear:both; padding:12px 0 0; font-size:16px; font-weight:bold; margin:0 0 6px; }
-
-/* Pager */
-.pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #ddd; text-align:center; }
-.pager .amount { float:left; margin:0; }
-.pager .limiter { float:right; }
-.pager .limiter label { vertical-align:middle; }
-.pager .limiter select { padding:0; margin:0 0 1px; vertical-align:middle; }
-.pager .pages { margin:0 140px; }
-.pager .pages ol { display:inline; }
-.pager .pages li { display:inline; margin:0 2px; }
-.pager .pages .current {}
-
-/* Sorter */
-.sorter { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:3px 8px; border-top:1px solid #ddd; }
-.sorter .view-mode { float:left; margin:0; }
-.sorter .sort-by { float:right; padding-right:36px; }
-.sorter .sort-by label { vertical-align:middle; }
-.sorter .sort-by select { padding:0; margin:0 0 1px; vertical-align:middle; }
-.sorter .link-feed {}
-
-/* Toolbar */
-.toolbar {}
-.toolbar .pager { padding:3px 8px; }
-.toolbar .sorter {}
-.toolbar-bottom {}
-
-/* Data Table */
-.data-table { width:100%; }
-.data-table tr.odd  { background:#fff }
-.data-table tr.even { background:#fcfcfc; }
-.data-table tr.last th,
-.data-table tr.last td { border-bottom:0 !important; }
-.data-table th { padding:2px 8px; font-size:10px; text-transform:uppercase; white-space:nowrap; }
-.data-table th.wrap { white-space:normal; }
-.data-table th a { color:#fff; }
-.data-table td { padding:3px 8px; }
-
-.data-table thead,
-.data-table thead tr { background:#e9e9e9; }
-
-.data-table tfoot { border-bottom:1px solid #d9dde3; }
-.data-table tfoot tr { background-color:#f3f3f3 !important; }
-.data-table tbody th { padding:3px 8px; font-size:11px; font-weight:bold; text-transform:none; white-space:normal; }
-.data-table tbody th,
-.data-table tbody td { border-bottom:1px solid #d9dde3; }
-.data-table tfoot strong { font-size:14px; }
-/* Bundle products tables */
-.data-table tbody.odd tr { background:#fff; }
-.data-table tbody.even tr { background:#fcfcfc; }
-.data-table tbody.odd tr td,
-.data-table tbody.even tr td { border-bottom:0; }
-.data-table tbody.odd tr.border td,
-.data-table tbody.even tr.border td { border-bottom:1px solid #d9dde3; }
-
-.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
-.data-table tbody td .option-value { padding-left:10px; }
-
-/* Generic Info Box */
-.info-box { margin:0 0 15px; }
-.info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }
-
-.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
-.info-table td { padding:2px 0; }
-
-/* Shopping cart total summary row expandable to details */
-tr.summary-total { cursor:pointer; }
-tr.summary-total td {}
-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; }
-tr.show-details .summary-collapse { background-position:0 -53px; }
-tr.show-details td {}
-tr.summary-details td { background-color:#dae1e4; color:#626465; }
-tr.summary-details-first td { border-top:1px solid #d2d8db; }
-tr.summary-details-excluded { font-style:italic; }
-
-/* Shopping cart tax info */
-.cart-tax-info { display:block; }
-.cart-tax-info,
-.cart-tax-info .cart-price { padding-right:20px; }
-.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 4px no-repeat; cursor:pointer; }
-.cart-tax-info .price,
-.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
-.cart-tax-total-expanded { background-position:100% -53px; }
-
-/* Class: std - styles for admin-controlled content */
-.std .subtitle { padding:0; }
-.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
-.std dl dt { font-weight:bold; }
-.std dl dd { margin:0 0 10px; }
-.std ul,
-.std ol,
-.std dl,
-.std p,
-.std address,
-.std blockquote { margin:0 0 1em; padding:0; }
-.std ul { list-style:disc outside; padding-left:1.5em; }
-.std ol { list-style:decimal outside; padding-left:1.5em; }
-.std ul ul { list-style-type:circle; }
-.std ul ul,
-.std ol ol,
-.std ul ol,
-.std ol ul { margin:.5em 0; }
-.std dt { font-weight:bold; }
-.std dd { padding:0 0 0 1.5em; }
-.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
-.std address { font-style:normal; }
-.std b,
-.std strong { font-weight:bold; }
-.std i,
-.std em { font-style:italic; }
-
-/* Misc */
-.links li { display:inline; }
-.links li.first { padding-left:0 !important; }
-.links li.last { background:none !important; padding-right:0 !important; }
-
-.link-cart { font-weight:bold; color:#d62502; }
-.link-wishlist { color:#444; }
-.link-reorder {}
-.link-compare {}
-.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px;*/ }
-.link-rss { background:url(../images/i_rss.gif) 0 1px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
-.btn-remove { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-.btn-previous { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-.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; }
-.btn-edit    { display:block; width:12px; height:12px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-
-.cards-list dt { margin:5px 0 0; }
-.cards-list .offset { padding:2px 0 2px 20px; }
-
-.separator { margin:0 3px; }
-
-.divider { clear:both; display:block; font-size:0; line-height:0; height:1px; background:#ccc; margin:10px 0; text-indent:-999em; overflow:hidden; }
-
-/* Global site notices */
-.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
-.global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
-.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
-.global-site-notice .notice-inner .actions { padding-top:10px; }
-
-/* Cookie Notice */
-.notice-cookie { }
-
-/* Noscript Notice */
-.noscript {}
-
-/* Demo Notice */
-.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
-.demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
-.demo-notice .notice-inner p { padding:0; border:0; }
-
-/* ======================================================================================= */
-
-
-/* Header ================================================================================ */
-.logo { float:left; }
-.header-container {}
-
-.header { margin:0 0 12px; }
-.header .logo { float:left; text-decoration:none !important; }
-.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
-
-.header .top-promo { float:left; width:117px; height:30px; margin:12px 10px 0; background:url(../images/bkg_top-promo.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-
-.quick-access { background:#444; color:#fff; padding:7px 13px; text-align:right; }
-.quick-access .welcome-msg { display:inline; margin:0; color:#fff; }
-.quick-access .welcome-msg a { color:#ddd; }
-.quick-access .form-language { float:left; }
-.quick-access .form-language label { font-weight:bold; padding-right:5px; color:#fff; vertical-align:middle; }
-.quick-access .form-language select { padding:0; }
-.quick-access .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
-.quick-access .links { padding-left:8px; }
-.quick-access .links,
-.quick-access .links li { display:inline; }
-.quick-access .links li { padding:0 4px 0 1px; }
-.quick-access .links a { color:#ddd; }
-.quick-access .links a { padding:0 7px 0 0; background:url(../images/bkg_pipe1.gif) no-repeat 100% 50%; }
-.quick-access .links li.last a { padding:0; background:none; }
-
-.top-bar { padding:3px 12px 2px 12px; border:1px solid #bbb; border-bottom-color:#dedede; background:#efefef; line-height:21px; }
-.top-bar .breadcrumbs { float:left; width:580px; overflow:hidden; }
-.form-search { float:right; }
-.form-search label { float:left; font-size:12px; font-weight:bold; padding:0 5px 0 0; }
-.form-search input.input-text { float:left; width:212px; margin-right:5px; }
-.form-search button.button { float:left; }
-.form-search button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:21px; }
-.form-search .search-autocomplete { z-index:999; }
-.form-search .search-autocomplete ul { border:1px solid #999; background-color:#f9f5f0; }
-.form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #f4eee7; padding:2px 8px 1px 8px; cursor:pointer; }
-.form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
-.form-search .search-autocomplete li.odd { background-color:#f6f6f6; }
-.form-search .search-autocomplete li.selected { background-color:#ecf9ea; }
-
-.header-container .top-container { padding:5px 12px; background:#fff; border:1px solid #bbb; border-width:0 1px 1px; text-align:right; }
-
-/********** < Navigation */
-.nav-container {}
-#nav { float:left; margin:15px 0 0 15px; font-size:12px; }
-
-/* All Levels */ /* Style consistent throughout all nav levels */
-#nav li { position:relative;text-transform:uppercase; text-align:left;	}
-#nav li.over { z-index:998; }
-#nav a,
-#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
-#nav span { display:block; cursor:pointer; white-space:nowrap; }
-#nav li ul span {white-space:normal; }
-
-/* 0 Level */
-#nav li { float:left; margin:1px 8px 11px 1px; padding:3px 8px; }
-#nav li.active a { color:#444; }
-#nav a { float:left; background:url(../images/bkg_nav_top.gif) no-repeat 100% 50%; padding-right:11px; color:#444; font-weight:bold; }
-#nav li.over a,
-#nav a:hover { color:#444; }
-#nav li.over,
-#nav li.active { margin:0 7px 10px 0; border:1px solid #bbb; background:#ececec; }
-
-/* 1st Level */
-#nav ul li,
-#nav ul li.active,
-#nav ul li.over { float:none; border:none; background:none; margin:0; padding:0; padding-bottom:1px; text-transform:none; }
-#nav ul li.parent { background:url(../images/bkg_nav_parent.gif) no-repeat 100% 50%; }
-#nav ul li.last { padding-bottom:0; }
-#nav ul li.active { margin:0; border:0; background:none; }
-#nav ul a,
-#nav ul a:hover { float:none; padding:0; background:none; }
-#nav ul li a { font-weight:normal !important; }
-
-/* 2nd Level */
-#nav ul,
-#nav div { position:absolute; width:15em; top:22px; left:-10000px; border:1px solid #bbb; border-bottom:2px solid #999; padding:3px 8px; background:#fcfcfc; font-size:11px; }
-#nav div ul { position:static; width:auto; border:none; padding:0; }
-
-/* 3rd+ Level */
-#nav ul ul,
-#nav ul div { top:5px; }
-
-#nav ul li a { padding:3px 0; color:#444 !important; }
-#nav ul li a:hover { padding:3px 0; color:#5a7f00 !important; }
-
-/* Show menu */
-#nav li ul.shown-sub,
-#nav li div.shown-sub { left:-1px; z-index:999; }
-#nav li .shown-sub ul.shown-sub,
-#nav li .shown-sub li div.shown-sub { left:100px; }
-/********** Navigation > */
-/* ======================================================================================= */
-
-
-/* Sidebar =============================================================================== */
-.block { border:1px solid #ddd; margin:0 0 20px; line-height:1.35; }
-.block .block-title { border-bottom:1px solid #ddd; background:#e7e7e7; padding:2px 10px; }
-.block .block-title strong { display:block; font:bold 12px/1.5 Arial, Helvetica, sans-serif; text-transform:uppercase; color:#444; }
-.block .block-title strong span {}
-.block .block-title a { text-decoration:none !important; }
-.block .block-subtitle { font-size:10px; margin:0 0 10px; padding:0 0 2px; border-bottom:1px solid #ddd; text-transform:uppercase; }
-.block .block-content { background:#f6f6f6; padding:12px 10px; }
-.block .block-content li.item { border-bottom:1px solid #ddd; padding-bottom:5px; margin-bottom:5px; }
-.block .block-content li.item.last { border-bottom:0; padding-bottom:0; margin-bottom:0; }
-.block .block-content .product-name { color:#4f8100; }
-.block .btn-remove,
-.block .btn-edit { float:right; margin:1px 0 2px 5px; }
-.block .actions { border-top:1px solid #ddd; padding:5px 0 0; margin:5px 0 0; text-align:right; }
-.block .actions a { float:left; }
-.block .actions button.button { float:right; }
-.block .empty { margin:0; }
-.block .price-box { margin:5px 0; }
-.block button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }
-
-/*.block li.odd { background-color:#f4f3f3; }
-.block li.even { background-color:#fafafa; }*/
-
-/* Mini Products List */
-.mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
-.mini-products-list .product-details { margin-left:60px; }
-.block-cart .mini-products-list .product-details .product-name,
-.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
-.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
-
-/* Block: Account */
-.block-account .block-title { border:0; background:#666; }
-.block-account .block-title strong { color:#fff; }
-.block-account .block-content li a { display:block; border-bottom:1px solid #ddd; padding:3px 0; color:#5f5d5c; text-decoration:none !important; }
-.block-account .block-content li a:hover { color:#444; }
-.block-account .block-content li.last a { border-bottom:0; }
-.block-account .block-content li.current { border-bottom:1px solid #ddd; padding:3px 0; }
-.block-account .block-content li.current.last { border-bottom:0; }
-
-/* Block: Currency Switcher */
-.block-currency { background:#f4f4f4; }
-.block-currency .block-title { border:0; background:none; padding:7px 10px 2px; text-transform:none; }
-.block-currency .block-title strong { text-transform:none; }
-.block-currency .block-content { padding:0 10px 12px; }
-.block-currency .block-content select { width:100%; padding:0; }
-
-/* Block: Layered Navigation */
-.block-layered-nav { border:0; }
-.block-layered-nav .block-title { border:0; padding:0; margin:0 0 6px; height:13px; background:url(../images/bkg_block-layered-title.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
-.block-layered-nav .block-content { padding:0; }
-.block-layered-nav .block-subtitle { margin:0; background:#679100; font-size:12px; font-weight:bold; padding:2px 10px; color:#fff; }
-.block-layered-nav dt { font-weight:bold; border-top:1px solid #fff; padding:8px 10px 0 10px; font-size:12px; }
-.block-layered-nav dd { padding:0 10px 8px 10px; border-bottom:1px solid #ddd; }
-.block-layered-nav dd li { line-height:1.35; margin:0 0 3px; }
-.block-layered-nav dd a { color:#444; }
-.block-layered-nav .currently ol { padding:6px 0 0; }
-.block-layered-nav .currently li { padding:2px 36px 2px 10px; position:relative; z-index:1; }
-.block-layered-nav .currently .label { font-weight:bold; display:inline-block; vertical-align:top; }
-.block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
-.block-layered-nav .currently .btn-previous,
-.block-layered-nav .currently .btn-remove { position:absolute; right:8px; top:3px; margin:0; }
-.block-layered-nav .currently .btn-previous { right:22px; }
-.block-layered-nav .actions { padding:5px 10px; margin:0; }
-.block-layered-nav .actions a { float:none; }
-
-/* Block: Cart */
-.block-cart .block-title { background:#679100; }
-.block-cart .block-title strong { color:#fff; }
-.block-cart .summary { background:#e5eed6; padding:8px; margin:-12px -10px 8px; text-align:center; position:relative; z-index:1; }
-.block-cart .amount { margin:0; }
-.block-cart .amount a { font-weight:bold; }
-.block-cart .subtotal { background:url(../images/bkg_subtotal.gif) no-repeat 50% 0; margin:5px 0 0; line-height:23px; }
-.block-cart .subtotal .price { font-weight:bold; }
-.block-cart .actions { display:none !important; }
-.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
-
-/* Block: Wishlist */
-.block-wishlist .actions { text-align:right; }
-.block-wishlist .actions a { float:none; }
-
-/* Block: Related */
-.block-related .block-subtitle { font-size:11px; font-weight:bold; border:0; padding:0; margin:0 0 8px; text-transform:none; }
-.block-related input.checkbox { float:right; }
-.block-related .product { margin-right:20px; }
-
-/* Block: Compare Products */
-.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:3px 0 3px 25px; }
-.compare-table { border:0; }
-.compare-table thead,
-.compare-table thead tr.first { background:#fff; }
-.compare-table thead tr.first th,
-.compare-table thead tr.first td { border:0; background:none; padding:0 0 4px; font-size:0; line-height:0; }
-.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove.gif); width:12px; height:12px; }
-.compare-table tbody th { background:#e9e9e9; }
-.compare-table tbody th,
-.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
-.compare-table tbody td.last { border-right:1px solid #ccc; }
-.compare-table tbody tr.last th,
-.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
-.compare-table tr.add-to-row td { background:#fffada; text-align:center; }
-.compare-table tr.first td { text-align:center; }
-.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
-.compare-table tr.first td .product-name a { color:#203548; }
-.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
-.compare-table tr.first td p,
-.compare-table tr.add-to-row td p { margin:0; }
-.compare-table .add-to-links li { background:none; padding:0; }
-
-/* Block: Recently Viewed */
-.block-viewed {}
-
-/* Block: Recently Compared */
-.block-compared {}
-
-/* Block: Poll */
-.block-poll .block-subtitle { font-size:12px; }
-.block-poll label { color:#777; font-weight:bold; }
-.block-poll input.radio { float:left; margin:1px -18px 0 0; }
-.block-poll .label { display:block; margin-left:18px; }
-.block-poll li { padding:3px 9px; }
-.block-poll .actions { margin:5px 0 0; }
-.block-poll .answer { font-weight:bold; }
-.block-poll .votes { float:right; margin-left:10px; }
-
-/* Block: Tags */
-.block-tags .block-content .tags-list { border:0; background:none; padding:0; }
-.block-tags .block-content li a { color:#444; }
-.block-tags .actions { text-align:right; }
-.block-tags .actions a { float:none; }
-
-/* Block: Reorder */
-.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
-.block-reorder .product-name { margin-left:20px; }
-.block-reorder .validation-advice { margin:3px 9px 7px; }
-
-/* Block: Banner */
-.block-banner { border:0; }
-.block-banner .block-content { padding:0; background:none; text-align:center; }
-
-/* Block: Login */
-.block-login .block-content { padding:5px 10px; }
-.block-login label { font-weight:bold; color:#555; }
-.block-login input.input-text { display:block; width:167px; margin:3px 0; }
-.block-login .actions { background:none; padding:0; margin:3px 0 0; }
-
-/* Paypal */
-.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
-.sidebar .paypal-logo a { float:none; }
-/* ======================================================================================= */
-
-
-/* Category Page ========================================================================= */
-.category-title { margin:0 0 7px; }
-.category-title h1 { padding:3px 0; color:#5b9400; font-size:1.6em; font-weight:bold; line-height:1.25; }
-.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
-.category-image img {}
-.category-description { margin:0 0 10px; }
-.category-products {}
-
-/* View Type: Grid */
-.products-grid { position:relative; }
-.products-grid.last { border-bottom:0; }
-.products-grid li.item { float:left; width:171px; padding:0 0 90px; }
-.products-grid .product-image { display:block; width:170px; height:170px; border:1px solid #ddd; border-width:1px 1px 1px 0; margin:0 0 10px; }
-.products-grid.first .product-image { border-top:0; }
-.products-grid li.last .product-image { border-right:0; }
-.products-grid .product-name { font-size:12px; margin:0 0 6px; }
-.products-grid .product-name a { color:#444; text-decoration:underline; }
-.products-grid .product-name a:hover { text-decoration:none; }
-.products-grid .price-box { margin:5px 0; }
-.products-grid .availability { line-height:21px; }
-.products-grid .actions { position:absolute; bottom:20px; }
-.col2-left-layout .products-grid,
-.col2-right-layout .products-grid { width:684px; margin:0 auto; }
-.col1-layout .products-grid,
-.page-empty .products-grid { width:684px; margin:0 auto; }
-
-/* View Type: List */
-.products-list li.item { border-bottom:1px solid #d9ddd3; padding:12px 10px; }
-.products-list li.item.last { border-bottom:0; }
-.products-list .product-shop { margin-left:185px; }
-.products-list .product-image { float:left; width:170px; height:170px; margin:0 0 10px; }
-.products-list .product-name { font-size:12px; margin:0 0 6px; }
-.products-list .product-name a { color:#444; text-decoration:underline; }
-.products-list .product-name a:hover { text-decoration:none; }
-.products-list .price-box { float:left; margin:4px 13px 0 0; }
-.products-list .availability { float:left; margin:3px 0 0; }
-.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 13px; line-height:1.35; }
-.products-list .add-to-links { clear:both; }
-/* ======================================================================================= */
-
-
-/* Product View ========================================================================== */
-/* Rating */
-.no-rating { margin:0; }
-
-.ratings { line-height:1.25; margin:7px 0; }
-.ratings strong { float:left; margin:0 3px 0 0; }
-.ratings .rating-links { margin:0; }
-.ratings .rating-links .separator { margin:0 2px; }
-.ratings dt {}
-.ratings dd {}
-.rating-box { width:50px; height:10px; font-size:0; line-height:0; background:url(../images/bkg_rating.gif) 0 0 repeat-x; text-indent:-999em; overflow:hidden; }
-.rating-box .rating { float:left; height:10px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
-.ratings .rating-box { float:left; margin:2px 3px 0 0; }
-.ratings .amount {}
-
-.ratings-table th,
-.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
-.ratings-table th { font-weight:bold; padding-right:8px; }
-.ratings-table td { padding:4px 0 0; }
-
-/* Availability */
-.availability { margin:0; }
-.availability span { font-weight:bold; }
-.availability.in-stock span {}
-.availability.out-of-stock span { color:#d83820; }
-
-.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
-.availability-only span,
-.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
-.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
-.availability-only .expanded { background-position:100% -15px; }
-.availability-only strong { color:#be2c00; }
-
-.availability-only-details { margin:0 0 7px; }
-.availability-only-details th { background:#e9e9e9; font-size:10px; padding:0 8px; }
-.availability-only-details td { border-bottom:1px solid #d9dde3; font-size:11px; padding:2px 8px 1px; }
-.availability-only-details tr.odd { background:#fff; }
-.availability-only-details tr.even { background:#fcfcfc; }
-.availability-only-details tr.odd td.last { color:#396f00; font-weight:bold; }
-.availability-only-details tr.last td { border-bottom:none; }
-
-.product-view .product-shop .availability { font-size:11px; }
-.product-view .product-shop .availability span { font-weight:normal; }
-
-/* Email to a Friend */
-.email-friend { margin:0; }
-
-/* Alerts */
-.alert-price { margin:0; font-size:11px; }
-.alert-stock { margin:0; font-size:11px; }
-
-/********** < Product Prices */
-.price { white-space:nowrap !important; }
-
-.price-box { margin:5px 0 10px; }
-.price-box .price { font-size:13px; font-weight:bold; color:#396f00; }
-
-/* Regular price */
-.regular-price { color:#396f00; }
-.regular-price .price { font-size:13px; font-weight:bold; color:#396f00; }
-
-/* Old price */
-.old-price { margin:0; }
-.old-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
-.old-price .price { font-weight:bold; font-size:13px; color:#396f00; text-decoration:line-through; }
-
-/* Special price */
-.special-price { margin:0; }
-.special-price .price-label { font-size:11px; font-weight:bold; text-transform:uppercase; white-space:nowrap; color:#000; }
-.special-price .price { font-size:13px; font-weight:bold; }
-
-/* Minimal price (as low as) */
-.minimal-price { margin:0; }
-.minimal-price .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
-
-.minimal-price-link { display:block; font-size:12px; text-decoration:underline; color:#444; }
-.minimal-price-link .label {color:#444;}
-.minimal-price-link .price { font-weight:normal; color:#444; }
-
-/* Including tax */
-.price-including-tax { display:block; color:#888; }
-.price-including-tax .label {  font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
-.price-including-tax .price { font-size:13px; font-weight:bold; color:#396f00; }
-
-/* Excluding tax */
-.price-excluding-tax { display:block; color:#888; }
-.price-excluding-tax .label { font-size:10px; text-transform:uppercase; white-space:nowrap; color:#888; }
-.price-excluding-tax .price { font-size:12px; font-weight:normal; color:#396f00; }
-
-/* Configured price */
-.configured-price { margin:0; }
-.configured-price .price-label { font-weight:bold; white-space:nowrap; }
-.configured-price .price { font-size:13px; font-weight:bold; }
-
-/* Incl tax (for order tables) */
-.price-incl-tax { display:block; }
-.price-incl-tax .label { display:block; white-space:nowrap; }
-.price-incl-tax .price { display:block; font-weight:bold; }
-
-/* Excl tax (for order tables) */
-.price-excl-tax  { display:block; }
-.price-excl-tax .label { display:block; white-space:nowrap; }
-.price-excl-tax .price { display:block; font-weight:normal; }
-
-/* FPT */
-.weee { display:block; font-size:11px; color:#444; }
-.weee .price { font-size:11px; font-weight:normal; }
-
-/* Price range */
-.price-from { margin:0; }
-.price-from .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
-
-.price-to { margin:0; }
-.price-to .price-label { font-size:12px; font-weight:bold; white-space:nowrap; }
-
-/* Price notice next to the options */
-.price-notice { padding-left:7px; }
-.price-notice .price { font-weight:bold; }
-
-/* Price as configured */
-.price-as-configured { margin:0; }
-.price-as-configured .price-label { font-weight:bold; white-space:nowrap; text-transform:uppercase; }
-
-.price-box-bundle { padding:0 0 10px 0; }
-.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
-.price-box-bundle .price { color:#222; }
-/********** Product Prices > */
-
-/* Tier Prices */
-.product-pricing,
-.tier-prices { margin:10px 0; padding:10px; background:#f4f9ea; border:1px solid #ddd; }
-.tier-prices .benefit { font-style:italic; font-weight:bold; }
-.tier-prices .price { font-weight:bold;; }
-
-.tier-prices-grouped li .price { font-weight:bold; }
-
-/* Add to Links */
-.add-to-links { margin:3px 0 0; }
-.add-to-links li { background:url(../images/bkg_add-to.gif) 2px 50% no-repeat; line-height:1.25; padding-left:12px; }
-.add-to-links li a { color:#444; }
-.add-to-links .separator { display:none; }
-
-/* Add to Cart */
-.add-to-cart label { float:left; margin-right:5px; font-weight:bold; line-height:20px; color:#555; }
-.add-to-cart .qty { float:left; margin-right:5px; }
-.add-to-cart button.button { float:left; margin:-3px 0 0; }
-.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
-.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
-
-/* Add to Links + Add to Cart */
-.add-to-box { margin:10px 0; }
-.add-to-box .add-to-cart { margin:10px 0; border:1px solid #eee; background-color:#f8f8f8; padding:10px; text-align:right; }
-.add-to-box .add-to-cart .paypal-logo { float:left; }
-.add-to-box .or { display:none !important; }
-.add-to-box .add-to-links { margin:10px 0; text-align:right; }
-.add-to-box .add-to-links li .separator { display:none !important; }
-
-
-.product-view {}
-
-.product-essential { padding:0 0 25px; }
-.product-essential h2 { font:bold 12px/1.25 Arial, Helvetica, sans-serif; }
-
-.product-collateral {}
-.product-collateral h2 { font-size:19px; font-weight:normal; line-height:1.15; }
-.product-collateral .box-collateral {}
-
-/* Product Images */
-.product-view .product-img-box { float:left; width:302px; }
-.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
-.product-view .product-img-box .product-image { margin:0 0 10px; border:1px solid #cacaca; }
-.product-view .product-img-box .product-image-zoom { position:relative; width:300px; height:300px; overflow:hidden; z-index:9; }
-.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move; }
-.product-view .product-img-box .zoom-notice { margin:0 0 10px; text-align:center; }
-.product-view .product-img-box .zoom { position:relative; z-index:9; height:24px; margin:0 auto 13px; padding:0 28px; background:url(../images/slider_bg.gif) 50% 50% no-repeat; cursor:pointer; }
-.product-view .product-img-box .zoom.disabled { -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
-.product-view .product-img-box .zoom #track { position:relative; height:18px; }
-.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:3px; width:9px; height:18px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat;  }
-.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:10px; top:7px; }
-.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:10px; top:7px; }
-.product-view .product-img-box .more-views h2 { font-size:10px; font-weight:normal; padding:0 0 2px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; }
-.product-view .product-img-box .more-views ul { margin-left:-10px }
-.product-view .product-img-box .more-views li { float:left; margin:0 0 8px 10px; }
-.product-view .product-img-box .more-views li a { float:left; width:66px; height:66px; border:1px solid #ddd; overflow:hidden; }
-
-.product-image-popup { margin:0 auto; }
-.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
-.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
-.product-image-popup .image { display:block; margin:10px 0; }
-.product-image-popup .image-label { font-size:12px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
-
-/* Product Shop */
-.product-view .product-shop { float:right; width:363px; }
-.col1-layout .product-view .product-shop { float:right; width:576px; }
-.col3-layout .product-view .product-shop { float:none; width:auto; }
-.product-view .product-shop .product-name { margin:0 0 5px; }
-.product-view .product-shop .product-name h1 { font:bold 13px/1.25 Arial, Helvetica, sans-serif; }
-.product-view .product-shop .availability { margin:10px 0; }
-.product-view .product-shop .short-description { margin:10px 0; }
-.product-view .product-shop .price-box { margin:10px 0; }
-.product-view .product-shop .add-to-links { margin:0; }
-.product-view .product-shop .add-to-links { text-align:right; }
-.product-view .product-shop .add-to-links li { display:inline; margin-left:12px; }
-.product-view .product-shop .add-to-links li .separator { display:none !important; }
-.product-view .product-shop .product-options-bottom .paypal-logo { float:left; }
-
-/* Product Options */
-.product-options { margin:20px 0 0; padding:0 15px 10px; background-color:#f4f9ea; border:1px solid #ddd; position:relative; }
-.product-options dt { padding:10px 0 0; font-weight:normal; }
-.product-options dt label { font-weight:bold; }
-.product-options dt label.required em { color:#eb340a; margin-left:5px; }
-.product-options dd .qty-holder { display:block; padding:10px 0 0; }
-.product-options dd .qty-holder label { vertical-align:middle; }
-.product-options dd .qty-disabled { background:none; border:0; padding:3px; color:#444; }
-.product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #ddd; }
-.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
-.product-options dd input.input-text { width:98%; }
-.product-options dd input.datetime-picker { width:150px; }
-.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
-.product-options dd textarea { width:98%; height:8em; }
-.product-options dd select { width:99%; }
-.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
-.product-options ul.options-list { margin-right:5px; }
-.product-options ul.options-list li { padding:2px 0; }
-.product-options ul.options-list input.radio { float:left; margin-top:3px; }
-.product-options ul.options-list input.checkbox { float:left; margin-top:2px; }
-.product-options ul.options-list .label { display:block; margin-left:18px; }
-.product-options ul.options-list label { font-weight:normal; }
-.product-options ul.validation-failed { padding:0 7px; }
-.product-options p.required { position:absolute; right:15px; top:10px; }
-
-.product-options-bottom { background-color:#f6f6f6; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
-.product-options-bottom .product-pricing,
-.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
-.product-options-bottom .price-box { float:left; margin:0; }
-.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
-.product-options-bottom .price-label { padding-right:5px; }
-.product-options-bottom .price-tax { float:left; }
-.product-options-bottom .add-to-cart { float:right; margin:0; padding:0; border:0; background:0; }
-.product-options-bottom .add-to-links { float:right; display:inline; }
-
-.product-shop .product-options-bottom .price-box { float:none; margin:0; }
-.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
-.product-shop .product-options-bottom .price-tax { float:none; }
-.product-shop .product-options-bottom .add-to-cart { clear:both; float:none; padding:12px 0 0; text-align:left; }
-
-/* Grouped Product */
-.product-view .grouped-items-table .price-box { margin:0; padding:0; }
-
-/* Product Tabs */
-.product-tabs { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; }
-.product-tabs li { float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
-.product-tabs li.first { border-left:0; }
-.product-tabs li.last { border-right:0; }
-.product-tabs a { display:block; padding:6px 15px; color:#444; }
-.product-tabs a:hover { background-color:#ddd; text-decoration:none; color:#444; }
-.product-tabs li.active a,
-.product-tabs li.active a:hover { background-color:#666; font-weight:bold; color:#fff; }
-.product-tabs-content h2 { display:none; font-size:12px; font-weight:bold; }
-
-/* Mini Products Grid */
-.mini-products-grid { width:100%; }
-.mini-products-grid td { width:20%; padding:0 8px 8px 0; }
-.mini-products-grid .product-image { display:block; border:1px solid #cacaca; margin:0 0 10px; }
-.mini-products-grid .product-name { width:115px; margin:0 0 6px; overflow:hidden; }
-.mini-products-grid .product-name a { color:#444; text-decoration:underline; }
-.mini-products-grid .product-name a:hover { text-decoration:none; }
-.mini-products-grid td.empty {}
-.mini-products-grid td.last { padding-right:0; }
-.mini-products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
-
-/* Block: Description */
-.product-view .box-description {}
-
-/* Block: Additional */
-.product-view .box-additional .data-table th,
-.product-view .box-additional .data-table td { line-height:1.25; }
-
-/* Block: Upsell */
-.product-view .box-up-sell h2 { margin:0 0 8px; }
-#product_tabs_upsell_products_contents h2 { display:block; }
-
-/* Block: Tags */
-.product-view .box-tags { margin:0; }
-.product-view .box-tags h3 { font-size:12px; }
-.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
-.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
-.product-view .box-tags .product-tags li.first { padding-left:0; }
-.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
-.product-view .box-tags .form-add label { display:block; font-size:12px; font-weight:bold; margin:0 0 3px; }
-.product-view .box-tags .form-add .input-box { float:left; width:305px; margin:0 5px 0 0; }
-.product-view .box-tags .form-add input.input-text { width:299px; }
-.product-view .box-tags .form-add button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }
-.product-view .box-tags .note { margin:2px 0 0; font-size:10px; }
-
-/* Block: Reviews */
-.product-view .box-reviews dl { margin:15px 0; }
-.product-view .box-reviews dt a,
-.product-view .box-reviews dt span { font-weight:bold; }
-.product-view .box-reviews dd { margin:0 0 15px; }
-.product-view .box-reviews dd small { font-style:italic; }
-.product-view .box-reviews .form-add { margin:15px 0 0; }
-.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
-.product-view .box-reviews .form-add h3 span { font-weight:bold; }
-.product-view .box-reviews .form-add h4 { font-size:12px; }
-.product-view .box-reviews .form-add .data-table td { text-align:center; }
-.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
-.product-view .box-reviews .form-add .form-list .input-box { width:460px; }
-.product-view .box-reviews .form-add .form-list input.input-text,
-.product-view .box-reviews .form-add .form-list textarea { width:454px; }
-
-/* Send a Friend */
-.send-friend .form-list { width:535px; overflow:hidden; }
-.send-friend .form-list li { margin-right:-15px; }
-.send-friend .form-list li p { margin:0 15px 0 0; }
-.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:25px; }
-/* ======================================================================================= */
-
-
-/* Content Styles ================================================================= */
-.product-name { margin:0; font-size:1em; font-weight:normal; line-height:1.55; }
-/*.product-name a { color:#444; }*/
-
-/* Product Tags */
-.tags-list { display:block; font-size:13px; border:1px solid #ddd; background:#f6f6f6; padding:10px; }
-.tags-list li { display:inline !important; margin:0 4px 0 0; }
-.tags-list li a { color:#1b2d3b; }
-
-/* Advanced Search */
-.advanced-search .form-list label { width:160px; padding-right:10px; }
-.advanced-search .form-list .input-box,
-.advanced-search .form-list .input-range { float:left; clear:none; }
-.advanced-search-amount { margin:0 0 10px; }
-.advanced-search-summary { margin:10px 0; border:1px solid #ddd; background:#ecf9ea; padding:10px; }
-.advanced-search-summary ul { float:left; width:49%; }
-.advanced-search-summary strong { color:#E17C24; }
-.advanced-search-summary li { margin:2px 0; }
-.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
-
-/* CMS Home Page */
-.cms-home .main { padding:8px; }
-.cms-home .subtitle {}
-.cms-index-index .subtitle {}
-
-/* Sitemap */
-.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
-.page-sitemap .links a { text-decoration:none; position:relative; }
-.page-sitemap .links a:hover { text-decoration:underline; }
-.page-sitemap .sitemap { margin:12px; }
-.page-sitemap .sitemap a { color:#444; }
-.page-sitemap .sitemap li { margin:3px 0; }
-.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
-.page-sitemap .sitemap li.level-0 a { color:#4f8100; }
-
-/* RSS */
-.rss-title h1 { background:url(../images/i_rss-big.png) 0 3px no-repeat; padding-left:27px; }
-.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
-/* ======================================================================================= */
-
-
-/* Shopping Cart ========================================================================= */
-.cart .page-title {}
-
-/* Checkout Types */
-.cart .page-title .checkout-types { display:none !important; }
-.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
-.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
-
-/* Shopping Cart Table */
-.cart-table th { padding:2px 10px; }
-.cart-table td { padding:10px; }
-.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#444; }
-.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
-.cart-table tfoot td { padding:5px 10px; }
-.cart-table .btn-continue { float:left; }
-.cart-table .btn-continue span { background:none; padding:0; font:normal 11px/25px Arial, Helvetica, sans-serif; color:#4f8100; text-transform:none; text-decoration:underline; }
-.cart-table .btn-continue:hover span { text-decoration:none; }
-.cart-table .btn-update,
-.cart-table .btn-empty { float:right; }
-.cart-table .btn-update { margin-left:7px; }
-
-/* Shopping Cart Collateral boxes */
-.cart .cart-collaterals { padding:25px 0 0; }
-.cart .cart-collaterals .col2-set .col-1 { width:222px; }
-.cart .cart-collaterals .col2-set .col-2 { width:655px; background:#e6f7d7; }
-
-.cart .crosssell { border:1px solid #ddd; background:#f7f7f7; padding:10px; }
-.cart .crosssell h2 { font-size:12px; font-weight:bold; }
-.cart .crosssell .product-image { float:left; width:75px; height:75px; }
-.cart .crosssell .product-details { margin-left:85px; }
-.cart .crosssell .product-name { font-weight:bold; }
-.cart .crosssell li.item { margin:0 0 8px; padding-bottom:5px; border-bottom:1px solid #ddd; }
-.cart .crosssell li.last { border-bottom:0; padding-bottom:0; margin:0; }
-.cart .crosssell .link-compare { font-weight:normal; }
-.cart .no-crosssell { width:100%; overflow:hidden; }
-.cart .no-crosssell img { display:block; margin:0 0 10px; }
-
-/* Discount Codes & Estimate Shipping and Tax Boxes */
-.cart .discount,
-.cart .shipping { background:#e6f7d7; padding:10px 0; margin:0 12px; }
-.cart .discount h2,
-.cart .shipping h2 { float:left; width:225px; font:normal 14px/16px Arial, Helvetica, sans-serif; color:#d54c01; }
-.cart .discount .discount-form,
-.cart .shipping .shipping-form { margin-left:240px; }
-.cart .discount .buttons-set,
-.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
-.cart .discount .buttons-set button.button,
-.cart .shipping .buttons-set button.button { float:none; margin:0; }
-.cart .discount .buttons-set button.button span,
-.cart .shipping .buttons-set button.button span { height:19px; background-image:url(../images/bkg_btn-green.gif); padding:0 0 0 9px; font-size:10px; line-height:18px; color:#fff; }
-.cart .discount .buttons-set button.button span span,
-.cart .shipping .buttons-set button.button span span { padding:0 19px 0 10px; }
-
-.cart .discount { border-bottom:1px solid #c0d2af ; }
-.cart .discount label { font-weight:bold; color:#555; }
-.cart .discount .input-box { width:270px; }
-.cart .discount input.input-text { width:264px; }
-
-.cart .shipping p { margin:0 0 3px; }
-.cart .shipping .sp-methods { margin:10px 0 0; padding:6px 0 0; border-top:1px solid #c0d2af; }
-.cart .shipping .form-list .input-box { width:270px; }
-.cart .shipping .form-list input.input-text { width:264px; }
-.cart .shipping .form-list select { width:270px; }
-
-/* Shopping Cart Totals */
-.cart .totals { background:#fff url(../images/bkg_cart-totals.gif) 0 0 no-repeat; padding:12px 0; }
-.cart .totals table { float:right; width:400px; margin:0 0 8px; }
-.cart .totals td { padding:0 0 0 15px; }
-.cart .totals tr.last td {}
-.cart .totals tfoot td {}
-.cart .totals tfoot th strong,
-.cart .totals tfoot td strong { font-size:14px; font-weight:bold; color:#e02f00; }
-.cart .totals .checkout-types { font-size:13px; padding:4px 0; text-align:right; }
-.cart .totals .checkout-types li { clear:both; margin:0 0 5px; }
-
-/* Options Tool Tip */
-.item-options dt { font-weight:bold; font-style:italic; }
-.item-options dd { padding-left:10px; }
-.truncated { cursor:help; }
-.truncated a.dots { cursor:help; text-decoration:none !important; }
-.truncated a.details { cursor:help; text-decoration:none !important; display:inline-block; border-bottom:1px dotted #4f8100; }
-.truncated .truncated_full_value { position:relative; z-index:999; }
-.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; z-index:999; width:250px; padding:8px; border:2px solid #ddd; border-bottom-color:#666; background-color:#f6f6f6; }
-.truncated .truncated_full_value .item-options dt { margin-top:0; }
-.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
-.truncated .show .item-options { top:-20px; left:50%; }
-.col-left .truncated .show .item-options { left:30px; top:10px; }
-.col-right .truncated .show .item-options { left:-240px; top:10px; }
-/* ======================================================================================= */
-
-
-/* Checkout ============================================================================== */
-/********** < Common Checkout Styles */
-/* Shipping and Payment methods */
-.sp-methods { margin:0 0 8px; }
-.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
-.sp-methods dd {}
-.sp-methods dd li { margin:5px 0; }
-.sp-methods label { font-weight:bold; color:#555; }
-.sp-methods .price { font-weight:bold; }
-.sp-methods .form-list { padding-left:20px; }
-.sp-methods .form-list li { margin:0 0 8px; }
-.sp-methods select.month { width:154px; margin-right:10px; }
-.sp-methods select.year { width:96px; }
-.sp-methods input.cvv { width:3em !important; }
-
-.sp-methods .checkmo-list li { margin:0 0 5px; }
-.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
-.sp-methods .checkmo-list address { float:left; }
-
-.sp-methods .centinel-logos a { margin-right:3px; }
-.sp-methods .centinel-logos img { vertical-align:middle; }
-
-.sp-methods .release-amounts { margin:1.5em 0 2em; }
-.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
-
-.please-wait { float:right; }
-.please-wait img { vertical-align:middle; }
-.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
-
-/* Tooltip */
-.tool-tip { border:2px solid #ddd; border-bottom-color:#666; background:#f6f6f6; padding:15px 20px; position:absolute; z-index:9999; }
-.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
-.tool-tip .btn-close a { display:block; margin:0 0 0 auto; width:12px; height:12px; background:url(../images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; overflow:hidden; }
-.tool-tip .tool-tip-content { padding:5px; }
-
-/* Gift Messages */
-.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
-.gift-messages p.control { color:#8e8d8b; }
-.gift-messages-form { position:relative; }
-.gift-messages-form label { float:none !important; position:static !important; }
-.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
-.gift-messages-form .whole-order { margin:0 0 25px; }
-.gift-messages-form .item { margin:0 0 10px; }
-.gift-messages-form .item .product-img-box { float:left; width:75px; }
-.gift-messages-form .item .product-image { margin:0 0 7px; }
-.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
-.gift-messages-form .item .details { margin-left:90px; }
-.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
-.gift-messages-form .item .details .form-list .field { width:255px; }
-.gift-messages-form .item .details .form-list .input-box { width:240px; }
-.gift-messages-form .item .details .form-list input.input-text { width:234px; }
-.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
-.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
-
-.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
-.gift-message-link.expanded { background-position:100% -40px; }
-.gift-message-row { background:#f2efe9; }
-.gift-message-row .btn-close { float:right; width:12px; height:12px; background:url(../images/btn_remove.gif) 0 0 no-repeat; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
-
-/* Checkout Agreements */
-.checkout-agreements li { margin:30px 0; }
-.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background:#fbfbfb; border:1px solid #e4e4e4; }
-.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
-.checkout-agreements .agree input.checkbox { margin-right:6px; }
-.checkout-agreements .agree label { font-weight:bold; color:#555; }
-
-.opc .checkout-agreements { padding:5px 30px; }
-.opc .checkout-agreements li { margin:20px 0 0; }
-.opc .checkout-agreements .agreement-content { background:#fff; padding:5px; }
-.opc .checkout-agreements .agree { padding-left:6px; }
-
-/* Centinel */
-.centinel {}
-.centinel .authentication { border:1px solid #ddd; background:#fff; }
-.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
-
-.opc .centinel { padding:10px 30px; }
-
-/* Generic Info Set */
-.info-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
-.info-set h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
-.info-set h3,
-.info-set h4 { font-size:12px; font-weight:bold; }
-.info-set h2 a,
-.info-set h3 a,
-.info-set h4 a { font-weight:normal; }
-.info-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
-.info-set h2.legend a { color:#fff; }
-.info-set h3.legend { margin:0 0 10px; }
-.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
-.info-set .box { margin:0 0 15px; }
-.info-set .box h2 { color:#e26703; }
-.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#4f8100 !important; }
-.info-set .data-table .product-name a { font-weight:bold !important; }
-.info-set .data-table .item-options { margin:5px 0 0; }
-/********** Common Checkout Styles > */
-
-/* One Page Checkout */
-.block-progress { border:0; margin:0; }
-.block-progress .block-title { background:none; border:0; padding:0; margin:0 0 5px; }
-.block-progress .block-title strong { font-size:12px; }
-.block-progress .block-content { background:none; padding:0; }
-.block-progress dt { font-size:10px; line-height:1.35; background:#eee; border:1px solid #ddd; margin:0 0 6px; padding:2px 8px; color:#555; text-transform:uppercase; }
-.block-progress dd { border-top:0; padding:2px 10px; margin:0 0 6px; }
-.block-progress dt.complete {}
-.block-progress dt.complete a { text-transform:none; }
-.block-progress dd.complete {}
-.block-progress p { margin:0; }
-.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:11px; font-weight:bold; margin:5px 0; padding:0; text-transform:none; }
-.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
-.block-progress .cards-list .info-table th { font-weight:normal; }
-
-.opc .buttons-set { margin-top:0; padding-top:2em; }
-.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
-.opc .buttons-set.disabled button.button { display:none; }
-.opc .buttons-set .please-wait { height:28px; line-height:28px; }
-.opc .ul { list-style:disc outside; padding-left:18px; }
-
-.opc { position:relative; }
-.opc li.section {}
-
-.opc .step-title { border:1px solid #ddd; border-top-color:#fff; background:#eee; padding:4px 8px 6px; text-align:right; }
-.opc .step-title .number { float:left; background:#fff; border:1px solid #fff; padding:0 3px; margin:0 5px 0 0; font:normal 11px/12px arial, helvetica, sans-serif; color:#444; }
-.opc .step-title h2 { float:left; margin:0; font:bold 12px/14px Arial, Helvetica, sans-serif; color:#999; }
-.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
-
-.opc .allow .step-title { background:#999; border-color:#999; border-top-color:#fff; color:#fff; cursor:pointer; }
-.opc .allow .step-title .number {}
-.opc .allow .step-title h2 { color:#fff; }
-.opc .allow .step-title a { display:block; font-size:10px; color:#fff; text-transform:uppercase; }
-
-.opc .active .step-title { background:#e46b00; border-color:#e46b00; border-top-color:#fff; padding-bottom:5px; color:#fff; cursor:default; }
-.opc .active .step-title .number {}
-.opc .active .step-title h2 { color:#fff; }
-.opc .active .step-title a { display:none; }
-
-.opc .step { border:1px solid #ddd; border-top:0; background:#fbfbfb; padding:15px 30px; position:relative; }
-.opc .step .tool-tip { right:30px; }
-
-#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
-#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
-
-#opc-shipping_method .buttons-set { border-top:0; }
-.opc .gift-messages-form { margin:0 -30px; background:#f4f4f4; border:1px solid #ddd; border-width:1px 0; padding:22px 24px 22px 30px; }
-.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
-
-#opc-review .step { padding:0; }
-#opc-review .product-name { font-weight:bold; }
-#opc-review .item-options { margin:5px 0 0; }
-#opc-review .buttons-set { border:0; padding:15px 30px; }
-#opc-review .buttons-set p { margin:0; line-height:28px; }
-#opc-review .buttons-set .please-wait { height:28px; line-height:28px; }
-#opc-review .authentication { margin:0 auto; width:570px; }
-#opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
-
-/* Multiple Addresses Checkout */
-.checkout-progress { padding:0 90px; margin:0 0 20px; }
-.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:6px solid #999; padding:2px 0 0; font-weight:bold; text-align:center; color:#888; }
-.checkout-progress li.active { border-top-color:#e96200; color:#e96200; }
-
-.multiple-checkout h2 { font-size:12px; font-weight:bold; margin:0 0 10px; }
-.multiple-checkout h3,
-.multiple-checkout h4 { font-size:12px; font-weight:bold; }
-.multiple-checkout h2 a,
-.multiple-checkout h3 a,
-.multiple-checkout h4 a { font-weight:normal; }
-.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#4f8100 !important; }
-.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
-.multiple-checkout .data-table .item-options { margin:5px 0 0; }
-
-.multiple-checkout .gift-messages { margin:15px 0 0; }
-
-.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
-
-.multiple-checkout .col2-set,
-.multiple-checkout .col3-set { background:#fbfbfb; border:1px solid #ddd; margin:0 0 25px; padding:20px; }
-.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:3px 10px; background:#777; border-bottom:1px solid #777; position:relative; color:#fff; }
-.multiple-checkout .col2-set h3.legend { margin:0 0 10px; }
-.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
-.multiple-checkout .box { margin:0 0 15px; }
-
-.multiple-checkout .place-order .please-wait { float:right; padding:5px 10px 0 0; }
-.multiple-checkout .place-order .grand-total { float:right; }
-.multiple-checkout .place-order .grand-total .inner {}
-.multiple-checkout .place-order .grand-total big { float:left; margin-right:12px; font-size:1.5em; font-weight:bold; line-height:28px; color:#e26703; }
-.multiple-checkout .place-order .grand-total div { float:left; }
-
-/* Step 1 */
-#multiship-addresses-table td { padding:10px; }
-#multiship-addresses-table tfoot td { padding:5px 10px; }
-
-/* Step 2 */
-.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
-.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
-.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
-.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
-.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
-.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
-.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
-.checkout-multishipping-shipping .box-sp-methods { border:1px solid #ddd; background:#eee; padding:13px; position:relative; }
-.checkout-multishipping-shipping .box-sp-methods .pointer { display:none; }
-
-/* Step 3 */
-.checkout-multishipping-billing .multiple-checkout { position:relative; }
-/* ======================================================================================= */
-
-
-/* Account Login/Create Pages ============================================================ */
-.account-login .content { min-height:200px; padding:0 10px; }
-.account-login .content h2 { margin:0 -10px 12px; background:#f1f1f1; padding:2px 10px; font-size:13px; line-height:1.25; }
-.account-login .buttons-set {}
-
-.account-create {}
-/* Account Login/Create Pages ============================================================ */
-
-/* Captcha */
-.captcha-note   { clear:left; padding-top:5px; }
-.captcha-image  { float:left; display:inline; margin:0; position:relative; width:258px; }
-.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
-.registered-users .captcha-image { margin:0; }
-.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px; }
-.captcha-reload.refreshing  { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
-
-@-webkit-keyframes rotate {
-    0% { -webkit-transform:rotate(0); }
-    0% { -webkit-transform:rotate(-360deg); }
-}
-@-moz-keyframes rotate {
-    0% { -moz-transform:rotate(0); }
-    0% { -moz-transform:rotate(-360deg); }
-}
-@keyframes rotate {
-    0% { transform:rotate(0); }
-    0% { transform:rotate(-360deg); }
-}
-
-/* Remember Me Popup ===================================================================== */
-.window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
-
-.remember-me label { float:none; margin:0 6px; }
-.remember-me-popup { background:#fff; border:1px solid #888; border-bottom-color:#777; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #999; -webkit-box-shadow:0 0 6px #999; box-shadow:0 0 6px #999; z-index:1000; }
-.remember-me-popup h3 { background:#dedede; border-bottom:1px solid #ccc; color:#444; font-size:14px; margin:0; padding:7px 10px 5px; }
-.remember-me-popup .remember-me-popup-head { position:relative; }
-.remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:7px; height:15px; width:15px; text-indent:-9999em; }
-.remember-me-popup .remember-me-popup-body { border-top:1px solid #e6e6e6; padding:10px; }
-.remember-me-popup .remember-me-popup-body a,
-.remember-me-popup .remember-me-popup-body a span { display:inline-block; height:28px; background:transparent url(../images/bkg_btn.png) 0 0 no-repeat; padding:0 0 0 6px; font:bold 11px/25px Tahoma, Verdana, Arial, sans-serif; text-transform:uppercase; text-align:center; white-space:nowrap; color:#555; }
-.remember-me-popup .remember-me-popup-body a span { background-position:100% 0; padding:0 15px 0 9px; }
-/* Remember Me Popup ===================================================================== */
-
-
-/* My Account ============================================================================= */
-.my-account .title-buttons .link-rss { float:none; margin:0; }
-
-/********** < Dashboard */
-.dashboard .welcome-msg { margin:0 8em 1.5em 0; }
-.dashboard .welcome-msg p { margin:0; }
-.dashboard .col2-set { margin:0 0 15px; }
-
-/* General Box */
-.box-account { margin:0 0 15px; }
-.box-account .box-head { margin:0 0 5px; text-align:right; }
-.box-account .box-head h2 { float:left; margin:0; font-size:14px; font-weight:bold; color:#4f8100; }
-.box-account .box-head a { font-size:10px; text-transform:uppercase; }
-
-.dashboard .box .box-title { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; text-align:right; }
-.dashboard .box .box-title h3,
-.dashboard .box .box-title h4 { float:left; margin:0; font-size:12px; font-weight:bold; line-height:1.35; }
-.dashboard .box .box-title a { font-size:10px; text-transform:uppercase; }
-.dashboard .box .box-content { padding:0 10px; }
-
-/* Block: Recent Orders */
-.dashboard .box-recent {}
-
-/* Block: Account Information */
-.dashboard .box-info {}
-.dashboard .box-info h4 { font-size:11px; font-weight:bold; }
-
-/* Block: Reviews */
-.dashboard .box-reviews .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
-.dashboard .box-reviews .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
-.dashboard .box-reviews .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
-.dashboard .box-reviews .details { padding:0 10px; }
-.dashboard .box-reviews li.item { margin:0 0 7px; }
-.dashboard .box-reviews li.item.last { margin:0; }
-.dashboard .box-reviews .ratings { margin:7px 0 0; }
-
-/* Block: Tags */
-.dashboard .box-tags .box-head { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; }
-.dashboard .box-tags .box-head h2 { font-size:12px; font-weight:bold; line-height:1.35; color:#444; }
-.dashboard .box-tags .number { display:none; float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; }
-.dashboard .box-tags .details { padding:0 10px; }
-.dashboard .box-tags li.item { margin:0 0 7px; }
-.dashboard .box-tags li.item.last { margin:0; }
-.dashboard .box-tags .tags strong,
-.dashboard .box-tags .tags ul,
-.dashboard .box-tags .tags ul li { display:inline; }
-/********** Dashboard > */
-
-/* Address Book */
-.addresses-list h2 { background:#f1f1f1; padding:2px 10px; margin:0 0 12px; font-size:13px; font-weight:bold; line-height:1.25; }
-.addresses-list h3 { font-weight:bold; font-size:12px; }
-.addresses-list address { margin:0 0 3px; }
-.addresses-list p { margin:0; }
-.addresses-list a { font-weight:bold; }
-.addresses-list .link-remove {}
-.addresses-list .separator { margin:0 3px; }
-.addresses-list li.item { padding:0 10px; margin:0 0 12px; }
-.addresses-list li.empty {}
-.addresses-list li.empty p { font-weight:bold; }
-.addresses-list .addresses-additional li.item {}
-
-/* Order View */
-.order-info dt { display:none; }
-.order-info ul { margin-bottom:15px; border-bottom:1px solid #666; background:#f2f2f2 url(../images/bkg_tabs.gif) 0 100% repeat-x; }
-.order-info li{ float:left; border-right:1px solid #a4a4a4; border-left:1px solid #fff; font-size:1.1em; line-height:1em; }
-.order-info li.first { border-left:0; }
-.order-info li.last { border-right:0; }
-.order-info li a { display:block; padding:6px 15px; color:#444; }
-.order-info li a:hover { background-color:#ddd; text-decoration:none; color:#444; }
-.order-info li.current { background-color:#666; font-weight:bold; padding:6px 15px; color:#fff; }
-
-.order-date { margin:10px 0; }
-
-.order-info-box { margin:0 0 15px; }
-.order-info-box h2 { font-size:13px; font-weight:bold; border-bottom:1px solid #ddd; margin:0 0 8px; }
-.order-info-box .box-payment p { margin:0 0 3px; }
-.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
-
-.order-items { width:100%; overflow-x:auto; }
-.order-items h2,
-.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 .45em; }
-.order-items h3 { font-size:12px; }
-.order-items .product-name { font-weight:bold !important; }
-.order-items .link-print { font-size:10px; text-transform:uppercase; }
-.order-items .order-links { text-align:right; }
-.order-items .order-links .link-print { font-weight:bold; font-size:11px; text-transform:none; }
-
-.order-additional { margin:15px 0; }
-/* Order Gift Message */
-.gift-message dt strong { color:#555; }
-.gift-message dd { font-size:13px; margin:5px 0 0; }
-/* Order Comments */
-.order-about dt { font-weight:bold; }
-.order-about dd { font-size:13px; margin:0 0 7px; }
-
-.tracking-table { margin:0 0 15px; }
-.tracking-table th { font-weight:bold; white-space:nowrap; }
-
-.tracking-table-popup { width:100%; }
-.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
-.tracking-table-popup th,
-.tracking-table-popup td { padding:1px 8px; }
-
-/* Order Print Pages */
-.page-print .print-head { margin:0 0 15px; }
-.page-print .print-head .logo { float:left; }
-.page-print .print-head address { float:left; margin-left:15px; }
-.page-print h1 { font-size:15px; font-weight:bold; }
-.page-print h2,
-.page-print h3 { font-size:12px; font-weight:bold; }
-.page-print h2.h2 { font-size:15px; font-weight:bold; text-align:right; }
-.page-print .order-date { border-bottom:1px solid #ccc; padding:0 0 10px; margin:0 0 10px; }
-.page-print .col2-set { margin:0 0 10px; }
-/* Price Rewrites */
-.page-print .gift-message-link { display:none; }
-.page-print .price-excl-tax,
-.page-print .price-incl-tax { display:block; white-space:nowrap; }
-.page-print .cart-price,
-.page-print .price-excl-tax .label,
-.page-print .price-incl-tax .label,
-.page-print .price-excl-tax .price,
-.page-print .price-incl-tax .price { display:inline; }
-
-/* My Wishlist */
-.my-wishlist .data-table td { padding:10px; }
-.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
-.my-wishlist textarea { display:block; width:97%; height:109px; }
-.my-wishlist .buttons-set { border:0; padding:0; margin:0 0 -3em; }
-.my-wishlist .buttons-set button.button { float:none; }
-.my-wishlist .buttons-set .btn-add span,
-.my-wishlist .buttons-set .btn-share span {}
-#wishlist-table .add-to-links { white-space:nowrap; }
-
-/* My Tags */
-.my-tag-edit { float:left; margin:0 0 10px; }
-.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
-#my-tags-table { clear:both; }
-#my-tags-table td { padding:10px; }
-#my-tags-table .add-to-links { white-space:nowrap; }
-
-/* My Reviews */
-#my-reviews-table td { padding:10px; }
-#my-reviews-table .rating-box { margin:3px 0 0; }
-
-.product-review .product-img-box { float:left; width:140px;  }
-.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
-.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
-.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
-.product-review .product-details { margin-left:150px; }
-.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
-.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
-.product-review .ratings-table { margin:0 0 10px; }
-.product-review dt { font-weight:bold; }
-.product-review dd { font-size:13px; margin:5px 0 0; }
-
-/* Billing Agreements */
-.billing-agreements .info-box{ margin:15px 0; }
-.billing-agreements .info-box p { margin:0 0 5px; }
-.billing-agreements .form-list li select { float:left; margin:3px 10px 0 0; }
-.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
-/* ======================================================================================= */
-
-
-/* MAP Popup============================================================================== */
-.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; padding:40px 0 10px; text-align:right; text-transform:uppercase;}
-.map-cart-sidebar-total { background:#f6f6f6; color:red; display:block; font-size:10px; line-height:14px; font-weight:bold; padding:5px; text-shadow:0 1px 0 #fff; box-shadow:0 0 3px #ccc; border-radius:5px; }
-
-.map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
-.map-popup-heading { background:#efefef ; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
-.map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
-.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
-.map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:9px; right:10px; height:15px; width:15px; text-indent:-9999em; }
-.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
-.map-popup-checkout { display:inline; float:right; text-align:right; }
-.map-popup-checkout span { display:block; padding-right:30px; }
-.map-popup-checkout .paypal-logo { margin:0 0 5px; }
-.map-popup-price .price-box,
-.map-popup-price .price-box .special-price { margin:0; padding:0; }
-.map-popup-price { margin:5px 0 0; }
-.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
-.map-popup-only-text { border-top:1px solid #ddd; }
-/* ======================================================================================= */
-
-
-/* Footer ================================================================================ */
-.footer-container {}
-.footer { margin:15px 0 40px; }
-.footer a { color:#444; }
-
-.footer .f-left { width:520px; }
-.footer .f-right { width:429px; }
-
-.footer ul { display:inline; }
-.footer li { display:inline; background:url(../images/bkg_pipe1.gif) 100% 50% no-repeat; padding:0 5px 0 0; margin:0 3px 0 0; }
-.footer .links li.last { background:none !important; padding-right:0 !important; }
-.footer .bugs { margin:0; color:#666; }
-.footer .bugs a { font-weight:bold; color:#444; }
-.footer address { color:#666; }
-.footer address a { color:#444; }
-
-.footer .form-subscribe { margin:8px 0; }
-.footer .form-subscribe label,
-.footer .form-subscribe .input-box,
-.footer .form-subscribe button.button { float:left; }
-.footer .form-subscribe label { padding-top:2px; font-weight:bold; color:#555; }
-.footer .form-subscribe .input-box { width:186px; margin:0 5px; }
-.footer .form-subscribe input.input-text { width:180px; }
-.footer .form-subscribe button.button span { height:23px; background-image:url(../images/bkg_btn-small.png); line-height:20px; }
-
-.footer .footer-callout { display:block; margin:-10px 0 10px; position:relative; }
-.footer .store-switcher { color:#555; text-align:right; }
-.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
-.footer .store-switcher select { padding:0; vertical-align:middle; }
-
-.footer-container .bottom-container { margin:0 0 8px; text-align:right; }
-/* ======================================================================================= */
-
-/* Sample Data============================================================================ */
-.home-callout { margin-bottom:12px; }
-.home-callout img { display:block }
-/*.home-spot { float:left; width:470px; margin-left:20px; }*/
-.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
-.best-selling table { border-top:1px solid #ccc; }
-.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
-.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
-.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
-.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
-.best-selling .product-description { margin-left:107px; line-height:1.3em; }
-.best-selling a.product-name,
-.home-spot .best-selling a.product-name:hover { color:#203548; }
-/* ======================================================================================= */
-
-
-/* Clears ================================================================================ */
-.clearer:after,
-.header-container:after,
-.header-container .top-container:after,
-.header:after,
-.top-bar:after,
-.quick-access:after,
-.form-search:after,
-#nav:after,
-.main:after,
-.footer:after,
-.footer .form-subscribe:after,
-.footer-container .bottom-container:after,
-.col-main:after,
-.col2-set:after,
-.col3-set:after,
-.col4-set:after,
-.search-autocomplete li:after,
-.block .block-content:after,
-.block .actions:after,
-.block li.item:after,
-.block-poll li:after,
-.block-layered-nav .currently li:after,
-.page-title:after,
-.products-grid:after,
-.products-list li.item:after,
-.box-account .box-head:after,
-.dashboard .box .box-title:after,
-.order-info ul:after,
-.box-reviews li.item:after,
-.box-tags li.item:after,
-.pager:after,
-.sorter:after,
-.ratings:after,
-.add-to-box:after,
-.add-to-cart:after,
-.product-essential:after,
-.product-collateral:after,
-.product-tabs:after,
-.product-view .product-img-box .more-views ul:after,
-.product-view .box-tags .form-add:after,
-.product-view .product-shop .short-description:after,
-.product-view .box-description:after,
-.product-options .options-list li:after,
-.product-options-bottom:after,
-.product-review:after,
-.cart:after,
-.cart-collaterals:after,
-.cart .crosssell li.item:after,
-.opc .step-title:after,
-.checkout-progress:after,
-.multiple-checkout .place-order:after,
-.group-select li:after,
-.form-list li:after,
-.form-list .field:after,
-.buttons-set:after,
-.page-print .print-head:after,
-.advanced-search-summary:after,
-.gift-messages-form .item:after,
-.send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
-/* ======================================================================================= */
diff --git a/skin/frontend/default/modern/css/widgets.css b/skin/frontend/default/modern/css/widgets.css
deleted file mode 100644
index c4ebd34f15b..00000000000
--- a/skin/frontend/default/modern/css/widgets.css
+++ /dev/null
@@ -1,84 +0,0 @@
-/**
- * OpenMage
- *
- * NOTICE OF LICENSE
- *
- * This source file is subject to the Academic Free License (AFL 3.0)
- * that is bundled with this package in the file LICENSE_AFL.txt.
- * It is also available through the world-wide-web at this URL:
- * https://opensource.org/licenses/afl-3.0.php
- * If you did not receive a copy of the license and are unable to
- * obtain it through the world-wide-web, please send an email
- * to license@magento.com so we can send you a copy immediately.
- *
- * @category    design
- * @package     default_modern
- * @copyright   Copyright (c) 2006-2020 Magento, Inc. (https://www.magento.com)
- * @license     https://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
- */
-
-/* Widgets =============================================================================== */
-.widget { display:inline; }
-.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
-.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }
-
-.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
-.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; border:0 !important; padding:5px 9px !important; }
-
-/* Widget: Catalog New Proructs List */
-.widget-new-products { display:block; }
-.col-main .widget-new-products { margin:7px 0; }
-.widget-new-products .products-grid .product-image,
-.widget-new-products .products-list .product-image { width:85px; height:85px; }
-.widget-new-products .products-list .product-shop { margin-left:100px; }
-
-/* Widget: Recently Viewed Proructs */
-.widget-viewed { display:block; }
-.col-main .widget-viewed { margin:7px 0; }
-.widget-viewed .products-grid .product-image,
-.widget-viewed .products-list .product-image { width:85px; height:85px; }
-.widget-viewed .products-list .product-shop { margin-left:100px; }
-
-/* Widget: Recently Compared Proructs */
-.widget-compared { display:block;}
-.col-main .widget-compared { margin:7px 0; }
-.widget-compared .products-grid .product-image,
-.widget-compared .products-list .product-image { width:85px; height:85px; }
-.widget-compared .products-list .product-shop { margin-left:100px; }
-
-/* Widget: CMS Static Block */
-.widget-static-block {}
-.sidebar .widget-static-block { display:block; margin:0 0 15px; }
-
-/* Widgets: Links Common Styles */
-.top-container .widget a { padding:0 0 0 7px; }
-
-.bottom-container .widget a { padding:0 3px; }
-
-/* Widget: Catalog Product Link */
-.widget-product-link-inline { display:inline; }
-
-.col-main .widget-product-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
-.col-main .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }
-
-.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
-.sidebar .widget-product-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
-
-/* Widget: Catalog Category Link */
-.widget-category-link-inline { display:inline; }
-
-.col-main .widget-category-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
-.col-main .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }
-
-.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
-.sidebar .widget-category-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
-
-/* Widget: CMS Page Link */
-.widget-cms-link-inline { display:inline; }
-
-.col-main .widget-cms-link { display:block; font-size:12px; text-align:right; margin:7px 0; }
-.col-main .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding-right:15px; }
-
-.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
-.sidebar .widget-cms-link a { background:url(../images/widgets/i_widget-link.gif) 100% 3px no-repeat; padding:0 15px 0 0; }
-/* ======================================================================================= */
diff --git a/skin/frontend/default/modern/favicon.ico b/skin/frontend/default/modern/favicon.ico
deleted file mode 100644
index 85b35553c9a..00000000000
Binary files a/skin/frontend/default/modern/favicon.ico and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_add-to.gif b/skin/frontend/default/modern/images/bkg_add-to.gif
deleted file mode 100644
index 7f91bcff8a7..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_add-to.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_block-layered-title.gif b/skin/frontend/default/modern/images/bkg_block-layered-title.gif
deleted file mode 100644
index e36e1d6491e..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_block-layered-title.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_body.gif b/skin/frontend/default/modern/images/bkg_body.gif
deleted file mode 100644
index cc890d288d0..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_body.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_btn-green.gif b/skin/frontend/default/modern/images/bkg_btn-green.gif
deleted file mode 100644
index 681024cf4cc..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_btn-green.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_btn-small.gif b/skin/frontend/default/modern/images/bkg_btn-small.gif
deleted file mode 100644
index ca78e26d45e..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_btn-small.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_btn-small.png b/skin/frontend/default/modern/images/bkg_btn-small.png
deleted file mode 100644
index 4476a5fb63b..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_btn-small.png and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_btn.gif b/skin/frontend/default/modern/images/bkg_btn.gif
deleted file mode 100644
index 09f44092ffd..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_btn.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_btn.png b/skin/frontend/default/modern/images/bkg_btn.png
deleted file mode 100644
index ef707811c10..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_btn.png and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_cart-totals.gif b/skin/frontend/default/modern/images/bkg_cart-totals.gif
deleted file mode 100644
index 5032bcd2e57..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_cart-totals.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_collapse-gm.gif b/skin/frontend/default/modern/images/bkg_collapse-gm.gif
deleted file mode 100644
index 9b24bb0e20f..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_collapse-gm.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_collapse.gif b/skin/frontend/default/modern/images/bkg_collapse.gif
deleted file mode 100644
index 5d216864696..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_collapse.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_grid.gif b/skin/frontend/default/modern/images/bkg_grid.gif
deleted file mode 100644
index decda510da0..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_grid.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_nav_parent.gif b/skin/frontend/default/modern/images/bkg_nav_parent.gif
deleted file mode 100644
index a6e0e5d7b1e..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_nav_parent.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_nav_top.gif b/skin/frontend/default/modern/images/bkg_nav_top.gif
deleted file mode 100644
index 3f835506230..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_nav_top.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_pipe1.gif b/skin/frontend/default/modern/images/bkg_pipe1.gif
deleted file mode 100644
index c6dacd2c457..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_pipe1.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_pipe2.gif b/skin/frontend/default/modern/images/bkg_pipe2.gif
deleted file mode 100644
index 81d13b63be1..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_pipe2.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_pipe3.gif b/skin/frontend/default/modern/images/bkg_pipe3.gif
deleted file mode 100644
index cc5fdd51b9d..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_pipe3.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_rating.gif b/skin/frontend/default/modern/images/bkg_rating.gif
deleted file mode 100644
index 01df3159dc4..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_rating.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_subtotal.gif b/skin/frontend/default/modern/images/bkg_subtotal.gif
deleted file mode 100644
index 0dd5d7d28bf..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_subtotal.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_tabs.gif b/skin/frontend/default/modern/images/bkg_tabs.gif
deleted file mode 100644
index d7d1f9df21c..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_tabs.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_toolbar.gif b/skin/frontend/default/modern/images/bkg_toolbar.gif
deleted file mode 100644
index a5da5ac36dc..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_toolbar.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/bkg_top-promo.gif b/skin/frontend/default/modern/images/bkg_top-promo.gif
deleted file mode 100644
index b5c86de8459..00000000000
Binary files a/skin/frontend/default/modern/images/bkg_top-promo.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/btn_checkout.gif b/skin/frontend/default/modern/images/btn_checkout.gif
deleted file mode 100644
index 6563f6f10cf..00000000000
Binary files a/skin/frontend/default/modern/images/btn_checkout.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/btn_edit.gif b/skin/frontend/default/modern/images/btn_edit.gif
deleted file mode 100644
index 9f3002eebf2..00000000000
Binary files a/skin/frontend/default/modern/images/btn_edit.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/btn_previous.gif b/skin/frontend/default/modern/images/btn_previous.gif
deleted file mode 100644
index b7b55deda30..00000000000
Binary files a/skin/frontend/default/modern/images/btn_previous.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/btn_remove.gif b/skin/frontend/default/modern/images/btn_remove.gif
deleted file mode 100644
index af3e2043a86..00000000000
Binary files a/skin/frontend/default/modern/images/btn_remove.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/btn_trash.gif b/skin/frontend/default/modern/images/btn_trash.gif
deleted file mode 100644
index 5c604abb2f3..00000000000
Binary files a/skin/frontend/default/modern/images/btn_trash.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/btn_window_close.gif b/skin/frontend/default/modern/images/btn_window_close.gif
deleted file mode 100644
index af3e2043a86..00000000000
Binary files a/skin/frontend/default/modern/images/btn_window_close.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/calendar.gif b/skin/frontend/default/modern/images/calendar.gif
deleted file mode 100644
index d0235c7e023..00000000000
Binary files a/skin/frontend/default/modern/images/calendar.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/catalog/product/placeholder/image.jpg b/skin/frontend/default/modern/images/catalog/product/placeholder/image.jpg
deleted file mode 100644
index b8baef2dfe0..00000000000
Binary files a/skin/frontend/default/modern/images/catalog/product/placeholder/image.jpg and /dev/null differ
diff --git a/skin/frontend/default/modern/images/catalog/product/placeholder/small_image.jpg b/skin/frontend/default/modern/images/catalog/product/placeholder/small_image.jpg
deleted file mode 100644
index b8611cfdab5..00000000000
Binary files a/skin/frontend/default/modern/images/catalog/product/placeholder/small_image.jpg and /dev/null differ
diff --git a/skin/frontend/default/modern/images/catalog/product/placeholder/thumbnail.jpg b/skin/frontend/default/modern/images/catalog/product/placeholder/thumbnail.jpg
deleted file mode 100644
index b8fc9043f6f..00000000000
Binary files a/skin/frontend/default/modern/images/catalog/product/placeholder/thumbnail.jpg and /dev/null differ
diff --git a/skin/frontend/default/modern/images/cvv.gif b/skin/frontend/default/modern/images/cvv.gif
deleted file mode 100644
index 6d49784489f..00000000000
Binary files a/skin/frontend/default/modern/images/cvv.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/fam_book_open.png b/skin/frontend/default/modern/images/fam_book_open.png
deleted file mode 100644
index 7d863f94974..00000000000
Binary files a/skin/frontend/default/modern/images/fam_book_open.png and /dev/null differ
diff --git a/skin/frontend/default/modern/images/grid-cal.gif b/skin/frontend/default/modern/images/grid-cal.gif
deleted file mode 100644
index d0235c7e023..00000000000
Binary files a/skin/frontend/default/modern/images/grid-cal.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_asc_arrow.gif b/skin/frontend/default/modern/images/i_asc_arrow.gif
deleted file mode 100644
index 6a2b201d0d9..00000000000
Binary files a/skin/frontend/default/modern/images/i_asc_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_availability_only.gif b/skin/frontend/default/modern/images/i_availability_only.gif
deleted file mode 100644
index 1b6d8640e2b..00000000000
Binary files a/skin/frontend/default/modern/images/i_availability_only.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_availability_only_arrow.gif b/skin/frontend/default/modern/images/i_availability_only_arrow.gif
deleted file mode 100644
index 1d949264be1..00000000000
Binary files a/skin/frontend/default/modern/images/i_availability_only_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_desc_arrow.gif b/skin/frontend/default/modern/images/i_desc_arrow.gif
deleted file mode 100644
index e9def190011..00000000000
Binary files a/skin/frontend/default/modern/images/i_desc_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_msg-error.gif b/skin/frontend/default/modern/images/i_msg-error.gif
deleted file mode 100644
index 9db23513033..00000000000
Binary files a/skin/frontend/default/modern/images/i_msg-error.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_msg-note.gif b/skin/frontend/default/modern/images/i_msg-note.gif
deleted file mode 100644
index c9cacc27ae2..00000000000
Binary files a/skin/frontend/default/modern/images/i_msg-note.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_msg-success.gif b/skin/frontend/default/modern/images/i_msg-success.gif
deleted file mode 100644
index 611faffbc5f..00000000000
Binary files a/skin/frontend/default/modern/images/i_msg-success.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_notice.gif b/skin/frontend/default/modern/images/i_notice.gif
deleted file mode 100644
index 17733eff3fa..00000000000
Binary files a/skin/frontend/default/modern/images/i_notice.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_pager-next.gif b/skin/frontend/default/modern/images/i_pager-next.gif
deleted file mode 100644
index 90fda7d54b8..00000000000
Binary files a/skin/frontend/default/modern/images/i_pager-next.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_pager-prev.gif b/skin/frontend/default/modern/images/i_pager-prev.gif
deleted file mode 100644
index 8ea94a26ed0..00000000000
Binary files a/skin/frontend/default/modern/images/i_pager-prev.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_print.gif b/skin/frontend/default/modern/images/i_print.gif
deleted file mode 100644
index 32875177021..00000000000
Binary files a/skin/frontend/default/modern/images/i_print.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_rss-big.png b/skin/frontend/default/modern/images/i_rss-big.png
deleted file mode 100644
index 4f6d5c1ab06..00000000000
Binary files a/skin/frontend/default/modern/images/i_rss-big.png and /dev/null differ
diff --git a/skin/frontend/default/modern/images/i_rss.gif b/skin/frontend/default/modern/images/i_rss.gif
deleted file mode 100644
index 6c28e66b058..00000000000
Binary files a/skin/frontend/default/modern/images/i_rss.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/logo.gif b/skin/frontend/default/modern/images/logo.gif
deleted file mode 100644
index 85cc7a2e9b7..00000000000
Binary files a/skin/frontend/default/modern/images/logo.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/logo_email.gif b/skin/frontend/default/modern/images/logo_email.gif
deleted file mode 100644
index 85cc7a2e9b7..00000000000
Binary files a/skin/frontend/default/modern/images/logo_email.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/logo_print.gif b/skin/frontend/default/modern/images/logo_print.gif
deleted file mode 100644
index 85cc7a2e9b7..00000000000
Binary files a/skin/frontend/default/modern/images/logo_print.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/magnifier_handle.gif b/skin/frontend/default/modern/images/magnifier_handle.gif
deleted file mode 100644
index fe420d04efe..00000000000
Binary files a/skin/frontend/default/modern/images/magnifier_handle.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/map_popup_arrow.gif b/skin/frontend/default/modern/images/map_popup_arrow.gif
deleted file mode 100644
index 2dd77567813..00000000000
Binary files a/skin/frontend/default/modern/images/map_popup_arrow.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/media/callout1.jpg b/skin/frontend/default/modern/images/media/callout1.jpg
deleted file mode 100644
index 0058f0738fb..00000000000
Binary files a/skin/frontend/default/modern/images/media/callout1.jpg and /dev/null differ
diff --git a/skin/frontend/default/modern/images/media/footer_callout.png b/skin/frontend/default/modern/images/media/footer_callout.png
deleted file mode 100644
index 8897f8e07f8..00000000000
Binary files a/skin/frontend/default/modern/images/media/footer_callout.png and /dev/null differ
diff --git a/skin/frontend/default/modern/images/media/fpo_no_crosssell.gif b/skin/frontend/default/modern/images/media/fpo_no_crosssell.gif
deleted file mode 100644
index 3e65fff6df5..00000000000
Binary files a/skin/frontend/default/modern/images/media/fpo_no_crosssell.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/media/home_co_bottom.gif b/skin/frontend/default/modern/images/media/home_co_bottom.gif
deleted file mode 100644
index 6f0ac7c1c79..00000000000
Binary files a/skin/frontend/default/modern/images/media/home_co_bottom.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/media/home_co_br.gif b/skin/frontend/default/modern/images/media/home_co_br.gif
deleted file mode 100644
index c364124b9f7..00000000000
Binary files a/skin/frontend/default/modern/images/media/home_co_br.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/media/home_co_main.jpg b/skin/frontend/default/modern/images/media/home_co_main.jpg
deleted file mode 100644
index 0e30e49ccc3..00000000000
Binary files a/skin/frontend/default/modern/images/media/home_co_main.jpg and /dev/null differ
diff --git a/skin/frontend/default/modern/images/media/home_co_tr.gif b/skin/frontend/default/modern/images/media/home_co_tr.gif
deleted file mode 100644
index ff05dff984f..00000000000
Binary files a/skin/frontend/default/modern/images/media/home_co_tr.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/media/left_col_callout.jpg b/skin/frontend/default/modern/images/media/left_col_callout.jpg
deleted file mode 100644
index 6db12e6f5b9..00000000000
Binary files a/skin/frontend/default/modern/images/media/left_col_callout.jpg and /dev/null differ
diff --git a/skin/frontend/default/modern/images/opc-ajax-loader.gif b/skin/frontend/default/modern/images/opc-ajax-loader.gif
deleted file mode 100644
index 049499ae82c..00000000000
Binary files a/skin/frontend/default/modern/images/opc-ajax-loader.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/pager_arrow_left.gif b/skin/frontend/default/modern/images/pager_arrow_left.gif
deleted file mode 100644
index 8ea94a26ed0..00000000000
Binary files a/skin/frontend/default/modern/images/pager_arrow_left.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/pager_arrow_right.gif b/skin/frontend/default/modern/images/pager_arrow_right.gif
deleted file mode 100644
index 90fda7d54b8..00000000000
Binary files a/skin/frontend/default/modern/images/pager_arrow_right.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/slider_bg.gif b/skin/frontend/default/modern/images/slider_bg.gif
deleted file mode 100644
index 66f0efb4866..00000000000
Binary files a/skin/frontend/default/modern/images/slider_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/slider_btn_zoom_in.gif b/skin/frontend/default/modern/images/slider_btn_zoom_in.gif
deleted file mode 100644
index 690bc2eacdf..00000000000
Binary files a/skin/frontend/default/modern/images/slider_btn_zoom_in.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/slider_btn_zoom_out.gif b/skin/frontend/default/modern/images/slider_btn_zoom_out.gif
deleted file mode 100644
index d8e5b084dab..00000000000
Binary files a/skin/frontend/default/modern/images/slider_btn_zoom_out.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/spacer.gif b/skin/frontend/default/modern/images/spacer.gif
deleted file mode 100644
index 5bfd67a2d6f..00000000000
Binary files a/skin/frontend/default/modern/images/spacer.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/validation_advice_bg.gif b/skin/frontend/default/modern/images/validation_advice_bg.gif
deleted file mode 100644
index 2dcb5067212..00000000000
Binary files a/skin/frontend/default/modern/images/validation_advice_bg.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/widgets/i_widget-link.gif b/skin/frontend/default/modern/images/widgets/i_widget-link.gif
deleted file mode 100644
index 16fc968deb5..00000000000
Binary files a/skin/frontend/default/modern/images/widgets/i_widget-link.gif and /dev/null differ
diff --git a/skin/frontend/default/modern/images/window_overlay.png b/skin/frontend/default/modern/images/window_overlay.png
deleted file mode 100644
index 681a61deddc..00000000000
Binary files a/skin/frontend/default/modern/images/window_overlay.png and /dev/null differ