Version Notes
Version 1.3.0
Download this release
Release Info
Developer | GoMage |
Extension | Clothing_Store |
Version | 1.3.0 |
Comparing to | |
See all releases |
Version 1.3.0
- app/design/frontend/default/clothing_store_orange/layout/catalog.xml +431 -0
- app/design/frontend/default/clothing_store_orange/layout/newsletter.xml +69 -0
- app/design/frontend/default/clothing_store_orange/layout/paypal.xml +194 -0
- app/design/frontend/default/clothing_store_orange/layout/tag.xml +117 -0
- app/design/frontend/default/clothing_store_orange/template/catalog/category/view.phtml +73 -0
- app/design/frontend/default/clothing_store_orange/template/catalog/product/list.phtml +153 -0
- app/design/frontend/default/clothing_store_orange/template/catalog/product/list/upsell.phtml +54 -0
- app/design/frontend/default/clothing_store_orange/template/catalog/product/new.phtml +87 -0
- app/design/frontend/default/clothing_store_orange/template/catalog/product/view.phtml +183 -0
- app/design/frontend/default/clothing_store_orange/template/catalog/product/view/media.phtml +78 -0
- app/design/frontend/default/clothing_store_orange/template/catalog/product/view/tabs.phtml +78 -0
- app/design/frontend/default/clothing_store_orange/template/catalogsearch/form.mini.phtml +43 -0
- app/design/frontend/default/clothing_store_orange/template/checkout/cart.phtml +164 -0
- app/design/frontend/default/clothing_store_orange/template/checkout/cart/crosssell.phtml +59 -0
- app/design/frontend/default/clothing_store_orange/template/checkout/cart/item/default.phtml +278 -0
- app/design/frontend/default/clothing_store_orange/template/newsletter/subscribe.phtml +47 -0
- app/design/frontend/default/clothing_store_orange/template/newsletter/subscribe_bottom.phtml +44 -0
- app/design/frontend/default/clothing_store_orange/template/page/1column.phtml +60 -0
- app/design/frontend/default/clothing_store_orange/template/page/2columns-left.phtml +61 -0
- app/design/frontend/default/clothing_store_orange/template/page/2columns-right.phtml +61 -0
- app/design/frontend/default/clothing_store_orange/template/page/3columns.phtml +64 -0
- app/design/frontend/default/clothing_store_orange/template/page/html/breadcrumbs.phtml +46 -0
- app/design/frontend/default/clothing_store_orange/template/page/html/footer.phtml +57 -0
- app/design/frontend/default/clothing_store_orange/template/page/html/header.phtml +52 -0
- app/design/frontend/default/clothing_store_orange/template/page/html/topmenu.phtml +42 -0
- app/design/frontend/default/clothing_store_orange/template/reports/home_product_compared.phtml +85 -0
- app/design/frontend/default/clothing_store_orange/template/reports/home_product_viewed.phtml +90 -0
- app/design/frontend/default/clothing_store_purple/layout/catalog.xml +431 -0
- app/design/frontend/default/clothing_store_purple/layout/newsletter.xml +69 -0
- app/design/frontend/default/clothing_store_purple/layout/paypal.xml +194 -0
- app/design/frontend/default/clothing_store_purple/layout/tag.xml +117 -0
- app/design/frontend/default/clothing_store_purple/template/catalog/category/view.phtml +73 -0
- app/design/frontend/default/clothing_store_purple/template/catalog/product/list.phtml +153 -0
- app/design/frontend/default/clothing_store_purple/template/catalog/product/list/upsell.phtml +54 -0
- app/design/frontend/default/clothing_store_purple/template/catalog/product/new.phtml +87 -0
- app/design/frontend/default/clothing_store_purple/template/catalog/product/view.phtml +183 -0
- app/design/frontend/default/clothing_store_purple/template/catalog/product/view/media.phtml +78 -0
- app/design/frontend/default/clothing_store_purple/template/catalog/product/view/tabs.phtml +78 -0
- app/design/frontend/default/clothing_store_purple/template/catalogsearch/form.mini.phtml +43 -0
- app/design/frontend/default/clothing_store_purple/template/checkout/cart.phtml +164 -0
- app/design/frontend/default/clothing_store_purple/template/checkout/cart/crosssell.phtml +59 -0
- app/design/frontend/default/clothing_store_purple/template/checkout/cart/item/default.phtml +278 -0
- app/design/frontend/default/clothing_store_purple/template/newsletter/subscribe.phtml +47 -0
- app/design/frontend/default/clothing_store_purple/template/newsletter/subscribe_bottom.phtml +44 -0
- app/design/frontend/default/clothing_store_purple/template/page/1column.phtml +60 -0
- app/design/frontend/default/clothing_store_purple/template/page/2columns-left.phtml +61 -0
- app/design/frontend/default/clothing_store_purple/template/page/2columns-right.phtml +61 -0
- app/design/frontend/default/clothing_store_purple/template/page/3columns.phtml +64 -0
- app/design/frontend/default/clothing_store_purple/template/page/html/breadcrumbs.phtml +46 -0
- app/design/frontend/default/clothing_store_purple/template/page/html/footer.phtml +57 -0
- app/design/frontend/default/clothing_store_purple/template/page/html/header.phtml +52 -0
- app/design/frontend/default/clothing_store_purple/template/page/html/topmenu.phtml +42 -0
- app/design/frontend/default/clothing_store_purple/template/reports/home_product_compared.phtml +85 -0
- app/design/frontend/default/clothing_store_purple/template/reports/home_product_viewed.phtml +90 -0
- app/design/frontend/default/clothing_store_red/layout/catalog.xml +431 -0
- app/design/frontend/default/clothing_store_red/layout/newsletter.xml +69 -0
- app/design/frontend/default/clothing_store_red/layout/paypal.xml +194 -0
- app/design/frontend/default/clothing_store_red/layout/tag.xml +117 -0
- app/design/frontend/default/clothing_store_red/template/catalog/category/view.phtml +73 -0
- app/design/frontend/default/clothing_store_red/template/catalog/product/list.phtml +153 -0
- app/design/frontend/default/clothing_store_red/template/catalog/product/list/upsell.phtml +54 -0
- app/design/frontend/default/clothing_store_red/template/catalog/product/new.phtml +87 -0
- app/design/frontend/default/clothing_store_red/template/catalog/product/view.phtml +183 -0
- app/design/frontend/default/clothing_store_red/template/catalog/product/view/media.phtml +78 -0
- app/design/frontend/default/clothing_store_red/template/catalog/product/view/tabs.phtml +78 -0
- app/design/frontend/default/clothing_store_red/template/catalogsearch/form.mini.phtml +43 -0
- app/design/frontend/default/clothing_store_red/template/checkout/cart.phtml +164 -0
- app/design/frontend/default/clothing_store_red/template/checkout/cart/crosssell.phtml +59 -0
- app/design/frontend/default/clothing_store_red/template/checkout/cart/item/default.phtml +278 -0
- app/design/frontend/default/clothing_store_red/template/newsletter/subscribe.phtml +47 -0
- app/design/frontend/default/clothing_store_red/template/newsletter/subscribe_bottom.phtml +44 -0
- app/design/frontend/default/clothing_store_red/template/page/1column.phtml +60 -0
- app/design/frontend/default/clothing_store_red/template/page/2columns-left.phtml +61 -0
- app/design/frontend/default/clothing_store_red/template/page/2columns-right.phtml +61 -0
- app/design/frontend/default/clothing_store_red/template/page/3columns.phtml +64 -0
- app/design/frontend/default/clothing_store_red/template/page/html/breadcrumbs.phtml +46 -0
- app/design/frontend/default/clothing_store_red/template/page/html/footer.phtml +57 -0
- app/design/frontend/default/clothing_store_red/template/page/html/header.phtml +52 -0
- app/design/frontend/default/clothing_store_red/template/page/html/topmenu.phtml +42 -0
- app/design/frontend/default/clothing_store_red/template/reports/home_product_compared.phtml +85 -0
- app/design/frontend/default/clothing_store_red/template/reports/home_product_viewed.phtml +90 -0
- package.xml +18 -0
- skin/frontend/default/clothing_store_orange/css/print.css +40 -0
- skin/frontend/default/clothing_store_orange/css/styles-ie.css +150 -0
- skin/frontend/default/clothing_store_orange/css/styles.css +2119 -0
- skin/frontend/default/clothing_store_orange/images/best_selling_tr_even_bg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/best_selling_tr_odd_bg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bf_link_bg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_block-actions.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_block-layered-dd.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_block-layered-dt.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_block-layered-li.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_block-layered1.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_block-title.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_buttons-set1.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_checkout.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_collapse-gm.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_collapse.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_divider1.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_grand-total.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_grid.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_login-box.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_nav1.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_opc-title-off.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_pipe1.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_pipe2.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_pipe3.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_rating.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_tfoot.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_th-v.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_th.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/bkg_toolbar.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/block_button_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/block_title_color_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/block_title_gray_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/bread_arrow.png +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_edit.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_gm-close.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_google_checkout.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_paypal_checkout.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_previous.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_remove.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_remove2.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_trash.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/btn_window_close.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/button_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/button_checkout.png +0 -0
- skin/frontend/default/clothing_store_orange/images/calendar.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/cart_img_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/cart_totals_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/catalog/product/placeholder/image.jpg +0 -0
- skin/frontend/default/clothing_store_orange/images/catalog/product/placeholder/small_image.jpg +0 -0
- skin/frontend/default/clothing_store_orange/images/catalog/product/placeholder/thumbnail.jpg +0 -0
- skin/frontend/default/clothing_store_orange/images/col_left_block_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/col_right_block_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/crosell_head.png +0 -0
- skin/frontend/default/clothing_store_orange/images/crossell_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/cvv.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/cvv.jpg +0 -0
- skin/frontend/default/clothing_store_orange/images/disconut_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/disount_head.png +0 -0
- skin/frontend/default/clothing_store_orange/images/fam_book_open.png +0 -0
- skin/frontend/default/clothing_store_orange/images/grid-cal.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/grid_item_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/grid_item_bg2.png +0 -0
- skin/frontend/default/clothing_store_orange/images/i_arrow-top.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_asc_arrow.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_availability_only.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_availability_only_arrow.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_desc_arrow.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_msg-error.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_msg-note.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_msg-success.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_notice.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_page1.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_page2.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_pager-next.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_pager-prev.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_print.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_rss-big.png +0 -0
- skin/frontend/default/clothing_store_orange/images/i_rss.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_search_criteria.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_tag_add.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_tier.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_type_grid.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/i_type_list.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/input_bkg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/list_item_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/logo.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/logo_email.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/logo_print.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/magnifier_handle.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/main_img_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/map_popup_arrow.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/nav_bkg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/nav_li_bkg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/nav_li_li_a_bg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/nav_over_bkg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/nav_over_bkg2.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/np_cart_thumb.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/np_more_img.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/np_product_main.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/np_thumb.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/np_thumb2.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/opc-ajax-loader.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/page_head_bg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/pager_arrow_left.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/pager_arrow_right.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/product_zoom_overlay_magnif.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/search_bkg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/slider_bg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/slider_btn_zoom_in.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/slider_btn_zoom_out.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/spacer.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/tabs_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/toolbar_brd.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/validation_advice_bg.gif +0 -0
- skin/frontend/default/clothing_store_orange/images/validation_advice_bg.png +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_account.png +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_cart.png +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_home.png +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_more.png +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_page.png +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_search.png +0 -0
- skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_shop.png +0 -0
- skin/frontend/default/clothing_store_purple/css/print.css +40 -0
- skin/frontend/default/clothing_store_purple/css/styles-ie.css +150 -0
- skin/frontend/default/clothing_store_purple/css/styles.css +2119 -0
- skin/frontend/default/clothing_store_purple/images/best_selling_tr_even_bg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/best_selling_tr_odd_bg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bf_link_bg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_block-actions.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_block-layered-dd.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_block-layered-dt.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_block-layered-li.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_block-layered1.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_block-title.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_buttons-set1.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_checkout.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_collapse-gm.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_collapse.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_divider1.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_grand-total.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_grid.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_login-box.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_nav1.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_opc-title-off.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_pipe1.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_pipe2.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_pipe3.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_pipe5.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_rating.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_tfoot.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_th-v.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_th.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/bkg_toolbar.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/block_button_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/block_title_color_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/block_title_gray_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/bread_arrow.png +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_edit.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_gm-close.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_google_checkout.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_paypal_checkout.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_previous.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_remove.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_remove2.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_trash.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/btn_window_close.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/button_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/button_checkout.png +0 -0
- skin/frontend/default/clothing_store_purple/images/calendar.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/cart_img_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/cart_totals_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/catalog/product/placeholder/image.jpg +0 -0
- skin/frontend/default/clothing_store_purple/images/catalog/product/placeholder/small_image.jpg +0 -0
- skin/frontend/default/clothing_store_purple/images/catalog/product/placeholder/thumbnail.jpg +0 -0
- skin/frontend/default/clothing_store_purple/images/col_left_block_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/col_right_block_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/crosell_head.png +0 -0
- skin/frontend/default/clothing_store_purple/images/crossell_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/cvv.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/cvv.jpg +0 -0
- skin/frontend/default/clothing_store_purple/images/disconut_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/disount_head.png +0 -0
- skin/frontend/default/clothing_store_purple/images/fam_book_open.png +0 -0
- skin/frontend/default/clothing_store_purple/images/grid-cal.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/grid_item_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/grid_item_bg2.png +0 -0
- skin/frontend/default/clothing_store_purple/images/i_arrow-top.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_asc_arrow.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_availability_only.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_availability_only_arrow.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_desc_arrow.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_msg-error.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_msg-note.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_msg-success.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_notice.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_page1.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_page2.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_pager-next.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_pager-prev.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_print.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_rss-big.png +0 -0
- skin/frontend/default/clothing_store_purple/images/i_rss.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_search_criteria.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_tag_add.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_tier.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_type_grid.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/i_type_list.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/input_bkg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/list_item_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/logo.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/logo_email.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/logo_print.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/magnifier_handle.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/main_img_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/map_popup_arrow.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/nav_bkg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/nav_li_bkg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/nav_li_li_a_bg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/nav_over_bkg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/nav_over_bkg2.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/np_cart_thumb.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/np_more_img.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/np_product_main.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/np_thumb.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/np_thumb2.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/opc-ajax-loader.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/page_head_bg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/pager_arrow_left.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/pager_arrow_right.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/product_zoom_overlay_magnif.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/search_bkg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/slider_bg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/slider_btn_zoom_in.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/slider_btn_zoom_out.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/spacer.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/tabs_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/toolbar_brd.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/validation_advice_bg.gif +0 -0
- skin/frontend/default/clothing_store_purple/images/validation_advice_bg.png +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_account.png +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_cart.png +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_home.png +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_more.png +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_page.png +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_search.png +0 -0
- skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_shop.png +0 -0
- skin/frontend/default/clothing_store_red/css/print.css +40 -0
- skin/frontend/default/clothing_store_red/css/styles-ie.css +149 -0
- skin/frontend/default/clothing_store_red/css/styles.css +2119 -0
- skin/frontend/default/clothing_store_red/images/best_selling_tr_even_bg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/best_selling_tr_odd_bg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bf_link_bg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_block-actions.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_block-layered-dd.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_block-layered-dt.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_block-layered-li.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_block-layered1.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_block-title.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_buttons-set1.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_checkout.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_collapse-gm.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_collapse.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_divider1.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_grand-total.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_grid.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_login-box.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_nav1.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_opc-title-off.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_pipe1.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_pipe2.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_pipe3.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_pipe5.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_rating.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_tfoot.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_th-v.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_th.gif +0 -0
- skin/frontend/default/clothing_store_red/images/bkg_toolbar.gif +0 -0
- skin/frontend/default/clothing_store_red/images/block_button_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/block_title_color_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/block_title_gray_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/bread_arrow.png +0 -0
- skin/frontend/default/clothing_store_red/images/btn_edit.gif +0 -0
- skin/frontend/default/clothing_store_red/images/btn_gm-close.gif +0 -0
- skin/frontend/default/clothing_store_red/images/btn_google_checkout.gif +0 -0
- skin/frontend/default/clothing_store_red/images/btn_paypal_checkout.gif +0 -0
- skin/frontend/default/clothing_store_red/images/btn_previous.gif +0 -0
- skin/frontend/default/clothing_store_red/images/btn_remove.gif +0 -0
- skin/frontend/default/clothing_store_red/images/btn_remove2.gif +0 -0
- skin/frontend/default/clothing_store_red/images/btn_trash.gif +0 -0
- skin/frontend/default/clothing_store_red/images/btn_window_close.gif +0 -0
- skin/frontend/default/clothing_store_red/images/button_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/button_checkout.png +0 -0
- skin/frontend/default/clothing_store_red/images/calendar.gif +0 -0
- skin/frontend/default/clothing_store_red/images/cart_img_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/cart_totals_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/catalog/product/placeholder/image.jpg +0 -0
- skin/frontend/default/clothing_store_red/images/catalog/product/placeholder/small_image.jpg +0 -0
- skin/frontend/default/clothing_store_red/images/catalog/product/placeholder/thumbnail.jpg +0 -0
- skin/frontend/default/clothing_store_red/images/col_left_block_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/col_right_block_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/crosell_head.png +0 -0
- skin/frontend/default/clothing_store_red/images/crossell_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/cvv.gif +0 -0
- skin/frontend/default/clothing_store_red/images/cvv.jpg +0 -0
- skin/frontend/default/clothing_store_red/images/disconut_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/disount_head.png +0 -0
- skin/frontend/default/clothing_store_red/images/fam_book_open.png +0 -0
- skin/frontend/default/clothing_store_red/images/grid-cal.gif +0 -0
- skin/frontend/default/clothing_store_red/images/grid_item_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/grid_item_bg2.png +0 -0
- skin/frontend/default/clothing_store_red/images/i_arrow-top.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_asc_arrow.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_availability_only.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_availability_only_arrow.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_desc_arrow.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_msg-error.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_msg-note.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_msg-success.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_notice.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_page1.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_page2.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_pager-next.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_pager-prev.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_print.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_rss-big.png +0 -0
- skin/frontend/default/clothing_store_red/images/i_rss.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_search_criteria.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_tag_add.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_tier.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_type_grid.gif +0 -0
- skin/frontend/default/clothing_store_red/images/i_type_list.gif +0 -0
- skin/frontend/default/clothing_store_red/images/input_bkg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/list_item_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/logo.gif +0 -0
- skin/frontend/default/clothing_store_red/images/logo_email.gif +0 -0
- skin/frontend/default/clothing_store_red/images/logo_print.gif +0 -0
- skin/frontend/default/clothing_store_red/images/magnifier_handle.gif +0 -0
- skin/frontend/default/clothing_store_red/images/main_img_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/map_popup_arrow.gif +0 -0
- skin/frontend/default/clothing_store_red/images/nav_bkg.png +0 -0
- skin/frontend/default/clothing_store_red/images/nav_li_bkg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/nav_li_li_a_bg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/nav_over_bkg.png +0 -0
- skin/frontend/default/clothing_store_red/images/nav_over_bkg2.gif +0 -0
- skin/frontend/default/clothing_store_red/images/np_cart_thumb.gif +0 -0
- skin/frontend/default/clothing_store_red/images/np_more_img.gif +0 -0
- skin/frontend/default/clothing_store_red/images/np_product_main.gif +0 -0
- skin/frontend/default/clothing_store_red/images/np_thumb.gif +0 -0
- skin/frontend/default/clothing_store_red/images/np_thumb2.gif +0 -0
- skin/frontend/default/clothing_store_red/images/opc-ajax-loader.gif +0 -0
- skin/frontend/default/clothing_store_red/images/page_head_bg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/pager_arrow_left.gif +0 -0
- skin/frontend/default/clothing_store_red/images/pager_arrow_right.gif +0 -0
- skin/frontend/default/clothing_store_red/images/product_zoom_overlay_magnif.gif +0 -0
- skin/frontend/default/clothing_store_red/images/search_bkg.png +0 -0
- skin/frontend/default/clothing_store_red/images/slider_bg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/slider_btn_zoom_in.gif +0 -0
- skin/frontend/default/clothing_store_red/images/slider_btn_zoom_out.gif +0 -0
- skin/frontend/default/clothing_store_red/images/spacer.gif +0 -0
- skin/frontend/default/clothing_store_red/images/tabs_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/toolbar_brd.gif +0 -0
- skin/frontend/default/clothing_store_red/images/validation_advice_bg.gif +0 -0
- skin/frontend/default/clothing_store_red/images/validation_advice_bg.png +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/tab_account.png +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/tab_cart.png +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/tab_home.png +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/tab_more.png +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/tab_page.png +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/tab_search.png +0 -0
- skin/frontend/default/clothing_store_red/images/xmlconnect/tab_shop.png +0 -0
- source/Clothing_Store-orange/1_Home.psd +0 -0
- source/Clothing_Store-orange/2_Products_grid.psd +0 -0
- source/Clothing_Store-orange/3_Products_list.psd +0 -0
- source/Clothing_Store-orange/4_Product_page.psd +0 -0
- source/Clothing_Store-orange/5_Cart.psd +0 -0
- source/Clothing_Store-orange/6_Checkout.psd +0 -0
- source/Clothing_Store-orange/7_User_account.psd.psd +0 -0
- source/Clothing_Store-purple/1_Home.psd +0 -0
- source/Clothing_Store-purple/2_Products_grid.psd +0 -0
- source/Clothing_Store-purple/3_Products_list.psd +0 -0
- source/Clothing_Store-purple/4_Product_page.psd +0 -0
- source/Clothing_Store-purple/5_Cart.psd +0 -0
- source/Clothing_Store-purple/6_Checkout.psd +0 -0
- source/Clothing_Store-purple/7_User_account.psd.psd +0 -0
- source/Clothing_Store-red/1_Home.psd +0 -0
- source/Clothing_Store-red/2_Products_grid.psd +0 -0
- source/Clothing_Store-red/3_Products_list.psd +0 -0
- source/Clothing_Store-red/4_Product_page.psd +0 -0
- source/Clothing_Store-red/5_Cart.psd +0 -0
- source/Clothing_Store-red/6_Checkout.psd +0 -0
- source/Clothing_Store-red/7_User_account.psd.psd +0 -0
app/design/frontend/default/clothing_store_orange/layout/catalog.xml
ADDED
@@ -0,0 +1,431 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
Supported layout update handles (action):
|
29 |
+
- catalog_product_gallery
|
30 |
+
- catalog_product_compare_index
|
31 |
+
|
32 |
+
Supported layout update handles (special):
|
33 |
+
- default
|
34 |
+
- catalog_category_default
|
35 |
+
- catalog_category_layered
|
36 |
+
- catalog_product_view
|
37 |
+
|
38 |
+
-->
|
39 |
+
<layout version="0.1.0">
|
40 |
+
|
41 |
+
<!--
|
42 |
+
Default layout, loads most of the pages
|
43 |
+
-->
|
44 |
+
|
45 |
+
<default>
|
46 |
+
|
47 |
+
<!-- Mage_Catalog -->
|
48 |
+
<!--<reference name="left">
|
49 |
+
<block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
|
50 |
+
<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
|
51 |
+
<action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
|
52 |
+
<action method="setLinkUrl"><url>checkout/cart</url></action>
|
53 |
+
</block>
|
54 |
+
</reference>
|
55 |
+
<reference name="right">
|
56 |
+
<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
|
57 |
+
<block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
|
58 |
+
<action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
|
59 |
+
<action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>
|
60 |
+
</block>
|
61 |
+
</reference>-->
|
62 |
+
<reference name="footer_links">
|
63 |
+
<action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
|
64 |
+
</reference>
|
65 |
+
<block type="catalog/product_price_template" name="catalog_product_price_template" />
|
66 |
+
</default>
|
67 |
+
|
68 |
+
|
69 |
+
<!--
|
70 |
+
Category default layout
|
71 |
+
-->
|
72 |
+
|
73 |
+
<catalog_category_default translate="label">
|
74 |
+
<label>Catalog Category (Non-Anchor)</label>
|
75 |
+
<reference name="left">
|
76 |
+
<block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
|
77 |
+
</reference>
|
78 |
+
<reference name="content">
|
79 |
+
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
|
80 |
+
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
81 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
82 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
83 |
+
<!-- The following code shows how to set your own pager increments -->
|
84 |
+
<!--
|
85 |
+
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
86 |
+
<action method="setDefaultGridPerPage"><limit>9</limit></action>
|
87 |
+
<action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
|
88 |
+
<action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
|
89 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
90 |
+
<action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
|
91 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
92 |
+
-->
|
93 |
+
</block>
|
94 |
+
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
95 |
+
<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
|
96 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
97 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
98 |
+
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
99 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
100 |
+
</block>
|
101 |
+
</block>
|
102 |
+
</reference>
|
103 |
+
</catalog_category_default>
|
104 |
+
|
105 |
+
<!--
|
106 |
+
Category layered navigation layout
|
107 |
+
-->
|
108 |
+
|
109 |
+
<catalog_category_layered translate="label">
|
110 |
+
<label>Catalog Category (Anchor)</label>
|
111 |
+
<reference name="left">
|
112 |
+
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
|
113 |
+
</reference>
|
114 |
+
<reference name="content">
|
115 |
+
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
|
116 |
+
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
117 |
+
<!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
|
118 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
119 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
120 |
+
<!-- The following code shows how to set your own pager increments -->
|
121 |
+
<!--
|
122 |
+
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
123 |
+
<action method="setDefaultGridPerPage"><limit>3</limit></action>
|
124 |
+
<action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
|
125 |
+
<action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
|
126 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
127 |
+
<action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
|
128 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
129 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
|
130 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
|
131 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
|
132 |
+
<action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
|
133 |
+
-->
|
134 |
+
</block>
|
135 |
+
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
136 |
+
<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
|
137 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
138 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
139 |
+
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
140 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
141 |
+
</block>
|
142 |
+
</block>
|
143 |
+
</reference>
|
144 |
+
</catalog_category_layered>
|
145 |
+
|
146 |
+
<!--
|
147 |
+
Compare products page
|
148 |
+
-->
|
149 |
+
|
150 |
+
<catalog_product_compare_index translate="label">
|
151 |
+
<label>Catalog Product Compare List</label>
|
152 |
+
<!-- Mage_Catalog -->
|
153 |
+
<reference name="root">
|
154 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
155 |
+
</reference>
|
156 |
+
<reference name="head">
|
157 |
+
<action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
|
158 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
159 |
+
</reference>
|
160 |
+
<reference name="content">
|
161 |
+
<block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
|
162 |
+
</reference>
|
163 |
+
</catalog_product_compare_index>
|
164 |
+
|
165 |
+
<customer_account_index>
|
166 |
+
<reference name="right">
|
167 |
+
<action method="unsetChild"><name>catalog.compare.sidebar</name></action>
|
168 |
+
</reference>
|
169 |
+
</customer_account_index>
|
170 |
+
|
171 |
+
<!--
|
172 |
+
Product view
|
173 |
+
-->
|
174 |
+
|
175 |
+
<catalog_product_view translate="label">
|
176 |
+
<label>Catalog Product View (Any)</label>
|
177 |
+
<!-- Mage_Catalog -->
|
178 |
+
<reference name="root">
|
179 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
180 |
+
</reference>
|
181 |
+
<reference name="head">
|
182 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
183 |
+
<action method="addJs"><script>varien/configurable.js</script></action>
|
184 |
+
|
185 |
+
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
186 |
+
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
187 |
+
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
188 |
+
</reference>
|
189 |
+
<reference name="content">
|
190 |
+
<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
|
191 |
+
<!--
|
192 |
+
<action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
|
193 |
+
<action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
|
194 |
+
<action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
|
195 |
+
-->
|
196 |
+
<block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
|
197 |
+
<block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
|
198 |
+
<label>Alert Urls</label>
|
199 |
+
</block>
|
200 |
+
|
201 |
+
<action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
|
202 |
+
|
203 |
+
<block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
|
204 |
+
|
205 |
+
<action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Product Description</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
|
206 |
+
|
207 |
+
<action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
|
208 |
+
|
209 |
+
<action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
|
210 |
+
|
211 |
+
<action method="addTab" translate="title" module="tag"><alias>product_tag_list</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
|
212 |
+
|
213 |
+
</block>
|
214 |
+
|
215 |
+
<block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
|
216 |
+
<action method="setColumnCount"><columns>4</columns></action>
|
217 |
+
<action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
|
218 |
+
</block>
|
219 |
+
|
220 |
+
<!--<block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
|
221 |
+
<block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
|
222 |
+
<action method="addToParentGroup"><group>detailed_info</group></action>
|
223 |
+
</block>
|
224 |
+
<block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
|
225 |
+
<action method="addToParentGroup"><group>detailed_info</group></action>
|
226 |
+
</block>-->
|
227 |
+
<block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
|
228 |
+
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
229 |
+
|
230 |
+
<block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
|
231 |
+
<label>Product View Extra Hint</label>
|
232 |
+
</block>
|
233 |
+
|
234 |
+
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
|
235 |
+
<label>Info Column Options Wrapper</label>
|
236 |
+
<block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
|
237 |
+
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
238 |
+
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
239 |
+
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
240 |
+
<action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
|
241 |
+
<action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
|
242 |
+
</block>
|
243 |
+
<block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
|
244 |
+
</block>
|
245 |
+
<block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml" translate="label">
|
246 |
+
<label>Bottom Block Options Wrapper</label>
|
247 |
+
<action method="insert"><block>product.tierprices</block></action>
|
248 |
+
<block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
|
249 |
+
<action method="append"><block>product.info.addtocart</block></action>
|
250 |
+
<action method="append"><block>product.info.addto</block></action>
|
251 |
+
</block>
|
252 |
+
|
253 |
+
<block type="core/template_facade" name="product.info.container1" as="container1">
|
254 |
+
<action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
|
255 |
+
<action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
|
256 |
+
<action method="append"><block>product.info.options.wrapper</block></action>
|
257 |
+
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
|
258 |
+
</block>
|
259 |
+
<block type="core/template_facade" name="product.info.container2" as="container2">
|
260 |
+
<action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
|
261 |
+
<action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
|
262 |
+
<action method="append"><block>product.info.options.wrapper</block></action>
|
263 |
+
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
|
264 |
+
</block>
|
265 |
+
<action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
|
266 |
+
<action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
|
267 |
+
</block>
|
268 |
+
</reference>
|
269 |
+
<reference name="right">
|
270 |
+
<block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
|
271 |
+
</reference>
|
272 |
+
</catalog_product_view>
|
273 |
+
|
274 |
+
<!--
|
275 |
+
Additional block dependant on product type
|
276 |
+
-->
|
277 |
+
<PRODUCT_TYPE_simple translate="label" module="catalog">
|
278 |
+
<label>Catalog Product View (Simple)</label>
|
279 |
+
<reference name="product.info">
|
280 |
+
<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
281 |
+
<block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
|
282 |
+
<label>Product Extra Info</label>
|
283 |
+
</block>
|
284 |
+
</block>
|
285 |
+
</reference>
|
286 |
+
</PRODUCT_TYPE_simple>
|
287 |
+
<PRODUCT_TYPE_configurable translate="label" module="catalog">
|
288 |
+
<label>Catalog Product View (Configurable)</label>
|
289 |
+
<reference name="product.info">
|
290 |
+
<block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
291 |
+
<block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
|
292 |
+
<label>Product Extra Info</label>
|
293 |
+
</block>
|
294 |
+
</block>
|
295 |
+
</reference>
|
296 |
+
<reference name="product.info.options.wrapper">
|
297 |
+
<block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
|
298 |
+
</reference>
|
299 |
+
</PRODUCT_TYPE_configurable>
|
300 |
+
<PRODUCT_TYPE_grouped translate="label" module="catalog">
|
301 |
+
<label>Catalog Product View (Grouped)</label>
|
302 |
+
<reference name="product.info">
|
303 |
+
<block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
|
304 |
+
<block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
|
305 |
+
<label>Product Extra Info</label>
|
306 |
+
</block>
|
307 |
+
</block>
|
308 |
+
</reference>
|
309 |
+
</PRODUCT_TYPE_grouped>
|
310 |
+
<PRODUCT_TYPE_virtual translate="label" module="catalog">
|
311 |
+
<label>Catalog Product View (Virtual)</label>
|
312 |
+
<reference name="product.info">
|
313 |
+
<block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
314 |
+
<block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
|
315 |
+
<label>Product Extra Info</label>
|
316 |
+
</block>
|
317 |
+
</block>
|
318 |
+
</reference>
|
319 |
+
</PRODUCT_TYPE_virtual>
|
320 |
+
|
321 |
+
|
322 |
+
|
323 |
+
<!--
|
324 |
+
Product send to friend
|
325 |
+
-->
|
326 |
+
|
327 |
+
<catalog_product_send translate="label">
|
328 |
+
<label>Catalog Product Email to a Friend</label>
|
329 |
+
<!-- Mage_Catalog -->
|
330 |
+
<reference name="root">
|
331 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
332 |
+
</reference>
|
333 |
+
<reference name="head">
|
334 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
335 |
+
</reference>
|
336 |
+
<reference name="content">
|
337 |
+
<block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
|
338 |
+
</block>
|
339 |
+
</reference>
|
340 |
+
</catalog_product_send>
|
341 |
+
|
342 |
+
<!--
|
343 |
+
Product additional images gallery popup
|
344 |
+
-->
|
345 |
+
|
346 |
+
<catalog_product_gallery translate="label">
|
347 |
+
<label>Catalog Product Image Gallery Popup</label>
|
348 |
+
<!-- Mage_Catalog -->
|
349 |
+
<reference name="root">
|
350 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
351 |
+
</reference>
|
352 |
+
<reference name="content">
|
353 |
+
<block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
|
354 |
+
</reference>
|
355 |
+
</catalog_product_gallery>
|
356 |
+
|
357 |
+
<!--
|
358 |
+
SEO Site Map
|
359 |
+
-->
|
360 |
+
|
361 |
+
<catalog_seo_sitemap translate="label">
|
362 |
+
<label>Catalog Seo Sitemap (Common)</label>
|
363 |
+
<remove name="right"/>
|
364 |
+
<remove name="left"/>
|
365 |
+
|
366 |
+
<reference name="root">
|
367 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
368 |
+
</reference>
|
369 |
+
<reference name="content">
|
370 |
+
<block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
|
371 |
+
<block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
|
372 |
+
<block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
373 |
+
<block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
374 |
+
</block>
|
375 |
+
</reference>
|
376 |
+
</catalog_seo_sitemap>
|
377 |
+
|
378 |
+
<catalog_seo_sitemap_category translate="label">
|
379 |
+
<label>Catalog Seo Sitemap (Category List)</label>
|
380 |
+
<reference name="head">
|
381 |
+
<action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
|
382 |
+
</reference>
|
383 |
+
<update handle="catalog_seo_sitemap" />
|
384 |
+
<reference name="seo.sitemap.container">
|
385 |
+
<action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
|
386 |
+
<block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
|
387 |
+
<action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
|
388 |
+
<action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
|
389 |
+
<action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
|
390 |
+
</block>
|
391 |
+
</reference>
|
392 |
+
<reference name="seo.sitemap.links">
|
393 |
+
<action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
|
394 |
+
</reference>
|
395 |
+
</catalog_seo_sitemap_category>
|
396 |
+
|
397 |
+
<catalog_seo_sitemap_category_tree translate="label">
|
398 |
+
<label>Catalog Seo Sitemap (Category Tree)</label>
|
399 |
+
<reference name="seo.sitemap.container">
|
400 |
+
<remove name="seo.sitemap.pager.top" />
|
401 |
+
<remove name="seo.sitemap.pager.bottom" />
|
402 |
+
<block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
403 |
+
<block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
404 |
+
<remove name="seo.sitemap.sitemap" />
|
405 |
+
<block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
|
406 |
+
<action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
|
407 |
+
<action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
|
408 |
+
</block>
|
409 |
+
</reference>
|
410 |
+
</catalog_seo_sitemap_category_tree>
|
411 |
+
|
412 |
+
<catalog_seo_sitemap_product translate="label">
|
413 |
+
<label>Catalog Seo Sitemap (Product List)</label>
|
414 |
+
<reference name="head">
|
415 |
+
<action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
|
416 |
+
</reference>
|
417 |
+
<update handle="catalog_seo_sitemap" />
|
418 |
+
<reference name="seo.sitemap.container">
|
419 |
+
<action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
|
420 |
+
<block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
|
421 |
+
<action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
|
422 |
+
<action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
|
423 |
+
<action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
|
424 |
+
</block>
|
425 |
+
</reference>
|
426 |
+
<reference name="seo.sitemap.links">
|
427 |
+
<action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
|
428 |
+
</reference>
|
429 |
+
</catalog_seo_sitemap_product>
|
430 |
+
|
431 |
+
</layout>
|
app/design/frontend/default/clothing_store_orange/layout/newsletter.xml
ADDED
@@ -0,0 +1,69 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
|
31 |
+
<!--
|
32 |
+
Default layout, loads most of the pages
|
33 |
+
-->
|
34 |
+
|
35 |
+
<default>
|
36 |
+
|
37 |
+
<!-- Mage_Newsletter
|
38 |
+
<reference name="left">
|
39 |
+
<block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>
|
40 |
+
</reference>-->
|
41 |
+
|
42 |
+
</default>
|
43 |
+
|
44 |
+
<!--
|
45 |
+
Customer account pages, rendered for all tabs in dashboard
|
46 |
+
-->
|
47 |
+
|
48 |
+
<customer_account>
|
49 |
+
<!-- Mage_Newsletter -->
|
50 |
+
<reference name="customer_account_navigation">
|
51 |
+
<action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
|
52 |
+
</reference>
|
53 |
+
<remove name="left.newsletter"/>
|
54 |
+
</customer_account>
|
55 |
+
|
56 |
+
<newsletter_manage_index translate="label">
|
57 |
+
<label>Customer My Account Newsletter Subscriptions</label>
|
58 |
+
<update handle="customer_account"/>
|
59 |
+
<reference name="my.account.wrapper">
|
60 |
+
<block type="customer/newsletter" name="customer_newsletter">
|
61 |
+
<block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
|
62 |
+
<label>Newsletter Subscription Form Before</label>
|
63 |
+
<action method="setMayBeInvisible"><value>1</value></action>
|
64 |
+
</block>
|
65 |
+
</block>
|
66 |
+
</reference>
|
67 |
+
</newsletter_manage_index>
|
68 |
+
|
69 |
+
</layout>
|
app/design/frontend/default/clothing_store_orange/layout/paypal.xml
ADDED
@@ -0,0 +1,194 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
<checkout_cart_index>
|
31 |
+
<reference name="checkout.cart.top_methods">
|
32 |
+
<block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.top" before="-" template="paypal/express/shortcut.phtml">
|
33 |
+
<action method="setIsQuoteAllowed"><value>1</value></action>
|
34 |
+
</block>
|
35 |
+
</reference>
|
36 |
+
|
37 |
+
<reference name="checkout.cart.methods">
|
38 |
+
<block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.bottom" before="-" template="paypal/express/shortcut.phtml">
|
39 |
+
<action method="setIsQuoteAllowed"><value>1</value></action>
|
40 |
+
</block>
|
41 |
+
</reference>
|
42 |
+
<update handle="SHORTCUT_popup" />
|
43 |
+
</checkout_cart_index>
|
44 |
+
|
45 |
+
<paypal_express_review translate="label">
|
46 |
+
<label>PayPal Express Order Review Form</label>
|
47 |
+
<remove name="right"/>
|
48 |
+
<remove name="left"/>
|
49 |
+
|
50 |
+
<reference name="root">
|
51 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
52 |
+
</reference>
|
53 |
+
<reference name="content">
|
54 |
+
<block type="paypal/express_review" name="paypal.express.review" template="paypal/express/review.phtml">
|
55 |
+
<block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
|
56 |
+
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
57 |
+
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
|
58 |
+
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
|
59 |
+
<block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
|
60 |
+
</block>
|
61 |
+
<block type="checkout/agreements" name="paypal.express.review.details.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
|
62 |
+
</block>
|
63 |
+
</reference>
|
64 |
+
<reference name="head">
|
65 |
+
<action method="addItem"><type>skin_js</type><name>js/checkout/review.js</name></action>
|
66 |
+
</reference>
|
67 |
+
</paypal_express_review>
|
68 |
+
|
69 |
+
<paypal_express_review_details>
|
70 |
+
<block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
|
71 |
+
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
72 |
+
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
|
73 |
+
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
|
74 |
+
<block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
|
75 |
+
</block>
|
76 |
+
</paypal_express_review_details>
|
77 |
+
|
78 |
+
<!--
|
79 |
+
Available logo types can be assigned with action="setLogoType":
|
80 |
+
- wePrefer_150x60
|
81 |
+
- wePrefer_150x40
|
82 |
+
- nowAccepting_150x60
|
83 |
+
- nowAccepting_150x40
|
84 |
+
- paymentsBy_150x60
|
85 |
+
- paymentsBy_150x40
|
86 |
+
- shopNowUsing_150x60
|
87 |
+
- shopNowUsing_150x40
|
88 |
+
-->
|
89 |
+
<catalog_product_view>
|
90 |
+
<reference name="product.info.addtocart">
|
91 |
+
<block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
|
92 |
+
<label>PayPal Express Checkout Shortcut Wrapper</label>
|
93 |
+
<block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
|
94 |
+
<action method="setIsInCatalogProduct"><value>1</value></action>
|
95 |
+
</block>
|
96 |
+
</block>
|
97 |
+
</reference>
|
98 |
+
<update handle="SHORTCUT_popup" />
|
99 |
+
<!--<reference name="right">
|
100 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
|
101 |
+
<!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
|
102 |
+
<!--</block>
|
103 |
+
</reference>-->
|
104 |
+
</catalog_product_view>
|
105 |
+
|
106 |
+
<!-- <catalog_category_default>
|
107 |
+
<update handle="SHORTCUT_popup" />
|
108 |
+
<reference name="right">
|
109 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
110 |
+
</reference>
|
111 |
+
</catalog_category_default>
|
112 |
+
|
113 |
+
<catalog_category_layered>
|
114 |
+
<update handle="SHORTCUT_popup" />
|
115 |
+
<reference name="right">
|
116 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
117 |
+
</reference>
|
118 |
+
</catalog_category_layered>
|
119 |
+
|
120 |
+
<catalog_product_compare_index>
|
121 |
+
<update handle="SHORTCUT_popup" />
|
122 |
+
</catalog_product_compare_index>
|
123 |
+
|
124 |
+
<catalogsearch_result_index>
|
125 |
+
<update handle="SHORTCUT_popup" />
|
126 |
+
</catalogsearch_result_index>
|
127 |
+
|
128 |
+
<catalogsearch_advanced_result>
|
129 |
+
<update handle="SHORTCUT_popup" />
|
130 |
+
</catalogsearch_advanced_result>
|
131 |
+
|
132 |
+
<tag_product_list>
|
133 |
+
<update handle="SHORTCUT_popup" />
|
134 |
+
</tag_product_list>
|
135 |
+
<tag_customer_view>
|
136 |
+
<update handle="SHORTCUT_popup" />
|
137 |
+
</tag_customer_view>
|
138 |
+
|
139 |
+
<wishlist_index_index>
|
140 |
+
<update handle="SHORTCUT_popup" />
|
141 |
+
</wishlist_index_index>
|
142 |
+
<review_product_list>
|
143 |
+
<update handle="SHORTCUT_popup" />
|
144 |
+
</review_product_list>
|
145 |
+
|
146 |
+
<checkout_onepage_success>
|
147 |
+
<update handle="SHORTCUT_popup" />
|
148 |
+
</checkout_onepage_success>
|
149 |
+
<checkout_onepage_failure>
|
150 |
+
<update handle="SHORTCUT_popup" />
|
151 |
+
</checkout_onepage_failure>
|
152 |
+
<cms_index_index>
|
153 |
+
<reference name="right">
|
154 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
155 |
+
</reference>
|
156 |
+
</cms_index_index>-->
|
157 |
+
|
158 |
+
<default>
|
159 |
+
<reference name="topCart.extra_actions">
|
160 |
+
<block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
|
161 |
+
</reference>
|
162 |
+
<reference name="cart_sidebar.extra_actions">
|
163 |
+
<block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
|
164 |
+
</reference>
|
165 |
+
</default>
|
166 |
+
<checkout_onepage_review>
|
167 |
+
<reference name="checkout.onepage.review.info.items.after">
|
168 |
+
<block type="paypal/iframe" name="paypal.iframe" />
|
169 |
+
</reference>
|
170 |
+
<reference name="checkout.onepage.review.button">
|
171 |
+
<action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
|
172 |
+
</reference>
|
173 |
+
</checkout_onepage_review>
|
174 |
+
|
175 |
+
<paypal_payflow_link_iframe>
|
176 |
+
<block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
|
177 |
+
<block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
|
178 |
+
</paypal_payflow_link_iframe>
|
179 |
+
|
180 |
+
<paypal_hosted_pro_iframe>
|
181 |
+
<block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
|
182 |
+
</paypal_hosted_pro_iframe>
|
183 |
+
|
184 |
+
<SHORTCUT_popup>
|
185 |
+
<reference name="product.tooltip">
|
186 |
+
<block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
|
187 |
+
<block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
|
188 |
+
<action method="setIsInCatalogProduct"><value>1</value></action>
|
189 |
+
<action method="setShowOrPosition"><value>after</value></action>
|
190 |
+
</block>
|
191 |
+
</block>
|
192 |
+
</reference>
|
193 |
+
</SHORTCUT_popup>
|
194 |
+
</layout>
|
app/design/frontend/default/clothing_store_orange/layout/tag.xml
ADDED
@@ -0,0 +1,117 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
|
31 |
+
<!--
|
32 |
+
Default layout, loads most of the pages
|
33 |
+
-->
|
34 |
+
|
35 |
+
<default>
|
36 |
+
<!-- Mage_Tag -->
|
37 |
+
<reference name="left">
|
38 |
+
<block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
|
39 |
+
</reference>
|
40 |
+
|
41 |
+
</default>
|
42 |
+
|
43 |
+
<!--
|
44 |
+
Customer account pages, rendered for all tabs in dashboard
|
45 |
+
-->
|
46 |
+
|
47 |
+
<customer_account>
|
48 |
+
<!-- Mage_Tag -->
|
49 |
+
<reference name="customer_account_navigation">
|
50 |
+
<action method="addLink" translate="label" module="tag"><name>tags</name><path>tag/customer/</path><label>My Tags</label></action>
|
51 |
+
</reference>
|
52 |
+
</customer_account>
|
53 |
+
|
54 |
+
<!--
|
55 |
+
Customer account home dashboard layout
|
56 |
+
-->
|
57 |
+
|
58 |
+
<customer_account_index>
|
59 |
+
<!-- Mage_Tag -->
|
60 |
+
<reference name="customer_account_dashboard">
|
61 |
+
<action method="unsetChild"><name>customer_account_dashboard_info2</name></action>
|
62 |
+
<block type="tag/customer_recent" name="customer_account_dashboard_info2" as="info2" template="tag/customer/recent.phtml"/>
|
63 |
+
</reference>
|
64 |
+
</customer_account_index>
|
65 |
+
|
66 |
+
|
67 |
+
<!--
|
68 |
+
All tags page
|
69 |
+
-->
|
70 |
+
|
71 |
+
<tag_list_index translate="label">
|
72 |
+
<label>Tags List (All Available)</label>
|
73 |
+
<!-- Mage_Tag -->
|
74 |
+
<reference name="root">
|
75 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
76 |
+
</reference>
|
77 |
+
<reference name="content">
|
78 |
+
<block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
|
79 |
+
</reference>
|
80 |
+
</tag_list_index>
|
81 |
+
|
82 |
+
<tag_product_list translate="label">
|
83 |
+
<label>Tagged Products List</label>
|
84 |
+
<!-- Mage_Tag -->
|
85 |
+
<reference name="content">
|
86 |
+
<block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
|
87 |
+
<block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml"></block>
|
88 |
+
<action method="setListOrders"/>
|
89 |
+
<action method="setListModes"/>
|
90 |
+
<action method="setListCollection"/>
|
91 |
+
</block>
|
92 |
+
</reference>
|
93 |
+
</tag_product_list>
|
94 |
+
|
95 |
+
<tag_customer_index translate="label">
|
96 |
+
<label>Customer My Account My Tags List</label>
|
97 |
+
<update handle="customer_account"/>
|
98 |
+
<reference name="root">
|
99 |
+
<action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
|
100 |
+
</reference>
|
101 |
+
<reference name="my.account.wrapper">
|
102 |
+
<block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
|
103 |
+
</reference>
|
104 |
+
</tag_customer_index>
|
105 |
+
|
106 |
+
<tag_customer_view translate="label">
|
107 |
+
<label>Customer My Account Tag View</label>
|
108 |
+
<update handle="customer_account"/>
|
109 |
+
<reference name="root">
|
110 |
+
<action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
|
111 |
+
</reference>
|
112 |
+
<reference name="my.account.wrapper">
|
113 |
+
<block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
|
114 |
+
</reference>
|
115 |
+
</tag_customer_view>
|
116 |
+
|
117 |
+
</layout>
|
app/design/frontend/default/clothing_store_orange/template/catalog/category/view.phtml
ADDED
@@ -0,0 +1,73 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Category view template
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Category_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php
|
35 |
+
$_helper = $this->helper('catalog/output');
|
36 |
+
$_category = $this->getCurrentCategory();
|
37 |
+
$_imgHtml = '';
|
38 |
+
if ($_imgUrl = $_category->getImageUrl()) {
|
39 |
+
$_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->htmlEscape($_category->getName()).'" title="'.$this->htmlEscape($_category->getName()).'" /></p>';
|
40 |
+
$_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
|
41 |
+
}
|
42 |
+
?>
|
43 |
+
<div class="page-title category-title">
|
44 |
+
<?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
|
45 |
+
<a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
|
46 |
+
<?php endif; ?>
|
47 |
+
<h1><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h1>
|
48 |
+
</div>
|
49 |
+
|
50 |
+
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
51 |
+
|
52 |
+
<?php if($_imgUrl): ?>
|
53 |
+
<?php echo $_imgHtml ?>
|
54 |
+
<?php endif; ?>
|
55 |
+
|
56 |
+
<?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
|
57 |
+
<div class="category-description std">
|
58 |
+
<?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
|
59 |
+
</div>
|
60 |
+
<?php endif; ?>
|
61 |
+
|
62 |
+
<?php if($this->isContentMode()): ?>
|
63 |
+
<?php echo $this->getCmsBlockHtml() ?>
|
64 |
+
|
65 |
+
<?php elseif($this->isMixedMode()): ?>
|
66 |
+
<div class="category-description std">
|
67 |
+
<?php echo $this->getCmsBlockHtml() ?>
|
68 |
+
</div>
|
69 |
+
<?php echo $this->getProductListHtml() ?>
|
70 |
+
|
71 |
+
<?php else: ?>
|
72 |
+
<?php echo $this->getProductListHtml() ?>
|
73 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_orange/template/catalog/product/list.phtml
ADDED
@@ -0,0 +1,153 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Product list template
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Product_List
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php
|
35 |
+
$_productCollection=$this->getLoadedProductCollection();
|
36 |
+
$_helper = $this->helper('catalog/output');
|
37 |
+
?>
|
38 |
+
<?php if(!$_productCollection->count()): ?>
|
39 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
40 |
+
<?php else: ?>
|
41 |
+
<div class="category-products">
|
42 |
+
<?php echo $this->getToolbarHtml() ?>
|
43 |
+
<?php // List mode ?>
|
44 |
+
<?php if($this->getMode()!='grid'): ?>
|
45 |
+
<?php $_iterator = 0; ?>
|
46 |
+
<ol class="products-list" id="products-list">
|
47 |
+
<?php foreach ($_productCollection as $_product): ?>
|
48 |
+
<li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
|
49 |
+
<div class="list_item_in clearfix">
|
50 |
+
<?php // Product Image ?>
|
51 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(130); ?>" width="120" height="130" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
52 |
+
<?php // Product description ?>
|
53 |
+
<div class="product-shop">
|
54 |
+
<div class="f-fix">
|
55 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
56 |
+
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
|
57 |
+
<?php if($_product->getRatingSummary()): ?>
|
58 |
+
<?php echo $this->getReviewsSummaryHtml($_product) ?>
|
59 |
+
<?php endif; ?>
|
60 |
+
<div class="desc std">
|
61 |
+
<?php echo substr(nl2br($_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description')),0,120) ?>
|
62 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
|
63 |
+
</div>
|
64 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
65 |
+
<?php if($_product->isSaleable()): ?>
|
66 |
+
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
|
67 |
+
<?php else: ?>
|
68 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
69 |
+
<?php endif; ?>
|
70 |
+
<ul class="add-to-links">
|
71 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
72 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
73 |
+
<?php endif; ?>
|
74 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
75 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
76 |
+
<?php endif; ?>
|
77 |
+
</ul>
|
78 |
+
</div>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
</li>
|
82 |
+
<?php endforeach; ?>
|
83 |
+
</ol>
|
84 |
+
<script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
|
85 |
+
|
86 |
+
<?php else: ?>
|
87 |
+
|
88 |
+
<?php // Grid Mode ?>
|
89 |
+
|
90 |
+
<?php $_collectionSize = $_productCollection->count() ?>
|
91 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
92 |
+
<?php
|
93 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
94 |
+
switch ($r_template)
|
95 |
+
{
|
96 |
+
case "page/2columns-right.phtml":
|
97 |
+
case "page/2columns-left.phtml":
|
98 |
+
$_columnCount = 3;
|
99 |
+
break;
|
100 |
+
case "page/3columns.phtml":
|
101 |
+
$_columnCount = 2;
|
102 |
+
break;
|
103 |
+
default:
|
104 |
+
$_columnCount = 4;
|
105 |
+
}
|
106 |
+
?>
|
107 |
+
<?php $i=0; foreach ($_productCollection as $_product): ?>
|
108 |
+
<?php if ($i++%$_columnCount==0): ?>
|
109 |
+
<ul class="products-grid">
|
110 |
+
<?php endif ?>
|
111 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
112 |
+
<div class="grid_item_in clearfix">
|
113 |
+
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h2>
|
114 |
+
<div class="grid-rat">
|
115 |
+
<?php if($_product->getRatingSummary()): ?>
|
116 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
117 |
+
<?php endif; ?>
|
118 |
+
</div>
|
119 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
120 |
+
<div class="clearfix">
|
121 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
122 |
+
<?php if($_product->isSaleable()): ?>
|
123 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
124 |
+
<?php else: ?>
|
125 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
126 |
+
<?php endif; ?>
|
127 |
+
</div>
|
128 |
+
|
129 |
+
<div class="actions">
|
130 |
+
|
131 |
+
<ul class="add-to-links">
|
132 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
133 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
134 |
+
<?php endif; ?>
|
135 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
136 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
137 |
+
<?php endif; ?>
|
138 |
+
</ul>
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
</li>
|
142 |
+
<?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
|
143 |
+
</ul>
|
144 |
+
<?php endif ?>
|
145 |
+
<?php endforeach ?>
|
146 |
+
<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
|
147 |
+
<?php endif; ?>
|
148 |
+
|
149 |
+
<div class="toolbar-bottom">
|
150 |
+
<?php echo $this->getToolbarHtml() ?>
|
151 |
+
</div>
|
152 |
+
</div>
|
153 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_orange/template/catalog/product/list/upsell.phtml
ADDED
@@ -0,0 +1,54 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if(count($this->getItemCollection()->getItems())): ?>
|
28 |
+
<div class="box-collateral box-up-sell">
|
29 |
+
<h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
|
30 |
+
<table class="products-grid" id="upsell-product-table">
|
31 |
+
<?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
|
32 |
+
<?php $this->resetItemsIterator() ?>
|
33 |
+
<?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
|
34 |
+
<tr>
|
35 |
+
<?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
|
36 |
+
<?php if($_link=$this->getIterableItem()): ?>
|
37 |
+
<td>
|
38 |
+
<div class="up-sell-in">
|
39 |
+
<a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(123) ?>" width="123" height="123" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
|
40 |
+
<h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
|
41 |
+
<?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
|
42 |
+
<?php //echo $this->getReviewsSummaryHtml($_link) ?>
|
43 |
+
</div>
|
44 |
+
</td>
|
45 |
+
<?php else: ?>
|
46 |
+
<td class="empty"> </td>
|
47 |
+
<?php endif; ?>
|
48 |
+
<?php endfor; ?>
|
49 |
+
</tr>
|
50 |
+
<?php endfor; ?>
|
51 |
+
</table>
|
52 |
+
<script type="text/javascript">decorateTable('upsell-product-table')</script>
|
53 |
+
</div>
|
54 |
+
<?php endif ?>
|
app/design/frontend/default/clothing_store_orange/template/catalog/product/new.phtml
ADDED
@@ -0,0 +1,87 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
|
28 |
+
<h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
|
29 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
30 |
+
<?php
|
31 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
32 |
+
switch ($r_template)
|
33 |
+
{
|
34 |
+
case "page/2columns-right.phtml":
|
35 |
+
case "page/2columns-left.phtml":
|
36 |
+
$_columnCount = 3;
|
37 |
+
break;
|
38 |
+
case "page/3columns.phtml":
|
39 |
+
$_columnCount = 2;
|
40 |
+
break;
|
41 |
+
default:
|
42 |
+
$_columnCount = 4;
|
43 |
+
}
|
44 |
+
?>
|
45 |
+
<?php $i=0; foreach ($_products->getItems() as $_product): ?>
|
46 |
+
<?php if ($i++%$_columnCount==0): ?>
|
47 |
+
<ul class="products-grid">
|
48 |
+
<?php endif ?>
|
49 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
50 |
+
<div class="grid_item_in clearfix">
|
51 |
+
<h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
|
52 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>
|
53 |
+
|
54 |
+
<?php if($_product->getRatingSummary()): ?>
|
55 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
56 |
+
<?php else: echo "<div class='grid-rat'></div>"; ?>
|
57 |
+
<?php endif; ?>
|
58 |
+
|
59 |
+
<div class="clearfix">
|
60 |
+
<?php echo $this->getPriceHtml($_product, true, '-new') ?>
|
61 |
+
<?php if($_product->isSaleable()): ?>
|
62 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
63 |
+
<?php else: ?>
|
64 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
65 |
+
<?php endif; ?>
|
66 |
+
</div>
|
67 |
+
|
68 |
+
|
69 |
+
<div class="actions">
|
70 |
+
|
71 |
+
|
72 |
+
<ul class="add-to-links">
|
73 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
74 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
75 |
+
<?php endif; ?>
|
76 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
77 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
78 |
+
<?php endif; ?>
|
79 |
+
</ul>
|
80 |
+
</div>
|
81 |
+
</div>
|
82 |
+
</li>
|
83 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
84 |
+
</ul>
|
85 |
+
<?php endif ?>
|
86 |
+
<?php endforeach; ?>
|
87 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_orange/template/catalog/product/view.phtml
ADDED
@@ -0,0 +1,183 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
* @see Mage_Review_Block_Product_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php $_helper = $this->helper('catalog/output'); ?>
|
35 |
+
<?php $_product = $this->getProduct(); ?>
|
36 |
+
|
37 |
+
<script type="text/javascript">
|
38 |
+
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
39 |
+
</script>
|
40 |
+
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
|
41 |
+
<div class="product-view">
|
42 |
+
<div class="product-essential">
|
43 |
+
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
|
44 |
+
<div class="no-display">
|
45 |
+
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
|
46 |
+
<input type="hidden" name="related_product" id="related-products-field" value="" />
|
47 |
+
</div>
|
48 |
+
|
49 |
+
<div class="product-shop">
|
50 |
+
<div class="product-name">
|
51 |
+
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
|
55 |
+
|
56 |
+
<?php if ($this->canEmailToFriend()): ?>
|
57 |
+
<p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
|
58 |
+
<?php endif; ?>
|
59 |
+
|
60 |
+
<?php echo $this->getChildHtml('alert_urls') ?>
|
61 |
+
<?php echo $this->getChildHtml('product_type_data') ?>
|
62 |
+
<?php echo $this->getTierPriceHtml() ?>
|
63 |
+
<?php echo $this->getChildHtml('extrahint') ?>
|
64 |
+
|
65 |
+
<?php if (!$this->hasOptions()):?>
|
66 |
+
<div class="add-to-box">
|
67 |
+
<?php if($_product->isSaleable()): ?>
|
68 |
+
<?php echo $this->getChildHtml('addtocart') ?>
|
69 |
+
<?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
|
70 |
+
<span class="or"><?php echo $this->__('OR') ?></span>
|
71 |
+
<?php endif; ?>
|
72 |
+
<?php endif; ?>
|
73 |
+
<?php echo $this->getChildHtml('addto') ?>
|
74 |
+
</div>
|
75 |
+
<?php echo $this->getChildHtml('extra_buttons') ?>
|
76 |
+
<?php elseif (!$_product->isSaleable()): ?>
|
77 |
+
<div class="add-to-box">
|
78 |
+
<?php echo $this->getChildHtml('addto') ?>
|
79 |
+
</div>
|
80 |
+
<?php endif; ?>
|
81 |
+
|
82 |
+
<?php if ($_product->getShortDescription()):?>
|
83 |
+
<div class="short-description">
|
84 |
+
<h2><?php echo $this->__('Quick Overview') ?></h2>
|
85 |
+
<div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
|
86 |
+
</div>
|
87 |
+
<?php endif;?>
|
88 |
+
|
89 |
+
<?php echo $this->getChildHtml('other');?>
|
90 |
+
|
91 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
92 |
+
<?php echo $this->getChildChildHtml('container1', '', true, true) ?>
|
93 |
+
<?php endif;?>
|
94 |
+
|
95 |
+
</div>
|
96 |
+
|
97 |
+
<div class="product-img-box">
|
98 |
+
<?php echo $this->getChildHtml('media') ?>
|
99 |
+
</div>
|
100 |
+
|
101 |
+
<div class="clearer"></div>
|
102 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
103 |
+
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
|
104 |
+
<?php endif;?>
|
105 |
+
</form>
|
106 |
+
<script type="text/javascript">
|
107 |
+
//<![CDATA[
|
108 |
+
var productAddToCartForm = new VarienForm('product_addtocart_form');
|
109 |
+
productAddToCartForm.submit = function(button, url) {
|
110 |
+
if (this.validator.validate()) {
|
111 |
+
var form = this.form;
|
112 |
+
var oldUrl = form.action;
|
113 |
+
|
114 |
+
if (url) {
|
115 |
+
form.action = url;
|
116 |
+
}
|
117 |
+
var e = null;
|
118 |
+
try {
|
119 |
+
this.form.submit();
|
120 |
+
} catch (e) {
|
121 |
+
}
|
122 |
+
this.form.action = oldUrl;
|
123 |
+
if (e) {
|
124 |
+
throw e;
|
125 |
+
}
|
126 |
+
|
127 |
+
if (button && button != 'undefined') {
|
128 |
+
button.disabled = true;
|
129 |
+
}
|
130 |
+
}
|
131 |
+
}.bind(productAddToCartForm);
|
132 |
+
|
133 |
+
productAddToCartForm.submitLight = function(button, url){
|
134 |
+
if(this.validator) {
|
135 |
+
var nv = Validation.methods;
|
136 |
+
delete Validation.methods['required-entry'];
|
137 |
+
delete Validation.methods['validate-one-required'];
|
138 |
+
delete Validation.methods['validate-one-required-by-name'];
|
139 |
+
// Remove custom datetime validators
|
140 |
+
for (var methodName in Validation.methods) {
|
141 |
+
if (methodName.match(/^validate-datetime-.*/i)) {
|
142 |
+
delete Validation.methods[methodName];
|
143 |
+
}
|
144 |
+
}
|
145 |
+
|
146 |
+
if (this.validator.validate()) {
|
147 |
+
if (url) {
|
148 |
+
this.form.action = url;
|
149 |
+
}
|
150 |
+
this.form.submit();
|
151 |
+
}
|
152 |
+
Object.extend(Validation.methods, nv);
|
153 |
+
}
|
154 |
+
}.bind(productAddToCartForm);
|
155 |
+
//]]>
|
156 |
+
</script>
|
157 |
+
</div>
|
158 |
+
|
159 |
+
<?php echo $this->getChildHtml('info_tabs') ?>
|
160 |
+
|
161 |
+
<div class="product-collateral">
|
162 |
+
|
163 |
+
<?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
|
164 |
+
|
165 |
+
<div class="box-collateral <?php echo "box-{$alias}"?>">
|
166 |
+
|
167 |
+
<?php if ($title = $this->getChildData($alias, 'title')):?>
|
168 |
+
|
169 |
+
<h2><?php echo $this->escapeHtml($title); ?></h2>
|
170 |
+
|
171 |
+
<?php endif;?>
|
172 |
+
|
173 |
+
<?php echo $html; ?>
|
174 |
+
|
175 |
+
</div>
|
176 |
+
|
177 |
+
<?php endforeach;?>
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
<?php echo $this->getChildHtml('product_additional_data') ?>
|
182 |
+
</div>
|
183 |
+
</div>
|
app/design/frontend/default/clothing_store_orange/template/catalog/product/view/media.phtml
ADDED
@@ -0,0 +1,78 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product media data template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View_Media
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<?php
|
34 |
+
$_product = $this->getProduct();
|
35 |
+
$_helper = $this->helper('catalog/output');
|
36 |
+
?>
|
37 |
+
<?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
|
38 |
+
<p class="product-image product-image-zoom">
|
39 |
+
<?php
|
40 |
+
$_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
41 |
+
echo $_helper->productAttribute($_product, $_img, 'image');
|
42 |
+
?>
|
43 |
+
</p>
|
44 |
+
<p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
|
45 |
+
<div class="zoom">
|
46 |
+
<img id="zoom_out" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_out.gif') ?>" alt="<?php echo $this->__('Zoom Out') ?>" title="<?php echo $this->__('Zoom Out') ?>" class="btn-zoom-out" />
|
47 |
+
<div id="track">
|
48 |
+
<div id="handle"></div>
|
49 |
+
</div>
|
50 |
+
<img id="zoom_in" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_in.gif') ?>" alt="<?php echo $this->__('Zoom In') ?>" title="<?php echo $this->__('Zoom In') ?>" class="btn-zoom-in" />
|
51 |
+
</div>
|
52 |
+
<script type="text/javascript">
|
53 |
+
//<![CDATA[
|
54 |
+
Event.observe(window, 'load', function() {
|
55 |
+
product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
|
56 |
+
});
|
57 |
+
//]]>
|
58 |
+
</script>
|
59 |
+
<?php else: ?>
|
60 |
+
<p class="product-image">
|
61 |
+
<?php
|
62 |
+
$_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(203).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
63 |
+
echo $_helper->productAttribute($_product, $_img, 'image');
|
64 |
+
?>
|
65 |
+
</p>
|
66 |
+
<?php endif; ?>
|
67 |
+
<?php if (count($this->getGalleryImages()) > 0): ?>
|
68 |
+
<div class="more-views">
|
69 |
+
<h2><?php echo $this->__('More Views') ?></h2>
|
70 |
+
<ul>
|
71 |
+
<?php foreach ($this->getGalleryImages() as $_image): ?>
|
72 |
+
<li>
|
73 |
+
<a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'width=300,height=300,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(58); ?>" width="58" height="58" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
|
74 |
+
</li>
|
75 |
+
<?php endforeach; ?>
|
76 |
+
</ul>
|
77 |
+
</div>
|
78 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_orange/template/catalog/product/view/tabs.phtml
ADDED
@@ -0,0 +1,78 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<ul class="product-tabs">
|
34 |
+
<?php foreach ($this->getTabs() as $_index => $_tab): ?>
|
35 |
+
<?php if($this->getChildHtml($_tab['alias'])): ?>
|
36 |
+
<li id="product_tabs_<?php echo $_tab['alias'] ?>" class="<?php echo !$_index?' active first':(($_index==count($this->getTabs())-1)?' last':'')?>"><a href="#"><?php echo $_tab['title']?></a></li>
|
37 |
+
<?php endif; ?>
|
38 |
+
<?php endforeach; ?>
|
39 |
+
</ul>
|
40 |
+
<?php foreach ($this->getTabs() as $_index => $_tab): ?>
|
41 |
+
<?php if($this->getChildHtml($_tab['alias'])): ?>
|
42 |
+
<div class="product-tabs-content" id="product_tabs_<?php echo $_tab['alias'] ?>_contents"><?php echo $this->getChildHtml($_tab['alias']) ?></div>
|
43 |
+
<?php endif; ?>
|
44 |
+
<?php endforeach; ?>
|
45 |
+
<script type="text/javascript">
|
46 |
+
//<![CDATA[
|
47 |
+
Varien.Tabs = Class.create();
|
48 |
+
Varien.Tabs.prototype = {
|
49 |
+
initialize: function(selector) {
|
50 |
+
var self=this;
|
51 |
+
$$(selector+' a').each(this.initTab.bind(this));
|
52 |
+
},
|
53 |
+
|
54 |
+
initTab: function(el) {
|
55 |
+
el.href = 'javascript:void(0)';
|
56 |
+
if ($(el.parentNode).hasClassName('active')) {
|
57 |
+
this.showContent(el);
|
58 |
+
}
|
59 |
+
el.observe('click', this.showContent.bind(this, el));
|
60 |
+
},
|
61 |
+
|
62 |
+
showContent: function(a) {
|
63 |
+
var li = $(a.parentNode), ul = $(li.parentNode);
|
64 |
+
ul.select('li', 'ol').each(function(el){
|
65 |
+
var contents = $(el.id+'_contents');
|
66 |
+
if (el==li) {
|
67 |
+
el.addClassName('active');
|
68 |
+
contents.show();
|
69 |
+
} else {
|
70 |
+
el.removeClassName('active');
|
71 |
+
contents.hide();
|
72 |
+
}
|
73 |
+
});
|
74 |
+
}
|
75 |
+
}
|
76 |
+
new Varien.Tabs('.product-tabs');
|
77 |
+
//]]>
|
78 |
+
</script>
|
app/design/frontend/default/clothing_store_orange/template/catalogsearch/form.mini.phtml
ADDED
@@ -0,0 +1,43 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Core_Block_Template */
|
27 |
+
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
28 |
+
$catalogSearchHelper = $this->helper('catalogsearch');
|
29 |
+
?>
|
30 |
+
<form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">
|
31 |
+
<div class="form-search">
|
32 |
+
<label for="search"><?php echo $this->__('Search:') ?></label>
|
33 |
+
<input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
|
34 |
+
<button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
|
35 |
+
<div id="search_autocomplete" class="search-autocomplete"></div>
|
36 |
+
<script type="text/javascript">
|
37 |
+
//<![CDATA[
|
38 |
+
var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search') ?>');
|
39 |
+
searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
|
40 |
+
//]]>
|
41 |
+
</script>
|
42 |
+
</div>
|
43 |
+
</form>
|
app/design/frontend/default/clothing_store_orange/template/checkout/cart.phtml
ADDED
@@ -0,0 +1,164 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Shopping cart template
|
30 |
+
*
|
31 |
+
* @see Mage_Checkout_Block_Cart
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<div class="cart">
|
35 |
+
<div class="page-title title-buttons">
|
36 |
+
<h1><?php echo $this->__('Shopping Cart') ?></h1>
|
37 |
+
<?php if(!$this->hasError()): ?>
|
38 |
+
<ul class="checkout-types">
|
39 |
+
<?php foreach ($this->getMethods('top_methods') as $method): ?>
|
40 |
+
<?php if ($methodHtml = $this->getMethodHtml($method)): ?>
|
41 |
+
<li><?php echo $methodHtml; ?></li>
|
42 |
+
<?php endif; ?>
|
43 |
+
<?php endforeach; ?>
|
44 |
+
</ul>
|
45 |
+
<?php endif; ?>
|
46 |
+
</div>
|
47 |
+
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
48 |
+
<?php echo $this->getChildHtml('form_before') ?>
|
49 |
+
<form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
|
50 |
+
<fieldset>
|
51 |
+
<table id="shopping-cart-table" class="data-table cart-table">
|
52 |
+
<col width="1" />
|
53 |
+
<col />
|
54 |
+
<col width="1" />
|
55 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
56 |
+
<col width="1" />
|
57 |
+
<?php endif ?>
|
58 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
59 |
+
<col width="1" />
|
60 |
+
<?php endif; ?>
|
61 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
62 |
+
<col width="1" />
|
63 |
+
<?php endif; ?>
|
64 |
+
<col width="1" />
|
65 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
66 |
+
<col width="1" />
|
67 |
+
<?php endif; ?>
|
68 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
69 |
+
<col width="1" />
|
70 |
+
<?php endif; ?>
|
71 |
+
<col width="1" />
|
72 |
+
|
73 |
+
<?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
|
74 |
+
<thead>
|
75 |
+
<tr>
|
76 |
+
<th rowspan="<?php echo $mergedCells; ?>"> </th>
|
77 |
+
<th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
|
78 |
+
<th rowspan="<?php echo $mergedCells; ?>"></th>
|
79 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
80 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
|
81 |
+
<?php endif ?>
|
82 |
+
<th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
|
83 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
|
84 |
+
<th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
|
85 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"> </th>
|
86 |
+
</tr>
|
87 |
+
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
88 |
+
<tr>
|
89 |
+
<th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
|
90 |
+
<th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
|
91 |
+
<th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
|
92 |
+
<th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
|
93 |
+
</tr>
|
94 |
+
<?php endif; ?>
|
95 |
+
</thead>
|
96 |
+
<tfoot>
|
97 |
+
<tr>
|
98 |
+
<td colspan="50" class="a-right">
|
99 |
+
<?php if($this->getContinueShoppingUrl()): ?>
|
100 |
+
<button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
|
101 |
+
<?php endif; ?>
|
102 |
+
<button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
|
103 |
+
<button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
|
104 |
+
<!--[if lt IE 8]>
|
105 |
+
<input type="hidden" id="update_cart_action_container" />
|
106 |
+
<script type="text/javascript">
|
107 |
+
//<![CDATA[
|
108 |
+
Event.observe(window, 'load', function()
|
109 |
+
{
|
110 |
+
// Internet Explorer (lt 8) does not support value attribute in button elements
|
111 |
+
$emptyCartButton = $('empty_cart_button');
|
112 |
+
$cartActionContainer = $('update_cart_action_container');
|
113 |
+
if ($emptyCartButton && $cartActionContainer) {
|
114 |
+
Event.observe($emptyCartButton, 'click', function()
|
115 |
+
{
|
116 |
+
$emptyCartButton.setAttribute('name', 'update_cart_action_temp');
|
117 |
+
$cartActionContainer.setAttribute('name', 'update_cart_action');
|
118 |
+
$cartActionContainer.setValue('empty_cart');
|
119 |
+
});
|
120 |
+
}
|
121 |
+
|
122 |
+
});
|
123 |
+
//]]>
|
124 |
+
</script>
|
125 |
+
<![endif]-->
|
126 |
+
</td>
|
127 |
+
</tr>
|
128 |
+
</tfoot>
|
129 |
+
<tbody>
|
130 |
+
<?php foreach($this->getItems() as $_item): ?>
|
131 |
+
<?php echo $this->getItemHtml($_item) ?>
|
132 |
+
<?php endforeach ?>
|
133 |
+
</tbody>
|
134 |
+
</table>
|
135 |
+
<script type="text/javascript">decorateTable('shopping-cart-table')</script>
|
136 |
+
</fieldset>
|
137 |
+
</form>
|
138 |
+
<div class="cart-collaterals">
|
139 |
+
<div class="col2-set">
|
140 |
+
<div class="col-1">
|
141 |
+
<?php echo $this->getChildHtml('crosssell') ?>
|
142 |
+
</div>
|
143 |
+
<div class="col-2">
|
144 |
+
<?php echo $this->getChildHtml('checkout.cart.extra') ?>
|
145 |
+
<?php echo $this->getChildHtml('coupon') ?>
|
146 |
+
<?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
|
147 |
+
</div>
|
148 |
+
</div>
|
149 |
+
<div class="totals">
|
150 |
+
<div class="totals-in">
|
151 |
+
<?php echo $this->getChildHtml('totals'); ?>
|
152 |
+
<?php if(!$this->hasError()): ?>
|
153 |
+
<ul class="checkout-types">
|
154 |
+
<?php foreach ($this->getMethods('methods') as $method): ?>
|
155 |
+
<?php if ($methodHtml = $this->getMethodHtml($method)): ?>
|
156 |
+
<li><?php echo $methodHtml; ?></li>
|
157 |
+
<?php endif; ?>
|
158 |
+
<?php endforeach; ?>
|
159 |
+
</ul>
|
160 |
+
<?php endif; ?>
|
161 |
+
</div>
|
162 |
+
</div>
|
163 |
+
</div>
|
164 |
+
</div>
|
app/design/frontend/default/clothing_store_orange/template/checkout/cart/crosssell.phtml
ADDED
@@ -0,0 +1,59 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Cart cross sell items template
|
30 |
+
*
|
31 |
+
* @see Mage_Checkout_Block_Cart_Crosssell
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php if($this->getItemCount()): ?>
|
35 |
+
<div class="crosssell">
|
36 |
+
<h2><?php echo $this->__('You may be interested in the following items:') ?></h2>
|
37 |
+
<ul id="crosssell-products-list">
|
38 |
+
<?php foreach ($this->getItems() as $_item): ?>
|
39 |
+
<li class="item">
|
40 |
+
<a class="product-image" href="<?php echo $_item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(92); ?>" width="92" height="92" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
|
41 |
+
<div class="product-details">
|
42 |
+
<h3 class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
|
43 |
+
<?php echo $this->getPriceHtml($_item, true) ?>
|
44 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_item) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
45 |
+
<ul class="add-to-links">
|
46 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
47 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
48 |
+
<?php endif; ?>
|
49 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
|
50 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
51 |
+
<?php endif; ?>
|
52 |
+
</ul>
|
53 |
+
</div>
|
54 |
+
</li>
|
55 |
+
<?php endforeach; ?>
|
56 |
+
</ul>
|
57 |
+
<script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
|
58 |
+
</div>
|
59 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_orange/template/checkout/cart/item/default.phtml
ADDED
@@ -0,0 +1,278 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
$_item = $this->getItem();
|
29 |
+
$isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
|
30 |
+
$canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
|
31 |
+
?>
|
32 |
+
<tr>
|
33 |
+
<td><?php if ($this->hasProductUrl()):?><a href="<?php echo $this->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getProductName()) ?>" class="product-image"><?php endif;?><img src="<?php echo $this->getProductThumbnail()->resize(92); ?>" width="92" height="92" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
|
34 |
+
<td>
|
35 |
+
<h2 class="product-name">
|
36 |
+
<?php if ($this->hasProductUrl()):?>
|
37 |
+
<a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->htmlEscape($this->getProductName()) ?></a>
|
38 |
+
<?php else: ?>
|
39 |
+
<?php echo $this->htmlEscape($this->getProductName()) ?>
|
40 |
+
<?php endif; ?>
|
41 |
+
</h2>
|
42 |
+
<?php if ($_options = $this->getOptionList()):?>
|
43 |
+
<dl class="item-options">
|
44 |
+
<?php foreach ($_options as $_option) : ?>
|
45 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
46 |
+
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
47 |
+
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
48 |
+
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
49 |
+
<div class="truncated_full_value">
|
50 |
+
<dl class="item-options">
|
51 |
+
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
52 |
+
<dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
|
53 |
+
</dl>
|
54 |
+
</div>
|
55 |
+
<?php endif; ?>
|
56 |
+
</dd>
|
57 |
+
<?php endforeach; ?>
|
58 |
+
</dl>
|
59 |
+
<?php endif;?>
|
60 |
+
<?php if ($messages = $this->getMessages()): ?>
|
61 |
+
<?php foreach ($messages as $message): ?>
|
62 |
+
<p class="item-msg <?php echo $message['type'] ?>">* <?php echo $this->escapeHtml($message['text']) ?></p>
|
63 |
+
<?php endforeach; ?>
|
64 |
+
<?php endif; ?>
|
65 |
+
<?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
|
66 |
+
<?php if ($addInfoBlock): ?>
|
67 |
+
<?php echo $addInfoBlock->setItem($_item)->toHtml() ?>
|
68 |
+
<?php endif;?>
|
69 |
+
</td>
|
70 |
+
<td class="a-center v-middle">
|
71 |
+
<?php if ($isVisibleProduct): ?>
|
72 |
+
<a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item parameters') ?>"><?php echo $this->__('Edit') ?></a>
|
73 |
+
<?php endif ?>
|
74 |
+
</td>
|
75 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
76 |
+
<td class="a-center v-middle">
|
77 |
+
<?php if ($isVisibleProduct): ?>
|
78 |
+
<input type="checkbox" value="1" name="cart[<?php echo $_item->getId() ?>][wishlist]" title="<?php echo $this->__('Move to Wishlist') ?>" class="checkbox" />
|
79 |
+
<?php endif ?>
|
80 |
+
</td>
|
81 |
+
<?php endif ?>
|
82 |
+
|
83 |
+
<?php if ($canApplyMsrp): ?>
|
84 |
+
<td class="a-right v-middle"<?php if ($this->helper('tax')->displayCartBothPrices()): ?> colspan="2"<?php endif; ?>>
|
85 |
+
<span class="cart-price">
|
86 |
+
<span class="cart-msrp-unit"><?php echo $this->__('See price before order confirmation.'); ?></span>
|
87 |
+
<?php $helpLinkId = 'cart-msrp-help-' . $_item->getId(); ?>
|
88 |
+
<a id="<?php echo $helpLinkId ?>" href="#" class="map-help-link"><?php echo $this->__("What's this?"); ?></a>
|
89 |
+
<script type="text/javascript">
|
90 |
+
Catalog.Map.addHelpLink($('<?php echo $helpLinkId ?>'), "<?php echo $this->__("What's this?") ?>");
|
91 |
+
</script>
|
92 |
+
</span>
|
93 |
+
</td>
|
94 |
+
<?php else: ?>
|
95 |
+
|
96 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
97 |
+
<td class="a-right v-middle">
|
98 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
99 |
+
<span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
100 |
+
<?php else: ?>
|
101 |
+
<span class="cart-price">
|
102 |
+
<?php endif; ?>
|
103 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
104 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
|
105 |
+
<?php else: ?>
|
106 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
|
107 |
+
<?php endif; ?>
|
108 |
+
|
109 |
+
</span>
|
110 |
+
|
111 |
+
|
112 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
113 |
+
|
114 |
+
<div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
115 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
116 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
117 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
118 |
+
<?php endforeach; ?>
|
119 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
120 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
121 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
122 |
+
<?php endforeach; ?>
|
123 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
124 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
125 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
126 |
+
<?php endforeach; ?>
|
127 |
+
<?php endif; ?>
|
128 |
+
</div>
|
129 |
+
|
130 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
131 |
+
<div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
132 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
|
133 |
+
</div>
|
134 |
+
<?php endif; ?>
|
135 |
+
<?php endif; ?>
|
136 |
+
</td>
|
137 |
+
<?php endif; ?>
|
138 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
139 |
+
<td>
|
140 |
+
<?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
|
141 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
142 |
+
<span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
143 |
+
<?php else: ?>
|
144 |
+
<span class="cart-price">
|
145 |
+
<?php endif; ?>
|
146 |
+
|
147 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
148 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
|
149 |
+
<?php else: ?>
|
150 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
|
151 |
+
<?php endif; ?>
|
152 |
+
|
153 |
+
</span>
|
154 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
155 |
+
|
156 |
+
<div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
157 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
158 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
159 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
160 |
+
<?php endforeach; ?>
|
161 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
162 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
163 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
164 |
+
<?php endforeach; ?>
|
165 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
166 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
167 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
168 |
+
<?php endforeach; ?>
|
169 |
+
<?php endif; ?>
|
170 |
+
</div>
|
171 |
+
|
172 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
173 |
+
<div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
174 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
|
175 |
+
</div>
|
176 |
+
<?php endif; ?>
|
177 |
+
<?php endif; ?>
|
178 |
+
</td>
|
179 |
+
<?php endif; ?>
|
180 |
+
<?php endif; ?>
|
181 |
+
<td class="a-center v-middle">
|
182 |
+
<input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" />
|
183 |
+
</td>
|
184 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
185 |
+
<td class="a-right v-middle">
|
186 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
187 |
+
<span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
188 |
+
<?php else: ?>
|
189 |
+
<span class="cart-price">
|
190 |
+
<?php endif; ?>
|
191 |
+
|
192 |
+
<?php if ($canApplyMsrp): ?>
|
193 |
+
<span class="cart-msrp-subtotal">--</span>
|
194 |
+
<?php else: ?>
|
195 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
196 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
|
197 |
+
<?php else: ?>
|
198 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
|
199 |
+
<?php endif; ?>
|
200 |
+
<?php endif; ?>
|
201 |
+
|
202 |
+
</span>
|
203 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
204 |
+
|
205 |
+
<div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
206 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
207 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
208 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
|
209 |
+
<?php endforeach; ?>
|
210 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
211 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
212 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
213 |
+
<?php endforeach; ?>
|
214 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
215 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
216 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
217 |
+
<?php endforeach; ?>
|
218 |
+
<?php endif; ?>
|
219 |
+
</div>
|
220 |
+
|
221 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
222 |
+
<div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
223 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
|
224 |
+
</div>
|
225 |
+
<?php endif; ?>
|
226 |
+
<?php endif; ?>
|
227 |
+
</td>
|
228 |
+
<?php endif; ?>
|
229 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
230 |
+
<td class="a-center v-middle">
|
231 |
+
<?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
|
232 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
233 |
+
<span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
234 |
+
<?php else: ?>
|
235 |
+
<span class="cart-price">
|
236 |
+
<?php endif; ?>
|
237 |
+
|
238 |
+
<?php if ($canApplyMsrp): ?>
|
239 |
+
<span class="cart-msrp-subtotal">--</span>
|
240 |
+
<?php else: ?>
|
241 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
242 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
|
243 |
+
<?php else: ?>
|
244 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
|
245 |
+
<?php endif; ?>
|
246 |
+
<?php endif; ?>
|
247 |
+
|
248 |
+
</span>
|
249 |
+
|
250 |
+
|
251 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
252 |
+
|
253 |
+
<div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
254 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
255 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
256 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
|
257 |
+
<?php endforeach; ?>
|
258 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
259 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
260 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
261 |
+
<?php endforeach; ?>
|
262 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
263 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
264 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
265 |
+
<?php endforeach; ?>
|
266 |
+
<?php endif; ?>
|
267 |
+
</div>
|
268 |
+
|
269 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
270 |
+
<div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
271 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?></span>
|
272 |
+
</div>
|
273 |
+
<?php endif; ?>
|
274 |
+
<?php endif; ?>
|
275 |
+
</td>
|
276 |
+
<?php endif; ?>
|
277 |
+
<td class="a-center v-middle"><a href="<?php echo $this->getDeleteUrl()?>" title="<?php echo $this->__('Remove item')?>" class="btn-remove btn-remove2"><?php echo $this->__('Remove item')?></a></td>
|
278 |
+
</tr>
|
app/design/frontend/default/clothing_store_orange/template/newsletter/subscribe.phtml
ADDED
@@ -0,0 +1,47 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="block block-subscribe">
|
28 |
+
<div class="block-title">
|
29 |
+
<strong><span><?php echo $this->__('Newsletter') ?></span></strong>
|
30 |
+
</div>
|
31 |
+
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
32 |
+
<div class="block-content">
|
33 |
+
<label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
|
34 |
+
<div class="input-box">
|
35 |
+
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
36 |
+
</div>
|
37 |
+
<div class="actions">
|
38 |
+
<button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
|
39 |
+
</div>
|
40 |
+
</div>
|
41 |
+
</form>
|
42 |
+
<script type="text/javascript">
|
43 |
+
//<![CDATA[
|
44 |
+
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
|
45 |
+
//]]>
|
46 |
+
</script>
|
47 |
+
</div>
|
app/design/frontend/default/clothing_store_orange/template/newsletter/subscribe_bottom.phtml
ADDED
@@ -0,0 +1,44 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="block-subscribe">
|
28 |
+
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
29 |
+
<div class="block-content">
|
30 |
+
<label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
|
31 |
+
<div class="input-box">
|
32 |
+
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
33 |
+
</div>
|
34 |
+
<div class="actions">
|
35 |
+
<button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
|
36 |
+
</div>
|
37 |
+
</div>
|
38 |
+
</form>
|
39 |
+
<script type="text/javascript">
|
40 |
+
//<![CDATA[
|
41 |
+
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
|
42 |
+
//]]>
|
43 |
+
</script>
|
44 |
+
</div>
|
app/design/frontend/default/clothing_store_orange/template/page/1column.phtml
ADDED
@@ -0,0 +1,60 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col1-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
</div>
|
55 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
56 |
+
<?php echo $this->getChildHtml('footer') ?>
|
57 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
58 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
59 |
+
</body>
|
60 |
+
</html>
|
app/design/frontend/default/clothing_store_orange/template/page/2columns-left.phtml
ADDED
@@ -0,0 +1,61 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col2-left-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
</div>
|
56 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
59 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
60 |
+
</body>
|
61 |
+
</html>
|
app/design/frontend/default/clothing_store_orange/template/page/2columns-right.phtml
ADDED
@@ -0,0 +1,61 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col2-right-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
</div>
|
56 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
59 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
60 |
+
</body>
|
61 |
+
</html>
|
app/design/frontend/default/clothing_store_orange/template/page/3columns.phtml
ADDED
@@ -0,0 +1,64 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col3-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-wrapper">
|
47 |
+
<div class="col-main">
|
48 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
49 |
+
<?php echo $this->getChildHtml('content') ?>
|
50 |
+
</div>
|
51 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
52 |
+
</div>
|
53 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
54 |
+
</div>
|
55 |
+
</div>
|
56 |
+
</div>
|
57 |
+
|
58 |
+
</div>
|
59 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
60 |
+
<?php echo $this->getChildHtml('footer') ?>
|
61 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
62 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
63 |
+
</body>
|
64 |
+
</html>
|
app/design/frontend/default/clothing_store_orange/template/page/html/breadcrumbs.phtml
ADDED
@@ -0,0 +1,46 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if($crumbs && is_array($crumbs)): ?>
|
28 |
+
<div class="breadcrumbs">
|
29 |
+
<ul>
|
30 |
+
<?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
|
31 |
+
<li class="<?php echo $_crumbName ?>">
|
32 |
+
<?php if($_crumbInfo['link']): ?>
|
33 |
+
<a href="<?php echo $_crumbInfo['link'] ?>" title="<?php echo $this->htmlEscape($_crumbInfo['title']) ?>"><?php echo $this->htmlEscape($_crumbInfo['label']) ?></a>
|
34 |
+
<?php elseif($_crumbInfo['last']): ?>
|
35 |
+
<strong><?php echo $this->htmlEscape($_crumbInfo['label']) ?></strong>
|
36 |
+
<?php else: ?>
|
37 |
+
<?php echo $this->htmlEscape($_crumbInfo['label']) ?>
|
38 |
+
<?php endif; ?>
|
39 |
+
<?php if(!$_crumbInfo['last']): ?>
|
40 |
+
<span><img src="<?php echo $this->getSkinUrl('images/bread_arrow.png');?>" alt="" class="v-middle" /> </span>
|
41 |
+
<?php endif; ?>
|
42 |
+
</li>
|
43 |
+
<?php endforeach; ?>
|
44 |
+
</ul>
|
45 |
+
</div>
|
46 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_orange/template/page/html/footer.phtml
ADDED
@@ -0,0 +1,57 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="footer-container">
|
28 |
+
<div class="footer clearfix">
|
29 |
+
<div class="footer_links">
|
30 |
+
<?php $_helper = Mage::helper('catalog/category') ?>
|
31 |
+
<?php $_categories = $_helper->getStoreCategories() ?>
|
32 |
+
<?php $currentCategory = Mage::registry('current_category') ?>
|
33 |
+
<?php if (count($_categories) > 0): ?>
|
34 |
+
<ul class="footerLinks" id="footerLinks">
|
35 |
+
<li><a href="<?php echo $this->getUrl('') ?>"><?php echo $this->__('Home') ?></a></li>
|
36 |
+
<?php foreach($_categories as $_category): ?>
|
37 |
+
<li>
|
38 |
+
<a href="<?php echo $_helper->getCategoryUrl($_category) ?>">
|
39 |
+
<?php echo $_category->getName() ?>
|
40 |
+
</a>
|
41 |
+
</li>
|
42 |
+
<?php endforeach; ?>
|
43 |
+
</ul>
|
44 |
+
<script type="text/javascript">decorateList('footerLinks');</script>
|
45 |
+
<?php endif; ?>
|
46 |
+
</div>
|
47 |
+
<address><?php echo $this->getCopyright() ?></address>
|
48 |
+
</div>
|
49 |
+
</div>
|
50 |
+
<script type="text/javascript">
|
51 |
+
//<![CDATA[
|
52 |
+
var myTextField = document.getElementById('before-footer');
|
53 |
+
if (myTextField.value != ""){
|
54 |
+
document.getElementById("page").style.paddingBottom="150px";
|
55 |
+
}
|
56 |
+
//]]>
|
57 |
+
</script>
|
app/design/frontend/default/clothing_store_orange/template/page/html/header.phtml
ADDED
@@ -0,0 +1,52 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/**
|
27 |
+
* @var Mage_Page_Block_Html_Header $this
|
28 |
+
*/
|
29 |
+
?>
|
30 |
+
<div class="header-container">
|
31 |
+
<div class="before-header">
|
32 |
+
<div class="before-header-in">
|
33 |
+
<?php echo $this->getChildHtml('store_language') ?>
|
34 |
+
</div>
|
35 |
+
</div>
|
36 |
+
<div class="header">
|
37 |
+
<?php if ($this->getIsHomePage()):?>
|
38 |
+
<h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
|
39 |
+
<?php else:?>
|
40 |
+
<a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
|
41 |
+
<?php endif?>
|
42 |
+
<div class="quick-access">
|
43 |
+
<p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
|
44 |
+
<?php echo $this->getChildHtml('topLinks') ?>
|
45 |
+
</div>
|
46 |
+
<?php echo $this->getChildHtml('topContainer'); ?>
|
47 |
+
</div>
|
48 |
+
</div>
|
49 |
+
<div class="menu-search clearfix">
|
50 |
+
<?php echo $this->getChildHtml('topMenu') ?>
|
51 |
+
<?php echo $this->getChildHtml('topSearch') ?>
|
52 |
+
</div>
|
app/design/frontend/default/clothing_store_orange/template/page/html/topmenu.phtml
ADDED
@@ -0,0 +1,42 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Top menu for store
|
30 |
+
*
|
31 |
+
* @see Mage_Page_Block_Html_Topmenu
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php $_menu = $this->getHtml('level-top') ?>
|
35 |
+
<?php if($_menu): ?>
|
36 |
+
<div class="nav-container">
|
37 |
+
<ul id="nav">
|
38 |
+
<li class="home <?php echo ( $this->getRequest()->getPathInfo() == '/' || $this->getRequest()->getPathInfo() == '' ? 'active' : '' ); ?>"><a href="<?php echo $this->getUrl('') ?>"><span><?php echo $this->__('Home') ?></span></a></li>
|
39 |
+
<?php echo $_menu ?>
|
40 |
+
</ul>
|
41 |
+
</div>
|
42 |
+
<?php endif ?>
|
app/design/frontend/default/clothing_store_orange/template/reports/home_product_compared.phtml
ADDED
@@ -0,0 +1,85 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Reports_Block_Product_Compared */
|
27 |
+
?>
|
28 |
+
<?php if ($_products = $this->getRecentlyComparedProducts()): ?>
|
29 |
+
<h2 class="subtitle"><?php echo $this->__('Your Recently Compared') ?></h2>
|
30 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
31 |
+
<?php
|
32 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
33 |
+
switch ($r_template)
|
34 |
+
{
|
35 |
+
case "page/2columns-right.phtml":
|
36 |
+
case "page/2columns-left.phtml":
|
37 |
+
$_columnCount = 3;
|
38 |
+
break;
|
39 |
+
case "page/3columns.phtml":
|
40 |
+
$_columnCount = 2;
|
41 |
+
break;
|
42 |
+
default:
|
43 |
+
$_columnCount = 4;
|
44 |
+
}
|
45 |
+
?>
|
46 |
+
<?php $i=0; foreach ($_products as $_product): ?>
|
47 |
+
<?php if ($i++%$_columnCount==0): ?>
|
48 |
+
<ul class="products-grid">
|
49 |
+
<?php endif; ?>
|
50 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
51 |
+
<div class="grid_item_in clearfix">
|
52 |
+
<h3 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
|
53 |
+
<div class="grid-rat">
|
54 |
+
<?php if($_product->getRatingSummary()): ?>
|
55 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
56 |
+
<?php endif; ?>
|
57 |
+
</div>
|
58 |
+
<a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
|
59 |
+
<div class="clearfix">
|
60 |
+
<?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
|
61 |
+
<?php if($_product->isSaleable()): ?>
|
62 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
63 |
+
<?php else: ?>
|
64 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
65 |
+
<?php endif; ?>
|
66 |
+
</div>
|
67 |
+
|
68 |
+
|
69 |
+
<div class="actions">
|
70 |
+
|
71 |
+
<ul class="add-to-links">
|
72 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
73 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
74 |
+
<?php endif; ?>
|
75 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
76 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
77 |
+
<?php endif; ?>
|
78 |
+
</ul>
|
79 |
+
</div></div>
|
80 |
+
</li>
|
81 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
82 |
+
</ul>
|
83 |
+
<?php endif; ?>
|
84 |
+
<?php endforeach; ?>
|
85 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_orange/template/reports/home_product_viewed.phtml
ADDED
@@ -0,0 +1,90 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Reports_Block_Product_Viewed */
|
27 |
+
?>
|
28 |
+
<?php
|
29 |
+
/**
|
30 |
+
* @see Mage_Reports_Block_Product_Viewed
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<?php if ($_products = $this->getRecentlyViewedProducts()): ?>
|
34 |
+
<h2 class="subtitle"><?php echo $this->__('Your Recently Viewed') ?></h2>
|
35 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
36 |
+
<?php
|
37 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
38 |
+
switch ($r_template)
|
39 |
+
{
|
40 |
+
case "page/2columns-right.phtml":
|
41 |
+
case "page/2columns-left.phtml":
|
42 |
+
$_columnCount = 3;
|
43 |
+
break;
|
44 |
+
case "page/3columns.phtml":
|
45 |
+
$_columnCount = 2;
|
46 |
+
break;
|
47 |
+
default:
|
48 |
+
$_columnCount = 4;
|
49 |
+
}
|
50 |
+
?>
|
51 |
+
<?php $i=0; foreach ($_products as $_product): ?>
|
52 |
+
<?php if ($i++%$_columnCount==0): ?>
|
53 |
+
<ul class="products-grid">
|
54 |
+
<?php endif; ?>
|
55 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
56 |
+
<div class="grid_item_in clearfix">
|
57 |
+
<h3 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
|
58 |
+
<div class="grid-rat">
|
59 |
+
<?php if($_product->getRatingSummary()): ?>
|
60 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
61 |
+
<?php endif; ?>
|
62 |
+
</div>
|
63 |
+
<a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
|
64 |
+
<div class="clearfix">
|
65 |
+
<?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
|
66 |
+
<?php if($_product->isSaleable()): ?>
|
67 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
68 |
+
<?php else: ?>
|
69 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
70 |
+
<?php endif; ?>
|
71 |
+
</div>
|
72 |
+
|
73 |
+
|
74 |
+
<div class="actions">
|
75 |
+
|
76 |
+
<ul class="add-to-links">
|
77 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
78 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
79 |
+
<?php endif; ?>
|
80 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
81 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
82 |
+
<?php endif; ?>
|
83 |
+
</ul>
|
84 |
+
</div></div>
|
85 |
+
</li>
|
86 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
87 |
+
</ul>
|
88 |
+
<?php endif; ?>
|
89 |
+
<?php endforeach; ?>
|
90 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_purple/layout/catalog.xml
ADDED
@@ -0,0 +1,431 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
Supported layout update handles (action):
|
29 |
+
- catalog_product_gallery
|
30 |
+
- catalog_product_compare_index
|
31 |
+
|
32 |
+
Supported layout update handles (special):
|
33 |
+
- default
|
34 |
+
- catalog_category_default
|
35 |
+
- catalog_category_layered
|
36 |
+
- catalog_product_view
|
37 |
+
|
38 |
+
-->
|
39 |
+
<layout version="0.1.0">
|
40 |
+
|
41 |
+
<!--
|
42 |
+
Default layout, loads most of the pages
|
43 |
+
-->
|
44 |
+
|
45 |
+
<default>
|
46 |
+
|
47 |
+
<!-- Mage_Catalog -->
|
48 |
+
<!--<reference name="left">
|
49 |
+
<block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
|
50 |
+
<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
|
51 |
+
<action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
|
52 |
+
<action method="setLinkUrl"><url>checkout/cart</url></action>
|
53 |
+
</block>
|
54 |
+
</reference>
|
55 |
+
<reference name="right">
|
56 |
+
<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
|
57 |
+
<block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
|
58 |
+
<action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
|
59 |
+
<action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>
|
60 |
+
</block>
|
61 |
+
</reference>-->
|
62 |
+
<reference name="footer_links">
|
63 |
+
<action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
|
64 |
+
</reference>
|
65 |
+
<block type="catalog/product_price_template" name="catalog_product_price_template" />
|
66 |
+
</default>
|
67 |
+
|
68 |
+
|
69 |
+
<!--
|
70 |
+
Category default layout
|
71 |
+
-->
|
72 |
+
|
73 |
+
<catalog_category_default translate="label">
|
74 |
+
<label>Catalog Category (Non-Anchor)</label>
|
75 |
+
<reference name="left">
|
76 |
+
<block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
|
77 |
+
</reference>
|
78 |
+
<reference name="content">
|
79 |
+
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
|
80 |
+
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
81 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
82 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
83 |
+
<!-- The following code shows how to set your own pager increments -->
|
84 |
+
<!--
|
85 |
+
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
86 |
+
<action method="setDefaultGridPerPage"><limit>9</limit></action>
|
87 |
+
<action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
|
88 |
+
<action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
|
89 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
90 |
+
<action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
|
91 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
92 |
+
-->
|
93 |
+
</block>
|
94 |
+
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
95 |
+
<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
|
96 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
97 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
98 |
+
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
99 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
100 |
+
</block>
|
101 |
+
</block>
|
102 |
+
</reference>
|
103 |
+
</catalog_category_default>
|
104 |
+
|
105 |
+
<!--
|
106 |
+
Category layered navigation layout
|
107 |
+
-->
|
108 |
+
|
109 |
+
<catalog_category_layered translate="label">
|
110 |
+
<label>Catalog Category (Anchor)</label>
|
111 |
+
<reference name="left">
|
112 |
+
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
|
113 |
+
</reference>
|
114 |
+
<reference name="content">
|
115 |
+
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
|
116 |
+
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
117 |
+
<!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
|
118 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
119 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
120 |
+
<!-- The following code shows how to set your own pager increments -->
|
121 |
+
<!--
|
122 |
+
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
123 |
+
<action method="setDefaultGridPerPage"><limit>3</limit></action>
|
124 |
+
<action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
|
125 |
+
<action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
|
126 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
127 |
+
<action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
|
128 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
129 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
|
130 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
|
131 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
|
132 |
+
<action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
|
133 |
+
-->
|
134 |
+
</block>
|
135 |
+
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
136 |
+
<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
|
137 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
138 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
139 |
+
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
140 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
141 |
+
</block>
|
142 |
+
</block>
|
143 |
+
</reference>
|
144 |
+
</catalog_category_layered>
|
145 |
+
|
146 |
+
<!--
|
147 |
+
Compare products page
|
148 |
+
-->
|
149 |
+
|
150 |
+
<catalog_product_compare_index translate="label">
|
151 |
+
<label>Catalog Product Compare List</label>
|
152 |
+
<!-- Mage_Catalog -->
|
153 |
+
<reference name="root">
|
154 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
155 |
+
</reference>
|
156 |
+
<reference name="head">
|
157 |
+
<action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
|
158 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
159 |
+
</reference>
|
160 |
+
<reference name="content">
|
161 |
+
<block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
|
162 |
+
</reference>
|
163 |
+
</catalog_product_compare_index>
|
164 |
+
|
165 |
+
<customer_account_index>
|
166 |
+
<reference name="right">
|
167 |
+
<action method="unsetChild"><name>catalog.compare.sidebar</name></action>
|
168 |
+
</reference>
|
169 |
+
</customer_account_index>
|
170 |
+
|
171 |
+
<!--
|
172 |
+
Product view
|
173 |
+
-->
|
174 |
+
|
175 |
+
<catalog_product_view translate="label">
|
176 |
+
<label>Catalog Product View (Any)</label>
|
177 |
+
<!-- Mage_Catalog -->
|
178 |
+
<reference name="root">
|
179 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
180 |
+
</reference>
|
181 |
+
<reference name="head">
|
182 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
183 |
+
<action method="addJs"><script>varien/configurable.js</script></action>
|
184 |
+
|
185 |
+
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
186 |
+
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
187 |
+
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
188 |
+
</reference>
|
189 |
+
<reference name="content">
|
190 |
+
<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
|
191 |
+
<!--
|
192 |
+
<action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
|
193 |
+
<action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
|
194 |
+
<action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
|
195 |
+
-->
|
196 |
+
<block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
|
197 |
+
<block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
|
198 |
+
<label>Alert Urls</label>
|
199 |
+
</block>
|
200 |
+
|
201 |
+
<action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
|
202 |
+
|
203 |
+
<block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
|
204 |
+
|
205 |
+
<action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Product Description</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
|
206 |
+
|
207 |
+
<action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
|
208 |
+
|
209 |
+
<action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
|
210 |
+
|
211 |
+
<action method="addTab" translate="title" module="tag"><alias>product_tag_list</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
|
212 |
+
|
213 |
+
</block>
|
214 |
+
|
215 |
+
<block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
|
216 |
+
<action method="setColumnCount"><columns>4</columns></action>
|
217 |
+
<action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
|
218 |
+
</block>
|
219 |
+
|
220 |
+
<!--<block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
|
221 |
+
<block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
|
222 |
+
<action method="addToParentGroup"><group>detailed_info</group></action>
|
223 |
+
</block>
|
224 |
+
<block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
|
225 |
+
<action method="addToParentGroup"><group>detailed_info</group></action>
|
226 |
+
</block>-->
|
227 |
+
<block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
|
228 |
+
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
229 |
+
|
230 |
+
<block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
|
231 |
+
<label>Product View Extra Hint</label>
|
232 |
+
</block>
|
233 |
+
|
234 |
+
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
|
235 |
+
<label>Info Column Options Wrapper</label>
|
236 |
+
<block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
|
237 |
+
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
238 |
+
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
239 |
+
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
240 |
+
<action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
|
241 |
+
<action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
|
242 |
+
</block>
|
243 |
+
<block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
|
244 |
+
</block>
|
245 |
+
<block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml" translate="label">
|
246 |
+
<label>Bottom Block Options Wrapper</label>
|
247 |
+
<action method="insert"><block>product.tierprices</block></action>
|
248 |
+
<block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
|
249 |
+
<action method="append"><block>product.info.addtocart</block></action>
|
250 |
+
<action method="append"><block>product.info.addto</block></action>
|
251 |
+
</block>
|
252 |
+
|
253 |
+
<block type="core/template_facade" name="product.info.container1" as="container1">
|
254 |
+
<action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
|
255 |
+
<action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
|
256 |
+
<action method="append"><block>product.info.options.wrapper</block></action>
|
257 |
+
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
|
258 |
+
</block>
|
259 |
+
<block type="core/template_facade" name="product.info.container2" as="container2">
|
260 |
+
<action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
|
261 |
+
<action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
|
262 |
+
<action method="append"><block>product.info.options.wrapper</block></action>
|
263 |
+
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
|
264 |
+
</block>
|
265 |
+
<action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
|
266 |
+
<action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
|
267 |
+
</block>
|
268 |
+
</reference>
|
269 |
+
<reference name="right">
|
270 |
+
<block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
|
271 |
+
</reference>
|
272 |
+
</catalog_product_view>
|
273 |
+
|
274 |
+
<!--
|
275 |
+
Additional block dependant on product type
|
276 |
+
-->
|
277 |
+
<PRODUCT_TYPE_simple translate="label" module="catalog">
|
278 |
+
<label>Catalog Product View (Simple)</label>
|
279 |
+
<reference name="product.info">
|
280 |
+
<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
281 |
+
<block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
|
282 |
+
<label>Product Extra Info</label>
|
283 |
+
</block>
|
284 |
+
</block>
|
285 |
+
</reference>
|
286 |
+
</PRODUCT_TYPE_simple>
|
287 |
+
<PRODUCT_TYPE_configurable translate="label" module="catalog">
|
288 |
+
<label>Catalog Product View (Configurable)</label>
|
289 |
+
<reference name="product.info">
|
290 |
+
<block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
291 |
+
<block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
|
292 |
+
<label>Product Extra Info</label>
|
293 |
+
</block>
|
294 |
+
</block>
|
295 |
+
</reference>
|
296 |
+
<reference name="product.info.options.wrapper">
|
297 |
+
<block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
|
298 |
+
</reference>
|
299 |
+
</PRODUCT_TYPE_configurable>
|
300 |
+
<PRODUCT_TYPE_grouped translate="label" module="catalog">
|
301 |
+
<label>Catalog Product View (Grouped)</label>
|
302 |
+
<reference name="product.info">
|
303 |
+
<block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
|
304 |
+
<block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
|
305 |
+
<label>Product Extra Info</label>
|
306 |
+
</block>
|
307 |
+
</block>
|
308 |
+
</reference>
|
309 |
+
</PRODUCT_TYPE_grouped>
|
310 |
+
<PRODUCT_TYPE_virtual translate="label" module="catalog">
|
311 |
+
<label>Catalog Product View (Virtual)</label>
|
312 |
+
<reference name="product.info">
|
313 |
+
<block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
314 |
+
<block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
|
315 |
+
<label>Product Extra Info</label>
|
316 |
+
</block>
|
317 |
+
</block>
|
318 |
+
</reference>
|
319 |
+
</PRODUCT_TYPE_virtual>
|
320 |
+
|
321 |
+
|
322 |
+
|
323 |
+
<!--
|
324 |
+
Product send to friend
|
325 |
+
-->
|
326 |
+
|
327 |
+
<catalog_product_send translate="label">
|
328 |
+
<label>Catalog Product Email to a Friend</label>
|
329 |
+
<!-- Mage_Catalog -->
|
330 |
+
<reference name="root">
|
331 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
332 |
+
</reference>
|
333 |
+
<reference name="head">
|
334 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
335 |
+
</reference>
|
336 |
+
<reference name="content">
|
337 |
+
<block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
|
338 |
+
</block>
|
339 |
+
</reference>
|
340 |
+
</catalog_product_send>
|
341 |
+
|
342 |
+
<!--
|
343 |
+
Product additional images gallery popup
|
344 |
+
-->
|
345 |
+
|
346 |
+
<catalog_product_gallery translate="label">
|
347 |
+
<label>Catalog Product Image Gallery Popup</label>
|
348 |
+
<!-- Mage_Catalog -->
|
349 |
+
<reference name="root">
|
350 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
351 |
+
</reference>
|
352 |
+
<reference name="content">
|
353 |
+
<block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
|
354 |
+
</reference>
|
355 |
+
</catalog_product_gallery>
|
356 |
+
|
357 |
+
<!--
|
358 |
+
SEO Site Map
|
359 |
+
-->
|
360 |
+
|
361 |
+
<catalog_seo_sitemap translate="label">
|
362 |
+
<label>Catalog Seo Sitemap (Common)</label>
|
363 |
+
<remove name="right"/>
|
364 |
+
<remove name="left"/>
|
365 |
+
|
366 |
+
<reference name="root">
|
367 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
368 |
+
</reference>
|
369 |
+
<reference name="content">
|
370 |
+
<block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
|
371 |
+
<block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
|
372 |
+
<block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
373 |
+
<block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
374 |
+
</block>
|
375 |
+
</reference>
|
376 |
+
</catalog_seo_sitemap>
|
377 |
+
|
378 |
+
<catalog_seo_sitemap_category translate="label">
|
379 |
+
<label>Catalog Seo Sitemap (Category List)</label>
|
380 |
+
<reference name="head">
|
381 |
+
<action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
|
382 |
+
</reference>
|
383 |
+
<update handle="catalog_seo_sitemap" />
|
384 |
+
<reference name="seo.sitemap.container">
|
385 |
+
<action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
|
386 |
+
<block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
|
387 |
+
<action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
|
388 |
+
<action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
|
389 |
+
<action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
|
390 |
+
</block>
|
391 |
+
</reference>
|
392 |
+
<reference name="seo.sitemap.links">
|
393 |
+
<action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
|
394 |
+
</reference>
|
395 |
+
</catalog_seo_sitemap_category>
|
396 |
+
|
397 |
+
<catalog_seo_sitemap_category_tree translate="label">
|
398 |
+
<label>Catalog Seo Sitemap (Category Tree)</label>
|
399 |
+
<reference name="seo.sitemap.container">
|
400 |
+
<remove name="seo.sitemap.pager.top" />
|
401 |
+
<remove name="seo.sitemap.pager.bottom" />
|
402 |
+
<block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
403 |
+
<block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
404 |
+
<remove name="seo.sitemap.sitemap" />
|
405 |
+
<block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
|
406 |
+
<action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
|
407 |
+
<action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
|
408 |
+
</block>
|
409 |
+
</reference>
|
410 |
+
</catalog_seo_sitemap_category_tree>
|
411 |
+
|
412 |
+
<catalog_seo_sitemap_product translate="label">
|
413 |
+
<label>Catalog Seo Sitemap (Product List)</label>
|
414 |
+
<reference name="head">
|
415 |
+
<action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
|
416 |
+
</reference>
|
417 |
+
<update handle="catalog_seo_sitemap" />
|
418 |
+
<reference name="seo.sitemap.container">
|
419 |
+
<action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
|
420 |
+
<block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
|
421 |
+
<action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
|
422 |
+
<action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
|
423 |
+
<action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
|
424 |
+
</block>
|
425 |
+
</reference>
|
426 |
+
<reference name="seo.sitemap.links">
|
427 |
+
<action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
|
428 |
+
</reference>
|
429 |
+
</catalog_seo_sitemap_product>
|
430 |
+
|
431 |
+
</layout>
|
app/design/frontend/default/clothing_store_purple/layout/newsletter.xml
ADDED
@@ -0,0 +1,69 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
|
31 |
+
<!--
|
32 |
+
Default layout, loads most of the pages
|
33 |
+
-->
|
34 |
+
|
35 |
+
<default>
|
36 |
+
|
37 |
+
<!-- Mage_Newsletter
|
38 |
+
<reference name="left">
|
39 |
+
<block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>
|
40 |
+
</reference>-->
|
41 |
+
|
42 |
+
</default>
|
43 |
+
|
44 |
+
<!--
|
45 |
+
Customer account pages, rendered for all tabs in dashboard
|
46 |
+
-->
|
47 |
+
|
48 |
+
<customer_account>
|
49 |
+
<!-- Mage_Newsletter -->
|
50 |
+
<reference name="customer_account_navigation">
|
51 |
+
<action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
|
52 |
+
</reference>
|
53 |
+
<remove name="left.newsletter"/>
|
54 |
+
</customer_account>
|
55 |
+
|
56 |
+
<newsletter_manage_index translate="label">
|
57 |
+
<label>Customer My Account Newsletter Subscriptions</label>
|
58 |
+
<update handle="customer_account"/>
|
59 |
+
<reference name="my.account.wrapper">
|
60 |
+
<block type="customer/newsletter" name="customer_newsletter">
|
61 |
+
<block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
|
62 |
+
<label>Newsletter Subscription Form Before</label>
|
63 |
+
<action method="setMayBeInvisible"><value>1</value></action>
|
64 |
+
</block>
|
65 |
+
</block>
|
66 |
+
</reference>
|
67 |
+
</newsletter_manage_index>
|
68 |
+
|
69 |
+
</layout>
|
app/design/frontend/default/clothing_store_purple/layout/paypal.xml
ADDED
@@ -0,0 +1,194 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
<checkout_cart_index>
|
31 |
+
<reference name="checkout.cart.top_methods">
|
32 |
+
<block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.top" before="-" template="paypal/express/shortcut.phtml">
|
33 |
+
<action method="setIsQuoteAllowed"><value>1</value></action>
|
34 |
+
</block>
|
35 |
+
</reference>
|
36 |
+
|
37 |
+
<reference name="checkout.cart.methods">
|
38 |
+
<block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.bottom" before="-" template="paypal/express/shortcut.phtml">
|
39 |
+
<action method="setIsQuoteAllowed"><value>1</value></action>
|
40 |
+
</block>
|
41 |
+
</reference>
|
42 |
+
<update handle="SHORTCUT_popup" />
|
43 |
+
</checkout_cart_index>
|
44 |
+
|
45 |
+
<paypal_express_review translate="label">
|
46 |
+
<label>PayPal Express Order Review Form</label>
|
47 |
+
<remove name="right"/>
|
48 |
+
<remove name="left"/>
|
49 |
+
|
50 |
+
<reference name="root">
|
51 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
52 |
+
</reference>
|
53 |
+
<reference name="content">
|
54 |
+
<block type="paypal/express_review" name="paypal.express.review" template="paypal/express/review.phtml">
|
55 |
+
<block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
|
56 |
+
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
57 |
+
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
|
58 |
+
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
|
59 |
+
<block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
|
60 |
+
</block>
|
61 |
+
<block type="checkout/agreements" name="paypal.express.review.details.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
|
62 |
+
</block>
|
63 |
+
</reference>
|
64 |
+
<reference name="head">
|
65 |
+
<action method="addItem"><type>skin_js</type><name>js/checkout/review.js</name></action>
|
66 |
+
</reference>
|
67 |
+
</paypal_express_review>
|
68 |
+
|
69 |
+
<paypal_express_review_details>
|
70 |
+
<block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
|
71 |
+
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
72 |
+
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
|
73 |
+
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
|
74 |
+
<block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
|
75 |
+
</block>
|
76 |
+
</paypal_express_review_details>
|
77 |
+
|
78 |
+
<!--
|
79 |
+
Available logo types can be assigned with action="setLogoType":
|
80 |
+
- wePrefer_150x60
|
81 |
+
- wePrefer_150x40
|
82 |
+
- nowAccepting_150x60
|
83 |
+
- nowAccepting_150x40
|
84 |
+
- paymentsBy_150x60
|
85 |
+
- paymentsBy_150x40
|
86 |
+
- shopNowUsing_150x60
|
87 |
+
- shopNowUsing_150x40
|
88 |
+
-->
|
89 |
+
<catalog_product_view>
|
90 |
+
<reference name="product.info.addtocart">
|
91 |
+
<block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
|
92 |
+
<label>PayPal Express Checkout Shortcut Wrapper</label>
|
93 |
+
<block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
|
94 |
+
<action method="setIsInCatalogProduct"><value>1</value></action>
|
95 |
+
</block>
|
96 |
+
</block>
|
97 |
+
</reference>
|
98 |
+
<update handle="SHORTCUT_popup" />
|
99 |
+
<!--<reference name="right">
|
100 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
|
101 |
+
<!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
|
102 |
+
<!--</block>
|
103 |
+
</reference>-->
|
104 |
+
</catalog_product_view>
|
105 |
+
|
106 |
+
<!-- <catalog_category_default>
|
107 |
+
<update handle="SHORTCUT_popup" />
|
108 |
+
<reference name="right">
|
109 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
110 |
+
</reference>
|
111 |
+
</catalog_category_default>
|
112 |
+
|
113 |
+
<catalog_category_layered>
|
114 |
+
<update handle="SHORTCUT_popup" />
|
115 |
+
<reference name="right">
|
116 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
117 |
+
</reference>
|
118 |
+
</catalog_category_layered>
|
119 |
+
|
120 |
+
<catalog_product_compare_index>
|
121 |
+
<update handle="SHORTCUT_popup" />
|
122 |
+
</catalog_product_compare_index>
|
123 |
+
|
124 |
+
<catalogsearch_result_index>
|
125 |
+
<update handle="SHORTCUT_popup" />
|
126 |
+
</catalogsearch_result_index>
|
127 |
+
|
128 |
+
<catalogsearch_advanced_result>
|
129 |
+
<update handle="SHORTCUT_popup" />
|
130 |
+
</catalogsearch_advanced_result>
|
131 |
+
|
132 |
+
<tag_product_list>
|
133 |
+
<update handle="SHORTCUT_popup" />
|
134 |
+
</tag_product_list>
|
135 |
+
<tag_customer_view>
|
136 |
+
<update handle="SHORTCUT_popup" />
|
137 |
+
</tag_customer_view>
|
138 |
+
|
139 |
+
<wishlist_index_index>
|
140 |
+
<update handle="SHORTCUT_popup" />
|
141 |
+
</wishlist_index_index>
|
142 |
+
<review_product_list>
|
143 |
+
<update handle="SHORTCUT_popup" />
|
144 |
+
</review_product_list>
|
145 |
+
|
146 |
+
<checkout_onepage_success>
|
147 |
+
<update handle="SHORTCUT_popup" />
|
148 |
+
</checkout_onepage_success>
|
149 |
+
<checkout_onepage_failure>
|
150 |
+
<update handle="SHORTCUT_popup" />
|
151 |
+
</checkout_onepage_failure>
|
152 |
+
<cms_index_index>
|
153 |
+
<reference name="right">
|
154 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
155 |
+
</reference>
|
156 |
+
</cms_index_index>-->
|
157 |
+
|
158 |
+
<default>
|
159 |
+
<reference name="topCart.extra_actions">
|
160 |
+
<block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
|
161 |
+
</reference>
|
162 |
+
<reference name="cart_sidebar.extra_actions">
|
163 |
+
<block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
|
164 |
+
</reference>
|
165 |
+
</default>
|
166 |
+
<checkout_onepage_review>
|
167 |
+
<reference name="checkout.onepage.review.info.items.after">
|
168 |
+
<block type="paypal/iframe" name="paypal.iframe" />
|
169 |
+
</reference>
|
170 |
+
<reference name="checkout.onepage.review.button">
|
171 |
+
<action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
|
172 |
+
</reference>
|
173 |
+
</checkout_onepage_review>
|
174 |
+
|
175 |
+
<paypal_payflow_link_iframe>
|
176 |
+
<block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
|
177 |
+
<block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
|
178 |
+
</paypal_payflow_link_iframe>
|
179 |
+
|
180 |
+
<paypal_hosted_pro_iframe>
|
181 |
+
<block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
|
182 |
+
</paypal_hosted_pro_iframe>
|
183 |
+
|
184 |
+
<SHORTCUT_popup>
|
185 |
+
<reference name="product.tooltip">
|
186 |
+
<block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
|
187 |
+
<block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
|
188 |
+
<action method="setIsInCatalogProduct"><value>1</value></action>
|
189 |
+
<action method="setShowOrPosition"><value>after</value></action>
|
190 |
+
</block>
|
191 |
+
</block>
|
192 |
+
</reference>
|
193 |
+
</SHORTCUT_popup>
|
194 |
+
</layout>
|
app/design/frontend/default/clothing_store_purple/layout/tag.xml
ADDED
@@ -0,0 +1,117 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
|
31 |
+
<!--
|
32 |
+
Default layout, loads most of the pages
|
33 |
+
-->
|
34 |
+
|
35 |
+
<default>
|
36 |
+
<!-- Mage_Tag -->
|
37 |
+
<reference name="left">
|
38 |
+
<block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
|
39 |
+
</reference>
|
40 |
+
|
41 |
+
</default>
|
42 |
+
|
43 |
+
<!--
|
44 |
+
Customer account pages, rendered for all tabs in dashboard
|
45 |
+
-->
|
46 |
+
|
47 |
+
<customer_account>
|
48 |
+
<!-- Mage_Tag -->
|
49 |
+
<reference name="customer_account_navigation">
|
50 |
+
<action method="addLink" translate="label" module="tag"><name>tags</name><path>tag/customer/</path><label>My Tags</label></action>
|
51 |
+
</reference>
|
52 |
+
</customer_account>
|
53 |
+
|
54 |
+
<!--
|
55 |
+
Customer account home dashboard layout
|
56 |
+
-->
|
57 |
+
|
58 |
+
<customer_account_index>
|
59 |
+
<!-- Mage_Tag -->
|
60 |
+
<reference name="customer_account_dashboard">
|
61 |
+
<action method="unsetChild"><name>customer_account_dashboard_info2</name></action>
|
62 |
+
<block type="tag/customer_recent" name="customer_account_dashboard_info2" as="info2" template="tag/customer/recent.phtml"/>
|
63 |
+
</reference>
|
64 |
+
</customer_account_index>
|
65 |
+
|
66 |
+
|
67 |
+
<!--
|
68 |
+
All tags page
|
69 |
+
-->
|
70 |
+
|
71 |
+
<tag_list_index translate="label">
|
72 |
+
<label>Tags List (All Available)</label>
|
73 |
+
<!-- Mage_Tag -->
|
74 |
+
<reference name="root">
|
75 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
76 |
+
</reference>
|
77 |
+
<reference name="content">
|
78 |
+
<block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
|
79 |
+
</reference>
|
80 |
+
</tag_list_index>
|
81 |
+
|
82 |
+
<tag_product_list translate="label">
|
83 |
+
<label>Tagged Products List</label>
|
84 |
+
<!-- Mage_Tag -->
|
85 |
+
<reference name="content">
|
86 |
+
<block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
|
87 |
+
<block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml"></block>
|
88 |
+
<action method="setListOrders"/>
|
89 |
+
<action method="setListModes"/>
|
90 |
+
<action method="setListCollection"/>
|
91 |
+
</block>
|
92 |
+
</reference>
|
93 |
+
</tag_product_list>
|
94 |
+
|
95 |
+
<tag_customer_index translate="label">
|
96 |
+
<label>Customer My Account My Tags List</label>
|
97 |
+
<update handle="customer_account"/>
|
98 |
+
<reference name="root">
|
99 |
+
<action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
|
100 |
+
</reference>
|
101 |
+
<reference name="my.account.wrapper">
|
102 |
+
<block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
|
103 |
+
</reference>
|
104 |
+
</tag_customer_index>
|
105 |
+
|
106 |
+
<tag_customer_view translate="label">
|
107 |
+
<label>Customer My Account Tag View</label>
|
108 |
+
<update handle="customer_account"/>
|
109 |
+
<reference name="root">
|
110 |
+
<action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
|
111 |
+
</reference>
|
112 |
+
<reference name="my.account.wrapper">
|
113 |
+
<block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
|
114 |
+
</reference>
|
115 |
+
</tag_customer_view>
|
116 |
+
|
117 |
+
</layout>
|
app/design/frontend/default/clothing_store_purple/template/catalog/category/view.phtml
ADDED
@@ -0,0 +1,73 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Category view template
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Category_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php
|
35 |
+
$_helper = $this->helper('catalog/output');
|
36 |
+
$_category = $this->getCurrentCategory();
|
37 |
+
$_imgHtml = '';
|
38 |
+
if ($_imgUrl = $_category->getImageUrl()) {
|
39 |
+
$_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->htmlEscape($_category->getName()).'" title="'.$this->htmlEscape($_category->getName()).'" /></p>';
|
40 |
+
$_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
|
41 |
+
}
|
42 |
+
?>
|
43 |
+
<div class="page-title category-title">
|
44 |
+
<?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
|
45 |
+
<a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
|
46 |
+
<?php endif; ?>
|
47 |
+
<h1><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h1>
|
48 |
+
</div>
|
49 |
+
|
50 |
+
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
51 |
+
|
52 |
+
<?php if($_imgUrl): ?>
|
53 |
+
<?php echo $_imgHtml ?>
|
54 |
+
<?php endif; ?>
|
55 |
+
|
56 |
+
<?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
|
57 |
+
<div class="category-description std">
|
58 |
+
<?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
|
59 |
+
</div>
|
60 |
+
<?php endif; ?>
|
61 |
+
|
62 |
+
<?php if($this->isContentMode()): ?>
|
63 |
+
<?php echo $this->getCmsBlockHtml() ?>
|
64 |
+
|
65 |
+
<?php elseif($this->isMixedMode()): ?>
|
66 |
+
<div class="category-description std">
|
67 |
+
<?php echo $this->getCmsBlockHtml() ?>
|
68 |
+
</div>
|
69 |
+
<?php echo $this->getProductListHtml() ?>
|
70 |
+
|
71 |
+
<?php else: ?>
|
72 |
+
<?php echo $this->getProductListHtml() ?>
|
73 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_purple/template/catalog/product/list.phtml
ADDED
@@ -0,0 +1,153 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Product list template
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Product_List
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php
|
35 |
+
$_productCollection=$this->getLoadedProductCollection();
|
36 |
+
$_helper = $this->helper('catalog/output');
|
37 |
+
?>
|
38 |
+
<?php if(!$_productCollection->count()): ?>
|
39 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
40 |
+
<?php else: ?>
|
41 |
+
<div class="category-products">
|
42 |
+
<?php echo $this->getToolbarHtml() ?>
|
43 |
+
<?php // List mode ?>
|
44 |
+
<?php if($this->getMode()!='grid'): ?>
|
45 |
+
<?php $_iterator = 0; ?>
|
46 |
+
<ol class="products-list" id="products-list">
|
47 |
+
<?php foreach ($_productCollection as $_product): ?>
|
48 |
+
<li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
|
49 |
+
<div class="list_item_in clearfix">
|
50 |
+
<?php // Product Image ?>
|
51 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(130); ?>" width="120" height="130" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
52 |
+
<?php // Product description ?>
|
53 |
+
<div class="product-shop">
|
54 |
+
<div class="f-fix">
|
55 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
56 |
+
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
|
57 |
+
<?php if($_product->getRatingSummary()): ?>
|
58 |
+
<?php echo $this->getReviewsSummaryHtml($_product) ?>
|
59 |
+
<?php endif; ?>
|
60 |
+
<div class="desc std">
|
61 |
+
<?php echo substr(nl2br($_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description')),0,120) ?>
|
62 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
|
63 |
+
</div>
|
64 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
65 |
+
<?php if($_product->isSaleable()): ?>
|
66 |
+
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
|
67 |
+
<?php else: ?>
|
68 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
69 |
+
<?php endif; ?>
|
70 |
+
<ul class="add-to-links">
|
71 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
72 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
73 |
+
<?php endif; ?>
|
74 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
75 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
76 |
+
<?php endif; ?>
|
77 |
+
</ul>
|
78 |
+
</div>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
</li>
|
82 |
+
<?php endforeach; ?>
|
83 |
+
</ol>
|
84 |
+
<script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
|
85 |
+
|
86 |
+
<?php else: ?>
|
87 |
+
|
88 |
+
<?php // Grid Mode ?>
|
89 |
+
|
90 |
+
<?php $_collectionSize = $_productCollection->count() ?>
|
91 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
92 |
+
<?php
|
93 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
94 |
+
switch ($r_template)
|
95 |
+
{
|
96 |
+
case "page/2columns-right.phtml":
|
97 |
+
case "page/2columns-left.phtml":
|
98 |
+
$_columnCount = 3;
|
99 |
+
break;
|
100 |
+
case "page/3columns.phtml":
|
101 |
+
$_columnCount = 2;
|
102 |
+
break;
|
103 |
+
default:
|
104 |
+
$_columnCount = 4;
|
105 |
+
}
|
106 |
+
?>
|
107 |
+
<?php $i=0; foreach ($_productCollection as $_product): ?>
|
108 |
+
<?php if ($i++%$_columnCount==0): ?>
|
109 |
+
<ul class="products-grid">
|
110 |
+
<?php endif ?>
|
111 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
112 |
+
<div class="grid_item_in clearfix">
|
113 |
+
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h2>
|
114 |
+
<div class="grid-rat">
|
115 |
+
<?php if($_product->getRatingSummary()): ?>
|
116 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
117 |
+
<?php endif; ?>
|
118 |
+
</div>
|
119 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
120 |
+
<div class="clearfix">
|
121 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
122 |
+
<?php if($_product->isSaleable()): ?>
|
123 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
124 |
+
<?php else: ?>
|
125 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
126 |
+
<?php endif; ?>
|
127 |
+
</div>
|
128 |
+
|
129 |
+
<div class="actions">
|
130 |
+
|
131 |
+
<ul class="add-to-links">
|
132 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
133 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
134 |
+
<?php endif; ?>
|
135 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
136 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
137 |
+
<?php endif; ?>
|
138 |
+
</ul>
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
</li>
|
142 |
+
<?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
|
143 |
+
</ul>
|
144 |
+
<?php endif ?>
|
145 |
+
<?php endforeach ?>
|
146 |
+
<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
|
147 |
+
<?php endif; ?>
|
148 |
+
|
149 |
+
<div class="toolbar-bottom">
|
150 |
+
<?php echo $this->getToolbarHtml() ?>
|
151 |
+
</div>
|
152 |
+
</div>
|
153 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_purple/template/catalog/product/list/upsell.phtml
ADDED
@@ -0,0 +1,54 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if(count($this->getItemCollection()->getItems())): ?>
|
28 |
+
<div class="box-collateral box-up-sell">
|
29 |
+
<h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
|
30 |
+
<table class="products-grid" id="upsell-product-table">
|
31 |
+
<?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
|
32 |
+
<?php $this->resetItemsIterator() ?>
|
33 |
+
<?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
|
34 |
+
<tr>
|
35 |
+
<?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
|
36 |
+
<?php if($_link=$this->getIterableItem()): ?>
|
37 |
+
<td>
|
38 |
+
<div class="up-sell-in">
|
39 |
+
<a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(123) ?>" width="123" height="123" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
|
40 |
+
<h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
|
41 |
+
<?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
|
42 |
+
<?php //echo $this->getReviewsSummaryHtml($_link) ?>
|
43 |
+
</div>
|
44 |
+
</td>
|
45 |
+
<?php else: ?>
|
46 |
+
<td class="empty"> </td>
|
47 |
+
<?php endif; ?>
|
48 |
+
<?php endfor; ?>
|
49 |
+
</tr>
|
50 |
+
<?php endfor; ?>
|
51 |
+
</table>
|
52 |
+
<script type="text/javascript">decorateTable('upsell-product-table')</script>
|
53 |
+
</div>
|
54 |
+
<?php endif ?>
|
app/design/frontend/default/clothing_store_purple/template/catalog/product/new.phtml
ADDED
@@ -0,0 +1,87 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
|
28 |
+
<h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
|
29 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
30 |
+
<?php
|
31 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
32 |
+
switch ($r_template)
|
33 |
+
{
|
34 |
+
case "page/2columns-right.phtml":
|
35 |
+
case "page/2columns-left.phtml":
|
36 |
+
$_columnCount = 3;
|
37 |
+
break;
|
38 |
+
case "page/3columns.phtml":
|
39 |
+
$_columnCount = 2;
|
40 |
+
break;
|
41 |
+
default:
|
42 |
+
$_columnCount = 4;
|
43 |
+
}
|
44 |
+
?>
|
45 |
+
<?php $i=0; foreach ($_products->getItems() as $_product): ?>
|
46 |
+
<?php if ($i++%$_columnCount==0): ?>
|
47 |
+
<ul class="products-grid">
|
48 |
+
<?php endif ?>
|
49 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
50 |
+
<div class="grid_item_in clearfix">
|
51 |
+
<h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
|
52 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>
|
53 |
+
|
54 |
+
<?php if($_product->getRatingSummary()): ?>
|
55 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
56 |
+
<?php else: echo "<div class='grid-rat'></div>"; ?>
|
57 |
+
<?php endif; ?>
|
58 |
+
|
59 |
+
<div class="clearfix">
|
60 |
+
<?php echo $this->getPriceHtml($_product, true, '-new') ?>
|
61 |
+
<?php if($_product->isSaleable()): ?>
|
62 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
63 |
+
<?php else: ?>
|
64 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
65 |
+
<?php endif; ?>
|
66 |
+
</div>
|
67 |
+
|
68 |
+
|
69 |
+
<div class="actions">
|
70 |
+
|
71 |
+
|
72 |
+
<ul class="add-to-links">
|
73 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
74 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
75 |
+
<?php endif; ?>
|
76 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
77 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
78 |
+
<?php endif; ?>
|
79 |
+
</ul>
|
80 |
+
</div>
|
81 |
+
</div>
|
82 |
+
</li>
|
83 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
84 |
+
</ul>
|
85 |
+
<?php endif ?>
|
86 |
+
<?php endforeach; ?>
|
87 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_purple/template/catalog/product/view.phtml
ADDED
@@ -0,0 +1,183 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
* @see Mage_Review_Block_Product_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php $_helper = $this->helper('catalog/output'); ?>
|
35 |
+
<?php $_product = $this->getProduct(); ?>
|
36 |
+
|
37 |
+
<script type="text/javascript">
|
38 |
+
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
39 |
+
</script>
|
40 |
+
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
|
41 |
+
<div class="product-view">
|
42 |
+
<div class="product-essential">
|
43 |
+
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
|
44 |
+
<div class="no-display">
|
45 |
+
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
|
46 |
+
<input type="hidden" name="related_product" id="related-products-field" value="" />
|
47 |
+
</div>
|
48 |
+
|
49 |
+
<div class="product-shop">
|
50 |
+
<div class="product-name">
|
51 |
+
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
|
55 |
+
|
56 |
+
<?php if ($this->canEmailToFriend()): ?>
|
57 |
+
<p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
|
58 |
+
<?php endif; ?>
|
59 |
+
|
60 |
+
<?php echo $this->getChildHtml('alert_urls') ?>
|
61 |
+
<?php echo $this->getChildHtml('product_type_data') ?>
|
62 |
+
<?php echo $this->getTierPriceHtml() ?>
|
63 |
+
<?php echo $this->getChildHtml('extrahint') ?>
|
64 |
+
|
65 |
+
<?php if (!$this->hasOptions()):?>
|
66 |
+
<div class="add-to-box">
|
67 |
+
<?php if($_product->isSaleable()): ?>
|
68 |
+
<?php echo $this->getChildHtml('addtocart') ?>
|
69 |
+
<?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
|
70 |
+
<span class="or"><?php echo $this->__('OR') ?></span>
|
71 |
+
<?php endif; ?>
|
72 |
+
<?php endif; ?>
|
73 |
+
<?php echo $this->getChildHtml('addto') ?>
|
74 |
+
</div>
|
75 |
+
<?php echo $this->getChildHtml('extra_buttons') ?>
|
76 |
+
<?php elseif (!$_product->isSaleable()): ?>
|
77 |
+
<div class="add-to-box">
|
78 |
+
<?php echo $this->getChildHtml('addto') ?>
|
79 |
+
</div>
|
80 |
+
<?php endif; ?>
|
81 |
+
|
82 |
+
<?php if ($_product->getShortDescription()):?>
|
83 |
+
<div class="short-description">
|
84 |
+
<h2><?php echo $this->__('Quick Overview') ?></h2>
|
85 |
+
<div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
|
86 |
+
</div>
|
87 |
+
<?php endif;?>
|
88 |
+
|
89 |
+
<?php echo $this->getChildHtml('other');?>
|
90 |
+
|
91 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
92 |
+
<?php echo $this->getChildChildHtml('container1', '', true, true) ?>
|
93 |
+
<?php endif;?>
|
94 |
+
|
95 |
+
</div>
|
96 |
+
|
97 |
+
<div class="product-img-box">
|
98 |
+
<?php echo $this->getChildHtml('media') ?>
|
99 |
+
</div>
|
100 |
+
|
101 |
+
<div class="clearer"></div>
|
102 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
103 |
+
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
|
104 |
+
<?php endif;?>
|
105 |
+
</form>
|
106 |
+
<script type="text/javascript">
|
107 |
+
//<![CDATA[
|
108 |
+
var productAddToCartForm = new VarienForm('product_addtocart_form');
|
109 |
+
productAddToCartForm.submit = function(button, url) {
|
110 |
+
if (this.validator.validate()) {
|
111 |
+
var form = this.form;
|
112 |
+
var oldUrl = form.action;
|
113 |
+
|
114 |
+
if (url) {
|
115 |
+
form.action = url;
|
116 |
+
}
|
117 |
+
var e = null;
|
118 |
+
try {
|
119 |
+
this.form.submit();
|
120 |
+
} catch (e) {
|
121 |
+
}
|
122 |
+
this.form.action = oldUrl;
|
123 |
+
if (e) {
|
124 |
+
throw e;
|
125 |
+
}
|
126 |
+
|
127 |
+
if (button && button != 'undefined') {
|
128 |
+
button.disabled = true;
|
129 |
+
}
|
130 |
+
}
|
131 |
+
}.bind(productAddToCartForm);
|
132 |
+
|
133 |
+
productAddToCartForm.submitLight = function(button, url){
|
134 |
+
if(this.validator) {
|
135 |
+
var nv = Validation.methods;
|
136 |
+
delete Validation.methods['required-entry'];
|
137 |
+
delete Validation.methods['validate-one-required'];
|
138 |
+
delete Validation.methods['validate-one-required-by-name'];
|
139 |
+
// Remove custom datetime validators
|
140 |
+
for (var methodName in Validation.methods) {
|
141 |
+
if (methodName.match(/^validate-datetime-.*/i)) {
|
142 |
+
delete Validation.methods[methodName];
|
143 |
+
}
|
144 |
+
}
|
145 |
+
|
146 |
+
if (this.validator.validate()) {
|
147 |
+
if (url) {
|
148 |
+
this.form.action = url;
|
149 |
+
}
|
150 |
+
this.form.submit();
|
151 |
+
}
|
152 |
+
Object.extend(Validation.methods, nv);
|
153 |
+
}
|
154 |
+
}.bind(productAddToCartForm);
|
155 |
+
//]]>
|
156 |
+
</script>
|
157 |
+
</div>
|
158 |
+
|
159 |
+
<?php echo $this->getChildHtml('info_tabs') ?>
|
160 |
+
|
161 |
+
<div class="product-collateral">
|
162 |
+
|
163 |
+
<?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
|
164 |
+
|
165 |
+
<div class="box-collateral <?php echo "box-{$alias}"?>">
|
166 |
+
|
167 |
+
<?php if ($title = $this->getChildData($alias, 'title')):?>
|
168 |
+
|
169 |
+
<h2><?php echo $this->escapeHtml($title); ?></h2>
|
170 |
+
|
171 |
+
<?php endif;?>
|
172 |
+
|
173 |
+
<?php echo $html; ?>
|
174 |
+
|
175 |
+
</div>
|
176 |
+
|
177 |
+
<?php endforeach;?>
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
<?php echo $this->getChildHtml('product_additional_data') ?>
|
182 |
+
</div>
|
183 |
+
</div>
|
app/design/frontend/default/clothing_store_purple/template/catalog/product/view/media.phtml
ADDED
@@ -0,0 +1,78 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product media data template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View_Media
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<?php
|
34 |
+
$_product = $this->getProduct();
|
35 |
+
$_helper = $this->helper('catalog/output');
|
36 |
+
?>
|
37 |
+
<?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
|
38 |
+
<p class="product-image product-image-zoom">
|
39 |
+
<?php
|
40 |
+
$_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
41 |
+
echo $_helper->productAttribute($_product, $_img, 'image');
|
42 |
+
?>
|
43 |
+
</p>
|
44 |
+
<p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
|
45 |
+
<div class="zoom">
|
46 |
+
<img id="zoom_out" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_out.gif') ?>" alt="<?php echo $this->__('Zoom Out') ?>" title="<?php echo $this->__('Zoom Out') ?>" class="btn-zoom-out" />
|
47 |
+
<div id="track">
|
48 |
+
<div id="handle"></div>
|
49 |
+
</div>
|
50 |
+
<img id="zoom_in" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_in.gif') ?>" alt="<?php echo $this->__('Zoom In') ?>" title="<?php echo $this->__('Zoom In') ?>" class="btn-zoom-in" />
|
51 |
+
</div>
|
52 |
+
<script type="text/javascript">
|
53 |
+
//<![CDATA[
|
54 |
+
Event.observe(window, 'load', function() {
|
55 |
+
product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
|
56 |
+
});
|
57 |
+
//]]>
|
58 |
+
</script>
|
59 |
+
<?php else: ?>
|
60 |
+
<p class="product-image">
|
61 |
+
<?php
|
62 |
+
$_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(203).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
63 |
+
echo $_helper->productAttribute($_product, $_img, 'image');
|
64 |
+
?>
|
65 |
+
</p>
|
66 |
+
<?php endif; ?>
|
67 |
+
<?php if (count($this->getGalleryImages()) > 0): ?>
|
68 |
+
<div class="more-views">
|
69 |
+
<h2><?php echo $this->__('More Views') ?></h2>
|
70 |
+
<ul>
|
71 |
+
<?php foreach ($this->getGalleryImages() as $_image): ?>
|
72 |
+
<li>
|
73 |
+
<a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'width=300,height=300,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(58); ?>" width="58" height="58" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
|
74 |
+
</li>
|
75 |
+
<?php endforeach; ?>
|
76 |
+
</ul>
|
77 |
+
</div>
|
78 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_purple/template/catalog/product/view/tabs.phtml
ADDED
@@ -0,0 +1,78 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<ul class="product-tabs">
|
34 |
+
<?php foreach ($this->getTabs() as $_index => $_tab): ?>
|
35 |
+
<?php if($this->getChildHtml($_tab['alias'])): ?>
|
36 |
+
<li id="product_tabs_<?php echo $_tab['alias'] ?>" class="<?php echo !$_index?' active first':(($_index==count($this->getTabs())-1)?' last':'')?>"><a href="#"><?php echo $_tab['title']?></a></li>
|
37 |
+
<?php endif; ?>
|
38 |
+
<?php endforeach; ?>
|
39 |
+
</ul>
|
40 |
+
<?php foreach ($this->getTabs() as $_index => $_tab): ?>
|
41 |
+
<?php if($this->getChildHtml($_tab['alias'])): ?>
|
42 |
+
<div class="product-tabs-content" id="product_tabs_<?php echo $_tab['alias'] ?>_contents"><?php echo $this->getChildHtml($_tab['alias']) ?></div>
|
43 |
+
<?php endif; ?>
|
44 |
+
<?php endforeach; ?>
|
45 |
+
<script type="text/javascript">
|
46 |
+
//<![CDATA[
|
47 |
+
Varien.Tabs = Class.create();
|
48 |
+
Varien.Tabs.prototype = {
|
49 |
+
initialize: function(selector) {
|
50 |
+
var self=this;
|
51 |
+
$$(selector+' a').each(this.initTab.bind(this));
|
52 |
+
},
|
53 |
+
|
54 |
+
initTab: function(el) {
|
55 |
+
el.href = 'javascript:void(0)';
|
56 |
+
if ($(el.parentNode).hasClassName('active')) {
|
57 |
+
this.showContent(el);
|
58 |
+
}
|
59 |
+
el.observe('click', this.showContent.bind(this, el));
|
60 |
+
},
|
61 |
+
|
62 |
+
showContent: function(a) {
|
63 |
+
var li = $(a.parentNode), ul = $(li.parentNode);
|
64 |
+
ul.select('li', 'ol').each(function(el){
|
65 |
+
var contents = $(el.id+'_contents');
|
66 |
+
if (el==li) {
|
67 |
+
el.addClassName('active');
|
68 |
+
contents.show();
|
69 |
+
} else {
|
70 |
+
el.removeClassName('active');
|
71 |
+
contents.hide();
|
72 |
+
}
|
73 |
+
});
|
74 |
+
}
|
75 |
+
}
|
76 |
+
new Varien.Tabs('.product-tabs');
|
77 |
+
//]]>
|
78 |
+
</script>
|
app/design/frontend/default/clothing_store_purple/template/catalogsearch/form.mini.phtml
ADDED
@@ -0,0 +1,43 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Core_Block_Template */
|
27 |
+
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
28 |
+
$catalogSearchHelper = $this->helper('catalogsearch');
|
29 |
+
?>
|
30 |
+
<form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">
|
31 |
+
<div class="form-search">
|
32 |
+
<label for="search"><?php echo $this->__('Search:') ?></label>
|
33 |
+
<input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
|
34 |
+
<button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
|
35 |
+
<div id="search_autocomplete" class="search-autocomplete"></div>
|
36 |
+
<script type="text/javascript">
|
37 |
+
//<![CDATA[
|
38 |
+
var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search') ?>');
|
39 |
+
searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
|
40 |
+
//]]>
|
41 |
+
</script>
|
42 |
+
</div>
|
43 |
+
</form>
|
app/design/frontend/default/clothing_store_purple/template/checkout/cart.phtml
ADDED
@@ -0,0 +1,164 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Shopping cart template
|
30 |
+
*
|
31 |
+
* @see Mage_Checkout_Block_Cart
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<div class="cart">
|
35 |
+
<div class="page-title title-buttons">
|
36 |
+
<h1><?php echo $this->__('Shopping Cart') ?></h1>
|
37 |
+
<?php if(!$this->hasError()): ?>
|
38 |
+
<ul class="checkout-types">
|
39 |
+
<?php foreach ($this->getMethods('top_methods') as $method): ?>
|
40 |
+
<?php if ($methodHtml = $this->getMethodHtml($method)): ?>
|
41 |
+
<li><?php echo $methodHtml; ?></li>
|
42 |
+
<?php endif; ?>
|
43 |
+
<?php endforeach; ?>
|
44 |
+
</ul>
|
45 |
+
<?php endif; ?>
|
46 |
+
</div>
|
47 |
+
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
48 |
+
<?php echo $this->getChildHtml('form_before') ?>
|
49 |
+
<form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
|
50 |
+
<fieldset>
|
51 |
+
<table id="shopping-cart-table" class="data-table cart-table">
|
52 |
+
<col width="1" />
|
53 |
+
<col />
|
54 |
+
<col width="1" />
|
55 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
56 |
+
<col width="1" />
|
57 |
+
<?php endif ?>
|
58 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
59 |
+
<col width="1" />
|
60 |
+
<?php endif; ?>
|
61 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
62 |
+
<col width="1" />
|
63 |
+
<?php endif; ?>
|
64 |
+
<col width="1" />
|
65 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
66 |
+
<col width="1" />
|
67 |
+
<?php endif; ?>
|
68 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
69 |
+
<col width="1" />
|
70 |
+
<?php endif; ?>
|
71 |
+
<col width="1" />
|
72 |
+
|
73 |
+
<?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
|
74 |
+
<thead>
|
75 |
+
<tr>
|
76 |
+
<th rowspan="<?php echo $mergedCells; ?>"> </th>
|
77 |
+
<th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
|
78 |
+
<th rowspan="<?php echo $mergedCells; ?>"></th>
|
79 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
80 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
|
81 |
+
<?php endif ?>
|
82 |
+
<th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
|
83 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
|
84 |
+
<th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
|
85 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"> </th>
|
86 |
+
</tr>
|
87 |
+
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
88 |
+
<tr>
|
89 |
+
<th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
|
90 |
+
<th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
|
91 |
+
<th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
|
92 |
+
<th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
|
93 |
+
</tr>
|
94 |
+
<?php endif; ?>
|
95 |
+
</thead>
|
96 |
+
<tfoot>
|
97 |
+
<tr>
|
98 |
+
<td colspan="50" class="a-right">
|
99 |
+
<?php if($this->getContinueShoppingUrl()): ?>
|
100 |
+
<button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
|
101 |
+
<?php endif; ?>
|
102 |
+
<button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
|
103 |
+
<button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
|
104 |
+
<!--[if lt IE 8]>
|
105 |
+
<input type="hidden" id="update_cart_action_container" />
|
106 |
+
<script type="text/javascript">
|
107 |
+
//<![CDATA[
|
108 |
+
Event.observe(window, 'load', function()
|
109 |
+
{
|
110 |
+
// Internet Explorer (lt 8) does not support value attribute in button elements
|
111 |
+
$emptyCartButton = $('empty_cart_button');
|
112 |
+
$cartActionContainer = $('update_cart_action_container');
|
113 |
+
if ($emptyCartButton && $cartActionContainer) {
|
114 |
+
Event.observe($emptyCartButton, 'click', function()
|
115 |
+
{
|
116 |
+
$emptyCartButton.setAttribute('name', 'update_cart_action_temp');
|
117 |
+
$cartActionContainer.setAttribute('name', 'update_cart_action');
|
118 |
+
$cartActionContainer.setValue('empty_cart');
|
119 |
+
});
|
120 |
+
}
|
121 |
+
|
122 |
+
});
|
123 |
+
//]]>
|
124 |
+
</script>
|
125 |
+
<![endif]-->
|
126 |
+
</td>
|
127 |
+
</tr>
|
128 |
+
</tfoot>
|
129 |
+
<tbody>
|
130 |
+
<?php foreach($this->getItems() as $_item): ?>
|
131 |
+
<?php echo $this->getItemHtml($_item) ?>
|
132 |
+
<?php endforeach ?>
|
133 |
+
</tbody>
|
134 |
+
</table>
|
135 |
+
<script type="text/javascript">decorateTable('shopping-cart-table')</script>
|
136 |
+
</fieldset>
|
137 |
+
</form>
|
138 |
+
<div class="cart-collaterals">
|
139 |
+
<div class="col2-set">
|
140 |
+
<div class="col-1">
|
141 |
+
<?php echo $this->getChildHtml('crosssell') ?>
|
142 |
+
</div>
|
143 |
+
<div class="col-2">
|
144 |
+
<?php echo $this->getChildHtml('checkout.cart.extra') ?>
|
145 |
+
<?php echo $this->getChildHtml('coupon') ?>
|
146 |
+
<?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
|
147 |
+
</div>
|
148 |
+
</div>
|
149 |
+
<div class="totals">
|
150 |
+
<div class="totals-in">
|
151 |
+
<?php echo $this->getChildHtml('totals'); ?>
|
152 |
+
<?php if(!$this->hasError()): ?>
|
153 |
+
<ul class="checkout-types">
|
154 |
+
<?php foreach ($this->getMethods('methods') as $method): ?>
|
155 |
+
<?php if ($methodHtml = $this->getMethodHtml($method)): ?>
|
156 |
+
<li><?php echo $methodHtml; ?></li>
|
157 |
+
<?php endif; ?>
|
158 |
+
<?php endforeach; ?>
|
159 |
+
</ul>
|
160 |
+
<?php endif; ?>
|
161 |
+
</div>
|
162 |
+
</div>
|
163 |
+
</div>
|
164 |
+
</div>
|
app/design/frontend/default/clothing_store_purple/template/checkout/cart/crosssell.phtml
ADDED
@@ -0,0 +1,59 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Cart cross sell items template
|
30 |
+
*
|
31 |
+
* @see Mage_Checkout_Block_Cart_Crosssell
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php if($this->getItemCount()): ?>
|
35 |
+
<div class="crosssell">
|
36 |
+
<h2><?php echo $this->__('You may be interested in the following items:') ?></h2>
|
37 |
+
<ul id="crosssell-products-list">
|
38 |
+
<?php foreach ($this->getItems() as $_item): ?>
|
39 |
+
<li class="item">
|
40 |
+
<a class="product-image" href="<?php echo $_item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(92); ?>" width="92" height="92" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
|
41 |
+
<div class="product-details">
|
42 |
+
<h3 class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
|
43 |
+
<?php echo $this->getPriceHtml($_item, true) ?>
|
44 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_item) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
45 |
+
<ul class="add-to-links">
|
46 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
47 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
48 |
+
<?php endif; ?>
|
49 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
|
50 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
51 |
+
<?php endif; ?>
|
52 |
+
</ul>
|
53 |
+
</div>
|
54 |
+
</li>
|
55 |
+
<?php endforeach; ?>
|
56 |
+
</ul>
|
57 |
+
<script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
|
58 |
+
</div>
|
59 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_purple/template/checkout/cart/item/default.phtml
ADDED
@@ -0,0 +1,278 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
$_item = $this->getItem();
|
29 |
+
$isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
|
30 |
+
$canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
|
31 |
+
?>
|
32 |
+
<tr>
|
33 |
+
<td><?php if ($this->hasProductUrl()):?><a href="<?php echo $this->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getProductName()) ?>" class="product-image"><?php endif;?><img src="<?php echo $this->getProductThumbnail()->resize(92); ?>" width="92" height="92" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
|
34 |
+
<td>
|
35 |
+
<h2 class="product-name">
|
36 |
+
<?php if ($this->hasProductUrl()):?>
|
37 |
+
<a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->htmlEscape($this->getProductName()) ?></a>
|
38 |
+
<?php else: ?>
|
39 |
+
<?php echo $this->htmlEscape($this->getProductName()) ?>
|
40 |
+
<?php endif; ?>
|
41 |
+
</h2>
|
42 |
+
<?php if ($_options = $this->getOptionList()):?>
|
43 |
+
<dl class="item-options">
|
44 |
+
<?php foreach ($_options as $_option) : ?>
|
45 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
46 |
+
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
47 |
+
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
48 |
+
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
49 |
+
<div class="truncated_full_value">
|
50 |
+
<dl class="item-options">
|
51 |
+
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
52 |
+
<dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
|
53 |
+
</dl>
|
54 |
+
</div>
|
55 |
+
<?php endif; ?>
|
56 |
+
</dd>
|
57 |
+
<?php endforeach; ?>
|
58 |
+
</dl>
|
59 |
+
<?php endif;?>
|
60 |
+
<?php if ($messages = $this->getMessages()): ?>
|
61 |
+
<?php foreach ($messages as $message): ?>
|
62 |
+
<p class="item-msg <?php echo $message['type'] ?>">* <?php echo $this->escapeHtml($message['text']) ?></p>
|
63 |
+
<?php endforeach; ?>
|
64 |
+
<?php endif; ?>
|
65 |
+
<?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
|
66 |
+
<?php if ($addInfoBlock): ?>
|
67 |
+
<?php echo $addInfoBlock->setItem($_item)->toHtml() ?>
|
68 |
+
<?php endif;?>
|
69 |
+
</td>
|
70 |
+
<td class="a-center v-middle">
|
71 |
+
<?php if ($isVisibleProduct): ?>
|
72 |
+
<a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item parameters') ?>"><?php echo $this->__('Edit') ?></a>
|
73 |
+
<?php endif ?>
|
74 |
+
</td>
|
75 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
76 |
+
<td class="a-center v-middle">
|
77 |
+
<?php if ($isVisibleProduct): ?>
|
78 |
+
<input type="checkbox" value="1" name="cart[<?php echo $_item->getId() ?>][wishlist]" title="<?php echo $this->__('Move to Wishlist') ?>" class="checkbox" />
|
79 |
+
<?php endif ?>
|
80 |
+
</td>
|
81 |
+
<?php endif ?>
|
82 |
+
|
83 |
+
<?php if ($canApplyMsrp): ?>
|
84 |
+
<td class="a-right v-middle"<?php if ($this->helper('tax')->displayCartBothPrices()): ?> colspan="2"<?php endif; ?>>
|
85 |
+
<span class="cart-price">
|
86 |
+
<span class="cart-msrp-unit"><?php echo $this->__('See price before order confirmation.'); ?></span>
|
87 |
+
<?php $helpLinkId = 'cart-msrp-help-' . $_item->getId(); ?>
|
88 |
+
<a id="<?php echo $helpLinkId ?>" href="#" class="map-help-link"><?php echo $this->__("What's this?"); ?></a>
|
89 |
+
<script type="text/javascript">
|
90 |
+
Catalog.Map.addHelpLink($('<?php echo $helpLinkId ?>'), "<?php echo $this->__("What's this?") ?>");
|
91 |
+
</script>
|
92 |
+
</span>
|
93 |
+
</td>
|
94 |
+
<?php else: ?>
|
95 |
+
|
96 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
97 |
+
<td class="a-right v-middle">
|
98 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
99 |
+
<span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
100 |
+
<?php else: ?>
|
101 |
+
<span class="cart-price">
|
102 |
+
<?php endif; ?>
|
103 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
104 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
|
105 |
+
<?php else: ?>
|
106 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
|
107 |
+
<?php endif; ?>
|
108 |
+
|
109 |
+
</span>
|
110 |
+
|
111 |
+
|
112 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
113 |
+
|
114 |
+
<div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
115 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
116 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
117 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
118 |
+
<?php endforeach; ?>
|
119 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
120 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
121 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
122 |
+
<?php endforeach; ?>
|
123 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
124 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
125 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
126 |
+
<?php endforeach; ?>
|
127 |
+
<?php endif; ?>
|
128 |
+
</div>
|
129 |
+
|
130 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
131 |
+
<div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
132 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
|
133 |
+
</div>
|
134 |
+
<?php endif; ?>
|
135 |
+
<?php endif; ?>
|
136 |
+
</td>
|
137 |
+
<?php endif; ?>
|
138 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
139 |
+
<td>
|
140 |
+
<?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
|
141 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
142 |
+
<span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
143 |
+
<?php else: ?>
|
144 |
+
<span class="cart-price">
|
145 |
+
<?php endif; ?>
|
146 |
+
|
147 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
148 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
|
149 |
+
<?php else: ?>
|
150 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
|
151 |
+
<?php endif; ?>
|
152 |
+
|
153 |
+
</span>
|
154 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
155 |
+
|
156 |
+
<div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
157 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
158 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
159 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
160 |
+
<?php endforeach; ?>
|
161 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
162 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
163 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
164 |
+
<?php endforeach; ?>
|
165 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
166 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
167 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
168 |
+
<?php endforeach; ?>
|
169 |
+
<?php endif; ?>
|
170 |
+
</div>
|
171 |
+
|
172 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
173 |
+
<div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
174 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
|
175 |
+
</div>
|
176 |
+
<?php endif; ?>
|
177 |
+
<?php endif; ?>
|
178 |
+
</td>
|
179 |
+
<?php endif; ?>
|
180 |
+
<?php endif; ?>
|
181 |
+
<td class="a-center v-middle">
|
182 |
+
<input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" />
|
183 |
+
</td>
|
184 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
185 |
+
<td class="a-right v-middle">
|
186 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
187 |
+
<span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
188 |
+
<?php else: ?>
|
189 |
+
<span class="cart-price">
|
190 |
+
<?php endif; ?>
|
191 |
+
|
192 |
+
<?php if ($canApplyMsrp): ?>
|
193 |
+
<span class="cart-msrp-subtotal">--</span>
|
194 |
+
<?php else: ?>
|
195 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
196 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
|
197 |
+
<?php else: ?>
|
198 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
|
199 |
+
<?php endif; ?>
|
200 |
+
<?php endif; ?>
|
201 |
+
|
202 |
+
</span>
|
203 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
204 |
+
|
205 |
+
<div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
206 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
207 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
208 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
|
209 |
+
<?php endforeach; ?>
|
210 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
211 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
212 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
213 |
+
<?php endforeach; ?>
|
214 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
215 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
216 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
217 |
+
<?php endforeach; ?>
|
218 |
+
<?php endif; ?>
|
219 |
+
</div>
|
220 |
+
|
221 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
222 |
+
<div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
223 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
|
224 |
+
</div>
|
225 |
+
<?php endif; ?>
|
226 |
+
<?php endif; ?>
|
227 |
+
</td>
|
228 |
+
<?php endif; ?>
|
229 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
230 |
+
<td class="a-center v-middle">
|
231 |
+
<?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
|
232 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
233 |
+
<span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
234 |
+
<?php else: ?>
|
235 |
+
<span class="cart-price">
|
236 |
+
<?php endif; ?>
|
237 |
+
|
238 |
+
<?php if ($canApplyMsrp): ?>
|
239 |
+
<span class="cart-msrp-subtotal">--</span>
|
240 |
+
<?php else: ?>
|
241 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
242 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
|
243 |
+
<?php else: ?>
|
244 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
|
245 |
+
<?php endif; ?>
|
246 |
+
<?php endif; ?>
|
247 |
+
|
248 |
+
</span>
|
249 |
+
|
250 |
+
|
251 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
252 |
+
|
253 |
+
<div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
254 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
255 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
256 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
|
257 |
+
<?php endforeach; ?>
|
258 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
259 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
260 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
261 |
+
<?php endforeach; ?>
|
262 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
263 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
264 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
265 |
+
<?php endforeach; ?>
|
266 |
+
<?php endif; ?>
|
267 |
+
</div>
|
268 |
+
|
269 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
270 |
+
<div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
271 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?></span>
|
272 |
+
</div>
|
273 |
+
<?php endif; ?>
|
274 |
+
<?php endif; ?>
|
275 |
+
</td>
|
276 |
+
<?php endif; ?>
|
277 |
+
<td class="a-center v-middle"><a href="<?php echo $this->getDeleteUrl()?>" title="<?php echo $this->__('Remove item')?>" class="btn-remove btn-remove2"><?php echo $this->__('Remove item')?></a></td>
|
278 |
+
</tr>
|
app/design/frontend/default/clothing_store_purple/template/newsletter/subscribe.phtml
ADDED
@@ -0,0 +1,47 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="block block-subscribe">
|
28 |
+
<div class="block-title">
|
29 |
+
<strong><span><?php echo $this->__('Newsletter') ?></span></strong>
|
30 |
+
</div>
|
31 |
+
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
32 |
+
<div class="block-content">
|
33 |
+
<label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
|
34 |
+
<div class="input-box">
|
35 |
+
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
36 |
+
</div>
|
37 |
+
<div class="actions">
|
38 |
+
<button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
|
39 |
+
</div>
|
40 |
+
</div>
|
41 |
+
</form>
|
42 |
+
<script type="text/javascript">
|
43 |
+
//<![CDATA[
|
44 |
+
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
|
45 |
+
//]]>
|
46 |
+
</script>
|
47 |
+
</div>
|
app/design/frontend/default/clothing_store_purple/template/newsletter/subscribe_bottom.phtml
ADDED
@@ -0,0 +1,44 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="block-subscribe">
|
28 |
+
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
29 |
+
<div class="block-content">
|
30 |
+
<label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
|
31 |
+
<div class="input-box">
|
32 |
+
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
33 |
+
</div>
|
34 |
+
<div class="actions">
|
35 |
+
<button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
|
36 |
+
</div>
|
37 |
+
</div>
|
38 |
+
</form>
|
39 |
+
<script type="text/javascript">
|
40 |
+
//<![CDATA[
|
41 |
+
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
|
42 |
+
//]]>
|
43 |
+
</script>
|
44 |
+
</div>
|
app/design/frontend/default/clothing_store_purple/template/page/1column.phtml
ADDED
@@ -0,0 +1,60 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col1-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
</div>
|
55 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
56 |
+
<?php echo $this->getChildHtml('footer') ?>
|
57 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
58 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
59 |
+
</body>
|
60 |
+
</html>
|
app/design/frontend/default/clothing_store_purple/template/page/2columns-left.phtml
ADDED
@@ -0,0 +1,61 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col2-left-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
</div>
|
56 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
59 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
60 |
+
</body>
|
61 |
+
</html>
|
app/design/frontend/default/clothing_store_purple/template/page/2columns-right.phtml
ADDED
@@ -0,0 +1,61 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col2-right-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
</div>
|
56 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
59 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
60 |
+
</body>
|
61 |
+
</html>
|
app/design/frontend/default/clothing_store_purple/template/page/3columns.phtml
ADDED
@@ -0,0 +1,64 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col3-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-wrapper">
|
47 |
+
<div class="col-main">
|
48 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
49 |
+
<?php echo $this->getChildHtml('content') ?>
|
50 |
+
</div>
|
51 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
52 |
+
</div>
|
53 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
54 |
+
</div>
|
55 |
+
</div>
|
56 |
+
</div>
|
57 |
+
|
58 |
+
</div>
|
59 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
60 |
+
<?php echo $this->getChildHtml('footer') ?>
|
61 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
62 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
63 |
+
</body>
|
64 |
+
</html>
|
app/design/frontend/default/clothing_store_purple/template/page/html/breadcrumbs.phtml
ADDED
@@ -0,0 +1,46 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if($crumbs && is_array($crumbs)): ?>
|
28 |
+
<div class="breadcrumbs">
|
29 |
+
<ul>
|
30 |
+
<?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
|
31 |
+
<li class="<?php echo $_crumbName ?>">
|
32 |
+
<?php if($_crumbInfo['link']): ?>
|
33 |
+
<a href="<?php echo $_crumbInfo['link'] ?>" title="<?php echo $this->htmlEscape($_crumbInfo['title']) ?>"><?php echo $this->htmlEscape($_crumbInfo['label']) ?></a>
|
34 |
+
<?php elseif($_crumbInfo['last']): ?>
|
35 |
+
<strong><?php echo $this->htmlEscape($_crumbInfo['label']) ?></strong>
|
36 |
+
<?php else: ?>
|
37 |
+
<?php echo $this->htmlEscape($_crumbInfo['label']) ?>
|
38 |
+
<?php endif; ?>
|
39 |
+
<?php if(!$_crumbInfo['last']): ?>
|
40 |
+
<span><img src="<?php echo $this->getSkinUrl('images/bread_arrow.png');?>" alt="" class="v-middle" /> </span>
|
41 |
+
<?php endif; ?>
|
42 |
+
</li>
|
43 |
+
<?php endforeach; ?>
|
44 |
+
</ul>
|
45 |
+
</div>
|
46 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_purple/template/page/html/footer.phtml
ADDED
@@ -0,0 +1,57 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="footer-container">
|
28 |
+
<div class="footer clearfix">
|
29 |
+
<div class="footer_links">
|
30 |
+
<?php $_helper = Mage::helper('catalog/category') ?>
|
31 |
+
<?php $_categories = $_helper->getStoreCategories() ?>
|
32 |
+
<?php $currentCategory = Mage::registry('current_category') ?>
|
33 |
+
<?php if (count($_categories) > 0): ?>
|
34 |
+
<ul class="footerLinks" id="footerLinks">
|
35 |
+
<li><a href="<?php echo $this->getUrl('') ?>"><?php echo $this->__('Home') ?></a></li>
|
36 |
+
<?php foreach($_categories as $_category): ?>
|
37 |
+
<li>
|
38 |
+
<a href="<?php echo $_helper->getCategoryUrl($_category) ?>">
|
39 |
+
<?php echo $_category->getName() ?>
|
40 |
+
</a>
|
41 |
+
</li>
|
42 |
+
<?php endforeach; ?>
|
43 |
+
</ul>
|
44 |
+
<script type="text/javascript">decorateList('footerLinks');</script>
|
45 |
+
<?php endif; ?>
|
46 |
+
</div>
|
47 |
+
<address><?php echo $this->getCopyright() ?></address>
|
48 |
+
</div>
|
49 |
+
</div>
|
50 |
+
<script type="text/javascript">
|
51 |
+
//<![CDATA[
|
52 |
+
var myTextField = document.getElementById('before-footer');
|
53 |
+
if (myTextField.value != ""){
|
54 |
+
document.getElementById("page").style.paddingBottom="150px";
|
55 |
+
}
|
56 |
+
//]]>
|
57 |
+
</script>
|
app/design/frontend/default/clothing_store_purple/template/page/html/header.phtml
ADDED
@@ -0,0 +1,52 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/**
|
27 |
+
* @var Mage_Page_Block_Html_Header $this
|
28 |
+
*/
|
29 |
+
?>
|
30 |
+
<div class="header-container">
|
31 |
+
<div class="before-header">
|
32 |
+
<div class="before-header-in">
|
33 |
+
<?php echo $this->getChildHtml('store_language') ?>
|
34 |
+
</div>
|
35 |
+
</div>
|
36 |
+
<div class="header">
|
37 |
+
<?php if ($this->getIsHomePage()):?>
|
38 |
+
<h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
|
39 |
+
<?php else:?>
|
40 |
+
<a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
|
41 |
+
<?php endif?>
|
42 |
+
<div class="quick-access">
|
43 |
+
<p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
|
44 |
+
<?php echo $this->getChildHtml('topLinks') ?>
|
45 |
+
</div>
|
46 |
+
<?php echo $this->getChildHtml('topContainer'); ?>
|
47 |
+
</div>
|
48 |
+
</div>
|
49 |
+
<div class="menu-search clearfix">
|
50 |
+
<?php echo $this->getChildHtml('topMenu') ?>
|
51 |
+
<?php echo $this->getChildHtml('topSearch') ?>
|
52 |
+
</div>
|
app/design/frontend/default/clothing_store_purple/template/page/html/topmenu.phtml
ADDED
@@ -0,0 +1,42 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Top menu for store
|
30 |
+
*
|
31 |
+
* @see Mage_Page_Block_Html_Topmenu
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php $_menu = $this->getHtml('level-top') ?>
|
35 |
+
<?php if($_menu): ?>
|
36 |
+
<div class="nav-container">
|
37 |
+
<ul id="nav">
|
38 |
+
<li class="home <?php echo ( $this->getRequest()->getPathInfo() == '/' || $this->getRequest()->getPathInfo() == '' ? 'active' : '' ); ?>"><a href="<?php echo $this->getUrl('') ?>"><span><?php echo $this->__('Home') ?></span></a></li>
|
39 |
+
<?php echo $_menu ?>
|
40 |
+
</ul>
|
41 |
+
</div>
|
42 |
+
<?php endif ?>
|
app/design/frontend/default/clothing_store_purple/template/reports/home_product_compared.phtml
ADDED
@@ -0,0 +1,85 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Reports_Block_Product_Compared */
|
27 |
+
?>
|
28 |
+
<?php if ($_products = $this->getRecentlyComparedProducts()): ?>
|
29 |
+
<h2 class="subtitle"><?php echo $this->__('Your Recently Compared') ?></h2>
|
30 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
31 |
+
<?php
|
32 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
33 |
+
switch ($r_template)
|
34 |
+
{
|
35 |
+
case "page/2columns-right.phtml":
|
36 |
+
case "page/2columns-left.phtml":
|
37 |
+
$_columnCount = 3;
|
38 |
+
break;
|
39 |
+
case "page/3columns.phtml":
|
40 |
+
$_columnCount = 2;
|
41 |
+
break;
|
42 |
+
default:
|
43 |
+
$_columnCount = 4;
|
44 |
+
}
|
45 |
+
?>
|
46 |
+
<?php $i=0; foreach ($_products as $_product): ?>
|
47 |
+
<?php if ($i++%$_columnCount==0): ?>
|
48 |
+
<ul class="products-grid">
|
49 |
+
<?php endif; ?>
|
50 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
51 |
+
<div class="grid_item_in clearfix">
|
52 |
+
<h3 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
|
53 |
+
<div class="grid-rat">
|
54 |
+
<?php if($_product->getRatingSummary()): ?>
|
55 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
56 |
+
<?php endif; ?>
|
57 |
+
</div>
|
58 |
+
<a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
|
59 |
+
<div class="clearfix">
|
60 |
+
<?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
|
61 |
+
<?php if($_product->isSaleable()): ?>
|
62 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
63 |
+
<?php else: ?>
|
64 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
65 |
+
<?php endif; ?>
|
66 |
+
</div>
|
67 |
+
|
68 |
+
|
69 |
+
<div class="actions">
|
70 |
+
|
71 |
+
<ul class="add-to-links">
|
72 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
73 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
74 |
+
<?php endif; ?>
|
75 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
76 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
77 |
+
<?php endif; ?>
|
78 |
+
</ul>
|
79 |
+
</div></div>
|
80 |
+
</li>
|
81 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
82 |
+
</ul>
|
83 |
+
<?php endif; ?>
|
84 |
+
<?php endforeach; ?>
|
85 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_purple/template/reports/home_product_viewed.phtml
ADDED
@@ -0,0 +1,90 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Reports_Block_Product_Viewed */
|
27 |
+
?>
|
28 |
+
<?php
|
29 |
+
/**
|
30 |
+
* @see Mage_Reports_Block_Product_Viewed
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<?php if ($_products = $this->getRecentlyViewedProducts()): ?>
|
34 |
+
<h2 class="subtitle"><?php echo $this->__('Your Recently Viewed') ?></h2>
|
35 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
36 |
+
<?php
|
37 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
38 |
+
switch ($r_template)
|
39 |
+
{
|
40 |
+
case "page/2columns-right.phtml":
|
41 |
+
case "page/2columns-left.phtml":
|
42 |
+
$_columnCount = 3;
|
43 |
+
break;
|
44 |
+
case "page/3columns.phtml":
|
45 |
+
$_columnCount = 2;
|
46 |
+
break;
|
47 |
+
default:
|
48 |
+
$_columnCount = 4;
|
49 |
+
}
|
50 |
+
?>
|
51 |
+
<?php $i=0; foreach ($_products as $_product): ?>
|
52 |
+
<?php if ($i++%$_columnCount==0): ?>
|
53 |
+
<ul class="products-grid">
|
54 |
+
<?php endif; ?>
|
55 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
56 |
+
<div class="grid_item_in clearfix">
|
57 |
+
<h3 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
|
58 |
+
<div class="grid-rat">
|
59 |
+
<?php if($_product->getRatingSummary()): ?>
|
60 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
61 |
+
<?php endif; ?>
|
62 |
+
</div>
|
63 |
+
<a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
|
64 |
+
<div class="clearfix">
|
65 |
+
<?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
|
66 |
+
<?php if($_product->isSaleable()): ?>
|
67 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
68 |
+
<?php else: ?>
|
69 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
70 |
+
<?php endif; ?>
|
71 |
+
</div>
|
72 |
+
|
73 |
+
|
74 |
+
<div class="actions">
|
75 |
+
|
76 |
+
<ul class="add-to-links">
|
77 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
78 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
79 |
+
<?php endif; ?>
|
80 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
81 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
82 |
+
<?php endif; ?>
|
83 |
+
</ul>
|
84 |
+
</div></div>
|
85 |
+
</li>
|
86 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
87 |
+
</ul>
|
88 |
+
<?php endif; ?>
|
89 |
+
<?php endforeach; ?>
|
90 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_red/layout/catalog.xml
ADDED
@@ -0,0 +1,431 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
Supported layout update handles (action):
|
29 |
+
- catalog_product_gallery
|
30 |
+
- catalog_product_compare_index
|
31 |
+
|
32 |
+
Supported layout update handles (special):
|
33 |
+
- default
|
34 |
+
- catalog_category_default
|
35 |
+
- catalog_category_layered
|
36 |
+
- catalog_product_view
|
37 |
+
|
38 |
+
-->
|
39 |
+
<layout version="0.1.0">
|
40 |
+
|
41 |
+
<!--
|
42 |
+
Default layout, loads most of the pages
|
43 |
+
-->
|
44 |
+
|
45 |
+
<default>
|
46 |
+
|
47 |
+
<!-- Mage_Catalog -->
|
48 |
+
<!--<reference name="left">
|
49 |
+
<block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
|
50 |
+
<action method="setImgSrc"><src>images/media/col_left_callout.jpg</src></action>
|
51 |
+
<action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (555) 555-0123.</alt></action>
|
52 |
+
<action method="setLinkUrl"><url>checkout/cart</url></action>
|
53 |
+
</block>
|
54 |
+
</reference>
|
55 |
+
<reference name="right">
|
56 |
+
<block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
|
57 |
+
<block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
|
58 |
+
<action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
|
59 |
+
<action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>
|
60 |
+
</block>
|
61 |
+
</reference>-->
|
62 |
+
<reference name="footer_links">
|
63 |
+
<action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
|
64 |
+
</reference>
|
65 |
+
<block type="catalog/product_price_template" name="catalog_product_price_template" />
|
66 |
+
</default>
|
67 |
+
|
68 |
+
|
69 |
+
<!--
|
70 |
+
Category default layout
|
71 |
+
-->
|
72 |
+
|
73 |
+
<catalog_category_default translate="label">
|
74 |
+
<label>Catalog Category (Non-Anchor)</label>
|
75 |
+
<reference name="left">
|
76 |
+
<block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
|
77 |
+
</reference>
|
78 |
+
<reference name="content">
|
79 |
+
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
|
80 |
+
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
81 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
82 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
83 |
+
<!-- The following code shows how to set your own pager increments -->
|
84 |
+
<!--
|
85 |
+
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
86 |
+
<action method="setDefaultGridPerPage"><limit>9</limit></action>
|
87 |
+
<action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
|
88 |
+
<action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
|
89 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
90 |
+
<action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
|
91 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
92 |
+
-->
|
93 |
+
</block>
|
94 |
+
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
95 |
+
<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
|
96 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
97 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
98 |
+
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
99 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
100 |
+
</block>
|
101 |
+
</block>
|
102 |
+
</reference>
|
103 |
+
</catalog_category_default>
|
104 |
+
|
105 |
+
<!--
|
106 |
+
Category layered navigation layout
|
107 |
+
-->
|
108 |
+
|
109 |
+
<catalog_category_layered translate="label">
|
110 |
+
<label>Catalog Category (Anchor)</label>
|
111 |
+
<reference name="left">
|
112 |
+
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
|
113 |
+
</reference>
|
114 |
+
<reference name="content">
|
115 |
+
<block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
|
116 |
+
<block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
|
117 |
+
<!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
|
118 |
+
<block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
|
119 |
+
<block type="page/html_pager" name="product_list_toolbar_pager"/>
|
120 |
+
<!-- The following code shows how to set your own pager increments -->
|
121 |
+
<!--
|
122 |
+
<action method="setDefaultListPerPage"><limit>4</limit></action>
|
123 |
+
<action method="setDefaultGridPerPage"><limit>3</limit></action>
|
124 |
+
<action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
|
125 |
+
<action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
|
126 |
+
<action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
|
127 |
+
<action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
|
128 |
+
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
|
129 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
|
130 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
|
131 |
+
<action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
|
132 |
+
<action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
|
133 |
+
-->
|
134 |
+
</block>
|
135 |
+
<action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
|
136 |
+
<action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
|
137 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
|
138 |
+
<action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
|
139 |
+
<action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
|
140 |
+
<action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
|
141 |
+
</block>
|
142 |
+
</block>
|
143 |
+
</reference>
|
144 |
+
</catalog_category_layered>
|
145 |
+
|
146 |
+
<!--
|
147 |
+
Compare products page
|
148 |
+
-->
|
149 |
+
|
150 |
+
<catalog_product_compare_index translate="label">
|
151 |
+
<label>Catalog Product Compare List</label>
|
152 |
+
<!-- Mage_Catalog -->
|
153 |
+
<reference name="root">
|
154 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
155 |
+
</reference>
|
156 |
+
<reference name="head">
|
157 |
+
<action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
|
158 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
159 |
+
</reference>
|
160 |
+
<reference name="content">
|
161 |
+
<block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
|
162 |
+
</reference>
|
163 |
+
</catalog_product_compare_index>
|
164 |
+
|
165 |
+
<customer_account_index>
|
166 |
+
<reference name="right">
|
167 |
+
<action method="unsetChild"><name>catalog.compare.sidebar</name></action>
|
168 |
+
</reference>
|
169 |
+
</customer_account_index>
|
170 |
+
|
171 |
+
<!--
|
172 |
+
Product view
|
173 |
+
-->
|
174 |
+
|
175 |
+
<catalog_product_view translate="label">
|
176 |
+
<label>Catalog Product View (Any)</label>
|
177 |
+
<!-- Mage_Catalog -->
|
178 |
+
<reference name="root">
|
179 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
180 |
+
</reference>
|
181 |
+
<reference name="head">
|
182 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
183 |
+
<action method="addJs"><script>varien/configurable.js</script></action>
|
184 |
+
|
185 |
+
<action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
|
186 |
+
<action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
187 |
+
<action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
|
188 |
+
</reference>
|
189 |
+
<reference name="content">
|
190 |
+
<block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
|
191 |
+
<!--
|
192 |
+
<action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
|
193 |
+
<action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
|
194 |
+
<action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
|
195 |
+
-->
|
196 |
+
<block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
|
197 |
+
<block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
|
198 |
+
<label>Alert Urls</label>
|
199 |
+
</block>
|
200 |
+
|
201 |
+
<action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
|
202 |
+
|
203 |
+
<block type="catalog/product_view_tabs" name="product.info.tabs" as="info_tabs" template="catalog/product/view/tabs.phtml" >
|
204 |
+
|
205 |
+
<action method="addTab" translate="title" module="catalog"><alias>description</alias><title>Product Description</title><block>catalog/product_view_description</block><template>catalog/product/view/description.phtml</template></action>
|
206 |
+
|
207 |
+
<action method="addTab" translate="title" module="catalog"><alias>upsell_products</alias><title>We also Recommend</title><block>catalog/product_list_upsell</block><template>catalog/product/list/upsell.phtml</template></action>
|
208 |
+
|
209 |
+
<action method="addTab" translate="title" module="catalog"><alias>additional</alias><title>Additional Information</title><block>catalog/product_view_attributes</block><template>catalog/product/view/attributes.phtml</template></action>
|
210 |
+
|
211 |
+
<action method="addTab" translate="title" module="tag"><alias>product_tag_list</alias><title>Product Tags</title><block>tag/product_list</block><template>tag/list.phtml</template></action>
|
212 |
+
|
213 |
+
</block>
|
214 |
+
|
215 |
+
<block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
|
216 |
+
<action method="setColumnCount"><columns>4</columns></action>
|
217 |
+
<action method="setItemLimit"><type>upsell</type><limit>4</limit></action>
|
218 |
+
</block>
|
219 |
+
|
220 |
+
<!--<block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
|
221 |
+
<block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
|
222 |
+
<action method="addToParentGroup"><group>detailed_info</group></action>
|
223 |
+
</block>
|
224 |
+
<block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
|
225 |
+
<action method="addToParentGroup"><group>detailed_info</group></action>
|
226 |
+
</block>-->
|
227 |
+
<block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
|
228 |
+
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
|
229 |
+
|
230 |
+
<block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
|
231 |
+
<label>Product View Extra Hint</label>
|
232 |
+
</block>
|
233 |
+
|
234 |
+
<block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
|
235 |
+
<label>Info Column Options Wrapper</label>
|
236 |
+
<block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
|
237 |
+
<block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
|
238 |
+
<action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
|
239 |
+
<action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
|
240 |
+
<action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
|
241 |
+
<action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
|
242 |
+
</block>
|
243 |
+
<block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
|
244 |
+
</block>
|
245 |
+
<block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml" translate="label">
|
246 |
+
<label>Bottom Block Options Wrapper</label>
|
247 |
+
<action method="insert"><block>product.tierprices</block></action>
|
248 |
+
<block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
|
249 |
+
<action method="append"><block>product.info.addtocart</block></action>
|
250 |
+
<action method="append"><block>product.info.addto</block></action>
|
251 |
+
</block>
|
252 |
+
|
253 |
+
<block type="core/template_facade" name="product.info.container1" as="container1">
|
254 |
+
<action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
|
255 |
+
<action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
|
256 |
+
<action method="append"><block>product.info.options.wrapper</block></action>
|
257 |
+
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
|
258 |
+
</block>
|
259 |
+
<block type="core/template_facade" name="product.info.container2" as="container2">
|
260 |
+
<action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
|
261 |
+
<action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
|
262 |
+
<action method="append"><block>product.info.options.wrapper</block></action>
|
263 |
+
<action method="append"><block>product.info.options.wrapper.bottom</block></action>
|
264 |
+
</block>
|
265 |
+
<action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
|
266 |
+
<action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
|
267 |
+
</block>
|
268 |
+
</reference>
|
269 |
+
<reference name="right">
|
270 |
+
<block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
|
271 |
+
</reference>
|
272 |
+
</catalog_product_view>
|
273 |
+
|
274 |
+
<!--
|
275 |
+
Additional block dependant on product type
|
276 |
+
-->
|
277 |
+
<PRODUCT_TYPE_simple translate="label" module="catalog">
|
278 |
+
<label>Catalog Product View (Simple)</label>
|
279 |
+
<reference name="product.info">
|
280 |
+
<block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
281 |
+
<block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
|
282 |
+
<label>Product Extra Info</label>
|
283 |
+
</block>
|
284 |
+
</block>
|
285 |
+
</reference>
|
286 |
+
</PRODUCT_TYPE_simple>
|
287 |
+
<PRODUCT_TYPE_configurable translate="label" module="catalog">
|
288 |
+
<label>Catalog Product View (Configurable)</label>
|
289 |
+
<reference name="product.info">
|
290 |
+
<block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
291 |
+
<block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
|
292 |
+
<label>Product Extra Info</label>
|
293 |
+
</block>
|
294 |
+
</block>
|
295 |
+
</reference>
|
296 |
+
<reference name="product.info.options.wrapper">
|
297 |
+
<block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
|
298 |
+
</reference>
|
299 |
+
</PRODUCT_TYPE_configurable>
|
300 |
+
<PRODUCT_TYPE_grouped translate="label" module="catalog">
|
301 |
+
<label>Catalog Product View (Grouped)</label>
|
302 |
+
<reference name="product.info">
|
303 |
+
<block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
|
304 |
+
<block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
|
305 |
+
<label>Product Extra Info</label>
|
306 |
+
</block>
|
307 |
+
</block>
|
308 |
+
</reference>
|
309 |
+
</PRODUCT_TYPE_grouped>
|
310 |
+
<PRODUCT_TYPE_virtual translate="label" module="catalog">
|
311 |
+
<label>Catalog Product View (Virtual)</label>
|
312 |
+
<reference name="product.info">
|
313 |
+
<block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
|
314 |
+
<block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
|
315 |
+
<label>Product Extra Info</label>
|
316 |
+
</block>
|
317 |
+
</block>
|
318 |
+
</reference>
|
319 |
+
</PRODUCT_TYPE_virtual>
|
320 |
+
|
321 |
+
|
322 |
+
|
323 |
+
<!--
|
324 |
+
Product send to friend
|
325 |
+
-->
|
326 |
+
|
327 |
+
<catalog_product_send translate="label">
|
328 |
+
<label>Catalog Product Email to a Friend</label>
|
329 |
+
<!-- Mage_Catalog -->
|
330 |
+
<reference name="root">
|
331 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
332 |
+
</reference>
|
333 |
+
<reference name="head">
|
334 |
+
<action method="addJs"><script>varien/product.js</script></action>
|
335 |
+
</reference>
|
336 |
+
<reference name="content">
|
337 |
+
<block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
|
338 |
+
</block>
|
339 |
+
</reference>
|
340 |
+
</catalog_product_send>
|
341 |
+
|
342 |
+
<!--
|
343 |
+
Product additional images gallery popup
|
344 |
+
-->
|
345 |
+
|
346 |
+
<catalog_product_gallery translate="label">
|
347 |
+
<label>Catalog Product Image Gallery Popup</label>
|
348 |
+
<!-- Mage_Catalog -->
|
349 |
+
<reference name="root">
|
350 |
+
<action method="setTemplate"><template>page/popup.phtml</template></action>
|
351 |
+
</reference>
|
352 |
+
<reference name="content">
|
353 |
+
<block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
|
354 |
+
</reference>
|
355 |
+
</catalog_product_gallery>
|
356 |
+
|
357 |
+
<!--
|
358 |
+
SEO Site Map
|
359 |
+
-->
|
360 |
+
|
361 |
+
<catalog_seo_sitemap translate="label">
|
362 |
+
<label>Catalog Seo Sitemap (Common)</label>
|
363 |
+
<remove name="right"/>
|
364 |
+
<remove name="left"/>
|
365 |
+
|
366 |
+
<reference name="root">
|
367 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
368 |
+
</reference>
|
369 |
+
<reference name="content">
|
370 |
+
<block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
|
371 |
+
<block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
|
372 |
+
<block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
373 |
+
<block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
374 |
+
</block>
|
375 |
+
</reference>
|
376 |
+
</catalog_seo_sitemap>
|
377 |
+
|
378 |
+
<catalog_seo_sitemap_category translate="label">
|
379 |
+
<label>Catalog Seo Sitemap (Category List)</label>
|
380 |
+
<reference name="head">
|
381 |
+
<action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
|
382 |
+
</reference>
|
383 |
+
<update handle="catalog_seo_sitemap" />
|
384 |
+
<reference name="seo.sitemap.container">
|
385 |
+
<action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
|
386 |
+
<block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
|
387 |
+
<action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
|
388 |
+
<action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
|
389 |
+
<action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
|
390 |
+
</block>
|
391 |
+
</reference>
|
392 |
+
<reference name="seo.sitemap.links">
|
393 |
+
<action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
|
394 |
+
</reference>
|
395 |
+
</catalog_seo_sitemap_category>
|
396 |
+
|
397 |
+
<catalog_seo_sitemap_category_tree translate="label">
|
398 |
+
<label>Catalog Seo Sitemap (Category Tree)</label>
|
399 |
+
<reference name="seo.sitemap.container">
|
400 |
+
<remove name="seo.sitemap.pager.top" />
|
401 |
+
<remove name="seo.sitemap.pager.bottom" />
|
402 |
+
<block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
|
403 |
+
<block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
|
404 |
+
<remove name="seo.sitemap.sitemap" />
|
405 |
+
<block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
|
406 |
+
<action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
|
407 |
+
<action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
|
408 |
+
</block>
|
409 |
+
</reference>
|
410 |
+
</catalog_seo_sitemap_category_tree>
|
411 |
+
|
412 |
+
<catalog_seo_sitemap_product translate="label">
|
413 |
+
<label>Catalog Seo Sitemap (Product List)</label>
|
414 |
+
<reference name="head">
|
415 |
+
<action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
|
416 |
+
</reference>
|
417 |
+
<update handle="catalog_seo_sitemap" />
|
418 |
+
<reference name="seo.sitemap.container">
|
419 |
+
<action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
|
420 |
+
<block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
|
421 |
+
<action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
|
422 |
+
<action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
|
423 |
+
<action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
|
424 |
+
</block>
|
425 |
+
</reference>
|
426 |
+
<reference name="seo.sitemap.links">
|
427 |
+
<action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
|
428 |
+
</reference>
|
429 |
+
</catalog_seo_sitemap_product>
|
430 |
+
|
431 |
+
</layout>
|
app/design/frontend/default/clothing_store_red/layout/newsletter.xml
ADDED
@@ -0,0 +1,69 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
|
31 |
+
<!--
|
32 |
+
Default layout, loads most of the pages
|
33 |
+
-->
|
34 |
+
|
35 |
+
<default>
|
36 |
+
|
37 |
+
<!-- Mage_Newsletter
|
38 |
+
<reference name="left">
|
39 |
+
<block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>
|
40 |
+
</reference>-->
|
41 |
+
|
42 |
+
</default>
|
43 |
+
|
44 |
+
<!--
|
45 |
+
Customer account pages, rendered for all tabs in dashboard
|
46 |
+
-->
|
47 |
+
|
48 |
+
<customer_account>
|
49 |
+
<!-- Mage_Newsletter -->
|
50 |
+
<reference name="customer_account_navigation">
|
51 |
+
<action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
|
52 |
+
</reference>
|
53 |
+
<remove name="left.newsletter"/>
|
54 |
+
</customer_account>
|
55 |
+
|
56 |
+
<newsletter_manage_index translate="label">
|
57 |
+
<label>Customer My Account Newsletter Subscriptions</label>
|
58 |
+
<update handle="customer_account"/>
|
59 |
+
<reference name="my.account.wrapper">
|
60 |
+
<block type="customer/newsletter" name="customer_newsletter">
|
61 |
+
<block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
|
62 |
+
<label>Newsletter Subscription Form Before</label>
|
63 |
+
<action method="setMayBeInvisible"><value>1</value></action>
|
64 |
+
</block>
|
65 |
+
</block>
|
66 |
+
</reference>
|
67 |
+
</newsletter_manage_index>
|
68 |
+
|
69 |
+
</layout>
|
app/design/frontend/default/clothing_store_red/layout/paypal.xml
ADDED
@@ -0,0 +1,194 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
<checkout_cart_index>
|
31 |
+
<reference name="checkout.cart.top_methods">
|
32 |
+
<block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.top" before="-" template="paypal/express/shortcut.phtml">
|
33 |
+
<action method="setIsQuoteAllowed"><value>1</value></action>
|
34 |
+
</block>
|
35 |
+
</reference>
|
36 |
+
|
37 |
+
<reference name="checkout.cart.methods">
|
38 |
+
<block type="paypal/express_shortcut" name="checkout.cart.methods.paypal_express.bottom" before="-" template="paypal/express/shortcut.phtml">
|
39 |
+
<action method="setIsQuoteAllowed"><value>1</value></action>
|
40 |
+
</block>
|
41 |
+
</reference>
|
42 |
+
<update handle="SHORTCUT_popup" />
|
43 |
+
</checkout_cart_index>
|
44 |
+
|
45 |
+
<paypal_express_review translate="label">
|
46 |
+
<label>PayPal Express Order Review Form</label>
|
47 |
+
<remove name="right"/>
|
48 |
+
<remove name="left"/>
|
49 |
+
|
50 |
+
<reference name="root">
|
51 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
52 |
+
</reference>
|
53 |
+
<reference name="content">
|
54 |
+
<block type="paypal/express_review" name="paypal.express.review" template="paypal/express/review.phtml">
|
55 |
+
<block type="paypal/express_review_details" name="paypal.express.review.details" as="details" template="paypal/express/review/details.phtml">
|
56 |
+
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
57 |
+
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
|
58 |
+
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
|
59 |
+
<block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
|
60 |
+
</block>
|
61 |
+
<block type="checkout/agreements" name="paypal.express.review.details.agreements" as="agreements" template="checkout/onepage/agreements.phtml"/>
|
62 |
+
</block>
|
63 |
+
</reference>
|
64 |
+
<reference name="head">
|
65 |
+
<action method="addItem"><type>skin_js</type><name>js/checkout/review.js</name></action>
|
66 |
+
</reference>
|
67 |
+
</paypal_express_review>
|
68 |
+
|
69 |
+
<paypal_express_review_details>
|
70 |
+
<block type="paypal/express_review_details" name="root" output="toHtml" template="paypal/express/review/details.phtml">
|
71 |
+
<action method="addItemRender"><type>default</type><block>checkout/cart_item_renderer</block><template>checkout/onepage/review/item.phtml</template></action>
|
72 |
+
<action method="addItemRender"><type>grouped</type><block>checkout/cart_item_renderer_grouped</block><template>checkout/onepage/review/item.phtml</template></action>
|
73 |
+
<action method="addItemRender"><type>configurable</type><block>checkout/cart_item_renderer_configurable</block><template>checkout/onepage/review/item.phtml</template></action>
|
74 |
+
<block type="checkout/cart_totals" name="paypal.express.review.details.totals" as="totals" template="checkout/onepage/review/totals.phtml"/>
|
75 |
+
</block>
|
76 |
+
</paypal_express_review_details>
|
77 |
+
|
78 |
+
<!--
|
79 |
+
Available logo types can be assigned with action="setLogoType":
|
80 |
+
- wePrefer_150x60
|
81 |
+
- wePrefer_150x40
|
82 |
+
- nowAccepting_150x60
|
83 |
+
- nowAccepting_150x40
|
84 |
+
- paymentsBy_150x60
|
85 |
+
- paymentsBy_150x40
|
86 |
+
- shopNowUsing_150x60
|
87 |
+
- shopNowUsing_150x40
|
88 |
+
-->
|
89 |
+
<catalog_product_view>
|
90 |
+
<reference name="product.info.addtocart">
|
91 |
+
<block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
|
92 |
+
<label>PayPal Express Checkout Shortcut Wrapper</label>
|
93 |
+
<block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
|
94 |
+
<action method="setIsInCatalogProduct"><value>1</value></action>
|
95 |
+
</block>
|
96 |
+
</block>
|
97 |
+
</reference>
|
98 |
+
<update handle="SHORTCUT_popup" />
|
99 |
+
<!--<reference name="right">
|
100 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">-->
|
101 |
+
<!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
|
102 |
+
<!--</block>
|
103 |
+
</reference>-->
|
104 |
+
</catalog_product_view>
|
105 |
+
|
106 |
+
<!-- <catalog_category_default>
|
107 |
+
<update handle="SHORTCUT_popup" />
|
108 |
+
<reference name="right">
|
109 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
110 |
+
</reference>
|
111 |
+
</catalog_category_default>
|
112 |
+
|
113 |
+
<catalog_category_layered>
|
114 |
+
<update handle="SHORTCUT_popup" />
|
115 |
+
<reference name="right">
|
116 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
117 |
+
</reference>
|
118 |
+
</catalog_category_layered>
|
119 |
+
|
120 |
+
<catalog_product_compare_index>
|
121 |
+
<update handle="SHORTCUT_popup" />
|
122 |
+
</catalog_product_compare_index>
|
123 |
+
|
124 |
+
<catalogsearch_result_index>
|
125 |
+
<update handle="SHORTCUT_popup" />
|
126 |
+
</catalogsearch_result_index>
|
127 |
+
|
128 |
+
<catalogsearch_advanced_result>
|
129 |
+
<update handle="SHORTCUT_popup" />
|
130 |
+
</catalogsearch_advanced_result>
|
131 |
+
|
132 |
+
<tag_product_list>
|
133 |
+
<update handle="SHORTCUT_popup" />
|
134 |
+
</tag_product_list>
|
135 |
+
<tag_customer_view>
|
136 |
+
<update handle="SHORTCUT_popup" />
|
137 |
+
</tag_customer_view>
|
138 |
+
|
139 |
+
<wishlist_index_index>
|
140 |
+
<update handle="SHORTCUT_popup" />
|
141 |
+
</wishlist_index_index>
|
142 |
+
<review_product_list>
|
143 |
+
<update handle="SHORTCUT_popup" />
|
144 |
+
</review_product_list>
|
145 |
+
|
146 |
+
<checkout_onepage_success>
|
147 |
+
<update handle="SHORTCUT_popup" />
|
148 |
+
</checkout_onepage_success>
|
149 |
+
<checkout_onepage_failure>
|
150 |
+
<update handle="SHORTCUT_popup" />
|
151 |
+
</checkout_onepage_failure>
|
152 |
+
<cms_index_index>
|
153 |
+
<reference name="right">
|
154 |
+
<block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml"/>
|
155 |
+
</reference>
|
156 |
+
</cms_index_index>-->
|
157 |
+
|
158 |
+
<default>
|
159 |
+
<reference name="topCart.extra_actions">
|
160 |
+
<block type="paypal/express_shortcut" name="paypal.partner.top_cart.shortcut" template="paypal/express/shortcut.phtml"/>
|
161 |
+
</reference>
|
162 |
+
<reference name="cart_sidebar.extra_actions">
|
163 |
+
<block type="paypal/express_shortcut" name="paypal.partner.cart_sidebar.shortcut" template="paypal/express/shortcut.phtml"/>
|
164 |
+
</reference>
|
165 |
+
</default>
|
166 |
+
<checkout_onepage_review>
|
167 |
+
<reference name="checkout.onepage.review.info.items.after">
|
168 |
+
<block type="paypal/iframe" name="paypal.iframe" />
|
169 |
+
</reference>
|
170 |
+
<reference name="checkout.onepage.review.button">
|
171 |
+
<action method="setTemplate"><template helper="paypal/hss/getReviewButtonTemplate"><name>paypal/hss/review/button.phtml</name><block>checkout.onepage.review.button</block></template></action>
|
172 |
+
</reference>
|
173 |
+
</checkout_onepage_review>
|
174 |
+
|
175 |
+
<paypal_payflow_link_iframe>
|
176 |
+
<block type="paypal/payflow_link_iframe" name="payflow.link.iframe" template="paypal/payflowlink/form.phtml" />
|
177 |
+
<block type="paypal/payflow_link_info" name="payflow.link.info" template="paypal/payflowlink/info.phtml" />
|
178 |
+
</paypal_payflow_link_iframe>
|
179 |
+
|
180 |
+
<paypal_hosted_pro_iframe>
|
181 |
+
<block type="paypal/hosted_pro_iframe" name="hosted.pro.iframe" template="paypal/hss/form.phtml"/>
|
182 |
+
</paypal_hosted_pro_iframe>
|
183 |
+
|
184 |
+
<SHORTCUT_popup>
|
185 |
+
<reference name="product.tooltip">
|
186 |
+
<block type="page/html_wrapper" name="product.info.addtocart.paypal.wrapper" translate="label">
|
187 |
+
<block type="paypal/express_shortcut" name="product.info.addtocart.paypal" template="paypal/express/shortcut.phtml">
|
188 |
+
<action method="setIsInCatalogProduct"><value>1</value></action>
|
189 |
+
<action method="setShowOrPosition"><value>after</value></action>
|
190 |
+
</block>
|
191 |
+
</block>
|
192 |
+
</reference>
|
193 |
+
</SHORTCUT_popup>
|
194 |
+
</layout>
|
app/design/frontend/default/clothing_store_red/layout/tag.xml
ADDED
@@ -0,0 +1,117 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Magento
|
5 |
+
*
|
6 |
+
* NOTICE OF LICENSE
|
7 |
+
*
|
8 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
9 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
10 |
+
* It is also available through the world-wide-web at this URL:
|
11 |
+
* http://opensource.org/licenses/afl-3.0.php
|
12 |
+
* If you did not receive a copy of the license and are unable to
|
13 |
+
* obtain it through the world-wide-web, please send an email
|
14 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
15 |
+
*
|
16 |
+
* DISCLAIMER
|
17 |
+
*
|
18 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
19 |
+
* versions in the future. If you wish to customize Magento for your
|
20 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
21 |
+
*
|
22 |
+
* @category design
|
23 |
+
* @package base_default
|
24 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
|
28 |
+
-->
|
29 |
+
<layout version="0.1.0">
|
30 |
+
|
31 |
+
<!--
|
32 |
+
Default layout, loads most of the pages
|
33 |
+
-->
|
34 |
+
|
35 |
+
<default>
|
36 |
+
<!-- Mage_Tag -->
|
37 |
+
<reference name="left">
|
38 |
+
<block type="tag/popular" name="tags_popular" template="tag/popular.phtml"/>
|
39 |
+
</reference>
|
40 |
+
|
41 |
+
</default>
|
42 |
+
|
43 |
+
<!--
|
44 |
+
Customer account pages, rendered for all tabs in dashboard
|
45 |
+
-->
|
46 |
+
|
47 |
+
<customer_account>
|
48 |
+
<!-- Mage_Tag -->
|
49 |
+
<reference name="customer_account_navigation">
|
50 |
+
<action method="addLink" translate="label" module="tag"><name>tags</name><path>tag/customer/</path><label>My Tags</label></action>
|
51 |
+
</reference>
|
52 |
+
</customer_account>
|
53 |
+
|
54 |
+
<!--
|
55 |
+
Customer account home dashboard layout
|
56 |
+
-->
|
57 |
+
|
58 |
+
<customer_account_index>
|
59 |
+
<!-- Mage_Tag -->
|
60 |
+
<reference name="customer_account_dashboard">
|
61 |
+
<action method="unsetChild"><name>customer_account_dashboard_info2</name></action>
|
62 |
+
<block type="tag/customer_recent" name="customer_account_dashboard_info2" as="info2" template="tag/customer/recent.phtml"/>
|
63 |
+
</reference>
|
64 |
+
</customer_account_index>
|
65 |
+
|
66 |
+
|
67 |
+
<!--
|
68 |
+
All tags page
|
69 |
+
-->
|
70 |
+
|
71 |
+
<tag_list_index translate="label">
|
72 |
+
<label>Tags List (All Available)</label>
|
73 |
+
<!-- Mage_Tag -->
|
74 |
+
<reference name="root">
|
75 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
76 |
+
</reference>
|
77 |
+
<reference name="content">
|
78 |
+
<block type="tag/all" name="tags_all" template="tag/cloud.phtml"/>
|
79 |
+
</reference>
|
80 |
+
</tag_list_index>
|
81 |
+
|
82 |
+
<tag_product_list translate="label">
|
83 |
+
<label>Tagged Products List</label>
|
84 |
+
<!-- Mage_Tag -->
|
85 |
+
<reference name="content">
|
86 |
+
<block type="tag/product_result" name="tag_products" template="catalogsearch/result.phtml">
|
87 |
+
<block type="catalog/product_list" name="search_result_list" template="catalog/product/list.phtml"></block>
|
88 |
+
<action method="setListOrders"/>
|
89 |
+
<action method="setListModes"/>
|
90 |
+
<action method="setListCollection"/>
|
91 |
+
</block>
|
92 |
+
</reference>
|
93 |
+
</tag_product_list>
|
94 |
+
|
95 |
+
<tag_customer_index translate="label">
|
96 |
+
<label>Customer My Account My Tags List</label>
|
97 |
+
<update handle="customer_account"/>
|
98 |
+
<reference name="root">
|
99 |
+
<action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
|
100 |
+
</reference>
|
101 |
+
<reference name="my.account.wrapper">
|
102 |
+
<block type="tag/customer_tags" name="customer_tags" template="tag/customer/tags.phtml"/>
|
103 |
+
</reference>
|
104 |
+
</tag_customer_index>
|
105 |
+
|
106 |
+
<tag_customer_view translate="label">
|
107 |
+
<label>Customer My Account Tag View</label>
|
108 |
+
<update handle="customer_account"/>
|
109 |
+
<reference name="root">
|
110 |
+
<action method="setHeaderTitle" translate="title" module="customer"><title>My Account</title></action>
|
111 |
+
</reference>
|
112 |
+
<reference name="my.account.wrapper">
|
113 |
+
<block type="tag/customer_view" name="customer_view" template="tag/customer/view.phtml"/>
|
114 |
+
</reference>
|
115 |
+
</tag_customer_view>
|
116 |
+
|
117 |
+
</layout>
|
app/design/frontend/default/clothing_store_red/template/catalog/category/view.phtml
ADDED
@@ -0,0 +1,73 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Category view template
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Category_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php
|
35 |
+
$_helper = $this->helper('catalog/output');
|
36 |
+
$_category = $this->getCurrentCategory();
|
37 |
+
$_imgHtml = '';
|
38 |
+
if ($_imgUrl = $_category->getImageUrl()) {
|
39 |
+
$_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->htmlEscape($_category->getName()).'" title="'.$this->htmlEscape($_category->getName()).'" /></p>';
|
40 |
+
$_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
|
41 |
+
}
|
42 |
+
?>
|
43 |
+
<div class="page-title category-title">
|
44 |
+
<?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
|
45 |
+
<a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
|
46 |
+
<?php endif; ?>
|
47 |
+
<h1><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h1>
|
48 |
+
</div>
|
49 |
+
|
50 |
+
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
51 |
+
|
52 |
+
<?php if($_imgUrl): ?>
|
53 |
+
<?php echo $_imgHtml ?>
|
54 |
+
<?php endif; ?>
|
55 |
+
|
56 |
+
<?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
|
57 |
+
<div class="category-description std">
|
58 |
+
<?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
|
59 |
+
</div>
|
60 |
+
<?php endif; ?>
|
61 |
+
|
62 |
+
<?php if($this->isContentMode()): ?>
|
63 |
+
<?php echo $this->getCmsBlockHtml() ?>
|
64 |
+
|
65 |
+
<?php elseif($this->isMixedMode()): ?>
|
66 |
+
<div class="category-description std">
|
67 |
+
<?php echo $this->getCmsBlockHtml() ?>
|
68 |
+
</div>
|
69 |
+
<?php echo $this->getProductListHtml() ?>
|
70 |
+
|
71 |
+
<?php else: ?>
|
72 |
+
<?php echo $this->getProductListHtml() ?>
|
73 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_red/template/catalog/product/list.phtml
ADDED
@@ -0,0 +1,153 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Product list template
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Product_List
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php
|
35 |
+
$_productCollection=$this->getLoadedProductCollection();
|
36 |
+
$_helper = $this->helper('catalog/output');
|
37 |
+
?>
|
38 |
+
<?php if(!$_productCollection->count()): ?>
|
39 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
40 |
+
<?php else: ?>
|
41 |
+
<div class="category-products">
|
42 |
+
<?php echo $this->getToolbarHtml() ?>
|
43 |
+
<?php // List mode ?>
|
44 |
+
<?php if($this->getMode()!='grid'): ?>
|
45 |
+
<?php $_iterator = 0; ?>
|
46 |
+
<ol class="products-list" id="products-list">
|
47 |
+
<?php foreach ($_productCollection as $_product): ?>
|
48 |
+
<li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
|
49 |
+
<div class="list_item_in clearfix">
|
50 |
+
<?php // Product Image ?>
|
51 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(130); ?>" width="120" height="130" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
52 |
+
<?php // Product description ?>
|
53 |
+
<div class="product-shop">
|
54 |
+
<div class="f-fix">
|
55 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
56 |
+
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
|
57 |
+
<?php if($_product->getRatingSummary()): ?>
|
58 |
+
<?php echo $this->getReviewsSummaryHtml($_product) ?>
|
59 |
+
<?php endif; ?>
|
60 |
+
<div class="desc std">
|
61 |
+
<?php echo substr(nl2br($_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description')),0,120) ?>
|
62 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
|
63 |
+
</div>
|
64 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
65 |
+
<?php if($_product->isSaleable()): ?>
|
66 |
+
<p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
|
67 |
+
<?php else: ?>
|
68 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
69 |
+
<?php endif; ?>
|
70 |
+
<ul class="add-to-links">
|
71 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
72 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
73 |
+
<?php endif; ?>
|
74 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
75 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
76 |
+
<?php endif; ?>
|
77 |
+
</ul>
|
78 |
+
</div>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
+
</li>
|
82 |
+
<?php endforeach; ?>
|
83 |
+
</ol>
|
84 |
+
<script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
|
85 |
+
|
86 |
+
<?php else: ?>
|
87 |
+
|
88 |
+
<?php // Grid Mode ?>
|
89 |
+
|
90 |
+
<?php $_collectionSize = $_productCollection->count() ?>
|
91 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
92 |
+
<?php
|
93 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
94 |
+
switch ($r_template)
|
95 |
+
{
|
96 |
+
case "page/2columns-right.phtml":
|
97 |
+
case "page/2columns-left.phtml":
|
98 |
+
$_columnCount = 3;
|
99 |
+
break;
|
100 |
+
case "page/3columns.phtml":
|
101 |
+
$_columnCount = 2;
|
102 |
+
break;
|
103 |
+
default:
|
104 |
+
$_columnCount = 4;
|
105 |
+
}
|
106 |
+
?>
|
107 |
+
<?php $i=0; foreach ($_productCollection as $_product): ?>
|
108 |
+
<?php if ($i++%$_columnCount==0): ?>
|
109 |
+
<ul class="products-grid">
|
110 |
+
<?php endif ?>
|
111 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
112 |
+
<div class="grid_item_in clearfix">
|
113 |
+
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h2>
|
114 |
+
<div class="grid-rat">
|
115 |
+
<?php if($_product->getRatingSummary()): ?>
|
116 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
117 |
+
<?php endif; ?>
|
118 |
+
</div>
|
119 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
120 |
+
<div class="clearfix">
|
121 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
122 |
+
<?php if($_product->isSaleable()): ?>
|
123 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
124 |
+
<?php else: ?>
|
125 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
126 |
+
<?php endif; ?>
|
127 |
+
</div>
|
128 |
+
|
129 |
+
<div class="actions">
|
130 |
+
|
131 |
+
<ul class="add-to-links">
|
132 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
133 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
134 |
+
<?php endif; ?>
|
135 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
136 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
137 |
+
<?php endif; ?>
|
138 |
+
</ul>
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
</li>
|
142 |
+
<?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
|
143 |
+
</ul>
|
144 |
+
<?php endif ?>
|
145 |
+
<?php endforeach ?>
|
146 |
+
<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
|
147 |
+
<?php endif; ?>
|
148 |
+
|
149 |
+
<div class="toolbar-bottom">
|
150 |
+
<?php echo $this->getToolbarHtml() ?>
|
151 |
+
</div>
|
152 |
+
</div>
|
153 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_red/template/catalog/product/list/upsell.phtml
ADDED
@@ -0,0 +1,54 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if(count($this->getItemCollection()->getItems())): ?>
|
28 |
+
<div class="box-collateral box-up-sell">
|
29 |
+
<h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
|
30 |
+
<table class="products-grid" id="upsell-product-table">
|
31 |
+
<?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
|
32 |
+
<?php $this->resetItemsIterator() ?>
|
33 |
+
<?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
|
34 |
+
<tr>
|
35 |
+
<?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
|
36 |
+
<?php if($_link=$this->getIterableItem()): ?>
|
37 |
+
<td>
|
38 |
+
<div class="up-sell-in">
|
39 |
+
<a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(123) ?>" width="123" height="123" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
|
40 |
+
<h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
|
41 |
+
<?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
|
42 |
+
<?php //echo $this->getReviewsSummaryHtml($_link) ?>
|
43 |
+
</div>
|
44 |
+
</td>
|
45 |
+
<?php else: ?>
|
46 |
+
<td class="empty"> </td>
|
47 |
+
<?php endif; ?>
|
48 |
+
<?php endfor; ?>
|
49 |
+
</tr>
|
50 |
+
<?php endfor; ?>
|
51 |
+
</table>
|
52 |
+
<script type="text/javascript">decorateTable('upsell-product-table')</script>
|
53 |
+
</div>
|
54 |
+
<?php endif ?>
|
app/design/frontend/default/clothing_store_red/template/catalog/product/new.phtml
ADDED
@@ -0,0 +1,87 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
|
28 |
+
<h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
|
29 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
30 |
+
<?php
|
31 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
32 |
+
switch ($r_template)
|
33 |
+
{
|
34 |
+
case "page/2columns-right.phtml":
|
35 |
+
case "page/2columns-left.phtml":
|
36 |
+
$_columnCount = 3;
|
37 |
+
break;
|
38 |
+
case "page/3columns.phtml":
|
39 |
+
$_columnCount = 2;
|
40 |
+
break;
|
41 |
+
default:
|
42 |
+
$_columnCount = 4;
|
43 |
+
}
|
44 |
+
?>
|
45 |
+
<?php $i=0; foreach ($_products->getItems() as $_product): ?>
|
46 |
+
<?php if ($i++%$_columnCount==0): ?>
|
47 |
+
<ul class="products-grid">
|
48 |
+
<?php endif ?>
|
49 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
50 |
+
<div class="grid_item_in clearfix">
|
51 |
+
<h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>"><?php echo $this->htmlEscape($_product->getName()) ?></a></h3>
|
52 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" /></a>
|
53 |
+
|
54 |
+
<?php if($_product->getRatingSummary()): ?>
|
55 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
56 |
+
<?php else: echo "<div class='grid-rat'></div>"; ?>
|
57 |
+
<?php endif; ?>
|
58 |
+
|
59 |
+
<div class="clearfix">
|
60 |
+
<?php echo $this->getPriceHtml($_product, true, '-new') ?>
|
61 |
+
<?php if($_product->isSaleable()): ?>
|
62 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
63 |
+
<?php else: ?>
|
64 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
65 |
+
<?php endif; ?>
|
66 |
+
</div>
|
67 |
+
|
68 |
+
|
69 |
+
<div class="actions">
|
70 |
+
|
71 |
+
|
72 |
+
<ul class="add-to-links">
|
73 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
74 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
75 |
+
<?php endif; ?>
|
76 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
77 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
78 |
+
<?php endif; ?>
|
79 |
+
</ul>
|
80 |
+
</div>
|
81 |
+
</div>
|
82 |
+
</li>
|
83 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
84 |
+
</ul>
|
85 |
+
<?php endif ?>
|
86 |
+
<?php endforeach; ?>
|
87 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_red/template/catalog/product/view.phtml
ADDED
@@ -0,0 +1,183 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
* @see Mage_Review_Block_Product_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php $_helper = $this->helper('catalog/output'); ?>
|
35 |
+
<?php $_product = $this->getProduct(); ?>
|
36 |
+
|
37 |
+
<script type="text/javascript">
|
38 |
+
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
39 |
+
</script>
|
40 |
+
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
|
41 |
+
<div class="product-view">
|
42 |
+
<div class="product-essential">
|
43 |
+
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
|
44 |
+
<div class="no-display">
|
45 |
+
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
|
46 |
+
<input type="hidden" name="related_product" id="related-products-field" value="" />
|
47 |
+
</div>
|
48 |
+
|
49 |
+
<div class="product-shop">
|
50 |
+
<div class="product-name">
|
51 |
+
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
|
55 |
+
|
56 |
+
<?php if ($this->canEmailToFriend()): ?>
|
57 |
+
<p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
|
58 |
+
<?php endif; ?>
|
59 |
+
|
60 |
+
<?php echo $this->getChildHtml('alert_urls') ?>
|
61 |
+
<?php echo $this->getChildHtml('product_type_data') ?>
|
62 |
+
<?php echo $this->getTierPriceHtml() ?>
|
63 |
+
<?php echo $this->getChildHtml('extrahint') ?>
|
64 |
+
|
65 |
+
<?php if (!$this->hasOptions()):?>
|
66 |
+
<div class="add-to-box">
|
67 |
+
<?php if($_product->isSaleable()): ?>
|
68 |
+
<?php echo $this->getChildHtml('addtocart') ?>
|
69 |
+
<?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
|
70 |
+
<span class="or"><?php echo $this->__('OR') ?></span>
|
71 |
+
<?php endif; ?>
|
72 |
+
<?php endif; ?>
|
73 |
+
<?php echo $this->getChildHtml('addto') ?>
|
74 |
+
</div>
|
75 |
+
<?php echo $this->getChildHtml('extra_buttons') ?>
|
76 |
+
<?php elseif (!$_product->isSaleable()): ?>
|
77 |
+
<div class="add-to-box">
|
78 |
+
<?php echo $this->getChildHtml('addto') ?>
|
79 |
+
</div>
|
80 |
+
<?php endif; ?>
|
81 |
+
|
82 |
+
<?php if ($_product->getShortDescription()):?>
|
83 |
+
<div class="short-description">
|
84 |
+
<h2><?php echo $this->__('Quick Overview') ?></h2>
|
85 |
+
<div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
|
86 |
+
</div>
|
87 |
+
<?php endif;?>
|
88 |
+
|
89 |
+
<?php echo $this->getChildHtml('other');?>
|
90 |
+
|
91 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
92 |
+
<?php echo $this->getChildChildHtml('container1', '', true, true) ?>
|
93 |
+
<?php endif;?>
|
94 |
+
|
95 |
+
</div>
|
96 |
+
|
97 |
+
<div class="product-img-box">
|
98 |
+
<?php echo $this->getChildHtml('media') ?>
|
99 |
+
</div>
|
100 |
+
|
101 |
+
<div class="clearer"></div>
|
102 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
103 |
+
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
|
104 |
+
<?php endif;?>
|
105 |
+
</form>
|
106 |
+
<script type="text/javascript">
|
107 |
+
//<![CDATA[
|
108 |
+
var productAddToCartForm = new VarienForm('product_addtocart_form');
|
109 |
+
productAddToCartForm.submit = function(button, url) {
|
110 |
+
if (this.validator.validate()) {
|
111 |
+
var form = this.form;
|
112 |
+
var oldUrl = form.action;
|
113 |
+
|
114 |
+
if (url) {
|
115 |
+
form.action = url;
|
116 |
+
}
|
117 |
+
var e = null;
|
118 |
+
try {
|
119 |
+
this.form.submit();
|
120 |
+
} catch (e) {
|
121 |
+
}
|
122 |
+
this.form.action = oldUrl;
|
123 |
+
if (e) {
|
124 |
+
throw e;
|
125 |
+
}
|
126 |
+
|
127 |
+
if (button && button != 'undefined') {
|
128 |
+
button.disabled = true;
|
129 |
+
}
|
130 |
+
}
|
131 |
+
}.bind(productAddToCartForm);
|
132 |
+
|
133 |
+
productAddToCartForm.submitLight = function(button, url){
|
134 |
+
if(this.validator) {
|
135 |
+
var nv = Validation.methods;
|
136 |
+
delete Validation.methods['required-entry'];
|
137 |
+
delete Validation.methods['validate-one-required'];
|
138 |
+
delete Validation.methods['validate-one-required-by-name'];
|
139 |
+
// Remove custom datetime validators
|
140 |
+
for (var methodName in Validation.methods) {
|
141 |
+
if (methodName.match(/^validate-datetime-.*/i)) {
|
142 |
+
delete Validation.methods[methodName];
|
143 |
+
}
|
144 |
+
}
|
145 |
+
|
146 |
+
if (this.validator.validate()) {
|
147 |
+
if (url) {
|
148 |
+
this.form.action = url;
|
149 |
+
}
|
150 |
+
this.form.submit();
|
151 |
+
}
|
152 |
+
Object.extend(Validation.methods, nv);
|
153 |
+
}
|
154 |
+
}.bind(productAddToCartForm);
|
155 |
+
//]]>
|
156 |
+
</script>
|
157 |
+
</div>
|
158 |
+
|
159 |
+
<?php echo $this->getChildHtml('info_tabs') ?>
|
160 |
+
|
161 |
+
<div class="product-collateral">
|
162 |
+
|
163 |
+
<?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
|
164 |
+
|
165 |
+
<div class="box-collateral <?php echo "box-{$alias}"?>">
|
166 |
+
|
167 |
+
<?php if ($title = $this->getChildData($alias, 'title')):?>
|
168 |
+
|
169 |
+
<h2><?php echo $this->escapeHtml($title); ?></h2>
|
170 |
+
|
171 |
+
<?php endif;?>
|
172 |
+
|
173 |
+
<?php echo $html; ?>
|
174 |
+
|
175 |
+
</div>
|
176 |
+
|
177 |
+
<?php endforeach;?>
|
178 |
+
|
179 |
+
|
180 |
+
|
181 |
+
<?php echo $this->getChildHtml('product_additional_data') ?>
|
182 |
+
</div>
|
183 |
+
</div>
|
app/design/frontend/default/clothing_store_red/template/catalog/product/view/media.phtml
ADDED
@@ -0,0 +1,78 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product media data template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View_Media
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<?php
|
34 |
+
$_product = $this->getProduct();
|
35 |
+
$_helper = $this->helper('catalog/output');
|
36 |
+
?>
|
37 |
+
<?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
|
38 |
+
<p class="product-image product-image-zoom">
|
39 |
+
<?php
|
40 |
+
$_img = '<img id="image" src="'.$this->helper('catalog/image')->init($_product, 'image').'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
41 |
+
echo $_helper->productAttribute($_product, $_img, 'image');
|
42 |
+
?>
|
43 |
+
</p>
|
44 |
+
<p class="zoom-notice" id="track_hint"><?php echo $this->__('Double click on above image to view full picture') ?></p>
|
45 |
+
<div class="zoom">
|
46 |
+
<img id="zoom_out" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_out.gif') ?>" alt="<?php echo $this->__('Zoom Out') ?>" title="<?php echo $this->__('Zoom Out') ?>" class="btn-zoom-out" />
|
47 |
+
<div id="track">
|
48 |
+
<div id="handle"></div>
|
49 |
+
</div>
|
50 |
+
<img id="zoom_in" src="<?php echo $this->getSkinUrl('images/slider_btn_zoom_in.gif') ?>" alt="<?php echo $this->__('Zoom In') ?>" title="<?php echo $this->__('Zoom In') ?>" class="btn-zoom-in" />
|
51 |
+
</div>
|
52 |
+
<script type="text/javascript">
|
53 |
+
//<![CDATA[
|
54 |
+
Event.observe(window, 'load', function() {
|
55 |
+
product_zoom = new Product.Zoom('image', 'track', 'handle', 'zoom_in', 'zoom_out', 'track_hint');
|
56 |
+
});
|
57 |
+
//]]>
|
58 |
+
</script>
|
59 |
+
<?php else: ?>
|
60 |
+
<p class="product-image">
|
61 |
+
<?php
|
62 |
+
$_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(203).'" alt="'.$this->htmlEscape($this->getImageLabel()).'" title="'.$this->htmlEscape($this->getImageLabel()).'" />';
|
63 |
+
echo $_helper->productAttribute($_product, $_img, 'image');
|
64 |
+
?>
|
65 |
+
</p>
|
66 |
+
<?php endif; ?>
|
67 |
+
<?php if (count($this->getGalleryImages()) > 0): ?>
|
68 |
+
<div class="more-views">
|
69 |
+
<h2><?php echo $this->__('More Views') ?></h2>
|
70 |
+
<ul>
|
71 |
+
<?php foreach ($this->getGalleryImages() as $_image): ?>
|
72 |
+
<li>
|
73 |
+
<a href="#" onclick="popWin('<?php echo $this->getGalleryUrl($_image) ?>', 'gallery', 'width=300,height=300,left=0,top=0,location=no,status=yes,scrollbars=yes,resizable=yes'); return false;" title="<?php echo $this->htmlEscape($_image->getLabel()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(58); ?>" width="58" height="58" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
|
74 |
+
</li>
|
75 |
+
<?php endforeach; ?>
|
76 |
+
</ul>
|
77 |
+
</div>
|
78 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_red/template/catalog/product/view/tabs.phtml
ADDED
@@ -0,0 +1,78 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package default_modern
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
|
27 |
+
/**
|
28 |
+
* Product view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<ul class="product-tabs">
|
34 |
+
<?php foreach ($this->getTabs() as $_index => $_tab): ?>
|
35 |
+
<?php if($this->getChildHtml($_tab['alias'])): ?>
|
36 |
+
<li id="product_tabs_<?php echo $_tab['alias'] ?>" class="<?php echo !$_index?' active first':(($_index==count($this->getTabs())-1)?' last':'')?>"><a href="#"><?php echo $_tab['title']?></a></li>
|
37 |
+
<?php endif; ?>
|
38 |
+
<?php endforeach; ?>
|
39 |
+
</ul>
|
40 |
+
<?php foreach ($this->getTabs() as $_index => $_tab): ?>
|
41 |
+
<?php if($this->getChildHtml($_tab['alias'])): ?>
|
42 |
+
<div class="product-tabs-content" id="product_tabs_<?php echo $_tab['alias'] ?>_contents"><?php echo $this->getChildHtml($_tab['alias']) ?></div>
|
43 |
+
<?php endif; ?>
|
44 |
+
<?php endforeach; ?>
|
45 |
+
<script type="text/javascript">
|
46 |
+
//<![CDATA[
|
47 |
+
Varien.Tabs = Class.create();
|
48 |
+
Varien.Tabs.prototype = {
|
49 |
+
initialize: function(selector) {
|
50 |
+
var self=this;
|
51 |
+
$$(selector+' a').each(this.initTab.bind(this));
|
52 |
+
},
|
53 |
+
|
54 |
+
initTab: function(el) {
|
55 |
+
el.href = 'javascript:void(0)';
|
56 |
+
if ($(el.parentNode).hasClassName('active')) {
|
57 |
+
this.showContent(el);
|
58 |
+
}
|
59 |
+
el.observe('click', this.showContent.bind(this, el));
|
60 |
+
},
|
61 |
+
|
62 |
+
showContent: function(a) {
|
63 |
+
var li = $(a.parentNode), ul = $(li.parentNode);
|
64 |
+
ul.select('li', 'ol').each(function(el){
|
65 |
+
var contents = $(el.id+'_contents');
|
66 |
+
if (el==li) {
|
67 |
+
el.addClassName('active');
|
68 |
+
contents.show();
|
69 |
+
} else {
|
70 |
+
el.removeClassName('active');
|
71 |
+
contents.hide();
|
72 |
+
}
|
73 |
+
});
|
74 |
+
}
|
75 |
+
}
|
76 |
+
new Varien.Tabs('.product-tabs');
|
77 |
+
//]]>
|
78 |
+
</script>
|
app/design/frontend/default/clothing_store_red/template/catalogsearch/form.mini.phtml
ADDED
@@ -0,0 +1,43 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Core_Block_Template */
|
27 |
+
/* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
|
28 |
+
$catalogSearchHelper = $this->helper('catalogsearch');
|
29 |
+
?>
|
30 |
+
<form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">
|
31 |
+
<div class="form-search">
|
32 |
+
<label for="search"><?php echo $this->__('Search:') ?></label>
|
33 |
+
<input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
|
34 |
+
<button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><span><?php echo $this->__('Search') ?></span></span></button>
|
35 |
+
<div id="search_autocomplete" class="search-autocomplete"></div>
|
36 |
+
<script type="text/javascript">
|
37 |
+
//<![CDATA[
|
38 |
+
var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search') ?>');
|
39 |
+
searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
|
40 |
+
//]]>
|
41 |
+
</script>
|
42 |
+
</div>
|
43 |
+
</form>
|
app/design/frontend/default/clothing_store_red/template/checkout/cart.phtml
ADDED
@@ -0,0 +1,164 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Shopping cart template
|
30 |
+
*
|
31 |
+
* @see Mage_Checkout_Block_Cart
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<div class="cart">
|
35 |
+
<div class="page-title title-buttons">
|
36 |
+
<h1><?php echo $this->__('Shopping Cart') ?></h1>
|
37 |
+
<?php if(!$this->hasError()): ?>
|
38 |
+
<ul class="checkout-types">
|
39 |
+
<?php foreach ($this->getMethods('top_methods') as $method): ?>
|
40 |
+
<?php if ($methodHtml = $this->getMethodHtml($method)): ?>
|
41 |
+
<li><?php echo $methodHtml; ?></li>
|
42 |
+
<?php endif; ?>
|
43 |
+
<?php endforeach; ?>
|
44 |
+
</ul>
|
45 |
+
<?php endif; ?>
|
46 |
+
</div>
|
47 |
+
<?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
|
48 |
+
<?php echo $this->getChildHtml('form_before') ?>
|
49 |
+
<form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
|
50 |
+
<fieldset>
|
51 |
+
<table id="shopping-cart-table" class="data-table cart-table">
|
52 |
+
<col width="1" />
|
53 |
+
<col />
|
54 |
+
<col width="1" />
|
55 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
56 |
+
<col width="1" />
|
57 |
+
<?php endif ?>
|
58 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
59 |
+
<col width="1" />
|
60 |
+
<?php endif; ?>
|
61 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
62 |
+
<col width="1" />
|
63 |
+
<?php endif; ?>
|
64 |
+
<col width="1" />
|
65 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
66 |
+
<col width="1" />
|
67 |
+
<?php endif; ?>
|
68 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
69 |
+
<col width="1" />
|
70 |
+
<?php endif; ?>
|
71 |
+
<col width="1" />
|
72 |
+
|
73 |
+
<?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
|
74 |
+
<thead>
|
75 |
+
<tr>
|
76 |
+
<th rowspan="<?php echo $mergedCells; ?>"> </th>
|
77 |
+
<th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
|
78 |
+
<th rowspan="<?php echo $mergedCells; ?>"></th>
|
79 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
80 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
|
81 |
+
<?php endif ?>
|
82 |
+
<th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
|
83 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
|
84 |
+
<th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
|
85 |
+
<th rowspan="<?php echo $mergedCells; ?>" class="a-center"> </th>
|
86 |
+
</tr>
|
87 |
+
<?php if ($this->helper('tax')->displayCartBothPrices()): ?>
|
88 |
+
<tr>
|
89 |
+
<th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
|
90 |
+
<th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
|
91 |
+
<th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
|
92 |
+
<th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
|
93 |
+
</tr>
|
94 |
+
<?php endif; ?>
|
95 |
+
</thead>
|
96 |
+
<tfoot>
|
97 |
+
<tr>
|
98 |
+
<td colspan="50" class="a-right">
|
99 |
+
<?php if($this->getContinueShoppingUrl()): ?>
|
100 |
+
<button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
|
101 |
+
<?php endif; ?>
|
102 |
+
<button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
|
103 |
+
<button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
|
104 |
+
<!--[if lt IE 8]>
|
105 |
+
<input type="hidden" id="update_cart_action_container" />
|
106 |
+
<script type="text/javascript">
|
107 |
+
//<![CDATA[
|
108 |
+
Event.observe(window, 'load', function()
|
109 |
+
{
|
110 |
+
// Internet Explorer (lt 8) does not support value attribute in button elements
|
111 |
+
$emptyCartButton = $('empty_cart_button');
|
112 |
+
$cartActionContainer = $('update_cart_action_container');
|
113 |
+
if ($emptyCartButton && $cartActionContainer) {
|
114 |
+
Event.observe($emptyCartButton, 'click', function()
|
115 |
+
{
|
116 |
+
$emptyCartButton.setAttribute('name', 'update_cart_action_temp');
|
117 |
+
$cartActionContainer.setAttribute('name', 'update_cart_action');
|
118 |
+
$cartActionContainer.setValue('empty_cart');
|
119 |
+
});
|
120 |
+
}
|
121 |
+
|
122 |
+
});
|
123 |
+
//]]>
|
124 |
+
</script>
|
125 |
+
<![endif]-->
|
126 |
+
</td>
|
127 |
+
</tr>
|
128 |
+
</tfoot>
|
129 |
+
<tbody>
|
130 |
+
<?php foreach($this->getItems() as $_item): ?>
|
131 |
+
<?php echo $this->getItemHtml($_item) ?>
|
132 |
+
<?php endforeach ?>
|
133 |
+
</tbody>
|
134 |
+
</table>
|
135 |
+
<script type="text/javascript">decorateTable('shopping-cart-table')</script>
|
136 |
+
</fieldset>
|
137 |
+
</form>
|
138 |
+
<div class="cart-collaterals">
|
139 |
+
<div class="col2-set">
|
140 |
+
<div class="col-1">
|
141 |
+
<?php echo $this->getChildHtml('crosssell') ?>
|
142 |
+
</div>
|
143 |
+
<div class="col-2">
|
144 |
+
<?php echo $this->getChildHtml('checkout.cart.extra') ?>
|
145 |
+
<?php echo $this->getChildHtml('coupon') ?>
|
146 |
+
<?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
|
147 |
+
</div>
|
148 |
+
</div>
|
149 |
+
<div class="totals">
|
150 |
+
<div class="totals-in">
|
151 |
+
<?php echo $this->getChildHtml('totals'); ?>
|
152 |
+
<?php if(!$this->hasError()): ?>
|
153 |
+
<ul class="checkout-types">
|
154 |
+
<?php foreach ($this->getMethods('methods') as $method): ?>
|
155 |
+
<?php if ($methodHtml = $this->getMethodHtml($method)): ?>
|
156 |
+
<li><?php echo $methodHtml; ?></li>
|
157 |
+
<?php endif; ?>
|
158 |
+
<?php endforeach; ?>
|
159 |
+
</ul>
|
160 |
+
<?php endif; ?>
|
161 |
+
</div>
|
162 |
+
</div>
|
163 |
+
</div>
|
164 |
+
</div>
|
app/design/frontend/default/clothing_store_red/template/checkout/cart/crosssell.phtml
ADDED
@@ -0,0 +1,59 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Cart cross sell items template
|
30 |
+
*
|
31 |
+
* @see Mage_Checkout_Block_Cart_Crosssell
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php if($this->getItemCount()): ?>
|
35 |
+
<div class="crosssell">
|
36 |
+
<h2><?php echo $this->__('You may be interested in the following items:') ?></h2>
|
37 |
+
<ul id="crosssell-products-list">
|
38 |
+
<?php foreach ($this->getItems() as $_item): ?>
|
39 |
+
<li class="item">
|
40 |
+
<a class="product-image" href="<?php echo $_item->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_item->getName()) ?>"><img src="<?php echo $this->helper('catalog/image')->init($_item, 'thumbnail')->resize(92); ?>" width="92" height="92" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
|
41 |
+
<div class="product-details">
|
42 |
+
<h3 class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->htmlEscape($_item->getName()) ?></a></h3>
|
43 |
+
<?php echo $this->getPriceHtml($_item, true) ?>
|
44 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_item) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
45 |
+
<ul class="add-to-links">
|
46 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
47 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_item) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
48 |
+
<?php endif; ?>
|
49 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_item)): ?>
|
50 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
51 |
+
<?php endif; ?>
|
52 |
+
</ul>
|
53 |
+
</div>
|
54 |
+
</li>
|
55 |
+
<?php endforeach; ?>
|
56 |
+
</ul>
|
57 |
+
<script type="text/javascript">decorateList('crosssell-products-list', 'none-recursive')</script>
|
58 |
+
</div>
|
59 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_red/template/checkout/cart/item/default.phtml
ADDED
@@ -0,0 +1,278 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
$_item = $this->getItem();
|
29 |
+
$isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
|
30 |
+
$canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
|
31 |
+
?>
|
32 |
+
<tr>
|
33 |
+
<td><?php if ($this->hasProductUrl()):?><a href="<?php echo $this->getProductUrl() ?>" title="<?php echo $this->htmlEscape($this->getProductName()) ?>" class="product-image"><?php endif;?><img src="<?php echo $this->getProductThumbnail()->resize(92); ?>" width="92" height="92" alt="<?php echo $this->htmlEscape($this->getProductName()) ?>" /><?php if ($this->hasProductUrl()):?></a><?php endif;?></td>
|
34 |
+
<td>
|
35 |
+
<h2 class="product-name">
|
36 |
+
<?php if ($this->hasProductUrl()):?>
|
37 |
+
<a href="<?php echo $this->getProductUrl() ?>"><?php echo $this->htmlEscape($this->getProductName()) ?></a>
|
38 |
+
<?php else: ?>
|
39 |
+
<?php echo $this->htmlEscape($this->getProductName()) ?>
|
40 |
+
<?php endif; ?>
|
41 |
+
</h2>
|
42 |
+
<?php if ($_options = $this->getOptionList()):?>
|
43 |
+
<dl class="item-options">
|
44 |
+
<?php foreach ($_options as $_option) : ?>
|
45 |
+
<?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
|
46 |
+
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
47 |
+
<dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
|
48 |
+
<?php if (isset($_formatedOptionValue['full_view'])): ?>
|
49 |
+
<div class="truncated_full_value">
|
50 |
+
<dl class="item-options">
|
51 |
+
<dt><?php echo $this->htmlEscape($_option['label']) ?></dt>
|
52 |
+
<dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
|
53 |
+
</dl>
|
54 |
+
</div>
|
55 |
+
<?php endif; ?>
|
56 |
+
</dd>
|
57 |
+
<?php endforeach; ?>
|
58 |
+
</dl>
|
59 |
+
<?php endif;?>
|
60 |
+
<?php if ($messages = $this->getMessages()): ?>
|
61 |
+
<?php foreach ($messages as $message): ?>
|
62 |
+
<p class="item-msg <?php echo $message['type'] ?>">* <?php echo $this->escapeHtml($message['text']) ?></p>
|
63 |
+
<?php endforeach; ?>
|
64 |
+
<?php endif; ?>
|
65 |
+
<?php $addInfoBlock = $this->getProductAdditionalInformationBlock(); ?>
|
66 |
+
<?php if ($addInfoBlock): ?>
|
67 |
+
<?php echo $addInfoBlock->setItem($_item)->toHtml() ?>
|
68 |
+
<?php endif;?>
|
69 |
+
</td>
|
70 |
+
<td class="a-center v-middle">
|
71 |
+
<?php if ($isVisibleProduct): ?>
|
72 |
+
<a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item parameters') ?>"><?php echo $this->__('Edit') ?></a>
|
73 |
+
<?php endif ?>
|
74 |
+
</td>
|
75 |
+
<?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
|
76 |
+
<td class="a-center v-middle">
|
77 |
+
<?php if ($isVisibleProduct): ?>
|
78 |
+
<input type="checkbox" value="1" name="cart[<?php echo $_item->getId() ?>][wishlist]" title="<?php echo $this->__('Move to Wishlist') ?>" class="checkbox" />
|
79 |
+
<?php endif ?>
|
80 |
+
</td>
|
81 |
+
<?php endif ?>
|
82 |
+
|
83 |
+
<?php if ($canApplyMsrp): ?>
|
84 |
+
<td class="a-right v-middle"<?php if ($this->helper('tax')->displayCartBothPrices()): ?> colspan="2"<?php endif; ?>>
|
85 |
+
<span class="cart-price">
|
86 |
+
<span class="cart-msrp-unit"><?php echo $this->__('See price before order confirmation.'); ?></span>
|
87 |
+
<?php $helpLinkId = 'cart-msrp-help-' . $_item->getId(); ?>
|
88 |
+
<a id="<?php echo $helpLinkId ?>" href="#" class="map-help-link"><?php echo $this->__("What's this?"); ?></a>
|
89 |
+
<script type="text/javascript">
|
90 |
+
Catalog.Map.addHelpLink($('<?php echo $helpLinkId ?>'), "<?php echo $this->__("What's this?") ?>");
|
91 |
+
</script>
|
92 |
+
</span>
|
93 |
+
</td>
|
94 |
+
<?php else: ?>
|
95 |
+
|
96 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
97 |
+
<td class="a-right v-middle">
|
98 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
99 |
+
<span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
100 |
+
<?php else: ?>
|
101 |
+
<span class="cart-price">
|
102 |
+
<?php endif; ?>
|
103 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
104 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
|
105 |
+
<?php else: ?>
|
106 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
|
107 |
+
<?php endif; ?>
|
108 |
+
|
109 |
+
</span>
|
110 |
+
|
111 |
+
|
112 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
113 |
+
|
114 |
+
<div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
115 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
116 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
117 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
118 |
+
<?php endforeach; ?>
|
119 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
120 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
121 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
122 |
+
<?php endforeach; ?>
|
123 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
124 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
125 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
126 |
+
<?php endforeach; ?>
|
127 |
+
<?php endif; ?>
|
128 |
+
</div>
|
129 |
+
|
130 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
131 |
+
<div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
132 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
|
133 |
+
</div>
|
134 |
+
<?php endif; ?>
|
135 |
+
<?php endif; ?>
|
136 |
+
</td>
|
137 |
+
<?php endif; ?>
|
138 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
139 |
+
<td>
|
140 |
+
<?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
|
141 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
142 |
+
<span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
143 |
+
<?php else: ?>
|
144 |
+
<span class="cart-price">
|
145 |
+
<?php endif; ?>
|
146 |
+
|
147 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
148 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?>
|
149 |
+
<?php else: ?>
|
150 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
|
151 |
+
<?php endif; ?>
|
152 |
+
|
153 |
+
</span>
|
154 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
155 |
+
|
156 |
+
<div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
157 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
158 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
159 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span>
|
160 |
+
<?php endforeach; ?>
|
161 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
162 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
163 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
164 |
+
<?php endforeach; ?>
|
165 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
166 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
167 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span>
|
168 |
+
<?php endforeach; ?>
|
169 |
+
<?php endif; ?>
|
170 |
+
</div>
|
171 |
+
|
172 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
173 |
+
<div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
174 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedAmount()); ?></span>
|
175 |
+
</div>
|
176 |
+
<?php endif; ?>
|
177 |
+
<?php endif; ?>
|
178 |
+
</td>
|
179 |
+
<?php endif; ?>
|
180 |
+
<?php endif; ?>
|
181 |
+
<td class="a-center v-middle">
|
182 |
+
<input name="cart[<?php echo $_item->getId() ?>][qty]" value="<?php echo $this->getQty() ?>" size="4" title="<?php echo $this->__('Qty') ?>" class="input-text qty" maxlength="12" />
|
183 |
+
</td>
|
184 |
+
<?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
185 |
+
<td class="a-right v-middle">
|
186 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
187 |
+
<span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
188 |
+
<?php else: ?>
|
189 |
+
<span class="cart-price">
|
190 |
+
<?php endif; ?>
|
191 |
+
|
192 |
+
<?php if ($canApplyMsrp): ?>
|
193 |
+
<span class="cart-msrp-subtotal">--</span>
|
194 |
+
<?php else: ?>
|
195 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
196 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
|
197 |
+
<?php else: ?>
|
198 |
+
<?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
|
199 |
+
<?php endif; ?>
|
200 |
+
<?php endif; ?>
|
201 |
+
|
202 |
+
</span>
|
203 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
204 |
+
|
205 |
+
<div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
206 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
207 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
208 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
|
209 |
+
<?php endforeach; ?>
|
210 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
211 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
212 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
213 |
+
<?php endforeach; ?>
|
214 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
215 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
216 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
217 |
+
<?php endforeach; ?>
|
218 |
+
<?php endif; ?>
|
219 |
+
</div>
|
220 |
+
|
221 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
222 |
+
<div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
223 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total'); ?>: <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
|
224 |
+
</div>
|
225 |
+
<?php endif; ?>
|
226 |
+
<?php endif; ?>
|
227 |
+
</td>
|
228 |
+
<?php endif; ?>
|
229 |
+
<?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
|
230 |
+
<td class="a-center v-middle">
|
231 |
+
<?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
|
232 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
233 |
+
<span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
234 |
+
<?php else: ?>
|
235 |
+
<span class="cart-price">
|
236 |
+
<?php endif; ?>
|
237 |
+
|
238 |
+
<?php if ($canApplyMsrp): ?>
|
239 |
+
<span class="cart-msrp-subtotal">--</span>
|
240 |
+
<?php else: ?>
|
241 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
242 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?>
|
243 |
+
<?php else: ?>
|
244 |
+
<?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
|
245 |
+
<?php endif; ?>
|
246 |
+
<?php endif; ?>
|
247 |
+
|
248 |
+
</span>
|
249 |
+
|
250 |
+
|
251 |
+
<?php if (Mage::helper('weee')->getApplied($_item)): ?>
|
252 |
+
|
253 |
+
<div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
|
254 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
255 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
256 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span>
|
257 |
+
<?php endforeach; ?>
|
258 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
259 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
260 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
261 |
+
<?php endforeach; ?>
|
262 |
+
<?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
263 |
+
<?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
|
264 |
+
<span class="weee"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span>
|
265 |
+
<?php endforeach; ?>
|
266 |
+
<?php endif; ?>
|
267 |
+
</div>
|
268 |
+
|
269 |
+
<?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
|
270 |
+
<div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
|
271 |
+
<span class="weee"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>: <?php echo $this->helper('checkout')->formatPrice($_incl+$_item->getWeeeTaxAppliedRowAmount()); ?></span>
|
272 |
+
</div>
|
273 |
+
<?php endif; ?>
|
274 |
+
<?php endif; ?>
|
275 |
+
</td>
|
276 |
+
<?php endif; ?>
|
277 |
+
<td class="a-center v-middle"><a href="<?php echo $this->getDeleteUrl()?>" title="<?php echo $this->__('Remove item')?>" class="btn-remove btn-remove2"><?php echo $this->__('Remove item')?></a></td>
|
278 |
+
</tr>
|
app/design/frontend/default/clothing_store_red/template/newsletter/subscribe.phtml
ADDED
@@ -0,0 +1,47 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="block block-subscribe">
|
28 |
+
<div class="block-title">
|
29 |
+
<strong><span><?php echo $this->__('Newsletter') ?></span></strong>
|
30 |
+
</div>
|
31 |
+
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
32 |
+
<div class="block-content">
|
33 |
+
<label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
|
34 |
+
<div class="input-box">
|
35 |
+
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
36 |
+
</div>
|
37 |
+
<div class="actions">
|
38 |
+
<button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
|
39 |
+
</div>
|
40 |
+
</div>
|
41 |
+
</form>
|
42 |
+
<script type="text/javascript">
|
43 |
+
//<![CDATA[
|
44 |
+
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
|
45 |
+
//]]>
|
46 |
+
</script>
|
47 |
+
</div>
|
app/design/frontend/default/clothing_store_red/template/newsletter/subscribe_bottom.phtml
ADDED
@@ -0,0 +1,44 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="block-subscribe">
|
28 |
+
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
29 |
+
<div class="block-content">
|
30 |
+
<label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
|
31 |
+
<div class="input-box">
|
32 |
+
<input type="text" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
33 |
+
</div>
|
34 |
+
<div class="actions">
|
35 |
+
<button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
|
36 |
+
</div>
|
37 |
+
</div>
|
38 |
+
</form>
|
39 |
+
<script type="text/javascript">
|
40 |
+
//<![CDATA[
|
41 |
+
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
|
42 |
+
//]]>
|
43 |
+
</script>
|
44 |
+
</div>
|
app/design/frontend/default/clothing_store_red/template/page/1column.phtml
ADDED
@@ -0,0 +1,60 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col1-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
</div>
|
55 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
56 |
+
<?php echo $this->getChildHtml('footer') ?>
|
57 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
58 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
59 |
+
</body>
|
60 |
+
</html>
|
app/design/frontend/default/clothing_store_red/template/page/2columns-left.phtml
ADDED
@@ -0,0 +1,61 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col2-left-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
</div>
|
56 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
59 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
60 |
+
</body>
|
61 |
+
</html>
|
app/design/frontend/default/clothing_store_red/template/page/2columns-right.phtml
ADDED
@@ -0,0 +1,61 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col2-right-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-main">
|
47 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
48 |
+
<?php echo $this->getChildHtml('content') ?>
|
49 |
+
</div>
|
50 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
|
55 |
+
</div>
|
56 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
57 |
+
<?php echo $this->getChildHtml('footer') ?>
|
58 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
59 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
60 |
+
</body>
|
61 |
+
</html>
|
app/design/frontend/default/clothing_store_red/template/page/3columns.phtml
ADDED
@@ -0,0 +1,64 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page" id="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-container col3-layout">
|
44 |
+
<div class="main">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="col-wrapper">
|
47 |
+
<div class="col-main">
|
48 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
49 |
+
<?php echo $this->getChildHtml('content') ?>
|
50 |
+
</div>
|
51 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
52 |
+
</div>
|
53 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
54 |
+
</div>
|
55 |
+
</div>
|
56 |
+
</div>
|
57 |
+
|
58 |
+
</div>
|
59 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('before-footer')->toHtml() ?>
|
60 |
+
<?php echo $this->getChildHtml('footer') ?>
|
61 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
62 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
63 |
+
</body>
|
64 |
+
</html>
|
app/design/frontend/default/clothing_store_red/template/page/html/breadcrumbs.phtml
ADDED
@@ -0,0 +1,46 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php if($crumbs && is_array($crumbs)): ?>
|
28 |
+
<div class="breadcrumbs">
|
29 |
+
<ul>
|
30 |
+
<?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
|
31 |
+
<li class="<?php echo $_crumbName ?>">
|
32 |
+
<?php if($_crumbInfo['link']): ?>
|
33 |
+
<a href="<?php echo $_crumbInfo['link'] ?>" title="<?php echo $this->htmlEscape($_crumbInfo['title']) ?>"><?php echo $this->htmlEscape($_crumbInfo['label']) ?></a>
|
34 |
+
<?php elseif($_crumbInfo['last']): ?>
|
35 |
+
<strong><?php echo $this->htmlEscape($_crumbInfo['label']) ?></strong>
|
36 |
+
<?php else: ?>
|
37 |
+
<?php echo $this->htmlEscape($_crumbInfo['label']) ?>
|
38 |
+
<?php endif; ?>
|
39 |
+
<?php if(!$_crumbInfo['last']): ?>
|
40 |
+
<span><img src="<?php echo $this->getSkinUrl('images/bread_arrow.png');?>" alt="" class="v-middle" /> </span>
|
41 |
+
<?php endif; ?>
|
42 |
+
</li>
|
43 |
+
<?php endforeach; ?>
|
44 |
+
</ul>
|
45 |
+
</div>
|
46 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_red/template/page/html/footer.phtml
ADDED
@@ -0,0 +1,57 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<div class="footer-container">
|
28 |
+
<div class="footer clearfix">
|
29 |
+
<div class="footer_links">
|
30 |
+
<?php $_helper = Mage::helper('catalog/category') ?>
|
31 |
+
<?php $_categories = $_helper->getStoreCategories() ?>
|
32 |
+
<?php $currentCategory = Mage::registry('current_category') ?>
|
33 |
+
<?php if (count($_categories) > 0): ?>
|
34 |
+
<ul class="footerLinks" id="footerLinks">
|
35 |
+
<li><a href="<?php echo $this->getUrl('') ?>"><?php echo $this->__('Home') ?></a></li>
|
36 |
+
<?php foreach($_categories as $_category): ?>
|
37 |
+
<li>
|
38 |
+
<a href="<?php echo $_helper->getCategoryUrl($_category) ?>">
|
39 |
+
<?php echo $_category->getName() ?>
|
40 |
+
</a>
|
41 |
+
</li>
|
42 |
+
<?php endforeach; ?>
|
43 |
+
</ul>
|
44 |
+
<script type="text/javascript">decorateList('footerLinks');</script>
|
45 |
+
<?php endif; ?>
|
46 |
+
</div>
|
47 |
+
<address><?php echo $this->getCopyright() ?></address>
|
48 |
+
</div>
|
49 |
+
</div>
|
50 |
+
<script type="text/javascript">
|
51 |
+
//<![CDATA[
|
52 |
+
var myTextField = document.getElementById('before-footer');
|
53 |
+
if (myTextField.value != ""){
|
54 |
+
document.getElementById("page").style.paddingBottom="150px";
|
55 |
+
}
|
56 |
+
//]]>
|
57 |
+
</script>
|
app/design/frontend/default/clothing_store_red/template/page/html/header.phtml
ADDED
@@ -0,0 +1,52 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/**
|
27 |
+
* @var Mage_Page_Block_Html_Header $this
|
28 |
+
*/
|
29 |
+
?>
|
30 |
+
<div class="header-container">
|
31 |
+
<div class="before-header">
|
32 |
+
<div class="before-header-in">
|
33 |
+
<?php echo $this->getChildHtml('store_language') ?>
|
34 |
+
</div>
|
35 |
+
</div>
|
36 |
+
<div class="header">
|
37 |
+
<?php if ($this->getIsHomePage()):?>
|
38 |
+
<h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
|
39 |
+
<?php else:?>
|
40 |
+
<a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
|
41 |
+
<?php endif?>
|
42 |
+
<div class="quick-access">
|
43 |
+
<p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
|
44 |
+
<?php echo $this->getChildHtml('topLinks') ?>
|
45 |
+
</div>
|
46 |
+
<?php echo $this->getChildHtml('topContainer'); ?>
|
47 |
+
</div>
|
48 |
+
</div>
|
49 |
+
<div class="menu-search clearfix">
|
50 |
+
<?php echo $this->getChildHtml('topMenu') ?>
|
51 |
+
<?php echo $this->getChildHtml('topSearch') ?>
|
52 |
+
</div>
|
app/design/frontend/default/clothing_store_red/template/page/html/topmenu.phtml
ADDED
@@ -0,0 +1,42 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
?>
|
27 |
+
<?php
|
28 |
+
/**
|
29 |
+
* Top menu for store
|
30 |
+
*
|
31 |
+
* @see Mage_Page_Block_Html_Topmenu
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php $_menu = $this->getHtml('level-top') ?>
|
35 |
+
<?php if($_menu): ?>
|
36 |
+
<div class="nav-container">
|
37 |
+
<ul id="nav">
|
38 |
+
<li class="home <?php echo ( $this->getRequest()->getPathInfo() == '/' || $this->getRequest()->getPathInfo() == '' ? 'active' : '' ); ?>"><a href="<?php echo $this->getUrl('') ?>"><span><?php echo $this->__('Home') ?></span></a></li>
|
39 |
+
<?php echo $_menu ?>
|
40 |
+
</ul>
|
41 |
+
</div>
|
42 |
+
<?php endif ?>
|
app/design/frontend/default/clothing_store_red/template/reports/home_product_compared.phtml
ADDED
@@ -0,0 +1,85 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Reports_Block_Product_Compared */
|
27 |
+
?>
|
28 |
+
<?php if ($_products = $this->getRecentlyComparedProducts()): ?>
|
29 |
+
<h2 class="subtitle"><?php echo $this->__('Your Recently Compared') ?></h2>
|
30 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
31 |
+
<?php
|
32 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
33 |
+
switch ($r_template)
|
34 |
+
{
|
35 |
+
case "page/2columns-right.phtml":
|
36 |
+
case "page/2columns-left.phtml":
|
37 |
+
$_columnCount = 3;
|
38 |
+
break;
|
39 |
+
case "page/3columns.phtml":
|
40 |
+
$_columnCount = 2;
|
41 |
+
break;
|
42 |
+
default:
|
43 |
+
$_columnCount = 4;
|
44 |
+
}
|
45 |
+
?>
|
46 |
+
<?php $i=0; foreach ($_products as $_product): ?>
|
47 |
+
<?php if ($i++%$_columnCount==0): ?>
|
48 |
+
<ul class="products-grid">
|
49 |
+
<?php endif; ?>
|
50 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
51 |
+
<div class="grid_item_in clearfix">
|
52 |
+
<h3 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
|
53 |
+
<div class="grid-rat">
|
54 |
+
<?php if($_product->getRatingSummary()): ?>
|
55 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
56 |
+
<?php endif; ?>
|
57 |
+
</div>
|
58 |
+
<a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
|
59 |
+
<div class="clearfix">
|
60 |
+
<?php echo $this->getPriceHtml($_product, true, '-home-compared') ?>
|
61 |
+
<?php if($_product->isSaleable()): ?>
|
62 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
63 |
+
<?php else: ?>
|
64 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
65 |
+
<?php endif; ?>
|
66 |
+
</div>
|
67 |
+
|
68 |
+
|
69 |
+
<div class="actions">
|
70 |
+
|
71 |
+
<ul class="add-to-links">
|
72 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
73 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
74 |
+
<?php endif; ?>
|
75 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
76 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
77 |
+
<?php endif; ?>
|
78 |
+
</ul>
|
79 |
+
</div></div>
|
80 |
+
</li>
|
81 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
82 |
+
</ul>
|
83 |
+
<?php endif; ?>
|
84 |
+
<?php endforeach; ?>
|
85 |
+
<?php endif; ?>
|
app/design/frontend/default/clothing_store_red/template/reports/home_product_viewed.phtml
ADDED
@@ -0,0 +1,90 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* Magento
|
4 |
+
*
|
5 |
+
* NOTICE OF LICENSE
|
6 |
+
*
|
7 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
8 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
9 |
+
* It is also available through the world-wide-web at this URL:
|
10 |
+
* http://opensource.org/licenses/afl-3.0.php
|
11 |
+
* If you did not receive a copy of the license and are unable to
|
12 |
+
* obtain it through the world-wide-web, please send an email
|
13 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
14 |
+
*
|
15 |
+
* DISCLAIMER
|
16 |
+
*
|
17 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
18 |
+
* versions in the future. If you wish to customize Magento for your
|
19 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
20 |
+
*
|
21 |
+
* @category design
|
22 |
+
* @package base_default
|
23 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
24 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
25 |
+
*/
|
26 |
+
/* @var $this Mage_Reports_Block_Product_Viewed */
|
27 |
+
?>
|
28 |
+
<?php
|
29 |
+
/**
|
30 |
+
* @see Mage_Reports_Block_Product_Viewed
|
31 |
+
*/
|
32 |
+
?>
|
33 |
+
<?php if ($_products = $this->getRecentlyViewedProducts()): ?>
|
34 |
+
<h2 class="subtitle"><?php echo $this->__('Your Recently Viewed') ?></h2>
|
35 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
36 |
+
<?php
|
37 |
+
$r_template = $this->getLayout()->getBlock('root')->getTemplate();
|
38 |
+
switch ($r_template)
|
39 |
+
{
|
40 |
+
case "page/2columns-right.phtml":
|
41 |
+
case "page/2columns-left.phtml":
|
42 |
+
$_columnCount = 3;
|
43 |
+
break;
|
44 |
+
case "page/3columns.phtml":
|
45 |
+
$_columnCount = 2;
|
46 |
+
break;
|
47 |
+
default:
|
48 |
+
$_columnCount = 4;
|
49 |
+
}
|
50 |
+
?>
|
51 |
+
<?php $i=0; foreach ($_products as $_product): ?>
|
52 |
+
<?php if ($i++%$_columnCount==0): ?>
|
53 |
+
<ul class="products-grid">
|
54 |
+
<?php endif; ?>
|
55 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
56 |
+
<div class="grid_item_in clearfix">
|
57 |
+
<h3 class="product-name"><a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
|
58 |
+
<div class="grid-rat">
|
59 |
+
<?php if($_product->getRatingSummary()): ?>
|
60 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
61 |
+
<?php endif; ?>
|
62 |
+
</div>
|
63 |
+
<a href="<?php echo $this->getProductUrl($_product) ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135) ?>" width="135" height="135" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
|
64 |
+
<div class="clearfix">
|
65 |
+
<?php echo $this->getPriceHtml($_product, true, '-home-viewed') ?>
|
66 |
+
<?php if($_product->isSaleable()): ?>
|
67 |
+
<button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
|
68 |
+
<?php else: ?>
|
69 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
70 |
+
<?php endif; ?>
|
71 |
+
</div>
|
72 |
+
|
73 |
+
|
74 |
+
<div class="actions">
|
75 |
+
|
76 |
+
<ul class="add-to-links">
|
77 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
78 |
+
<li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
79 |
+
<?php endif; ?>
|
80 |
+
<?php if ($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
|
81 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
82 |
+
<?php endif; ?>
|
83 |
+
</ul>
|
84 |
+
</div></div>
|
85 |
+
</li>
|
86 |
+
<?php if ($i%$_columnCount==0 || $i==count($_products)): ?>
|
87 |
+
</ul>
|
88 |
+
<?php endif; ?>
|
89 |
+
<?php endforeach; ?>
|
90 |
+
<?php endif; ?>
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>Clothing_Store</name>
|
4 |
+
<version>1.3.0</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="https://www.gomage.com/license-agreement/">Single domain license</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Free GoMage theme for Clothing store has elegant design, advanced navigation options for shoppers, possibility of easy customization for administrators and professional customer support what is the key of success for on-line clothing store.</summary>
|
10 |
+
<description>Free GoMage theme for Clothing store has elegant design, advanced navigation options for shoppers, possibility of easy customization for administrators and professional customer support what is the key of success for on-line clothing store.</description>
|
11 |
+
<notes>Version 1.3.0</notes>
|
12 |
+
<authors><author><name>GoMage</name><user>GoMage</user><email>support@gomage.com</email></author></authors>
|
13 |
+
<date>2015-07-07</date>
|
14 |
+
<time>10:04:19</time>
|
15 |
+
<contents><target name="mage"><dir name="source"><dir name="Clothing_Store-orange"><file name="1_Home.psd" hash="2cd3d03c91a64dad48955c42f702b92c"/><file name="2_Products_grid.psd" hash="9a4e217626e55751d2a78eb0f11a31f0"/><file name="3_Products_list.psd" hash="4eafc18732832e360d545068baa4ab9d"/><file name="4_Product_page.psd" hash="49032c553b27e1b79bdec7240e33ccbe"/><file name="5_Cart.psd" hash="ece149140b55ccdcb188b38b5bc78ff7"/><file name="6_Checkout.psd" hash="a9961dbd9b9de2b7e79f73704c59281e"/><file name="7_User_account.psd.psd" hash="b903a44bf7c38cf9e571e63e92a53c35"/></dir><dir name="Clothing_Store-purple"><file name="1_Home.psd" hash="5ddb587de5563ed43d52e96f04ec0e76"/><file name="2_Products_grid.psd" hash="215229f488baf159d3886fab5d01ec8d"/><file name="3_Products_list.psd" hash="9c0c829a7ab419bac64caab5cf065fd8"/><file name="4_Product_page.psd" hash="890179e475cd0e5c33b7cb66566cf071"/><file name="5_Cart.psd" hash="248e941626cff0304ac6b8ec8a34d340"/><file name="6_Checkout.psd" hash="750c5ce82374caadce3955449fc6b05f"/><file name="7_User_account.psd.psd" hash="11782da12354d5ae1d922040ccc60b6e"/></dir><dir name="Clothing_Store-red"><file name="1_Home.psd" hash="c02efc1505cea23634fba2cbb957996a"/><file name="2_Products_grid.psd" hash="72c39979dd6d7ab117e679c2ecec4578"/><file name="3_Products_list.psd" hash="179b01492b61452b6ce8ea973045fda5"/><file name="4_Product_page.psd" hash="4745d035dc88381af68956daba1d81f0"/><file name="5_Cart.psd" hash="ee3468ecebc8776e98a895b042eed0a0"/><file name="6_Checkout.psd" hash="4cdc1e101a71f3f4351f806268eaf90d"/><file name="7_User_account.psd.psd" hash="36492cb2a42d6e125726b90802369a58"/></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="clothing_store_orange"><dir name="layout"><file name="catalog.xml" hash="5ff1399a9a93ab576a75ede1d8a65ecf"/><file name="newsletter.xml" hash="b431c1b27b89a2674b496644a41fb924"/><file name="paypal.xml" hash="bdadd34e12f3191a5e48e739ef1fe705"/><file name="tag.xml" hash="8e3c32ec4a08e1fdc11e5c4ef125dd76"/></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="view.phtml" hash="9d124fce82402c6c94de8134e466a17f"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="b26c2d6ca8bb5163cd04047455f7d5e1"/></dir><file name="list.phtml" hash="8a420867b2e9cb19530825e3252dcf49"/><file name="new.phtml" hash="5b595539378e35615c6e1edbc6852a60"/><dir name="view"><file name="media.phtml" hash="bc813d580f0dd052e8ba3511c2dac208"/><file name="tabs.phtml" hash="ae766ac4f8968c93715da9f0addb86c3"/></dir><file name="view.phtml" hash="43b0677b6dd8a44a4626f477a0609fe6"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="95e73758cdafc6c18a9741dbe72ade9a"/></dir><dir name="checkout"><dir name="cart"><file name="crosssell.phtml" hash="0be877a9ecabc98c2b108e3a7a8a52f7"/><dir name="item"><file name="default.phtml" hash="b0528f48df0d79067f05afa2a8dd2254"/></dir></dir><file name="cart.phtml" hash="07fc1e26a439fccff54c1f3ddf113a96"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="d52c2b9e8e822ecbd833cad2834d9051"/><file name="subscribe_bottom.phtml" hash="bf4d7d6823819cfeea7b68add5d52c8c"/></dir><dir name="page"><file name="1column.phtml" hash="2f3791720624934a15a68696e13c5ee4"/><file name="2columns-left.phtml" hash="243b86379d39fa0e6200ffe0e4865065"/><file name="2columns-right.phtml" hash="853cffb2feef11347d46c7625bc4d29a"/><file name="3columns.phtml" hash="f28b0c0f3aacece8ad4a2016da1aecf2"/><dir name="html"><file name="breadcrumbs.phtml" hash="37a23f17e7586893872eb8206a6029b0"/><file name="footer.phtml" hash="8976da48926ad6d55dacfb8614bc8369"/><file name="header.phtml" hash="bfea9cf26bc12e0fbae4a328f9e38a16"/><file name="topmenu.phtml" hash="9408948dd54565737648161bbdb7e6c6"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="caed40cc955752cbaf1db9f26bfd5722"/><file name="home_product_viewed.phtml" hash="10479e89abdb3104b42b91d6e7f3b694"/></dir></dir></dir><dir name="clothing_store_purple"><dir name="layout"><file name="catalog.xml" hash="5ff1399a9a93ab576a75ede1d8a65ecf"/><file name="newsletter.xml" hash="b431c1b27b89a2674b496644a41fb924"/><file name="paypal.xml" hash="bdadd34e12f3191a5e48e739ef1fe705"/><file name="tag.xml" hash="8e3c32ec4a08e1fdc11e5c4ef125dd76"/></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="view.phtml" hash="9d124fce82402c6c94de8134e466a17f"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="b26c2d6ca8bb5163cd04047455f7d5e1"/></dir><file name="list.phtml" hash="8a420867b2e9cb19530825e3252dcf49"/><file name="new.phtml" hash="5b595539378e35615c6e1edbc6852a60"/><dir name="view"><file name="media.phtml" hash="bc813d580f0dd052e8ba3511c2dac208"/><file name="tabs.phtml" hash="ae766ac4f8968c93715da9f0addb86c3"/></dir><file name="view.phtml" hash="43b0677b6dd8a44a4626f477a0609fe6"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="95e73758cdafc6c18a9741dbe72ade9a"/></dir><dir name="checkout"><dir name="cart"><file name="crosssell.phtml" hash="0be877a9ecabc98c2b108e3a7a8a52f7"/><dir name="item"><file name="default.phtml" hash="b0528f48df0d79067f05afa2a8dd2254"/></dir></dir><file name="cart.phtml" hash="07fc1e26a439fccff54c1f3ddf113a96"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="d52c2b9e8e822ecbd833cad2834d9051"/><file name="subscribe_bottom.phtml" hash="bf4d7d6823819cfeea7b68add5d52c8c"/></dir><dir name="page"><file name="1column.phtml" hash="2f3791720624934a15a68696e13c5ee4"/><file name="2columns-left.phtml" hash="243b86379d39fa0e6200ffe0e4865065"/><file name="2columns-right.phtml" hash="853cffb2feef11347d46c7625bc4d29a"/><file name="3columns.phtml" hash="f28b0c0f3aacece8ad4a2016da1aecf2"/><dir name="html"><file name="breadcrumbs.phtml" hash="37a23f17e7586893872eb8206a6029b0"/><file name="footer.phtml" hash="8976da48926ad6d55dacfb8614bc8369"/><file name="header.phtml" hash="bfea9cf26bc12e0fbae4a328f9e38a16"/><file name="topmenu.phtml" hash="9408948dd54565737648161bbdb7e6c6"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="caed40cc955752cbaf1db9f26bfd5722"/><file name="home_product_viewed.phtml" hash="10479e89abdb3104b42b91d6e7f3b694"/></dir></dir></dir><dir name="clothing_store_red"><dir name="layout"><file name="catalog.xml" hash="5ff1399a9a93ab576a75ede1d8a65ecf"/><file name="newsletter.xml" hash="b431c1b27b89a2674b496644a41fb924"/><file name="paypal.xml" hash="bdadd34e12f3191a5e48e739ef1fe705"/><file name="tag.xml" hash="8e3c32ec4a08e1fdc11e5c4ef125dd76"/></dir><dir name="template"><dir name="catalog"><dir name="category"><file name="view.phtml" hash="9d124fce82402c6c94de8134e466a17f"/></dir><dir name="product"><dir name="list"><file name="upsell.phtml" hash="b26c2d6ca8bb5163cd04047455f7d5e1"/></dir><file name="list.phtml" hash="8a420867b2e9cb19530825e3252dcf49"/><file name="new.phtml" hash="5b595539378e35615c6e1edbc6852a60"/><dir name="view"><file name="media.phtml" hash="bc813d580f0dd052e8ba3511c2dac208"/><file name="tabs.phtml" hash="ae766ac4f8968c93715da9f0addb86c3"/></dir><file name="view.phtml" hash="43b0677b6dd8a44a4626f477a0609fe6"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="95e73758cdafc6c18a9741dbe72ade9a"/></dir><dir name="checkout"><dir name="cart"><file name="crosssell.phtml" hash="0be877a9ecabc98c2b108e3a7a8a52f7"/><dir name="item"><file name="default.phtml" hash="b0528f48df0d79067f05afa2a8dd2254"/></dir></dir><file name="cart.phtml" hash="07fc1e26a439fccff54c1f3ddf113a96"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="d52c2b9e8e822ecbd833cad2834d9051"/><file name="subscribe_bottom.phtml" hash="bf4d7d6823819cfeea7b68add5d52c8c"/></dir><dir name="page"><file name="1column.phtml" hash="2f3791720624934a15a68696e13c5ee4"/><file name="2columns-left.phtml" hash="243b86379d39fa0e6200ffe0e4865065"/><file name="2columns-right.phtml" hash="853cffb2feef11347d46c7625bc4d29a"/><file name="3columns.phtml" hash="f28b0c0f3aacece8ad4a2016da1aecf2"/><dir name="html"><file name="breadcrumbs.phtml" hash="37a23f17e7586893872eb8206a6029b0"/><file name="footer.phtml" hash="8976da48926ad6d55dacfb8614bc8369"/><file name="header.phtml" hash="bfea9cf26bc12e0fbae4a328f9e38a16"/><file name="topmenu.phtml" hash="9408948dd54565737648161bbdb7e6c6"/></dir></dir><dir name="reports"><file name="home_product_compared.phtml" hash="caed40cc955752cbaf1db9f26bfd5722"/><file name="home_product_viewed.phtml" hash="10479e89abdb3104b42b91d6e7f3b694"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="clothing_store_orange"><dir name="css"><file name="print.css" hash="8fb2acea15ecc5730319fc4b9f45336b"/><file name="styles-ie.css" hash="6937ace6d3365b180b7b17d35752b6ae"/><file name="styles.css" hash="9aff98647ecfc337ea09c32774d0508d"/></dir><dir name="images"><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bf_link_bg.gif" hash="7fe02ff45b3fd64cac0195edcd88586b"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="05e5dd5d5883e7dbade43f15cb5b10aa"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="b4a1f24716e1f530334fc6f45bb2966e"/><file name="bkg_pipe2.gif" hash="6cebff77208d7205601a4d92134eda11"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_rating.gif" hash="6175a818f1e5145ac34cc1bdd23af267"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="1effda0c7e321865fcb4e1a1558cc528"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="block_button_bg.png" hash="39d683d375992aefe8178365b5ac59d5"/><file name="block_title_color_bg.png" hash="782b31c8d5df3fb6e7963eff3b786b46"/><file name="block_title_gray_bg.png" hash="36a8cb9742b3c7ce9ec62cc9eb2ee9f3"/><file name="bread_arrow.png" hash="742dff32b558df261313bc5683dcb424"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="139131222e3a7d4475ebbffce80bacb8"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button_bg.png" hash="8e91ca77ce91341e367f294ece24f7a8"/><file name="button_checkout.png" hash="f38ead696ebfb60b42e09ee9e1c02da2"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_img_bg.png" hash="4e96637205b435b2268294b569ba18c0"/><file name="cart_totals_bg.png" hash="f873e046377b5b50374dabbb3c7958b0"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="col_left_block_bg.png" hash="1c893eb9b6d8861ab80601e4d8be2faf"/><file name="col_right_block_bg.png" hash="d56c624d528d624651791ce072a260f6"/><file name="crosell_head.png" hash="d2acd07242630d4c9bc09d12752a61da"/><file name="crossell_bg.png" hash="fe52483dc0e6ead787eba8aef4d09243"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="disconut_bg.png" hash="18dd1915f71016cbda54fd2104dc2d1f"/><file name="disount_head.png" hash="72e232658bf9ebb7e2132022805838ab"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="grid_item_bg.png" hash="62a9cdfaabf8084cc70b6648f75a0812"/><file name="grid_item_bg2.png" hash="530ad9919126870e02bac9df587b19ee"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="a53bf2a5163d85f93485209eb92aedb4"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="8a0ee1350cc761e28c0938234e9174c2"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="9da2eb6555ccacac96308c5a42deb08c"/><file name="i_pager-prev.gif" hash="7c3eb9c6d57b783a80d054138e919cf0"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="input_bkg.gif" hash="5aa271a2e76fb73986982cb20cbe5bfd"/><file name="list_item_bg.png" hash="f00f5bb8059404b5edf5f6452eff1ed7"/><file name="logo.gif" hash="907ba971e2fa2a3d88c2ed85e46fb6f7"/><file name="logo_email.gif" hash="907ba971e2fa2a3d88c2ed85e46fb6f7"/><file name="logo_print.gif" hash="907ba971e2fa2a3d88c2ed85e46fb6f7"/><file name="magnifier_handle.gif" hash="eceb7f3c792c97cff560be005473363c"/><file name="main_img_bg.png" hash="cef8f09bbbbcd6947c7f20f598f73ed8"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><file name="nav_bkg.png" hash="a89063aeab1c02bc214df1ae353abcef"/><file name="nav_li_bkg.gif" hash="035e5a85ab16bf6ddf4eb54621f27767"/><file name="nav_li_li_a_bg.gif" hash="5df89fb54df23875e14ec22cfa7baf7f"/><file name="nav_over_bkg.png" hash="86dc17415321f72572fca9ece7191d8c"/><file name="nav_over_bkg2.gif" hash="31b1d64895e707058875004569c6618f"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="0586bcd3dd4d42e9e216d0ac783f7043"/><file name="page_head_bg.gif" hash="e3d0e81988d37693403d31416c7f94a3"/><file name="pager_arrow_left.gif" hash="7c3eb9c6d57b783a80d054138e919cf0"/><file name="pager_arrow_right.gif" hash="9da2eb6555ccacac96308c5a42deb08c"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_bkg.png" hash="c3af768250a3b1ace0cdf94054264ab5"/><file name="slider_bg.gif" hash="da56a97f0e9fb879b0df366a721c06ab"/><file name="slider_btn_zoom_in.gif" hash="ef8ac9cdb1736e3d262963eef3c7e1f0"/><file name="slider_btn_zoom_out.gif" hash="8fb3f91989362b2bdb43865678aa846c"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="tabs_bg.png" hash="6936c7eebb59a137de5eacf6b17cfa84"/><file name="toolbar_brd.gif" hash="781cb0a93c78e6ae13279577cc68a390"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="validation_advice_bg.png" hash="1226fedd6c039882f1e6dd751944d4fc"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir><dir name="clothing_store_purple"><dir name="css"><file name="print.css" hash="8fb2acea15ecc5730319fc4b9f45336b"/><file name="styles-ie.css" hash="6937ace6d3365b180b7b17d35752b6ae"/><file name="styles.css" hash="f1481e0a4880f2125fa298f2c6d912d5"/></dir><dir name="images"><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bf_link_bg.gif" hash="4d73fded23f73995e2a395729387e95f"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="389b47bf1ea6de7bd12d0dc451062c5f"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="b4a1f24716e1f530334fc6f45bb2966e"/><file name="bkg_pipe2.gif" hash="6cebff77208d7205601a4d92134eda11"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_pipe5.gif" hash="84c375168bcc1b1dae0dafc2b8dc0c91"/><file name="bkg_rating.gif" hash="6175a818f1e5145ac34cc1bdd23af267"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="72c13e5708aa08c8748c9c57ff417e54"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="block_button_bg.png" hash="39d683d375992aefe8178365b5ac59d5"/><file name="block_title_color_bg.png" hash="c3e33de540535680f15a43612c8371a1"/><file name="block_title_gray_bg.png" hash="37c510adbbacc05156317a49883ff2a1"/><file name="bread_arrow.png" hash="742dff32b558df261313bc5683dcb424"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="139131222e3a7d4475ebbffce80bacb8"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button_bg.png" hash="6ba0d47ae5ba20c66b44d8822cab7c71"/><file name="button_checkout.png" hash="aaa709da67276b33eb6c45119c2225e9"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_img_bg.png" hash="4e96637205b435b2268294b569ba18c0"/><file name="cart_totals_bg.png" hash="f873e046377b5b50374dabbb3c7958b0"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="col_left_block_bg.png" hash="1c893eb9b6d8861ab80601e4d8be2faf"/><file name="col_right_block_bg.png" hash="d56c624d528d624651791ce072a260f6"/><file name="crosell_head.png" hash="fd67ed72ff606fc19043c452be5121e9"/><file name="crossell_bg.png" hash="fe52483dc0e6ead787eba8aef4d09243"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="disconut_bg.png" hash="18dd1915f71016cbda54fd2104dc2d1f"/><file name="disount_head.png" hash="98b1b8de0bee617ebbb9c812155e4251"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="grid_item_bg.png" hash="62a9cdfaabf8084cc70b6648f75a0812"/><file name="grid_item_bg2.png" hash="530ad9919126870e02bac9df587b19ee"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="bec5ff4cc07d5b06775d2999a978280d"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="3681df73a5ca2f0d6bb044858d13347a"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="19497b8c0fd7825ded9af188ba510052"/><file name="i_pager-prev.gif" hash="dc4422c28e7e4b32bd5625ddd2d9cbc5"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="4f66b72e73e3597b9bb1b27f1cafe74f"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="input_bkg.gif" hash="5aa271a2e76fb73986982cb20cbe5bfd"/><file name="list_item_bg.png" hash="f00f5bb8059404b5edf5f6452eff1ed7"/><file name="logo.gif" hash="c00f3918cb7f0a61beba12741d3a15fe"/><file name="logo_email.gif" hash="c00f3918cb7f0a61beba12741d3a15fe"/><file name="logo_print.gif" hash="c00f3918cb7f0a61beba12741d3a15fe"/><file name="magnifier_handle.gif" hash="ec3ac9e82d4c6f157a82d7451c0b2c8a"/><file name="main_img_bg.png" hash="cef8f09bbbbcd6947c7f20f598f73ed8"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><file name="nav_bkg.png" hash="643d465a42820d94decb453b6b9c5095"/><file name="nav_li_bkg.gif" hash="20d66c975148f461c9d53326e75b899e"/><file name="nav_li_li_a_bg.gif" hash="9aefd03c5a3aeb0db91b3bfc230a6d0c"/><file name="nav_over_bkg.png" hash="3b7325d10af84670739d02c592716eeb"/><file name="nav_over_bkg2.gif" hash="a132c53367e94805640a659d7d750942"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="49b38f4ff4eec46a38b46e9a0773088b"/><file name="page_head_bg.gif" hash="04d4287941c8d4c3af24130606441eac"/><file name="pager_arrow_left.gif" hash="dc4422c28e7e4b32bd5625ddd2d9cbc5"/><file name="pager_arrow_right.gif" hash="19497b8c0fd7825ded9af188ba510052"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_bkg.png" hash="c35a16b3aa847d8aa7312f8f9e75f00e"/><file name="slider_bg.gif" hash="ae133efd9bfc24674e815bc1432bf64c"/><file name="slider_btn_zoom_in.gif" hash="f49e7fcd62aac0eaaef564555916681b"/><file name="slider_btn_zoom_out.gif" hash="818f9a8c94b56339c5ca099598fe6ae3"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="tabs_bg.png" hash="f5585d45a1db5c402cfe2ae2f55047bf"/><file name="toolbar_brd.gif" hash="781cb0a93c78e6ae13279577cc68a390"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="validation_advice_bg.png" hash="1226fedd6c039882f1e6dd751944d4fc"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir><dir name="clothing_store_red"><dir name="css"><file name="print.css" hash="8fb2acea15ecc5730319fc4b9f45336b"/><file name="styles-ie.css" hash="fcd75abbda67089bd44b100017204f93"/><file name="styles.css" hash="806ce9859394ce4e66defffc35ceaf52"/></dir><dir name="images"><file name="best_selling_tr_even_bg.gif" hash="5022d648379090e306f00cd64738b146"/><file name="best_selling_tr_odd_bg.gif" hash="926622704f53796801bb5d097e116c8e"/><file name="bf_link_bg.gif" hash="75fd2fe9cc5b41db6ff523f55f8cafa7"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="be987d83681f18866c9b414b36c94f8d"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_buttons-set1.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_grand-total.gif" hash="10f1c3d82d78170706fa3e9c4baa7e04"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_login-box.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="bkg_nav1.gif" hash="f4e26840c8cca0e74aba5b810341c5c0"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="b4a1f24716e1f530334fc6f45bb2966e"/><file name="bkg_pipe2.gif" hash="6cebff77208d7205601a4d92134eda11"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_pipe5.gif" hash="84c375168bcc1b1dae0dafc2b8dc0c91"/><file name="bkg_rating.gif" hash="6175a818f1e5145ac34cc1bdd23af267"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="b0d17555dfc6060941e0c067718189df"/><file name="bkg_th.gif" hash="4eef276d9a0476cf51b6c73dd227fdb7"/><file name="bkg_toolbar.gif" hash="fb7ed019476eaa1643af922b59ede4fb"/><file name="block_button_bg.png" hash="39d683d375992aefe8178365b5ac59d5"/><file name="block_title_color_bg.png" hash="867a2e442ee72d1620f89f5fd4c6f56a"/><file name="block_title_gray_bg.png" hash="bed587852ad41072ecb37a69e1387cbf"/><file name="bread_arrow.png" hash="742dff32b558df261313bc5683dcb424"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="139131222e3a7d4475ebbffce80bacb8"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button_bg.png" hash="4ecabd534c8afc1987dddbfd16c528c8"/><file name="button_checkout.png" hash="06cf7d70817f1a7edc5a6d4a22e83281"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="cart_img_bg.png" hash="4e96637205b435b2268294b569ba18c0"/><file name="cart_totals_bg.png" hash="1f086d0b90e6e0cb781dee025db5ca2b"/><dir name="catalog"><dir name="product"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="col_left_block_bg.png" hash="1c893eb9b6d8861ab80601e4d8be2faf"/><file name="col_right_block_bg.png" hash="d56c624d528d624651791ce072a260f6"/><file name="crosell_head.png" hash="931000baa1f5bfa915ea98cecf78792e"/><file name="crossell_bg.png" hash="fe52483dc0e6ead787eba8aef4d09243"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="disconut_bg.png" hash="18dd1915f71016cbda54fd2104dc2d1f"/><file name="disount_head.png" hash="9fb8919f5e4508c77f26136b261e0048"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="grid_item_bg.png" hash="62a9cdfaabf8084cc70b6648f75a0812"/><file name="grid_item_bg2.png" hash="530ad9919126870e02bac9df587b19ee"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="67ccf50c687f9cb58fd6e1857b4c9501"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="9270c414b7d84eadd334ebd3715423cc"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="6076f4f4a831dd634bbb4d2adaa8e9a0"/><file name="i_pager-prev.gif" hash="bc74fb58f5b8b87f096ac944bfbbadd7"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="83f0734918f52867477e96df692594ec"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="input_bkg.gif" hash="5aa271a2e76fb73986982cb20cbe5bfd"/><file name="list_item_bg.png" hash="f00f5bb8059404b5edf5f6452eff1ed7"/><file name="logo.gif" hash="6df4aa33e884e33045f13376a5d99048"/><file name="logo_email.gif" hash="6df4aa33e884e33045f13376a5d99048"/><file name="logo_print.gif" hash="6df4aa33e884e33045f13376a5d99048"/><file name="magnifier_handle.gif" hash="5624503f10613cdd16eefc6ec0492887"/><file name="main_img_bg.png" hash="cef8f09bbbbcd6947c7f20f598f73ed8"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><file name="nav_bkg.png" hash="5305e7aebf001803f55c237deb53bf3d"/><file name="nav_li_bkg.gif" hash="595a427112e493bdaeaa7264716c058b"/><file name="nav_li_li_a_bg.gif" hash="8a6aa3c678ade775263e0dd307125ddf"/><file name="nav_over_bkg.png" hash="d8f10d7c721ac7bbf76100f756645932"/><file name="nav_over_bkg2.gif" hash="7964883e09f3a7d096d620def592fcf8"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="19520f708c2174f9c8fe34079d34ba13"/><file name="page_head_bg.gif" hash="37ae08ed21ee961360e76116b6fdc55e"/><file name="pager_arrow_left.gif" hash="bc74fb58f5b8b87f096ac944bfbbadd7"/><file name="pager_arrow_right.gif" hash="6076f4f4a831dd634bbb4d2adaa8e9a0"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="search_bkg.png" hash="bb59f60705a01de7a605e9b380e5eeb8"/><file name="slider_bg.gif" hash="f617de3b18eab63862f739a735e53c6e"/><file name="slider_btn_zoom_in.gif" hash="6c2d020a79f13fee8684e7600a143e18"/><file name="slider_btn_zoom_out.gif" hash="1fecb53d89ff4ad4e1325c8a9d26e7c5"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="tabs_bg.png" hash="dcc1820157f8e17fa6c4050cdba56303"/><file name="toolbar_brd.gif" hash="781cb0a93c78e6ae13279577cc68a390"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name="validation_advice_bg.png" hash="1226fedd6c039882f1e6dd751944d4fc"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|
skin/frontend/default/clothing_store_orange/css/print.css
ADDED
@@ -0,0 +1,40 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
* { background:none !important; text-align:left !important; }
|
26 |
+
html { margin:0 !important; padding:0 !important; }
|
27 |
+
body { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
|
28 |
+
a { color:#2976c9 !important; }
|
29 |
+
th,td { color:#2f2f2f !important; border-color:#ccc !important; }
|
30 |
+
|
31 |
+
.header-container,
|
32 |
+
.nav-container,
|
33 |
+
.footer-container,
|
34 |
+
.pager,
|
35 |
+
.toolbar,
|
36 |
+
.actions,
|
37 |
+
.buttons-set { display:none !important; }
|
38 |
+
|
39 |
+
.page-print .data-table .cart-tax-total { background-position:100% -54px; }
|
40 |
+
.page-print .data-table .cart-tax-info { display:block !important; }
|
skin/frontend/default/clothing_store_orange/css/styles-ie.css
ADDED
@@ -0,0 +1,150 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
.clearfix,.home_banners,.product-tabs,.product-tabs-content,.before-footer-in{zoom:1;}
|
26 |
+
.before-footer .block-subscribe .block-content button.button span{top:1px;}
|
27 |
+
.before-footer .block-subscribe .block-content .input-box input.input-text{padding-bottom:4px;}
|
28 |
+
/* IE 6 only */
|
29 |
+
* html .validation-advice { height:13px; }
|
30 |
+
* html .error-msg,
|
31 |
+
* html .success-msg,
|
32 |
+
* html .note-msg,
|
33 |
+
* html .notice-msg { height:20px; }
|
34 |
+
* html .main { height:400px; }
|
35 |
+
* html .account-login .content { height:240px; }
|
36 |
+
.block li.item,
|
37 |
+
.block-poll li,
|
38 |
+
.opc li.section { vertical-align:top; }
|
39 |
+
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
40 |
+
|
41 |
+
/* Doubled Margin Fixes */
|
42 |
+
.product-view .product-img-box .more-views li,
|
43 |
+
.product-view .box-tags .form-add .input-box,
|
44 |
+
.sp-methods select.month { display:inline; }
|
45 |
+
|
46 |
+
#opc-review .sp-methods .input-box { float:left; }
|
47 |
+
.product-options{zoom:1;}
|
48 |
+
/********** < Navigation styles */
|
49 |
+
#nav li,
|
50 |
+
#nav li a { zoom:1; }
|
51 |
+
#nav li { vertical-align:top; }
|
52 |
+
/********** < Navigation styles */
|
53 |
+
|
54 |
+
select { margin-bottom:1px; }
|
55 |
+
input.radio { width:13px; height:13px; }
|
56 |
+
input.checkbox { width:13px; height:13px; }
|
57 |
+
button.button { height:23px; }
|
58 |
+
button.button span { position:relative; }
|
59 |
+
button.btn-checkout { height:28px; }
|
60 |
+
.form-list label { position:relative; z-index:0; }
|
61 |
+
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
62 |
+
|
63 |
+
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
64 |
+
|
65 |
+
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
66 |
+
|
67 |
+
.gift-messages-form { position:relative; zoom:1; }
|
68 |
+
|
69 |
+
.tool-tip .btn-close a { margin:0; }
|
70 |
+
|
71 |
+
.product-view .box-tags .product-tags li{ padding:0 4px 0 7px; }
|
72 |
+
|
73 |
+
.product-options dd .time-picker select { margin:0; padding:0; }
|
74 |
+
|
75 |
+
/* Clearer */
|
76 |
+
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
77 |
+
|
78 |
+
/* Clears and hasLayout fixes */
|
79 |
+
.header-container,
|
80 |
+
.header-container .top-container,
|
81 |
+
.header,
|
82 |
+
.header .quick-access,
|
83 |
+
#nav,
|
84 |
+
.main,
|
85 |
+
.footer,
|
86 |
+
.footer-container .bottom-container,
|
87 |
+
.col-main,
|
88 |
+
.col2-set,
|
89 |
+
.col3-set,
|
90 |
+
.col3-layout .product-options-bottom .price-box,
|
91 |
+
.col4-set,
|
92 |
+
.messages li,
|
93 |
+
.search-autocomplete li,
|
94 |
+
.block,
|
95 |
+
.block .block-content,
|
96 |
+
.block .actions,
|
97 |
+
.block li.item,
|
98 |
+
.block-poll li,
|
99 |
+
.block-poll .label,
|
100 |
+
.block-layered-nav .currently li,
|
101 |
+
.block-account .block-content li a,
|
102 |
+
.mini-products-list .product-details,
|
103 |
+
.page-title,
|
104 |
+
.rss-title h1,
|
105 |
+
.products-grid,
|
106 |
+
.products-list li.item,
|
107 |
+
.box-account .box-head,
|
108 |
+
.dashboard .box .box-title,
|
109 |
+
.box-reviews li.item,
|
110 |
+
.box-tags li.item,
|
111 |
+
.pager,
|
112 |
+
.sorter,
|
113 |
+
.ratings,
|
114 |
+
.add-to-box,
|
115 |
+
.add-to-cart,
|
116 |
+
.product-essential,
|
117 |
+
.product-collateral,
|
118 |
+
.product-view .product-img-box .more-views ul,
|
119 |
+
.product-view .box-tags .form-add,
|
120 |
+
.product-view .product-shop .short-description,
|
121 |
+
.product-view .box-description,
|
122 |
+
.product-options .options-list li,
|
123 |
+
.product-options-bottom,
|
124 |
+
.truncated,
|
125 |
+
.truncated .truncated_full_value,
|
126 |
+
.product-review,
|
127 |
+
.cart,
|
128 |
+
.cart-collaterals,
|
129 |
+
.cart .crosssell li.item,
|
130 |
+
.cart .discount,
|
131 |
+
.opc .step-title,
|
132 |
+
.opc .step,
|
133 |
+
.multiple-checkout,
|
134 |
+
.sp-methods,
|
135 |
+
.checkout-progress,
|
136 |
+
.multiple-checkout .place-order,
|
137 |
+
.form-list li,
|
138 |
+
.form-list .field,
|
139 |
+
.group-select li,
|
140 |
+
.buttons-set,
|
141 |
+
.page-print .print-head,
|
142 |
+
.cart-tax-total,
|
143 |
+
.advanced-search-summary,
|
144 |
+
.advanced-search-summary p,
|
145 |
+
.gift-messages-form .item,
|
146 |
+
.send-friend .form-list li p,
|
147 |
+
.centinel .authentication { zoom:1; }
|
148 |
+
|
149 |
+
/* Hover Fix */
|
150 |
+
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
skin/frontend/default/clothing_store_orange/css/styles.css
ADDED
@@ -0,0 +1,2119 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
|
26 |
+
/* Reset ================================================================================= */
|
27 |
+
* { margin:0; padding:0; }
|
28 |
+
|
29 |
+
body { background:#fff; font:12px/1.55 Arial, Helvetica, sans-serif; color:#6d6d6d; text-align:center; }
|
30 |
+
html{
|
31 |
+
height:100%;
|
32 |
+
width:100%;
|
33 |
+
}
|
34 |
+
body{
|
35 |
+
height:100%;
|
36 |
+
width:100%;
|
37 |
+
}
|
38 |
+
|
39 |
+
img { border:0; vertical-align:top; }
|
40 |
+
|
41 |
+
a { color:#ff930d; text-decoration:underline; }
|
42 |
+
a:hover { text-decoration:none; }
|
43 |
+
:focus { outline:0; }
|
44 |
+
|
45 |
+
/* Headings */
|
46 |
+
h1,h2,h3,
|
47 |
+
h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#4e4e4e;}
|
48 |
+
h1 { font-size:20px; font-weight:normal; }
|
49 |
+
h2 { font-size:18px; font-weight:normal; }
|
50 |
+
h3 { font-size:16px; font-weight:bold; }
|
51 |
+
h4 { font-size:14px; font-weight:bold; }
|
52 |
+
h5 { font-size:12px; font-weight:bold; }
|
53 |
+
h6 { font-size:11px; font-weight:bold; }
|
54 |
+
|
55 |
+
/* Forms */
|
56 |
+
form { display:inline; }
|
57 |
+
fieldset { border:0; }
|
58 |
+
legend { display:none; }
|
59 |
+
|
60 |
+
/* Table */
|
61 |
+
table { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
|
62 |
+
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
|
63 |
+
|
64 |
+
/* Content */
|
65 |
+
p { margin:0 0 10px; }
|
66 |
+
strong { font-weight:bold; }
|
67 |
+
address { font-style:normal; line-height:1.35; }
|
68 |
+
cite { font-style:normal; }
|
69 |
+
q,
|
70 |
+
blockquote { quotes:none; }
|
71 |
+
q:before,
|
72 |
+
q:after { content:''; }
|
73 |
+
small,big { font-size:1em; }
|
74 |
+
/*sup { font-size:1em; vertical-align:top; }*/
|
75 |
+
|
76 |
+
/* Lists */
|
77 |
+
ul,ol { list-style:none; }
|
78 |
+
|
79 |
+
/* Tools */
|
80 |
+
.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; }
|
81 |
+
.nobr { white-space:nowrap !important; }
|
82 |
+
.wrap { white-space:normal !important; }
|
83 |
+
.a-left { text-align:left !important; }
|
84 |
+
.a-center { text-align:center !important; }
|
85 |
+
.a-right { text-align:right !important; }
|
86 |
+
.v-top { vertical-align:top; }
|
87 |
+
.v-middle { vertical-align:middle; }
|
88 |
+
.f-left,
|
89 |
+
.left { float:left !important; }
|
90 |
+
.f-right,
|
91 |
+
.right { float:right !important; }
|
92 |
+
.f-none { float:none !important; }
|
93 |
+
.f-fix { float:left; width:100%; }
|
94 |
+
.no-display { display:none; }
|
95 |
+
.no-margin { margin:0 !important; }
|
96 |
+
.no-padding { padding:0 !important; }
|
97 |
+
.no-bg { background:none !important; }
|
98 |
+
/* ======================================================================================= */
|
99 |
+
|
100 |
+
/* Layout ================================================================================ */
|
101 |
+
.wrapper {
|
102 |
+
min-height:100%;
|
103 |
+
height:auto !important;
|
104 |
+
height:100%;
|
105 |
+
}
|
106 |
+
.clearfix:after,
|
107 |
+
.home_banners:after{
|
108 |
+
content:' ';
|
109 |
+
clear:both;
|
110 |
+
display:block;
|
111 |
+
width:0;
|
112 |
+
height:0;
|
113 |
+
overflow:hidden;
|
114 |
+
font-size:0;
|
115 |
+
}
|
116 |
+
.home_banner{margin-bottom:10px;}
|
117 |
+
.home_banner img{max-width:100%;}
|
118 |
+
.home_banners a{float:left; padding-right:9px;}
|
119 |
+
.home_banners a.last{padding-right:0;}
|
120 |
+
.page {padding-bottom:65px;}
|
121 |
+
.page-print { background:#fff; padding:25px 30px; text-align:left; width:auto;}
|
122 |
+
.page-empty { background:#fff; padding:20px; text-align:left; }
|
123 |
+
.page-popup { background:#fff; padding:25px 30px; text-align:left; width:auto; height:auto;}
|
124 |
+
.main-container { }
|
125 |
+
.main { width:915px; margin:0 auto; min-height:400px; padding:10px 0 7px; text-align:left; }
|
126 |
+
|
127 |
+
/* Base Columns */
|
128 |
+
.col-left { float:left; width:215px; padding:0 0 1px; }
|
129 |
+
.col-main { float:left; width:673px; padding:0 0 1px; }
|
130 |
+
.col-right { float:right; width:228px; padding:0 0 1px; }
|
131 |
+
|
132 |
+
/* 1 Column Layout */
|
133 |
+
.col1-layout .col-main { float:none; width:auto; }
|
134 |
+
|
135 |
+
/* 2 Columns Layout */
|
136 |
+
.col2-left-layout .col-main { float:right; }
|
137 |
+
.col2-right-layout .col-main {}
|
138 |
+
|
139 |
+
/* 3 Columns Layout */
|
140 |
+
.col3-layout .col-main { width:445px; margin-left:14px; }
|
141 |
+
.col3-layout .col-wrapper { float:left; width:674px; }
|
142 |
+
.col3-layout .col-wrapper .col-main { float:right; }
|
143 |
+
|
144 |
+
/* Content Columns */
|
145 |
+
.col2-set .col-1 { float:left; width:48.5%; }
|
146 |
+
.col2-set .col-2 { float:right; width:48.5%; }
|
147 |
+
.col2-set .col-narrow { width:32%; }
|
148 |
+
.col2-set .col-wide { width:65%; }
|
149 |
+
|
150 |
+
.col3-set .col-1 { float:left; width:32%; }
|
151 |
+
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
|
152 |
+
.col3-set .col-3 { float:right; width:32%; }
|
153 |
+
|
154 |
+
.col4-set .col-1 { float:left; width:23.5%; }
|
155 |
+
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
|
156 |
+
.col4-set .col-3 { float:left; width:23.5%; }
|
157 |
+
.col4-set .col-4 { float:right; width:23.5%; }
|
158 |
+
/* ======================================================================================= */
|
159 |
+
|
160 |
+
/* Global Styles ========================================================================= */
|
161 |
+
/* Form Elements */
|
162 |
+
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#595959; }
|
163 |
+
input.input-text,select,textarea { background:#fff; border:1px solid #c6c6c6; background:#fff url(../images/input_bkg.gif) repeat-x 0 0;}
|
164 |
+
input.input-text,textarea { padding:2px; }
|
165 |
+
select { padding:1px; }
|
166 |
+
select option { padding-right:10px; }
|
167 |
+
select.multiselect option { border-bottom:1px solid #c6c6c6; padding:2px 5px; }
|
168 |
+
select.multiselect option:last-child { border-bottom:0; }
|
169 |
+
textarea { overflow:auto; }
|
170 |
+
input.radio { margin-right:3px; }
|
171 |
+
input.checkbox { margin-right:3px; }
|
172 |
+
input.qty { width:2.5em !important; text-align:center;}
|
173 |
+
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
|
174 |
+
button.button { -webkit-border-fit:lines;}
|
175 |
+
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:none; cursor:pointer; }
|
176 |
+
button.button span { display:block; height:23px; background:url(../images/button_bg.png) no-repeat 0 0; padding:0 0 0 10px; text-transform:uppercase; font:11px/22px Tahoma,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#fff; }
|
177 |
+
button.button span span { padding:0 10px 0 0; background:url(../images/button_bg.png) no-repeat 100% 0; }
|
178 |
+
|
179 |
+
button.btn-checkout span { height:28px; background:url(../images/button_checkout.png) 0 0 no-repeat; padding:0 0 0 13px; font:11px/28px Tahoma,Geneva,Kalimati,sans-serif; color:#fff; }
|
180 |
+
button.btn-checkout span span { background:url(../images/button_checkout.png) 100% 0 no-repeat; padding:0 13px 0 0; }
|
181 |
+
|
182 |
+
.block button.button span {height:21px; padding:0 0 0 12px; background:url(../images/block_button_bg.png) no-repeat 0 0; font:12px/20px Tahoma,Geneva,Kalimati,sans-serif; color:#5e5d5d; text-transform:none;}
|
183 |
+
.block button.button span span{padding:0 12px 0 0; background:url(../images/block_button_bg.png) no-repeat 100% 0;}
|
184 |
+
p.control input.checkbox,
|
185 |
+
p.control input.radio { margin-right:6px; }
|
186 |
+
/* Form Highlight */
|
187 |
+
input.input-text:focus,select:focus,textarea:focus { background:#edf7fd; }
|
188 |
+
/*.highlight { background:#efefef; }*/
|
189 |
+
|
190 |
+
/* Form lists */
|
191 |
+
/* Grouped fields */
|
192 |
+
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
|
193 |
+
.form-list li { margin:0 0 8px; }
|
194 |
+
.form-list label { float:left; color:#5f5f5f; font-weight:bold; position:relative; z-index:0; }
|
195 |
+
.form-list label.required {}
|
196 |
+
.form-list label.required em { float:right; font-style:normal; color:#ee350b; position:absolute; top:0; right:-8px; }
|
197 |
+
.form-list li.control label { float:none; }
|
198 |
+
.form-list li.control input.radio,
|
199 |
+
.form-list li.control input.checkbox { margin-right:6px; }
|
200 |
+
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
|
201 |
+
/*.form-list li.fields { margin-right:-15px; }*/
|
202 |
+
.form-list .input-box { display:block; clear:both; width:260px; }
|
203 |
+
.form-list .field { float:left; width:275px; }
|
204 |
+
.form-list input.input-text { width:254px; }
|
205 |
+
.form-list textarea { width:254px; height:10em; }
|
206 |
+
.form-list select { width:260px; }
|
207 |
+
.form-list li.wide .input-box { width:535px; }
|
208 |
+
.form-list li.wide input.input-text { width:529px; }
|
209 |
+
.form-list li.wide textarea { width:529px; }
|
210 |
+
.form-list li.wide select { width:535px; }
|
211 |
+
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
|
212 |
+
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
213 |
+
.form-list .input-range input.input-text { width:74px; }
|
214 |
+
/* Customer */
|
215 |
+
.form-list .customer-name-prefix .input-box,
|
216 |
+
.form-list .customer-name-suffix .input-box,
|
217 |
+
.form-list .customer-name-prefix-suffix .input-box,
|
218 |
+
.form-list .customer-name-prefix-middlename .input-box,
|
219 |
+
.form-list .customer-name-middlename-suffix .input-box,
|
220 |
+
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
|
221 |
+
|
222 |
+
.form-list .name-prefix { width:65px; }
|
223 |
+
.form-list .name-prefix select { width:55px; }
|
224 |
+
.form-list .name-prefix input.input-text { width:49px; }
|
225 |
+
|
226 |
+
.form-list .name-suffix { width:65px; }
|
227 |
+
.form-list .name-suffix select { width:55px; }
|
228 |
+
.form-list .name-suffix input.input-text { width:49px; }
|
229 |
+
|
230 |
+
.form-list .name-middlename { width:70px; }
|
231 |
+
.form-list .name-middlename input.input-text { width:49px; }
|
232 |
+
|
233 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
234 |
+
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
235 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
236 |
+
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
|
237 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
|
238 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
|
239 |
+
|
240 |
+
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
|
241 |
+
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
|
242 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
243 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
244 |
+
|
245 |
+
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
|
246 |
+
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
|
247 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
248 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
249 |
+
|
250 |
+
.form-list .customer-name-prefix .name-firstname,
|
251 |
+
.form-list .customer-name-middlename .name-firstname { width:210px; }
|
252 |
+
|
253 |
+
.form-list .customer-name-suffix .name-lastname,
|
254 |
+
.form-list .customer-name-middlename .name-firstname,
|
255 |
+
.form-list .customer-name-middlename-suffix .name-firstname,
|
256 |
+
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
257 |
+
|
258 |
+
.form-list .customer-name-prefix .name-firstname input.input-text,
|
259 |
+
.form-list .customer-name-suffix .name-lastname input.input-text,
|
260 |
+
.form-list .customer-name-middlename .name-firstname input.input-text,
|
261 |
+
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
262 |
+
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
263 |
+
|
264 |
+
.form-list .customer-dob .dob-month,
|
265 |
+
.form-list .customer-dob .dob-day,
|
266 |
+
.form-list .customer-dob .dob-year { float:left; width:85px; }
|
267 |
+
.form-list .customer-dob input.input-text { display:block; width:74px; }
|
268 |
+
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
|
269 |
+
.form-list .customer-dob .dob-day,
|
270 |
+
.form-list .customer-dob .dob-month { width:60px; }
|
271 |
+
.form-list .customer-dob .dob-day input.input-text,
|
272 |
+
.form-list .customer-dob .dob-month input.input-text { width:46px; }
|
273 |
+
.form-list .customer-dob .dob-year { width:140px; }
|
274 |
+
.form-list .customer-dob .dob-year input.input-text { width:134px; }
|
275 |
+
|
276 |
+
/* Independent fields */
|
277 |
+
/*.form-list li { margin:0 0 8px; }
|
278 |
+
.form-list li.fields { margin:0; }
|
279 |
+
.form-list .field { display:block; margin:0 0 8px; }
|
280 |
+
.form-list li.control {}
|
281 |
+
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
|
282 |
+
.form-list label.required { font-weight:bold; }
|
283 |
+
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
|
284 |
+
.form-list .input-box { float:left; width:260px; }
|
285 |
+
.form-list input.input-text,
|
286 |
+
.form-list textarea { width:254px; }
|
287 |
+
.form-list select { width:260px; }
|
288 |
+
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
|
289 |
+
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
|
290 |
+
.form-list .input-range input.input-text { width:96px; }*/
|
291 |
+
/* Customer */
|
292 |
+
/*.form-list .customer-dob .dob-month,
|
293 |
+
.form-list .customer-dob .dob-day,
|
294 |
+
.form-list .customer-dob .dob-year { float:left; width:85px; }
|
295 |
+
.form-list .customer-dob input.input-text { display:block; width:74px; }
|
296 |
+
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
|
297 |
+
.form-list .customer-dob .dob-day,
|
298 |
+
.form-list .customer-dob .dob-month { width:60px; }
|
299 |
+
.form-list .customer-dob .dob-day input.input-text,
|
300 |
+
.form-list .customer-dob .dob-month input.input-text { width:46px; }
|
301 |
+
.form-list .customer-dob .dob-year { width:140px; }
|
302 |
+
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
|
303 |
+
|
304 |
+
.buttons-set { clear:both; margin:2em 0 0; padding:0; text-align:right; }
|
305 |
+
.buttons-set p.required { margin:0 0 10px; }
|
306 |
+
.buttons-set .back-link { float:left; margin:0; }
|
307 |
+
.buttons-set button.button { float:right; margin-left:5px; }
|
308 |
+
|
309 |
+
.buttons-set-order { margin:10px 0 0; }
|
310 |
+
.buttons-set-order .please-wait { padding:12px 7px 0 0; }
|
311 |
+
|
312 |
+
.fieldset { border:1px solid #d4d4d4; background:#fff; padding:22px 25px 12px 33px; margin:28px 0;}
|
313 |
+
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #d4d4d4; background:#fff; color:#5E5D5D; margin:-33px 0 0 -10px; padding:0 8px; position:relative;}
|
314 |
+
|
315 |
+
/* Form Validation */
|
316 |
+
.validation-advice { font-family:Tahoma,Geneva,Kalimati,sans-serif; clear:both; min-height:13px; margin:3px 0 0; padding-left:14px; font-size:10px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.png) 3px 2px no-repeat; color:#ee350b; }
|
317 |
+
.validation-failed { border:1px dashed #ee350b !important; }
|
318 |
+
.validation-passed {}
|
319 |
+
p.required { font-size:11px; text-align:right; color:#EB340A; }
|
320 |
+
/* Expiration date and CVV number validation fix */
|
321 |
+
.v-fix { float:left; }
|
322 |
+
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
|
323 |
+
|
324 |
+
/* Global Messages */
|
325 |
+
.success { color:#3d6611; font-weight:bold; }
|
326 |
+
.error { color:#df280a; font-weight:bold; }
|
327 |
+
.notice { color:#e26703; }
|
328 |
+
|
329 |
+
.messages,
|
330 |
+
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
|
331 |
+
.messages { width:100%; overflow:hidden; }
|
332 |
+
.messages li { margin:0 0 10px !important;}
|
333 |
+
.messages li li { margin:0 0 3px !important; }
|
334 |
+
.error-msg,
|
335 |
+
.success-msg,
|
336 |
+
.note-msg,
|
337 |
+
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:20px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
|
338 |
+
.error-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-error.gif); color:#df280a; }
|
339 |
+
.success-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
|
340 |
+
.note-msg,
|
341 |
+
.notice-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
|
342 |
+
|
343 |
+
/* BreadCrumbs */
|
344 |
+
.breadcrumbs { font-size:12px; line-height:1.25; margin:2px 0 9px 9px; }
|
345 |
+
.breadcrumbs li a{color:#6d6d6d; text-decoration:none;}
|
346 |
+
.breadcrumbs li a:hover{text-decoration:underline;}
|
347 |
+
.breadcrumbs li { display:inline; padding-right:5px;}
|
348 |
+
.breadcrumbs li span{padding-left:5px;}
|
349 |
+
.breadcrumbs li strong { font-weight:normal; color:#ff930d;}
|
350 |
+
|
351 |
+
/* Page Heading */
|
352 |
+
.page-title { width:100%; overflow:hidden; padding-bottom:1px; margin:0 0 25px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
353 |
+
.page-title h1,
|
354 |
+
.page-title h2 { margin:0; font-size:20px; float:left; padding-right:10px; background:url(../images/page_head_bg.gif) 100% 14px no-repeat;}
|
355 |
+
.page-title .separator { margin:0 3px; }
|
356 |
+
.page-title .link-rss { float:right; margin:7px 0 0; }
|
357 |
+
.title-buttons { text-align:right; }
|
358 |
+
.title-buttons h1,
|
359 |
+
.title-buttons h2,
|
360 |
+
.title-buttons h3,
|
361 |
+
.title-buttons h4,
|
362 |
+
.title-buttons h5,
|
363 |
+
.title-buttons h6 { float:left; }
|
364 |
+
|
365 |
+
.subtitle,
|
366 |
+
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#5f5f5f; }
|
367 |
+
|
368 |
+
/* Pager */
|
369 |
+
.pager { font-size:12px; padding:4px 7px; text-align:center; color:#626262;}
|
370 |
+
.pager .amount { float:left; margin:0; }
|
371 |
+
.pager .limiter { float:right; }
|
372 |
+
.pager .limiter label { vertical-align:middle; }
|
373 |
+
.pager .limiter select { padding:0; margin:0 3px 1px 7px; vertical-align:middle; width:51px;}
|
374 |
+
.pager .pages { margin:0 140px; }
|
375 |
+
.pager .pages ol { display:inline; }
|
376 |
+
.pager .pages li { display:inline; margin:0 2px; }
|
377 |
+
.pager .pages .current {}
|
378 |
+
|
379 |
+
/* Sorter */
|
380 |
+
.sorter { font-size:12px; padding:4px 7px 3px; color:#626262;}
|
381 |
+
.sorter .view-mode { float:left; margin:0; }
|
382 |
+
.sorter .view-mode strong{font-weight:normal; color:#616161;}
|
383 |
+
.sorter .sort-by { float:right; padding-right:6px; }
|
384 |
+
.sorter .sort-by label { vertical-align:middle; }
|
385 |
+
.sorter .sort-by select { padding:0; margin:0 5px 1px 8px; vertical-align:middle; width:82px;}
|
386 |
+
.sorter .link-feed {}
|
387 |
+
|
388 |
+
/* Toolbar */
|
389 |
+
.toolbar {background:#fcfcfc; border:1px solid #dbdbdb; padding:3px 5px 0;color:#626262; margin-bottom:14px;}
|
390 |
+
.toolbar .pager { padding:3px 2px 4px 7px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x; }
|
391 |
+
.toolbar .sorter { }
|
392 |
+
.toolbar-bottom {margin-bottom:0;}
|
393 |
+
|
394 |
+
/* Data Table */
|
395 |
+
.data-table { width:100%; border:1px solid #dbdbdb; border-collapse:collapse;}
|
396 |
+
.data-table .odd { background:#fff; }
|
397 |
+
.data-table .even { background:#fff; }
|
398 |
+
/*.data-table tr.odd:hover,
|
399 |
+
.data-table tr.even:hover { background:#ebf1f6; }*/
|
400 |
+
.data-table th { padding:3px 8px; font-weight:bold; }
|
401 |
+
.data-table td { padding:3px 8px; }
|
402 |
+
|
403 |
+
.data-table thead th { font-weight:normal; border:1px solid #dbdbdb; padding:2px 8px; color:#606060; white-space:nowrap; vertical-align:middle; }
|
404 |
+
.data-table thead th.wrap { white-space:normal; }
|
405 |
+
.data-table thead th a,
|
406 |
+
.data-table thead th a:hover { color:#fff; }
|
407 |
+
.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 0 #f3f3f3; }
|
408 |
+
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
|
409 |
+
|
410 |
+
.data-table tfoot { border-bottom:1px solid #dbdbdb; }
|
411 |
+
.data-table tfoot tr.first td { background:url(../images/bkg_th.gif) repeat-x 0 0 #f3f3f3; }
|
412 |
+
.data-table tfoot tr { background-color:#f6f6f6 !important; }
|
413 |
+
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #dbdbdb; }
|
414 |
+
.data-table tfoot strong { font-size:16px; color:#4e4e4e;}
|
415 |
+
#opc-review.active .step-title{border-bottom:0;}
|
416 |
+
.data-table tbody th,
|
417 |
+
.data-table tbody td { border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb; }
|
418 |
+
/* Bundle products tables */
|
419 |
+
.data-table tbody.odd tr { background:#fff !important; }
|
420 |
+
.data-table tbody.even tr { background:#fff !important; }
|
421 |
+
.data-table tbody.odd tr td,
|
422 |
+
.data-table tbody.even tr td { border-bottom:0; }
|
423 |
+
.data-table tbody.odd tr.border td,
|
424 |
+
.data-table tbody.even tr.border td { border-bottom:1px solid #dbdbdb; }
|
425 |
+
.block-reorder .block-content{padding-left:11px !important;}
|
426 |
+
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
|
427 |
+
.data-table tbody td .option-value { padding-left:10px; }
|
428 |
+
/* Generic Info Box */
|
429 |
+
.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; }
|
430 |
+
.info-box h2 { font-weight:bold; font-size:13px; }
|
431 |
+
|
432 |
+
.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
|
433 |
+
.info-table td { padding:2px 0; }
|
434 |
+
|
435 |
+
/* Shopping cart total summary row expandable to details */
|
436 |
+
tr.summary-total { cursor:pointer; }
|
437 |
+
tr.summary-total td {}
|
438 |
+
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; }
|
439 |
+
tr.show-details .summary-collapse { background-position:0 -52px; }
|
440 |
+
tr.show-details td {}
|
441 |
+
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
|
442 |
+
tr.summary-details-first td { border-top:1px solid #dbdbdb; }
|
443 |
+
tr.summary-details-excluded { font-style:italic; }
|
444 |
+
|
445 |
+
.data-table .product-name{
|
446 |
+
font-size:14px;
|
447 |
+
color:#4e4e4e;
|
448 |
+
font-weight:bold;
|
449 |
+
}
|
450 |
+
.data-table .product-name a{
|
451 |
+
color:#4e4e4e;
|
452 |
+
text-decoration:none;
|
453 |
+
}
|
454 |
+
.data-table .product-name a:hover{
|
455 |
+
text-decoration:underline;
|
456 |
+
}
|
457 |
+
.cart-price .price{
|
458 |
+
font-size:15px;
|
459 |
+
font-weight:bold;
|
460 |
+
color:#595959;
|
461 |
+
}
|
462 |
+
.cart-table thead th,
|
463 |
+
.cart-table tbody td{
|
464 |
+
padding:9px 18px;
|
465 |
+
}
|
466 |
+
.cart-table tbody td a.product-image{
|
467 |
+
padding:5px;
|
468 |
+
display:block;
|
469 |
+
background:url(../images/cart_img_bg.png) 0 0 no-repeat;
|
470 |
+
}
|
471 |
+
/* Shopping cart tax info */
|
472 |
+
.cart-tax-info { display:block; }
|
473 |
+
.cart-tax-info,
|
474 |
+
.cart-tax-info .cart-price { padding-right:20px; }
|
475 |
+
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
|
476 |
+
.cart-tax-info .price,
|
477 |
+
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
|
478 |
+
.cart-tax-total-expanded { background-position:100% -52px; }
|
479 |
+
|
480 |
+
/* Class: std - styles for admin-controlled content */
|
481 |
+
.std .subtitle { padding:0; }
|
482 |
+
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
|
483 |
+
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
|
484 |
+
.std dl dt { font-weight:bold; }
|
485 |
+
.std dl dd { margin:0 0 10px; }
|
486 |
+
/*.std ul,
|
487 |
+
.std ol,
|
488 |
+
.std dl,
|
489 |
+
.std p,
|
490 |
+
.std address,
|
491 |
+
.std blockquote { margin:0 0 1em; padding:0; }
|
492 |
+
.std ul { list-style:disc outside; padding-left:1.5em; }
|
493 |
+
.std ol { list-style:decimal outside; padding-left:1.5em; }
|
494 |
+
.std ul ul { list-style-type:circle; }
|
495 |
+
.std ul ul,
|
496 |
+
.std ol ol,
|
497 |
+
.std ul ol,
|
498 |
+
.std ol ul { margin:.5em 0; }
|
499 |
+
.std dt { font-weight:bold; }
|
500 |
+
.std dd { padding:0 0 0 1.5em; }
|
501 |
+
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
|
502 |
+
.std address { font-style:normal; }
|
503 |
+
.std b,
|
504 |
+
.std strong { font-weight:bold; }
|
505 |
+
.std i,
|
506 |
+
.std em { font-style:italic; }*/
|
507 |
+
|
508 |
+
/* Misc */
|
509 |
+
.links li { display:inline; }
|
510 |
+
.links li.first { padding-left:0 !important; }
|
511 |
+
.links li.last { background:none !important; padding-right:0 !important; }
|
512 |
+
|
513 |
+
.link-cart { color:#ff930d !important; }
|
514 |
+
.link-wishlist { color:#ff930d !important; text-decoration:none;}
|
515 |
+
.link-reorder { font-weight:bold; }
|
516 |
+
.link-compare { color:#5f5f5f; text-decoration:none;}
|
517 |
+
.link-wishlist:hover,
|
518 |
+
.link-compare:hover{text-decoration:underline;}
|
519 |
+
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
|
520 |
+
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
|
521 |
+
.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; }
|
522 |
+
.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; }
|
523 |
+
|
524 |
+
.separator { margin:0 3px; }
|
525 |
+
|
526 |
+
.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; }
|
527 |
+
|
528 |
+
/* Noscript Notice */
|
529 |
+
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
|
530 |
+
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
|
531 |
+
.noscript p { margin:0; }
|
532 |
+
|
533 |
+
/* Demo Notice */
|
534 |
+
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
|
535 |
+
/* ======================================================================================= */
|
536 |
+
|
537 |
+
|
538 |
+
/* Header ================================================================================ */
|
539 |
+
.logo { float:left; }
|
540 |
+
.before-header{
|
541 |
+
background:#e7e7e7;
|
542 |
+
border-bottom:1px solid #e3e3e3;
|
543 |
+
}
|
544 |
+
.before-header-in{
|
545 |
+
width:915px;
|
546 |
+
height:23px;
|
547 |
+
padding-top:3px;
|
548 |
+
margin:0 auto;
|
549 |
+
text-align:right;
|
550 |
+
}
|
551 |
+
.before-header-in label{
|
552 |
+
color:#6a6a6a;
|
553 |
+
padding-right:8px;
|
554 |
+
font-size:11px;
|
555 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
556 |
+
}
|
557 |
+
.before-header-in select{
|
558 |
+
width:82px;
|
559 |
+
color:#A2A2A2;
|
560 |
+
}
|
561 |
+
.header-container { }
|
562 |
+
.header { width:915px; margin:0 auto; padding:0; text-align:right; position:relative; z-index:10; min-height:86px;}
|
563 |
+
.header .logo { float:left; margin:24px 0 10px 0; text-decoration:none !important; }
|
564 |
+
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
|
565 |
+
.header h1.logo { margin:0; }
|
566 |
+
.header .quick-access { float:right; width:600px; padding:19px 0 0 0; }
|
567 |
+
.header .welcome-msg { margin:0 0 16px; color:#ff930d; text-align:right; font-weight:bold;}
|
568 |
+
.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; }
|
569 |
+
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
|
570 |
+
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
|
571 |
+
.header .form-search button.button { float:left; }
|
572 |
+
.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; }
|
573 |
+
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
|
574 |
+
.menu-search .form-search .search-autocomplete { z-index:999; left:0px !important; top:23px !important; width:174px !important;}
|
575 |
+
.menu-search .form-search .search-autocomplete ul { border:1px solid #cfcfcf; background-color:#fff; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif; color: #A2A2A2;}
|
576 |
+
.menu-search .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #cfcfcf; padding:2px 8px 1px 13px; cursor:pointer; }
|
577 |
+
.menu-search .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
|
578 |
+
.menu-search .form-search .search-autocomplete li.selected { background-color:#ffa93d; color:#fff;}
|
579 |
+
.menu-search .form-search .search-autocomplete li.last{border-bottom:0;}
|
580 |
+
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
|
581 |
+
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
|
582 |
+
.header .form-language select { padding:0; }
|
583 |
+
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
|
584 |
+
.header .links { float:right; margin:0 0 6px; }
|
585 |
+
.header .links li { float:left; font-size:12px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 18px; }
|
586 |
+
.header .links a{ color:#6d6d6d; text-decoration:none;}
|
587 |
+
.header .links a:hover{ text-decoration:underline;}
|
588 |
+
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
|
589 |
+
.header-container .top-container a { font-size:11px; color:#ebbc58; }
|
590 |
+
|
591 |
+
/********** < Navigation */
|
592 |
+
.menu-search{
|
593 |
+
width:886px;
|
594 |
+
margin:0 auto;
|
595 |
+
padding:5px 23px 0 6px;
|
596 |
+
background:url(../images/nav_bkg.png) 0 0 no-repeat;
|
597 |
+
}
|
598 |
+
.menu-search .form-search{
|
599 |
+
float:right;
|
600 |
+
width:192px;
|
601 |
+
margin:3px 0 8px;
|
602 |
+
padding-left:13px;
|
603 |
+
position:relative;
|
604 |
+
background:url(../images/search_bkg.png) 0 0 no-repeat;
|
605 |
+
height:26px;
|
606 |
+
}
|
607 |
+
.menu-search .form-search label{
|
608 |
+
display:none;
|
609 |
+
}
|
610 |
+
.menu-search .form-search input.input-text{
|
611 |
+
background:none;
|
612 |
+
padding:0;
|
613 |
+
border:0;
|
614 |
+
width:150px;
|
615 |
+
float:left;
|
616 |
+
font-size:11px;
|
617 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
618 |
+
margin-top:6px;
|
619 |
+
color:#A2A2A2;
|
620 |
+
}
|
621 |
+
.menu-search .form-search button.button{
|
622 |
+
margin-left:13px;
|
623 |
+
float:left;
|
624 |
+
}
|
625 |
+
.menu-search .form-search button.button span,
|
626 |
+
.menu-search .form-search button.button span span{
|
627 |
+
padding:0;
|
628 |
+
border:0;
|
629 |
+
background:none;
|
630 |
+
width:29px;
|
631 |
+
height:26px;
|
632 |
+
text-indent:-999em;
|
633 |
+
}
|
634 |
+
#nav { width:681px; margin:0; padding:0; font-size:12px; float:left;}
|
635 |
+
|
636 |
+
/* All Levels */ /* Style consistent throughout all nav levels */
|
637 |
+
#nav li { position:relative; text-align:left; }
|
638 |
+
#nav li.over { z-index:998; }
|
639 |
+
#nav a,
|
640 |
+
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
|
641 |
+
#nav span { display:block; cursor:pointer; white-space:nowrap; }
|
642 |
+
#nav li ul span {white-space:normal; }
|
643 |
+
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
|
644 |
+
#nav ul li.parent li a { background-image:none; }
|
645 |
+
|
646 |
+
/* 0 Level */
|
647 |
+
#nav li { float:left; background:url(../images/nav_li_bkg.gif) 100% 0 no-repeat; padding:0 0 0 7px; margin-right:1px;}
|
648 |
+
#nav li.last{background:none;}
|
649 |
+
#nav li.active a { color:#fff; }
|
650 |
+
#nav a { float:left; padding:0; color:#4a4a4a; font-weight:normal; }
|
651 |
+
#nav a {padding:10px 25px 0 18px;}
|
652 |
+
#nav li.over,
|
653 |
+
#nav li.active{
|
654 |
+
background:url(../images/nav_over_bkg.png) 0 0 no-repeat;
|
655 |
+
}
|
656 |
+
#nav li.over a,
|
657 |
+
#nav li.active a,
|
658 |
+
#nav a:hover { color:#fff; background:url(../images/nav_over_bkg.png) 100% 0 no-repeat;}
|
659 |
+
#nav li.over a span,
|
660 |
+
#nav a:hover span,
|
661 |
+
#nav li.active a span{background:url(../images/nav_over_bkg2.gif) 50% 100% no-repeat; padding-bottom:11px;}
|
662 |
+
|
663 |
+
|
664 |
+
/* 1st Level */
|
665 |
+
#nav ul li,
|
666 |
+
#nav ul li.active { float:none; margin:0; padding:0 0 1px; background:#fff url(../images/toolbar_brd.gif) 0 100% repeat-x !important;}
|
667 |
+
#nav ul li.last { background:#fff !important; padding-bottom:0; }
|
668 |
+
#nav ul li span,#nav li.over ul li span,#nav li.active ul li span{padding:3px 15px 4px 15px; background:none;}
|
669 |
+
#nav ul a,
|
670 |
+
#nav ul a:hover { float:none; padding:0; background:none; }
|
671 |
+
#nav ul li a { font-weight:normal !important; }
|
672 |
+
|
673 |
+
/* 2nd Level */
|
674 |
+
#nav ul,
|
675 |
+
#nav div { position:absolute; width:15em; top:36px; left:-10000px; border:1px solid #e7e7e7; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;}
|
676 |
+
#nav div ul { position:static; width:auto; border:none; }
|
677 |
+
|
678 |
+
/* 3rd+ Level */
|
679 |
+
#nav ul ul,
|
680 |
+
#nav ul div { top:5px; }
|
681 |
+
|
682 |
+
#nav ul li a { background:#fff !important; }
|
683 |
+
#nav ul li a:hover { background:#f1f1f1 url(../images/nav_li_li_a_bg.gif) 15px 8px no-repeat !important; }
|
684 |
+
#nav ul li a{color:#4a4a4a !important;}
|
685 |
+
/*#nav ul li a:hover { color:#fff !important; }*/
|
686 |
+
#nav ul span,
|
687 |
+
#nav ul li.last li span { padding:3px 15px 4px 15px; }
|
688 |
+
#nav ul li a:hover span{padding-left:25px !important;}
|
689 |
+
/* Show menu */
|
690 |
+
#nav li ul.shown-sub,
|
691 |
+
#nav li div.shown-sub { left:0; z-index:999; }
|
692 |
+
#nav li .shown-sub ul.shown-sub,
|
693 |
+
#nav li .shown-sub li div.shown-sub { left:100px; }
|
694 |
+
/********** Navigation > */
|
695 |
+
/* ======================================================================================= */
|
696 |
+
|
697 |
+
|
698 |
+
/* Sidebar =============================================================================== */
|
699 |
+
.block { margin:0 0 12px; }
|
700 |
+
.block .block-title { background:url(../images/block_title_gray_bg.png) 0 0 no-repeat; padding-left:20px;}
|
701 |
+
.block .block-title strong { display:block; background:url(../images/block_title_gray_bg.png) 100% 0 no-repeat; font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; height:32px; padding:0;color:#5e5d5d; overflow:hidden;}
|
702 |
+
.block .block-title strong span {}
|
703 |
+
|
704 |
+
.block-cart .block-title,
|
705 |
+
.block-compare .block-title,
|
706 |
+
.block-related .block-title,
|
707 |
+
.block-account .block-title{
|
708 |
+
background:url(../images/block_title_color_bg.png) 0 0 no-repeat;
|
709 |
+
}
|
710 |
+
.block-cart .block-title strong,
|
711 |
+
.block-compare .block-title strong,
|
712 |
+
.block-related .block-title strong,
|
713 |
+
.block-account .block-title strong{
|
714 |
+
background:url(../images/block_title_color_bg.png) 100% 0 no-repeat;
|
715 |
+
color:#fff;
|
716 |
+
}
|
717 |
+
.block .block-content{padding:0 6px 6px;}
|
718 |
+
.block-list .block-content{
|
719 |
+
padding: 6px 5px 6px 12px;
|
720 |
+
}
|
721 |
+
.block .block-title a { text-decoration:none !important; }
|
722 |
+
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; }
|
723 |
+
.col-right .block .block-content {background:url(../images/col_right_block_bg.png) 0 100% no-repeat;}
|
724 |
+
.col-left .block .block-content { background:url(../images/col_left_block_bg.png) 0 100% no-repeat; }
|
725 |
+
.block .block-content li.item { padding:7px 9px; }
|
726 |
+
.block .block-content .product-name { color:#1e7ec8; }
|
727 |
+
.block .btn-remove,
|
728 |
+
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
|
729 |
+
.block .actions { padding:6px 9px; text-align:right; }
|
730 |
+
.block .actions a { float:left; }
|
731 |
+
.block .actions button.button { float:right; }
|
732 |
+
.block .empty { margin:0; padding:10px 15px; }
|
733 |
+
.block-related .block-subtitle{
|
734 |
+
font-weight:normal;
|
735 |
+
}
|
736 |
+
|
737 |
+
/* Mini Products List */
|
738 |
+
.mini-products-list .product-image { float:left; width:54px; }
|
739 |
+
.mini-products-list .product-image img{border:1px solid #dbdbdb; padding:1px;}
|
740 |
+
.mini-products-list .product-details { margin-left:64px; margin-top:-4px;}
|
741 |
+
.mini-products-list .product-details a{color:#6d6d6d !important; text-decoration:none;}
|
742 |
+
.mini-products-list .product-details a:hover{text-decoration:underline;}
|
743 |
+
|
744 |
+
/* Block: Account */
|
745 |
+
.block-account .block-content li a { display:block; padding:5px 14px; color:#6d6d6d; text-decoration:none !important; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
746 |
+
.block-account .block-content li a:hover { color:#ff930d; }
|
747 |
+
.block-account .block-content li.last a { border-bottom:0; }
|
748 |
+
.block-account .block-content li.current { padding:5px 14px; color:#ff930d; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
749 |
+
.block-account .block-content li.current strong{font-weight:normal;}
|
750 |
+
.block-account .block-content li.current.last,.block-account .block-content li.last a{ background:none; }
|
751 |
+
/* Block: Currency Switcher */
|
752 |
+
.block-currency .block-content select { width:100%; padding:0; }
|
753 |
+
|
754 |
+
/* Block: Layered Navigation */
|
755 |
+
.block-layered-nav .block-content{padding-left:16px;}
|
756 |
+
.block-layered-nav .block-subtitle { line-height:1.35; padding:11px 4px 14px; color:#8b8b8b; font-size:11px;font-family:Tahoma,Geneva,Kalimati,sans-serif; }
|
757 |
+
.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 0 0 no-repeat; padding:0 0 0 14px; min-height:22px; line-height:22px; font-weight:normal; color:#ff930d; }
|
758 |
+
.block-layered-nav dd { padding:10px 12px 8px; }
|
759 |
+
.block-layered-nav dd li{line-height:20px;}
|
760 |
+
.block-layered-nav dd li a{color:#7c7c7c; text-decoration:none;}
|
761 |
+
.block-layered-nav dd li a:hover{text-decoration:underline;}
|
762 |
+
.block-layered-nav dd.last { background:none; }
|
763 |
+
.block-layered-nav .currently li {padding:4px 6px 4px 5px; }
|
764 |
+
.block-layered-nav .currently .label { font-weight:bold; color: #FF930D;}
|
765 |
+
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
|
766 |
+
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
|
767 |
+
.block-layered-nav .actions a { float:none; }
|
768 |
+
|
769 |
+
/* Block: Cart */
|
770 |
+
|
771 |
+
.block-cart .summary { background:#fff; padding:2px 8px 8px 14px; margin:-1px 0 0; position:relative; z-index:1; }
|
772 |
+
.block-cart .amount { margin:0; }
|
773 |
+
.block-cart .amount a { font-weight:bold; }
|
774 |
+
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
|
775 |
+
.block-cart .subtotal .price { font-weight:bold; }
|
776 |
+
.block-cart .actions { border-bottom:1px solid #DBDBDB; }
|
777 |
+
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
|
778 |
+
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
|
779 |
+
|
780 |
+
/* Block: Wishlist */
|
781 |
+
.block-wishlist .actions { text-align:right; }
|
782 |
+
.block-wishlist .actions a { float:none; }
|
783 |
+
|
784 |
+
/* Block: Related */
|
785 |
+
.block-related input.checkbox { float:left; }
|
786 |
+
.block-related .product { margin-left:20px; }
|
787 |
+
|
788 |
+
/* Block: Compare Products */
|
789 |
+
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; }
|
790 |
+
.compare-table { border:0; }
|
791 |
+
.compare-table thead tr.first th,
|
792 |
+
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
|
793 |
+
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
|
794 |
+
.compare-table tbody th { background:#f3f3f3; }
|
795 |
+
.compare-table tbody th,
|
796 |
+
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #d4d4d4; border-left:1px solid #d4d4d4; }
|
797 |
+
.compare-table tbody td.last { border-right:1px solid #d4d4d4; }
|
798 |
+
.compare-table tbody tr.last th,
|
799 |
+
.compare-table tbody tr.last td { border-bottom:1px solid #d4d4d4 !important; }
|
800 |
+
.compare-table tr.add-to-row td { background:#f3f3f3; text-align:center; }
|
801 |
+
.compare-table tr.first td { text-align:center; }
|
802 |
+
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
|
803 |
+
.compare-table tr.first td .product-name a { color:#203548; }
|
804 |
+
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
|
805 |
+
.compare-table tr.first td p,
|
806 |
+
.compare-table tr.add-to-row td p { margin:0; }
|
807 |
+
|
808 |
+
/* Block: Poll */
|
809 |
+
.block-poll .block-content{
|
810 |
+
padding:9px 5px 10px 12px;
|
811 |
+
}
|
812 |
+
.block-poll .block-subtitle { font-size:12px; font-weight:normal;}
|
813 |
+
.block-poll label { color:#7c7c7c; font-weight:normal; }
|
814 |
+
.block-poll input.radio { float:left; margin:2px -18px 0 0; }
|
815 |
+
.block-poll .label { display:block; margin-left:18px; }
|
816 |
+
.block-poll li { padding:3px 9px; }
|
817 |
+
.block-poll .actions { margin:5px 0 0; text-align:left;}
|
818 |
+
.block-poll .actions button.button{float:none;}
|
819 |
+
.block-poll .answer { font-weight:bold; }
|
820 |
+
.block-poll .votes { float:right; margin-left:10px; }
|
821 |
+
|
822 |
+
/* Block: Tags */
|
823 |
+
.block-tags .block-content{padding-left:11px;}
|
824 |
+
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
|
825 |
+
.block-tags .block-content a { color:#6d6d6d; text-decoration:none;}
|
826 |
+
.block-tags .block-content a:hover{text-decoration:underline;}
|
827 |
+
.block-tags .actions { text-align:left; }
|
828 |
+
.block-tags .actions a { float:none; color:#ff930d;}
|
829 |
+
|
830 |
+
/* Block: Subscribe */
|
831 |
+
.block-subscribe .block-content { padding:5px 6px 12px 20px; }
|
832 |
+
.block-subscribe label { font-weight:normal; }
|
833 |
+
.block-subscribe input.input-text { display:block; width:100px; margin:3px 0;}
|
834 |
+
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; float:left;}
|
835 |
+
.block-subscribe .actions button.button { float:none; }
|
836 |
+
.block-subscribe .input-box{float:left;display:inline;margin-right:5px;width:106px;}
|
837 |
+
/* Block: Reorder */
|
838 |
+
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
|
839 |
+
.block-reorder .product-name { margin-left:20px; }
|
840 |
+
.block-reorder .validation-advice { margin:3px 9px 7px; }
|
841 |
+
|
842 |
+
/* Block: Banner */
|
843 |
+
.block-banner .block-content { padding:0; text-align:center; background:none !important;}
|
844 |
+
|
845 |
+
/* Block: Login */
|
846 |
+
.block-login .block-content { padding:5px 10px; }
|
847 |
+
.block-login label { font-weight:bold; color:#666; }
|
848 |
+
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
|
849 |
+
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
|
850 |
+
|
851 |
+
/* Paypal */
|
852 |
+
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
|
853 |
+
.sidebar .paypal-logo a { float:none; }
|
854 |
+
/* ======================================================================================= */
|
855 |
+
|
856 |
+
|
857 |
+
/* Category Page ========================================================================= */
|
858 |
+
.category-title { border:0; margin:0 0 7px; }
|
859 |
+
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
|
860 |
+
.category-image img,.category-description img {max-width:100%;}
|
861 |
+
.category-description { margin:0 0 10px; }
|
862 |
+
.category-products {}
|
863 |
+
|
864 |
+
/* View Type: Grid */
|
865 |
+
.products-grid { position:relative; margin-bottom:14px;}
|
866 |
+
.products-grid li.item{float:left; width:213px; padding:14px 0 0; margin-right:19px; background:url(../images/grid_item_bg.png) 0 0 no-repeat;}
|
867 |
+
.products-grid li.item .grid_item_in{background:url(../images/grid_item_bg.png) 0 100% no-repeat; padding:0 16px 11px;}
|
868 |
+
.col2-left-layout .col-main .products-grid li.item,
|
869 |
+
.col2-right-layout .col-main .products-grid li.item{margin-right:17px;}
|
870 |
+
.col1-layout .col-main .products-grid li.item{margin-right:21px;}
|
871 |
+
.products-grid li.last{margin-right:0 !important;}
|
872 |
+
.products-grid .product-image { display:block; height:135px; margin:0 0 10px; text-align:center;}
|
873 |
+
.products-grid .product-name { line-height:15px; height:31px; overflow:hidden; margin:0; font-weight:bold; font-size:14px; color:#4e4e4e; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
874 |
+
.products-grid .product-name a{ color:#4e4e4e; text-decoration:none;}
|
875 |
+
.products-grid .product-name a:hover{text-decoration:underline;}
|
876 |
+
.products-grid .price-box { margin:0; float:left; width:91px;}
|
877 |
+
.products-grid .minimal-price-link{display:none;}
|
878 |
+
|
879 |
+
.products-grid li.item .actions{padding-top:2px;}
|
880 |
+
|
881 |
+
.products-grid button.btn-cart span{
|
882 |
+
padding:0 0 0 8px;
|
883 |
+
}
|
884 |
+
.products-grid button.btn-cart span span{
|
885 |
+
padding:0 8px 0 0;
|
886 |
+
}
|
887 |
+
.products-grid li.item .old-price,
|
888 |
+
.products-grid li.item .special-price{line-height:14px; padding:0;}
|
889 |
+
|
890 |
+
.products-grid li.item .special-price{position:relative; margin-bottom:-2px;}
|
891 |
+
.products-grid li.item .old-price{margin-top:-5px; position:relative; padding-bottom:2px;}
|
892 |
+
|
893 |
+
.products-grid li.item .old-price .price-label,
|
894 |
+
.products-grid li.item .special-price .price-label{display:none;}
|
895 |
+
.products-grid .price-box .minimal-price{line-height:13px; position:absolute; left:0; top:0; width:94px;}
|
896 |
+
.products-grid li.item .grid_item_in .clearfix{position:relative;}
|
897 |
+
.products-grid li.item .price-from{position:relative; margin-top:-5px;}
|
898 |
+
.products-grid li.item .price-from,
|
899 |
+
.products-grid li.item .price-to{line-height:14px;}
|
900 |
+
.products-grid .btn-cart{float:right;}
|
901 |
+
.products-grid .availability { line-height:21px; }
|
902 |
+
.products-grid li.item .ratings{margin:4px 0;}
|
903 |
+
.products-grid li.item .grid-rat{height:14px; overflow:hidden;margin:4px 0;}
|
904 |
+
.products-grid li.item .grid-rat .ratings{margin:0;}
|
905 |
+
.products-grid li.item .add-to-links .separator{display:inline; margin: 0 10px 0 11px; color:#5f5f5f;}
|
906 |
+
.products-grid li.item .add-to-links li{display:inline;}
|
907 |
+
/* View Type: List */
|
908 |
+
.products-list li.item { padding:0 0 0 16px; background:url(../images/list_item_bg.png) 0 0 no-repeat; margin-bottom:14px; height:191px; overflow:hidden;}
|
909 |
+
.products-list li.item .ratings{margin-bottom:4px;}
|
910 |
+
.products-list li.item .list_item_in{ padding:12px 20px 12px 0; background:url(../images/list_item_bg.png) 100% 0 no-repeat; height:167px; overflow:hidden;}
|
911 |
+
.products-list li.item.last { border-bottom:0; }
|
912 |
+
.products-list .product-image { float:left; width:120px; height:167px; }
|
913 |
+
|
914 |
+
.products-list .product-shop { margin-left:130px;}
|
915 |
+
.products-list .product-name { line-height:15px; height:31px; overflow:hidden; margin:0; font-weight:bold; font-size:14px; color:#4e4e4e; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
916 |
+
.products-list .product-name a { color:#4e4e4e; text-decoration:none;}
|
917 |
+
.products-list .product-name a:hover{text-decoration:underline;}
|
918 |
+
.products-list .price-box { float:left; margin:0 13px 5px 0; }
|
919 |
+
.products-list .availability { float:left; margin:3px 0 0; }
|
920 |
+
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 8px; line-height:1.35; height:49px; overflow:hidden;}
|
921 |
+
.products-list .desc .link-learn { font-size:11px; }
|
922 |
+
.products-list .add-to-links { clear:both; }
|
923 |
+
.products-list .add-to-links li { display:inline; }
|
924 |
+
.products-list .add-to-links .separator { display:inline; margin:0 10px 0 11px; }
|
925 |
+
/* ======================================================================================= */
|
926 |
+
.products-list .old-price .price-label,
|
927 |
+
.products-list .special-price .price-label{display:none;}
|
928 |
+
.products-list .old-price,
|
929 |
+
.products-list .special-price{float:left;padding:3px 0 0 0; line-height:18px;}
|
930 |
+
.products-list .special-price{padding-left:8px;}
|
931 |
+
.products-list .old-price .price{color:#8c8c8c; font-size:10px;}
|
932 |
+
.products-list .special-price .price{color:#595959; font-size:16px; font-weight:bold;}
|
933 |
+
|
934 |
+
.products-list .price-from,
|
935 |
+
.products-list .price-to{float:left;line-height:24px;}
|
936 |
+
.products-list .price-to{padding-left:10px;}
|
937 |
+
|
938 |
+
/* Product View ========================================================================== */
|
939 |
+
/* Rating */
|
940 |
+
.no-rating { margin:0; }
|
941 |
+
|
942 |
+
.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
|
943 |
+
.ratings strong { float:left; margin:1px 3px 0 0; }
|
944 |
+
.ratings .rating-links { margin:0; }
|
945 |
+
.ratings .rating-links a{color:#5f5f5f;text-decoration:none;}
|
946 |
+
.ratings .rating-links a:hover{text-decoration:underline;}
|
947 |
+
.ratings .rating-links .separator { margin:0 2px; }
|
948 |
+
.ratings dt {}
|
949 |
+
.ratings dd {}
|
950 |
+
.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; }
|
951 |
+
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
|
952 |
+
.ratings .rating-box { float:left; margin-right:9px; }
|
953 |
+
.ratings .amount a{color:#5f5f5f; text-decoration:none;}
|
954 |
+
.ratings .amount a:hover{text-decoration:underline;}
|
955 |
+
|
956 |
+
.ratings-table th,
|
957 |
+
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
|
958 |
+
.ratings-table th { font-weight:bold; padding-right:8px; }
|
959 |
+
|
960 |
+
/* Availability */
|
961 |
+
.availability { margin:0; }
|
962 |
+
.availability span { font-weight:bold; }
|
963 |
+
.availability.in-stock span {}
|
964 |
+
.availability.out-of-stock span { color:#d83820; }
|
965 |
+
|
966 |
+
.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
|
967 |
+
.availability-only span,
|
968 |
+
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
|
969 |
+
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
|
970 |
+
.availability-only .expanded { background-position:100% -15px; }
|
971 |
+
.availability-only strong { color:#be2c00; }
|
972 |
+
|
973 |
+
.availability-only-details { margin:0 0 7px; }
|
974 |
+
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
|
975 |
+
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
|
976 |
+
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
|
977 |
+
|
978 |
+
.product-view .product-shop .availability { font-size:11px; }
|
979 |
+
.product-view .product-shop .availability span { font-weight:normal; }
|
980 |
+
|
981 |
+
/* Email to a Friend */
|
982 |
+
.email-friend { margin:0; }
|
983 |
+
|
984 |
+
/* Alerts */
|
985 |
+
.alert-price { margin:0; font-size:11px; }
|
986 |
+
.alert-stock { margin:0; font-size:11px; }
|
987 |
+
|
988 |
+
/********** < Product Prices */
|
989 |
+
.price { white-space:nowrap !important; }
|
990 |
+
|
991 |
+
.price-box { margin:5px 0; }
|
992 |
+
.price-box .price { font-weight:bold; color:#595959; }
|
993 |
+
|
994 |
+
/* Regular price */
|
995 |
+
.regular-price { color:#595959; }
|
996 |
+
.regular-price .price { font-weight:bold; font-size:15px; color:#595959; }
|
997 |
+
.block .regular-price,
|
998 |
+
.block .regular-price .price { color:#595959; }
|
999 |
+
|
1000 |
+
/* Old price */
|
1001 |
+
.old-price { margin:0; }
|
1002 |
+
.old-price .price-label { white-space:nowrap; color:#595959; }
|
1003 |
+
.old-price .price { font-weight:bold; color:#595959; text-decoration:line-through; }
|
1004 |
+
|
1005 |
+
/* Special price */
|
1006 |
+
.special-price { margin:0; padding:3px 0; }
|
1007 |
+
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#ff930d; }
|
1008 |
+
.special-price .price { font-size:13px; font-weight:bold; color:#ff930d; }
|
1009 |
+
|
1010 |
+
/* Minimal price (as low as) */
|
1011 |
+
.minimal-price { margin:0; }
|
1012 |
+
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
|
1013 |
+
|
1014 |
+
.minimal-price-link { display:none; }
|
1015 |
+
.minimal-price-link .label {color:#ff930d;}
|
1016 |
+
.minimal-price-link .price { font-weight:normal; color:#ff930d; }
|
1017 |
+
|
1018 |
+
/* Excluding tax */
|
1019 |
+
.price-excluding-tax { display:block; color:#595959; }
|
1020 |
+
.price-excluding-tax .label { white-space:nowrap; color:#595959; }
|
1021 |
+
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#595959; }
|
1022 |
+
|
1023 |
+
/* Including tax */
|
1024 |
+
.price-including-tax { display:block; color:#595959; }
|
1025 |
+
.price-including-tax .label { white-space:nowrap; color:#595959; }
|
1026 |
+
.price-including-tax .price { font-size:13px; font-weight:bold; color:#595959; }
|
1027 |
+
|
1028 |
+
/* FPT */
|
1029 |
+
.weee { display:block; font-size:11px; color:#444; }
|
1030 |
+
.weee .price { font-size:11px; font-weight:normal; }
|
1031 |
+
|
1032 |
+
/* Excl tax (for order tables) */
|
1033 |
+
.price-excl-tax { display:block; }
|
1034 |
+
.price-excl-tax .label { display:block; white-space:nowrap; }
|
1035 |
+
.price-excl-tax .price { display:block; }
|
1036 |
+
|
1037 |
+
/* Incl tax (for order tables) */
|
1038 |
+
.price-incl-tax { display:block; }
|
1039 |
+
.price-incl-tax .label { display:block; white-space:nowrap; }
|
1040 |
+
.price-incl-tax .price { display:block; font-weight:bold; }
|
1041 |
+
|
1042 |
+
/* Price range */
|
1043 |
+
.price-from { margin:0; }
|
1044 |
+
.price-from .price-label { font-weight:bold; white-space:nowrap; }
|
1045 |
+
|
1046 |
+
.price-to { margin:0; }
|
1047 |
+
.price-to .price-label { font-weight:bold; white-space:nowrap; }
|
1048 |
+
|
1049 |
+
/* Price notice next to the options */
|
1050 |
+
.price-notice { padding-left:10px; color:#999; }
|
1051 |
+
.price-notice .price { font-weight:bold; color:#2f2f2f; }
|
1052 |
+
|
1053 |
+
/* Price as configured */
|
1054 |
+
.price-as-configured { margin:0; }
|
1055 |
+
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
|
1056 |
+
|
1057 |
+
.price-box-bundle { padding:0 0 10px 0; }
|
1058 |
+
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
|
1059 |
+
.price-box-bundle .price { color:#555; }
|
1060 |
+
/********** Product Prices > */
|
1061 |
+
|
1062 |
+
/* Tier Prices */
|
1063 |
+
.product-pricing,
|
1064 |
+
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
|
1065 |
+
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
|
1066 |
+
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
|
1067 |
+
.tier-prices .price { font-weight:bold; color:#2f2f2f; }
|
1068 |
+
|
1069 |
+
.tier-prices-grouped li { padding:2px 0; color:#e26703; }
|
1070 |
+
.tier-prices-grouped li .price { font-weight:bold; }
|
1071 |
+
|
1072 |
+
/* Add to Links */
|
1073 |
+
.add-to-links { font-size:11px; margin:5px 0 0; }
|
1074 |
+
.add-to-links .separator { display:none; }
|
1075 |
+
|
1076 |
+
/* Add to Cart */
|
1077 |
+
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
|
1078 |
+
.add-to-cart .qty { float:left; margin-right:5px; text-align:center;}
|
1079 |
+
.add-to-cart button.button { float:left; }
|
1080 |
+
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
|
1081 |
+
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
|
1082 |
+
.product-view .add-to-cart .paypal-logo { margin:0; }
|
1083 |
+
|
1084 |
+
/* Add to Links + Add to Cart */
|
1085 |
+
.add-to-box { margin:10px 0; }
|
1086 |
+
.add-to-box .add-to-cart { float:left; }
|
1087 |
+
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
|
1088 |
+
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
|
1089 |
+
.add-to-box .add-to-links li { display:block !important; }
|
1090 |
+
.add-to-box .add-to-links li .separator { display:none !important; }
|
1091 |
+
|
1092 |
+
.product-tabs{
|
1093 |
+
display:block;
|
1094 |
+
height:31px;
|
1095 |
+
overflow:hidden;
|
1096 |
+
}
|
1097 |
+
.product-tabs li{
|
1098 |
+
float:left;
|
1099 |
+
display:inline;
|
1100 |
+
margin-right:3px;
|
1101 |
+
padding-left:22px;
|
1102 |
+
background:url(../images/tabs_bg.png) 0 0 no-repeat;
|
1103 |
+
}
|
1104 |
+
.product-tabs li a{
|
1105 |
+
display:block;
|
1106 |
+
padding-right:22px;
|
1107 |
+
height:31px;
|
1108 |
+
text-decoration:none;
|
1109 |
+
font:bold 11px/30px Tahoma,Geneva,Kalimati,sans-serif;
|
1110 |
+
color:#474d52;
|
1111 |
+
background:url(../images/tabs_bg.png) 100% 0 no-repeat;
|
1112 |
+
}
|
1113 |
+
.product-tabs li.active{
|
1114 |
+
background:url(../images/tabs_bg.png) 0 -31px no-repeat;
|
1115 |
+
}
|
1116 |
+
.product-tabs li.active a{
|
1117 |
+
color:#fff;
|
1118 |
+
background:url(../images/tabs_bg.png) 100% -31px no-repeat;
|
1119 |
+
}
|
1120 |
+
.product-tabs-content{
|
1121 |
+
border:1px solid #dbdbdb;
|
1122 |
+
margin-bottom:20px;
|
1123 |
+
padding:20px;
|
1124 |
+
-moz-border-radius: 0 3px 3px 3px; -webkit-border-radius: 0 3px 3px 3px; border-radius: 0 3px 3px 3px;
|
1125 |
+
}
|
1126 |
+
.product-essential {background:url(../images/toolbar_brd.gif) 0 100% repeat-x; padding-bottom:20px; margin-bottom:25px; }
|
1127 |
+
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
|
1128 |
+
.product-essential .short-description h2{font:bold 14px/1.35 Tahoma,Geneva,Kalimati,sans-serif; color:#4e4e4e;}
|
1129 |
+
.product-collateral {}
|
1130 |
+
.product-collateral h2 { font-weight:bold; font-size:15px; color:#5f5f5f; border-bottom:1px solid #d7d7d7; padding:0 0 1px; margin:0 0 15px; }
|
1131 |
+
.product-collateral .box-collateral { margin:0 0 25px; }
|
1132 |
+
.product-tabs-content h2{
|
1133 |
+
text-transform:uppercase;
|
1134 |
+
font-size:11px;
|
1135 |
+
color:#818181;
|
1136 |
+
font-weight:bold;
|
1137 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
1138 |
+
}
|
1139 |
+
/* Product Images */
|
1140 |
+
.product-view{padding-right:8px;}
|
1141 |
+
.product-view .product-img-box { float:left; width:213px; background:url(../images/main_img_bg.png) 0 0 no-repeat;}
|
1142 |
+
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
|
1143 |
+
.product-view .product-img-box .product-image { margin:5px 0 15px 5px; width:203px; height:203px; overflow:hidden; position:relative; }
|
1144 |
+
.product-view .product-img-box .product-image-zoom { position:relative; margin:5px 0 15px 5px; width:203px; height:203px; overflow:hidden; z-index:9; }
|
1145 |
+
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move;}
|
1146 |
+
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; display:none;}
|
1147 |
+
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 20px 0 19px; background:url(../images/slider_bg.gif) 0 7px no-repeat; cursor:pointer; }
|
1148 |
+
.product-view .product-img-box .zoom.disabled {display:none; -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
|
1149 |
+
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
|
1150 |
+
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:2px; width:4px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
|
1151 |
+
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
|
1152 |
+
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
|
1153 |
+
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display:none;}
|
1154 |
+
.product-view .product-img-box .more-views ul { margin-left:-13px }
|
1155 |
+
.product-view .product-img-box .more-views li { float:left; margin:0 0 13px 13px; }
|
1156 |
+
.product-view .product-img-box .more-views li a { float:left; width:62px; height:62px; overflow:hidden; }
|
1157 |
+
.product-view .product-img-box .more-views li a img{border:1px solid #e3e3e3; padding:1px;}
|
1158 |
+
.product-view .email-friend{font-size:11px;}
|
1159 |
+
.product-image-popup { margin:0 auto; }
|
1160 |
+
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
|
1161 |
+
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
|
1162 |
+
.product-image-popup .image { display:block; margin:10px 0; }
|
1163 |
+
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
|
1164 |
+
|
1165 |
+
.product-view .product-shop .regular-price .price{font-size:16px;}
|
1166 |
+
/* Product Shop */
|
1167 |
+
.product-view .product-shop { float:right; width:434px; }
|
1168 |
+
.col1-layout .product-view .product-shop { float:right; width:545px; }
|
1169 |
+
.col3-layout .product-view .product-shop { float:none; width:auto; }
|
1170 |
+
.product-view .product-shop .product-name { margin:0 0 5px; }
|
1171 |
+
.product-view .product-shop .product-name h1 { margin:0; font:bold 14px/1.35 Tahoma,Geneva,Kalimati,sans-serif; color:#4e4e4e;}
|
1172 |
+
.product-view .product-shop .availability { margin:10px 0; }
|
1173 |
+
.product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
|
1174 |
+
.product-view .product-shop .price-box { margin:10px 0; }
|
1175 |
+
.product-view .product-shop .add-to-box .add-to-links { margin:-6px 0 0 0; position:relative;}
|
1176 |
+
.product-view .product-shop .add-to-links { font-size:12px; text-align:left; }
|
1177 |
+
.product-view .product-shop .add-to-links li,
|
1178 |
+
.product-view .product-shop .add-to-links li .separator { display:inline; }
|
1179 |
+
.product-view .product-shop .add-to-links a {font-weight:normal !important; }
|
1180 |
+
.product-view .product-shop .add-to-box .or{
|
1181 |
+
margin:0 10px;
|
1182 |
+
}
|
1183 |
+
.product-view .product-shop .add-to-cart .qty,
|
1184 |
+
.product-view .product-shop .add-to-box .or{
|
1185 |
+
margin-top:1px;
|
1186 |
+
}
|
1187 |
+
.product-view .product-shop .add-to-cart label{
|
1188 |
+
margin-top:2px;
|
1189 |
+
}
|
1190 |
+
.product-options dt{clear:both;overflow:hidden;}
|
1191 |
+
|
1192 |
+
/* Product Options */
|
1193 |
+
.product-options{ margin:20px 0 0; padding:0 12px 12px; background-color:#ececec; border:1px solid #e5e5e5;}
|
1194 |
+
|
1195 |
+
.product-options dt { padding:10px 0 0; font-weight:normal; }
|
1196 |
+
.product-options dt label { font-weight:bold; color:#2f2f2f; }
|
1197 |
+
.product-options dt label.required{
|
1198 |
+
float:left;
|
1199 |
+
}
|
1200 |
+
.product-options dt label.required em { color:#4e4e4e; float:right; }
|
1201 |
+
.product-options dt .qty-holder { float:right; margin-right:15px; }
|
1202 |
+
.product-options dt .qty-holder label { vertical-align:middle; }
|
1203 |
+
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
|
1204 |
+
.product-options dd .qty-holder label { vertical-align:middle; }
|
1205 |
+
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
|
1206 |
+
.product-options dd { padding:5px 0 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
|
1207 |
+
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
|
1208 |
+
.product-options dd input.input-text { width:98%; }
|
1209 |
+
.product-options dd input.datetime-picker { width:150px; }
|
1210 |
+
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
|
1211 |
+
.product-options dd textarea { width:98%; height:8em; }
|
1212 |
+
.product-options dd select { width:99%; }
|
1213 |
+
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
|
1214 |
+
.product-options ul.options-list { margin-right:5px; }
|
1215 |
+
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
|
1216 |
+
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
|
1217 |
+
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
|
1218 |
+
.product-options ul.options-list .label { display:block; margin-left:18px; }
|
1219 |
+
.product-options ul.options-list label { font-weight:normal; }
|
1220 |
+
.product-options ul.validation-failed { padding:0 7px; }
|
1221 |
+
.product-options p.note { margin:0; font-size:11px; }
|
1222 |
+
.product-options p.required { position:absolute; right:20px; top:20px; }
|
1223 |
+
|
1224 |
+
.product-options-bottom { padding:15px 0;}
|
1225 |
+
.product-options-bottom .product-pricing,
|
1226 |
+
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
|
1227 |
+
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
|
1228 |
+
.product-options-bottom .tier-prices .price,
|
1229 |
+
.product-options-bottom .tier-prices .benefit { color:#e26703; }
|
1230 |
+
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
|
1231 |
+
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
|
1232 |
+
.product-options-bottom .price-label { float:left; padding-right:5px; }
|
1233 |
+
.product-options-bottom .price-tax { float:left; }
|
1234 |
+
.product-options-bottom .add-to-cart { float:right; }
|
1235 |
+
.product-shop .product-options-bottom { margin:0 0 10px; }
|
1236 |
+
.product-shop .product-options-bottom .price-box { float:left; margin:0 0 5px; }
|
1237 |
+
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
|
1238 |
+
.product-shop .product-options-bottom .price-tax { float:none; }
|
1239 |
+
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
|
1240 |
+
.product-options p.required{color:#4e4e4e;}
|
1241 |
+
|
1242 |
+
|
1243 |
+
/* Grouped Product */
|
1244 |
+
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
|
1245 |
+
|
1246 |
+
/* Block: Description */
|
1247 |
+
.product-view .box-description {}
|
1248 |
+
|
1249 |
+
/* Block: Additional */
|
1250 |
+
.product-view .box-additional .data-table th,
|
1251 |
+
.product-view .box-additional .data-table td { line-height:1.25; }
|
1252 |
+
|
1253 |
+
/* Block: Upsell */
|
1254 |
+
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
|
1255 |
+
.product-view .box-up-sell .products-grid { width:100%;}
|
1256 |
+
.product-view .box-up-sell .products-grid td { width:25%; background:#fff; text-align:center; padding:15px 0 0; line-height:1.6em; background: url("../images/grid_item_bg2.png") no-repeat 0 0;}
|
1257 |
+
.product-view .box-up-sell .products-grid td .up-sell-in{background: url("../images/grid_item_bg2.png") no-repeat 0 100%; padding:0 10px 12px; margin-right:13px;}
|
1258 |
+
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
|
1259 |
+
.product-view .box-up-sell .products-grid td.last { border-right:0; }
|
1260 |
+
.product-view .box-up-sell .products-grid td img { }
|
1261 |
+
.product-view .box-up-sell .products-grid .product-image { text-align:center; height:123px; margin-bottom:5px;}
|
1262 |
+
.product-view .box-up-sell .products-grid .product-name{color:#4e4e4e; font-size:13px; margin-bottom:5px;}
|
1263 |
+
.product-view .box-up-sell .products-grid td.empty { background:none; }
|
1264 |
+
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
|
1265 |
+
.product-view .box-up-sell .products-grid .price-box{float:none; width:auto; position:relative; min-height:23px;}
|
1266 |
+
.product-view .box-up-sell .products-grid .price-box .minimal-price{position:static;width:auto;}
|
1267 |
+
.product-view .box-up-sell .products-grid .regular-price .price{font-size:15px; color:#ff930d;}
|
1268 |
+
/* Block: Tags */
|
1269 |
+
.product-view .box-tags { margin:0; }
|
1270 |
+
.product-view .box-tags h3 { font-size:13px; }
|
1271 |
+
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
|
1272 |
+
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
|
1273 |
+
.product-view .box-tags .product-tags li.first { padding-left:0; }
|
1274 |
+
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
|
1275 |
+
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
|
1276 |
+
.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; }
|
1277 |
+
.product-view .box-tags .form-add input.input-text { width:299px; }
|
1278 |
+
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
|
1279 |
+
|
1280 |
+
/* Block: Reviews */
|
1281 |
+
.product-view .box-reviews dl { margin:15px 0; }
|
1282 |
+
.product-view .box-reviews dt a,
|
1283 |
+
.product-view .box-reviews dt span { font-weight:bold; }
|
1284 |
+
.product-view .box-reviews dd { margin:0 0 15px; }
|
1285 |
+
.product-view .box-reviews dd small { font-style:italic; }
|
1286 |
+
.product-view .box-reviews .form-add { margin:15px 0 0; }
|
1287 |
+
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
|
1288 |
+
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
|
1289 |
+
.product-view .box-reviews .form-add h4 { font-size:12px; }
|
1290 |
+
.product-view .box-reviews .form-add .data-table td { text-align:center; }
|
1291 |
+
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
|
1292 |
+
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
|
1293 |
+
.product-view .box-reviews .form-add .form-list input.input-text,
|
1294 |
+
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
|
1295 |
+
|
1296 |
+
/* Send a Friend */
|
1297 |
+
.send-friend .form-list { width:615px; overflow:hidden; }
|
1298 |
+
.send-friend .form-list li { margin-right:-15px; }
|
1299 |
+
.send-friend .form-list li p { margin:0 15px 0 0; }
|
1300 |
+
.send-friend .form-list .field { width:315px; }
|
1301 |
+
.send-friend .form-list .input-box { width:300px; }
|
1302 |
+
.send-friend .form-list input.input-text,
|
1303 |
+
.send-friend .form-list textarea { width:294px; }
|
1304 |
+
.send-friend .form-list li.wide .input-box { width:612px; }
|
1305 |
+
.send-friend .form-list li.wide textarea { width:609px; }
|
1306 |
+
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
|
1307 |
+
/* ======================================================================================= */
|
1308 |
+
|
1309 |
+
|
1310 |
+
/* Content Styles ================================================================= */
|
1311 |
+
.product-name { margin:0; font-size:1em; font-weight:normal; }
|
1312 |
+
|
1313 |
+
/* Product Tags */
|
1314 |
+
.tags-list { display:block; font-size:13px; border:1px solid #dfdfdf; background:#fff; padding:10px;}
|
1315 |
+
.tags-list li { display:inline !important; margin:0 4px 0 0; }
|
1316 |
+
|
1317 |
+
/* Advanced Search */
|
1318 |
+
.advanced-search .form-list label { width:160px; padding-right:10px; }
|
1319 |
+
.advanced-search .form-list .input-box,
|
1320 |
+
.advanced-search .form-list .input-range { float:left; clear:none; }
|
1321 |
+
.advanced-search-amount { margin:0 0 10px; }
|
1322 |
+
.advanced-search-summary { margin:10px 0; border:1px solid #d4d4d4; background:#fff; padding:10px; }
|
1323 |
+
.advanced-search-summary ul { float:left; width:49%; }
|
1324 |
+
.advanced-search-summary strong { color:#E17C24; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
|
1325 |
+
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
|
1326 |
+
|
1327 |
+
/* CMS Home Page */
|
1328 |
+
.cms-home .subtitle {}
|
1329 |
+
.cms-index-index .subtitle {}
|
1330 |
+
|
1331 |
+
/* Sitemap */
|
1332 |
+
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
|
1333 |
+
.page-sitemap .links a { text-decoration:none; position:relative; }
|
1334 |
+
.page-sitemap .links a:hover { text-decoration:underline; }
|
1335 |
+
.page-sitemap .sitemap { margin:12px; }
|
1336 |
+
.page-sitemap .sitemap li { margin:3px 0; }
|
1337 |
+
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
|
1338 |
+
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
|
1339 |
+
|
1340 |
+
/* RSS */
|
1341 |
+
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
|
1342 |
+
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
|
1343 |
+
/* ======================================================================================= */
|
1344 |
+
|
1345 |
+
|
1346 |
+
/* Shopping Cart ========================================================================= */
|
1347 |
+
.cart .page-title { border-bottom:0; margin:0 0 12px; }
|
1348 |
+
.cart .page-title h1 { margin:10px 0 0; }
|
1349 |
+
|
1350 |
+
/* Checkout Types */
|
1351 |
+
.cart .page-title .checkout-types li { margin:0 0 5px; }
|
1352 |
+
.cart .title-buttons .checkout-types { float:right; }
|
1353 |
+
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
|
1354 |
+
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
|
1355 |
+
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
|
1356 |
+
|
1357 |
+
/* Shopping Cart Table */
|
1358 |
+
.cart-table th { padding:2px 10px; }
|
1359 |
+
.cart-table td { padding:10px; }
|
1360 |
+
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
|
1361 |
+
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
|
1362 |
+
.cart-table tfoot td { padding:5px 10px; }
|
1363 |
+
.cart-table .btn-continue { float:left; }
|
1364 |
+
|
1365 |
+
|
1366 |
+
/* Shopping Cart Collateral boxes */
|
1367 |
+
.cart .cart-collaterals { padding:25px 0 0; }
|
1368 |
+
.cart .cart-collaterals .col2-set { float:left; width:647px; }
|
1369 |
+
.cart .cart-collaterals .col2-set .col-1 { width:335px; }
|
1370 |
+
.cart .cart-collaterals .col2-set .col-2 { width:292px; }
|
1371 |
+
.cart .crosssell #crosssell-products-list{
|
1372 |
+
padding:0 18px 5px 19px;
|
1373 |
+
}
|
1374 |
+
.cart .crosssell .product-name a{
|
1375 |
+
color:#4e4e4e;
|
1376 |
+
text-decoration:none;
|
1377 |
+
}
|
1378 |
+
.cart .crosssell .product-name a:hover{
|
1379 |
+
text-decoration:underline;
|
1380 |
+
}
|
1381 |
+
.cart .crosssell { background:url(../images/crossell_bg.png) 0 100% no-repeat; padding:0; }
|
1382 |
+
.cart .crosssell h2 { font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; padding:0 0 0 21px; margin-bottom:4px; color:#5e5d5d; position:relative; height:32px; overflow: hidden; background:#fff url("../images/crosell_head.png") no-repeat 0 0;}
|
1383 |
+
.cart .crosssell .product-image { float:left; width:92px; height:92px; padding:5px; background: url("../images/cart_img_bg.png") no-repeat 0 0;}
|
1384 |
+
.cart .crosssell .product-details { margin-left:120px; }
|
1385 |
+
.cart .crosssell .product-name { font-weight:bold; font-size:14px;}
|
1386 |
+
.cart .crosssell li.item { margin:20px 0; padding-bottom:20px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
1387 |
+
.cart .crosssell li.last{margin-bottom:0; background:none;}
|
1388 |
+
.cart .crosssell .link-compare { font-weight:normal; }
|
1389 |
+
.cart .crosssell li .add-to-links{
|
1390 |
+
overflow:hidden;
|
1391 |
+
}
|
1392 |
+
.cart .crosssell li .add-to-links li,
|
1393 |
+
.cart .crosssell li .add-to-links li .separator{
|
1394 |
+
display:inline;
|
1395 |
+
font-size:11px;
|
1396 |
+
}
|
1397 |
+
.cart .crosssell li .add-to-links li .separator{
|
1398 |
+
margin:0 7px;
|
1399 |
+
}
|
1400 |
+
.cart .crosssell li .add-to-links li a{
|
1401 |
+
color:#5f5f5f !important;
|
1402 |
+
}
|
1403 |
+
/* Discount Codes & Estimate Shipping and Tax Boxes */
|
1404 |
+
.cart .discount,
|
1405 |
+
.cart .shipping { background:url(../images/disconut_bg.png) 0 100% no-repeat; padding:0 31px 15px 21px; margin:0 0 13px; }
|
1406 |
+
.cart .discount h2,
|
1407 |
+
.cart .shipping h2 { font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; padding:0 0 0 21px; color:#5e5d5d; position:relative; margin:0 -31px 10px -21px; height:32px; overflow: hidden; background:#fff url("../images/disount_head.png") no-repeat 0 0;}
|
1408 |
+
.cart .discount .buttons-set,
|
1409 |
+
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
|
1410 |
+
.cart .discount .buttons-set button.button,
|
1411 |
+
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
|
1412 |
+
|
1413 |
+
.cart .discount .input-box,.cart .shipping .input-box { margin:8px 0 0; width:239px; }
|
1414 |
+
.cart .discount input.input-text,.cart .shipping input.input-text { width:233px; }
|
1415 |
+
.cart .shipping select{width:239px;}
|
1416 |
+
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/toolbar_brd.gif) 0 0 repeat-x; }
|
1417 |
+
.pages a.i-next,
|
1418 |
+
.pages a.i-previous{text-decoration:none !important;}
|
1419 |
+
/* Shopping Cart Totals */
|
1420 |
+
.cart .totals { float:right; width:248px; background:url(../images/cart_totals_bg.png) 0 0 no-repeat; padding-top:14px;}
|
1421 |
+
.cart .totals-in{background:url(../images/cart_totals_bg.png) 0 100% no-repeat;}
|
1422 |
+
.cart .totals table { width:100%; margin:0; color:#3e3e3e;}
|
1423 |
+
.cart .totals td { padding:1px 15px 1px 3px; }
|
1424 |
+
.cart .totals tr.last td {}
|
1425 |
+
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
|
1426 |
+
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
|
1427 |
+
.cart .totals tfoot th strong,
|
1428 |
+
.cart .totals tfoot td strong { font-size:15px; color:#4b4b4b; }
|
1429 |
+
.cart .totals .checkout-types { font-size:12px; padding:0 15px 3px; text-align:right; }
|
1430 |
+
.cart .totals .checkout-types li { clear:both; margin:9px 0; }
|
1431 |
+
.cart .totals .checkout-types li a{text-decoration:none;}
|
1432 |
+
.cart .totals .checkout-types li a:hover{text-decoration:underline;}
|
1433 |
+
/* Options Tool Tip */
|
1434 |
+
.item-options dt { font-weight:bold; font-style:normal; font-size:11px; color:#5f5f5f; }
|
1435 |
+
.item-options dd { padding-left:10px; margin:0 0 6px; font-size:11px;}
|
1436 |
+
.truncated { cursor:help; }
|
1437 |
+
.truncated a.dots { cursor:help; }
|
1438 |
+
.truncated a.details { cursor:help; }
|
1439 |
+
.truncated .truncated_full_value { position:relative; z-index:999; }
|
1440 |
+
.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; }
|
1441 |
+
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
|
1442 |
+
.truncated .show .item-options { top:-20px; left:50%; }
|
1443 |
+
.col-left .truncated .show .item-options { left:15px; top:7px; }
|
1444 |
+
.col-right .truncated .show .item-options { left:-240px; top:7px; }
|
1445 |
+
/* ======================================================================================= */
|
1446 |
+
/* Remember Me Popup ===================================================================== */
|
1447 |
+
.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; }
|
1448 |
+
|
1449 |
+
.remember-me label { float:none; margin:0 6px; }
|
1450 |
+
.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; }
|
1451 |
+
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
|
1452 |
+
.remember-me-popup .remember-me-popup-head { position:relative; }
|
1453 |
+
.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; }
|
1454 |
+
.remember-me-popup .remember-me-popup-body { padding:10px; }
|
1455 |
+
.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; }
|
1456 |
+
/* Remember Me Popup ===================================================================== */
|
1457 |
+
|
1458 |
+
/* MAP Popup============================================================================== */
|
1459 |
+
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
|
1460 |
+
.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; }
|
1461 |
+
|
1462 |
+
.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; }
|
1463 |
+
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
|
1464 |
+
.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; }
|
1465 |
+
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
|
1466 |
+
.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; }
|
1467 |
+
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
|
1468 |
+
.map-popup-checkout { display:inline; float:right; text-align:right; }
|
1469 |
+
.map-popup-checkout span { display:block; padding-right:30px; }
|
1470 |
+
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
|
1471 |
+
.map-popup-price .price-box,
|
1472 |
+
.map-popup-price .price-box .special-price { margin:0; padding:0; }
|
1473 |
+
.map-popup-price { margin:5px 0 0; }
|
1474 |
+
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
|
1475 |
+
.map-popup-only-text { border-top:1px solid #ddd; }
|
1476 |
+
/* ======================================================================================= */
|
1477 |
+
|
1478 |
+
/* Checkout ============================================================================== */
|
1479 |
+
/********** < Common Checkout Styles */
|
1480 |
+
/* Shipping and Payment methods */
|
1481 |
+
.sp-methods { margin:0 0 8px; }
|
1482 |
+
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
|
1483 |
+
.sp-methods dd {}
|
1484 |
+
.sp-methods dd li { margin:5px 0; }
|
1485 |
+
.sp-methods label { font-weight:bold; color:#666; }
|
1486 |
+
.sp-methods .price { font-weight:bold; }
|
1487 |
+
.sp-methods .form-list { padding-left:20px; }
|
1488 |
+
.sp-methods .form-list li { margin:0 0 8px; }
|
1489 |
+
.sp-methods select.month { width:154px; margin-right:10px; }
|
1490 |
+
.sp-methods select.year { width:96px; }
|
1491 |
+
.sp-methods input.cvv { width:3em !important; }
|
1492 |
+
|
1493 |
+
.sp-methods .checkmo-list li { margin:0 0 5px; }
|
1494 |
+
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
|
1495 |
+
.sp-methods .checkmo-list address { float:left; }
|
1496 |
+
|
1497 |
+
.sp-methods .centinel-logos a { margin-right:3px; }
|
1498 |
+
.sp-methods .centinel-logos img { vertical-align:middle; }
|
1499 |
+
|
1500 |
+
.please-wait { float:right; }
|
1501 |
+
.please-wait img { vertical-align:middle; }
|
1502 |
+
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
|
1503 |
+
|
1504 |
+
/* Tooltip */
|
1505 |
+
.tool-tip { border:1px solid #d4d4d4; background:#fff; padding:15px 20px; position:absolute; z-index:9999; }
|
1506 |
+
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
|
1507 |
+
.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; }
|
1508 |
+
.tool-tip .tool-tip-content { padding:5px; }
|
1509 |
+
|
1510 |
+
/* Gift Messages */
|
1511 |
+
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
|
1512 |
+
.gift-messages p.control { color:#8e8d8b; }
|
1513 |
+
.gift-messages-form { position:relative; }
|
1514 |
+
.gift-messages-form label { float:none !important; position:static !important; }
|
1515 |
+
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
|
1516 |
+
.gift-messages-form .whole-order { margin:0 0 25px; }
|
1517 |
+
.gift-messages-form .item { margin:0 0 10px; }
|
1518 |
+
.gift-messages-form .item .product-img-box { float:left; width:75px; }
|
1519 |
+
.gift-messages-form .item .product-image { margin:0 0 7px; }
|
1520 |
+
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
|
1521 |
+
.gift-messages-form .item .details { margin-left:90px; }
|
1522 |
+
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1523 |
+
.gift-messages-form .item .details .form-list .field { width:255px; }
|
1524 |
+
.gift-messages-form .item .details .form-list .input-box { width:240px; }
|
1525 |
+
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
|
1526 |
+
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
|
1527 |
+
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
|
1528 |
+
|
1529 |
+
.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
|
1530 |
+
.gift-message-link.expanded { background-position:100% -40px; }
|
1531 |
+
.gift-message-row { background:#f2efe9; }
|
1532 |
+
.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; }
|
1533 |
+
|
1534 |
+
/* Checkout Agreements */
|
1535 |
+
.checkout-agreements li { margin:30px 0; }
|
1536 |
+
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
|
1537 |
+
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
|
1538 |
+
.checkout-agreements .agree input.checkbox { margin-right:6px; }
|
1539 |
+
.checkout-agreements .agree label { font-weight:bold; color:#666; }
|
1540 |
+
|
1541 |
+
.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
|
1542 |
+
.opc .checkout-agreements li { margin:20px 0 0; }
|
1543 |
+
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
|
1544 |
+
.opc .checkout-agreements .agree { padding-left:6px; }
|
1545 |
+
|
1546 |
+
/* Centinel */
|
1547 |
+
.centinel {}
|
1548 |
+
.centinel .authentication { border:1px solid #ddd; background:#fff; }
|
1549 |
+
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
|
1550 |
+
|
1551 |
+
.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
|
1552 |
+
|
1553 |
+
/* Generic Info Set */
|
1554 |
+
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
|
1555 |
+
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1556 |
+
.info-set h3,
|
1557 |
+
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
|
1558 |
+
.info-set h2 a,
|
1559 |
+
.info-set h3 a,
|
1560 |
+
.info-set h4 a { font-weight:normal; }
|
1561 |
+
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
|
1562 |
+
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
|
1563 |
+
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
|
1564 |
+
.info-set .box { margin:0 0 15px; }
|
1565 |
+
.info-set .box h2 { color:#e26703; }
|
1566 |
+
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
|
1567 |
+
.info-set .data-table .product-name a { font-weight:bold !important; }
|
1568 |
+
.info-set .data-table .item-options { margin:5px 0 0; }
|
1569 |
+
/********** Common Checkout Styles > */
|
1570 |
+
|
1571 |
+
/* One Page Checkout */
|
1572 |
+
.block-progress .block-content { background:none !important; border:1px solid #dcdcdc; border-top:0; padding:2px 3px; }
|
1573 |
+
.block-progress dt { font-size:12px; font-weight:normal; line-height:1.35; background:#fcfcfc; border:1px solid #dcdcdc; margin:0 0 1px; padding:7px 8px 7px 15px; color:#6d6d6d; }
|
1574 |
+
.block-progress dd { background:#fff; border:1px solid #dcdcdc; border-top:0; padding:8px 13px; margin:0 0 5px; }
|
1575 |
+
.block-progress dt.complete { margin:0; background:#fcfcfc;}
|
1576 |
+
.block-progress dd.complete {}
|
1577 |
+
.block-progress p { margin:0; }
|
1578 |
+
|
1579 |
+
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1580 |
+
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1581 |
+
.opc .buttons-set .back-link small { display:none; }
|
1582 |
+
.opc .buttons-set.disabled button.button { display:none; }
|
1583 |
+
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
|
1584 |
+
.opc .ul { list-style:disc outside; padding-left:18px; }
|
1585 |
+
|
1586 |
+
.opc { position:relative; }
|
1587 |
+
.opc li.section {}
|
1588 |
+
|
1589 |
+
.opc .step-title { border-width:0 1px 1px; border-style:solid; border-color:#e5e5e5; background:#fff; padding:7px 18px 8px; text-align:right; }
|
1590 |
+
.opc .step-title .number { float:left; background:#eee; border:1px solid #d6d6d6; padding:0 4px; margin:0 5px 0 0; font:12px/14px Tahoma,Geneva,Kalimati,sans-serif; color:#434343;}
|
1591 |
+
.opc .step-title h2 { float:left; margin:0; font:bold 12px/16px Tahoma,Geneva,Kalimati,sans-serif; color:#7c7c7c; }
|
1592 |
+
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
|
1593 |
+
|
1594 |
+
.opc .allow .step-title { background:#fcfcfc; border:1px solid #e5e5e5; border-bottom:0; color:#b2b2b2; cursor:pointer; }
|
1595 |
+
/*.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }*/
|
1596 |
+
.opc .allow .step-title h2 { color:#b2b2b2; }
|
1597 |
+
/*.opc .allow .step-title a { display:block; }*/
|
1598 |
+
|
1599 |
+
.opc .active .step-title { border:1px solid #e5e5e5;color:#f18200; cursor:default; background: url("../images/bkg_th.gif") repeat-x 0 0 #F3F3F3;}
|
1600 |
+
.opc .active .step-title .number { background:#ffa02b; border-color:#ffa02b; color:#fff; }
|
1601 |
+
.opc .active .step-title h2 { color:#4e4e4e; }
|
1602 |
+
/*.opc .active .step-title a { display:none; }*/
|
1603 |
+
|
1604 |
+
.opc li:first-child .step-title{
|
1605 |
+
-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
|
1606 |
+
}
|
1607 |
+
|
1608 |
+
.opc .step { border:1px solid #e5e5e5; border-top:0; background:#f9f9f9; padding:15px 30px; position:relative; }
|
1609 |
+
.opc .step .tool-tip { right:30px; }
|
1610 |
+
|
1611 |
+
#opc-login .buttons-set { border-top:0; }
|
1612 |
+
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
|
1613 |
+
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
|
1614 |
+
|
1615 |
+
#opc-shipping_method .buttons-set { border-top:0; }
|
1616 |
+
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
|
1617 |
+
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
|
1618 |
+
|
1619 |
+
#opc-review .step { border:0; padding:0; }
|
1620 |
+
#opc-review .product-name { font-weight:bold; color:#0a263c; }
|
1621 |
+
#opc-review .item-options { margin:5px 0 0; }
|
1622 |
+
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
|
1623 |
+
#opc-review .buttons-set p { margin:0; line-height:30px; }
|
1624 |
+
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
|
1625 |
+
|
1626 |
+
/* Multiple Addresses Checkout */
|
1627 |
+
.checkout-progress { padding:0 90px; margin:0 0 20px; }
|
1628 |
+
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #d4d4d4; padding:2px 0 0; font-weight:bold; text-align:center; color:#d4d4d4; }
|
1629 |
+
.checkout-progress li.active { border-top-color:#FF930D; color:#FF930D; }
|
1630 |
+
|
1631 |
+
.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1632 |
+
.multiple-checkout h3,
|
1633 |
+
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#4e4e4e; }
|
1634 |
+
.multiple-checkout h2 a,
|
1635 |
+
.multiple-checkout h3 a,
|
1636 |
+
.multiple-checkout h4 a { font-weight:normal; }
|
1637 |
+
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
|
1638 |
+
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
|
1639 |
+
.multiple-checkout .data-table .item-options { margin:5px 0 0; }
|
1640 |
+
|
1641 |
+
.multiple-checkout .gift-messages { margin:15px 0 0; }
|
1642 |
+
|
1643 |
+
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
|
1644 |
+
|
1645 |
+
.multiple-checkout .col2-set,
|
1646 |
+
.multiple-checkout .col3-set { background:#fff; border:1px solid #d4d4d4; margin:0 0 25px; padding:20px; }
|
1647 |
+
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#fff; border-bottom:1px solid #d4d4d4; position:relative; }
|
1648 |
+
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
|
1649 |
+
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
|
1650 |
+
.multiple-checkout .box { margin:0 0 15px; }
|
1651 |
+
.multiple-checkout .box h2 { color:#4e4e4e; }
|
1652 |
+
|
1653 |
+
.multiple-checkout .place-order .please-wait { float:right; padding:6px 20px 0 0; line-height: 16px;}
|
1654 |
+
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; overflow:hidden; }
|
1655 |
+
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; }
|
1656 |
+
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
|
1657 |
+
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; color:#4e4e4e; }
|
1658 |
+
.multiple-checkout .place-order .grand-total .price { color:#4e4e4e; }
|
1659 |
+
|
1660 |
+
/* Step 1 */
|
1661 |
+
#multiship-addresses-table td { padding:10px; }
|
1662 |
+
#multiship-addresses-table tfoot td { padding:5px 10px; }
|
1663 |
+
|
1664 |
+
/* Step 2 */
|
1665 |
+
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
|
1666 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
|
1667 |
+
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
|
1668 |
+
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
|
1669 |
+
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
|
1670 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
|
1671 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
|
1672 |
+
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d4d4d4; padding:13px; position:relative; }
|
1673 |
+
.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; display:none;}
|
1674 |
+
|
1675 |
+
/* Step 3 */
|
1676 |
+
.checkout-multishipping-billing .multiple-checkout { position:relative; }
|
1677 |
+
/* ======================================================================================= */
|
1678 |
+
|
1679 |
+
|
1680 |
+
/* Account Login/Create Pages ============================================================ */
|
1681 |
+
.account-login .content { min-height:240px; padding:14px 21px; border:1px solid #d4d4d4; border-bottom:0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}
|
1682 |
+
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0; border-bottom:1px solid #d4d4d4; color:#5e5d5d; }
|
1683 |
+
.account-login .buttons-set { border:1px solid #d4d4d4; border-top:0; margin:0; padding:8px 13px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
|
1684 |
+
|
1685 |
+
.account-create {}
|
1686 |
+
/* Account Login/Create Pages ============================================================ */
|
1687 |
+
|
1688 |
+
|
1689 |
+
/* My Account ============================================================================= */
|
1690 |
+
.my-account .title-buttons .link-rss { float:none; margin:0; }
|
1691 |
+
|
1692 |
+
/********** < Dashboard */
|
1693 |
+
.dashboard .welcome-msg { margin:0 0 1.5em 0; }
|
1694 |
+
.dashboard .welcome-msg p { margin:0; }
|
1695 |
+
.dashboard .col2-set { margin:0 0 15px; }
|
1696 |
+
|
1697 |
+
/* General Box */
|
1698 |
+
.box-account { background:#fff; border:1px solid #d4d4d4; padding:15px; margin: 0 0 20px;}
|
1699 |
+
.box-account .box-head { margin:0 0 10px; text-align:right; }
|
1700 |
+
.box-account .box-head h2 { float:left; margin:0; font-size:12px; font-weight:bold; color:#5f5f5f; }
|
1701 |
+
|
1702 |
+
.dashboard .box .box-title { background:url(../images/toolbar_brd.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
|
1703 |
+
.dashboard .box .box-title h3,
|
1704 |
+
.dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:normal; margin:0; }
|
1705 |
+
|
1706 |
+
/* Block: Account Information */
|
1707 |
+
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
|
1708 |
+
|
1709 |
+
/* Block: Reviews */
|
1710 |
+
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:2px -20px 0 0; padding:1px 3px 2px; background:#ffa02b; }
|
1711 |
+
.dashboard .box-reviews .details { margin-left:20px; }
|
1712 |
+
.dashboard .box-reviews li.item { margin:0 0 7px; }
|
1713 |
+
.dashboard .box-reviews li.item.last { margin:0; }
|
1714 |
+
.dashboard .box-reviews .ratings { margin:7px 0 0; }
|
1715 |
+
|
1716 |
+
/* Block: Tags */
|
1717 |
+
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:2px -20px 0 0; padding:1px 3px 2px; background:#ffa02b; }
|
1718 |
+
.dashboard .box-tags .details { margin-left:20px; }
|
1719 |
+
.dashboard .box-tags li.item { margin:0 0 7px; }
|
1720 |
+
.dashboard .box-tags li.item.last { margin:0; }
|
1721 |
+
.dashboard .box-tags .tags strong,
|
1722 |
+
.dashboard .box-tags .tags ul,
|
1723 |
+
.dashboard .box-tags .tags ul li { display:inline; }
|
1724 |
+
/********** Dashboard > */
|
1725 |
+
|
1726 |
+
/* Address Book */
|
1727 |
+
.addresses-list h2 { font-weight:bold; font-size:13px; color:#5f5f5f; text-transform:uppercase; }
|
1728 |
+
.addresses-list h3 { font-weight:bold; font-size:13px; }
|
1729 |
+
.addresses-list address { margin:0 0 3px; }
|
1730 |
+
.addresses-list p { margin:0; }
|
1731 |
+
.addresses-list a { font-weight:bold; }
|
1732 |
+
.addresses-list .separator { margin:0 3px; }
|
1733 |
+
.addresses-list li.item { background:#fff; border:1px solid #d4d4d4; padding:10px 13px; margin:0 0 10px;}
|
1734 |
+
.addresses-list li.empty { background:none; border:0; padding:0; }
|
1735 |
+
.addresses-list li.empty p { font-weight:bold; }
|
1736 |
+
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
|
1737 |
+
|
1738 |
+
/* Order View */
|
1739 |
+
.my-account .order-date{padding-left:17px;}
|
1740 |
+
.order-info { background:#ececec; color:#4e4e4e; padding:8px 17px; margin:0 0 8px;}
|
1741 |
+
.order-info dt,
|
1742 |
+
.order-info dd,
|
1743 |
+
.order-info ul,
|
1744 |
+
.order-info li { display:inline; }
|
1745 |
+
.order-info .current { font-weight:bold; }
|
1746 |
+
.order-info li { margin:0 3px; }
|
1747 |
+
|
1748 |
+
.order-date { margin:10px 0; }
|
1749 |
+
|
1750 |
+
.order-info-box { background:#fff; border:1px solid #d4d4d4; padding:12px 15px; margin:0 0 15px;}
|
1751 |
+
.order-info-box h2 { font-weight:bold; font-size:13px; color:#4E4E4E;}
|
1752 |
+
.order-info-box .box-payment p { margin:0 0 3px; }
|
1753 |
+
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
|
1754 |
+
|
1755 |
+
.order-items { width:100%; overflow-x:auto; }
|
1756 |
+
.order-items h2,
|
1757 |
+
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
|
1758 |
+
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
|
1759 |
+
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
|
1760 |
+
.order-items .order-links { text-align:right; }
|
1761 |
+
|
1762 |
+
.order-additional { margin:15px 0; }
|
1763 |
+
/* Order Gift Message */
|
1764 |
+
.gift-message dt strong { color:#666; }
|
1765 |
+
.gift-message dd { font-size:13px; margin:5px 0 0; }
|
1766 |
+
/* Order Comments */
|
1767 |
+
.order-about dt { font-weight:bold; }
|
1768 |
+
.order-about dd { font-size:13px; margin:0 0 7px; }
|
1769 |
+
|
1770 |
+
.tracking-table { margin:0 0 15px; }
|
1771 |
+
.tracking-table th { font-weight:bold; white-space:nowrap; }
|
1772 |
+
|
1773 |
+
.tracking-table-popup { width:100%; }
|
1774 |
+
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
|
1775 |
+
.tracking-table-popup th,
|
1776 |
+
.tracking-table-popup td { padding:1px 8px; }
|
1777 |
+
|
1778 |
+
/* Order Print Pages */
|
1779 |
+
.page-print .print-head { margin:0 0 15px; }
|
1780 |
+
.page-print .print-head .logo { float:left; }
|
1781 |
+
.page-print .print-head address { float:left; margin-left:15px; }
|
1782 |
+
.page-print h1 { font-size:16px; font-weight:bold; }
|
1783 |
+
.page-print h2,
|
1784 |
+
.page-print h3 { font-size:13px; font-weight:bold; }
|
1785 |
+
.page-print h2.h2 { font-size:16px; font-weight:bold; }
|
1786 |
+
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
|
1787 |
+
.page-print .col2-set { margin:0 0 10px; }
|
1788 |
+
/* Price Rewrites */
|
1789 |
+
.page-print .gift-message-link { display:none; }
|
1790 |
+
.page-print .price-excl-tax,
|
1791 |
+
.page-print .price-incl-tax { display:block; white-space:nowrap; }
|
1792 |
+
.page-print .cart-price,
|
1793 |
+
.page-print .price-excl-tax .label,
|
1794 |
+
.page-print .price-incl-tax .label,
|
1795 |
+
.page-print .price-excl-tax .price,
|
1796 |
+
.page-print .price-incl-tax .price { display:inline; }
|
1797 |
+
|
1798 |
+
/* My Wishlist */
|
1799 |
+
.my-wishlist .data-table td { padding:10px; }
|
1800 |
+
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
|
1801 |
+
.my-wishlist textarea { display:block; width:97%; height:109px; }
|
1802 |
+
.my-wishlist .buttons-set { margin-top:2em; }
|
1803 |
+
.my-wishlist .buttons-set button.button { float:none; }
|
1804 |
+
#wishlist-table .add-to-links { white-space:nowrap; }
|
1805 |
+
|
1806 |
+
/* My Tags */
|
1807 |
+
.my-tag-edit { float:left; margin:0 0 10px; }
|
1808 |
+
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
|
1809 |
+
#my-tags-table { clear:both; }
|
1810 |
+
#my-tags-table td { padding:10px; }
|
1811 |
+
#my-tags-table .add-to-links { white-space:nowrap; }
|
1812 |
+
|
1813 |
+
/* My Reviews */
|
1814 |
+
#my-reviews-table td { padding:10px; }
|
1815 |
+
|
1816 |
+
.product-review .product-img-box { float:left; width:140px; }
|
1817 |
+
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
|
1818 |
+
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
|
1819 |
+
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
|
1820 |
+
.product-review .product-details { margin-left:150px; }
|
1821 |
+
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
|
1822 |
+
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
|
1823 |
+
.product-review .ratings-table { margin:0 0 10px; }
|
1824 |
+
.product-review dt { font-weight:bold; }
|
1825 |
+
.product-review dd { font-size:13px; margin:5px 0 0; }
|
1826 |
+
|
1827 |
+
/* Billing Agreements */
|
1828 |
+
.billing-agreements .info-box{ margin:15px 0; }
|
1829 |
+
.billing-agreements .form-list li select { float:left; }
|
1830 |
+
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
|
1831 |
+
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
|
1832 |
+
/* ======================================================================================= */
|
1833 |
+
.before-footer .block-subscribe .block-content .validation-advice{
|
1834 |
+
line-height:10px;
|
1835 |
+
background-position: 3px 0;
|
1836 |
+
}
|
1837 |
+
.before-footer{
|
1838 |
+
height:94px;
|
1839 |
+
padding-bottom:50px;
|
1840 |
+
background:#fafafa;
|
1841 |
+
position:relative;
|
1842 |
+
margin-top:-145px;
|
1843 |
+
border-top:1px solid #efefef;
|
1844 |
+
}
|
1845 |
+
.before-footer-in{
|
1846 |
+
width:915px;
|
1847 |
+
text-align:left;
|
1848 |
+
margin:0 auto;
|
1849 |
+
padding-top:18px;
|
1850 |
+
}
|
1851 |
+
.before-footer ul.links{
|
1852 |
+
width:615px;
|
1853 |
+
float:left;
|
1854 |
+
}
|
1855 |
+
.before-footer ul.links li{
|
1856 |
+
float:left;
|
1857 |
+
width:181px;
|
1858 |
+
padding-left:24px;
|
1859 |
+
background:url(../images/bf_link_bg.gif) 10px 49% no-repeat;
|
1860 |
+
line-height:18px;
|
1861 |
+
margin-bottom:15px;
|
1862 |
+
}
|
1863 |
+
.before-footer ul.links li a{
|
1864 |
+
color:#565656;
|
1865 |
+
text-decoration:none;
|
1866 |
+
}
|
1867 |
+
.before-footer ul.links li a:hover{
|
1868 |
+
text-decoration:underline;
|
1869 |
+
}
|
1870 |
+
.form-list li.control,
|
1871 |
+
.sp-methods dt{
|
1872 |
+
line-height:14px;
|
1873 |
+
}
|
1874 |
+
.form-list li.control label,
|
1875 |
+
.sp-methods dt label{
|
1876 |
+
vertical-align:middle;
|
1877 |
+
}
|
1878 |
+
.before-footer .block-subscribe{
|
1879 |
+
float:right;
|
1880 |
+
width:297px;
|
1881 |
+
}
|
1882 |
+
.before-footer .block-subscribe .block-content{
|
1883 |
+
padding:0;
|
1884 |
+
}
|
1885 |
+
.before-footer .block-subscribe .block-content .input-box{
|
1886 |
+
width:224px;
|
1887 |
+
margin:0;
|
1888 |
+
}
|
1889 |
+
.before-footer .block-subscribe .block-content .actions{
|
1890 |
+
margin:0 0 0 -2px;
|
1891 |
+
position:relative;
|
1892 |
+
}
|
1893 |
+
.before-footer .block-subscribe .block-content button.button span{
|
1894 |
+
position:absolute;
|
1895 |
+
top:0;
|
1896 |
+
left:0;
|
1897 |
+
padding:0;
|
1898 |
+
width:75px;
|
1899 |
+
}
|
1900 |
+
.before-footer .block-subscribe .block-content button.button{
|
1901 |
+
display:block;
|
1902 |
+
width:75px;
|
1903 |
+
height:23px;
|
1904 |
+
}
|
1905 |
+
.before-footer .block-subscribe .block-content button.button span{
|
1906 |
+
background-position:100% 0;
|
1907 |
+
}
|
1908 |
+
.before-footer .block-subscribe .block-content .input-box input.input-text{
|
1909 |
+
margin:0;
|
1910 |
+
width:218px;
|
1911 |
+
border-right:0;
|
1912 |
+
padding:3px 2px;
|
1913 |
+
-moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
|
1914 |
+
}
|
1915 |
+
.before-footer .block-subscribe .block-content label{
|
1916 |
+
display:block;
|
1917 |
+
padding-bottom:8px;
|
1918 |
+
color:#555555;
|
1919 |
+
font-weight:normal;
|
1920 |
+
}
|
1921 |
+
/* Footer ================================================================================ */
|
1922 |
+
.footer-container { border-top:1px solid #d1d1d1; background:#e7e7e7; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif; height:49px; position:relative; margin-top:-50px;}
|
1923 |
+
.footer { width:915px; margin:0 auto; padding:14px 0 18px; }
|
1924 |
+
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
|
1925 |
+
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
|
1926 |
+
.footer .store-switcher select { padding:0; vertical-align:middle; }
|
1927 |
+
.footer a { color:#6a6a6a; text-decoration:none; }
|
1928 |
+
.footer a:hover { border-bottom:1px dotted #6a6a6a; }
|
1929 |
+
.footer .bugs { margin:13px 0 0; color:#ecf3f6; display:none;}
|
1930 |
+
.footer .bugs a { color:#6a6a6a; text-decoration:underline; }
|
1931 |
+
.footer .bugs a:hover { text-decoration:none; }
|
1932 |
+
.footer address { margin:0; float:right; color:#6a6a6a; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
1933 |
+
.footer address a { color:#6a6a6a; text-decoration:underline; }
|
1934 |
+
.footer address a:hover { text-decoration:none; }
|
1935 |
+
.footer ul { display:inline; }
|
1936 |
+
.footer ul.links { display:block; }
|
1937 |
+
.footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 20px 0 19px; }
|
1938 |
+
.footer li.last { background:none !important; padding-right:0 !important; }
|
1939 |
+
.footer-container .bottom-container { margin:0 0 5px; }
|
1940 |
+
.footer .footer_links li a{
|
1941 |
+
padding:0 5px;
|
1942 |
+
}
|
1943 |
+
.footer .footer_links ul{
|
1944 |
+
margin-right:7px;
|
1945 |
+
}
|
1946 |
+
.footer .footer_links ul,
|
1947 |
+
.footer .footer_links{
|
1948 |
+
float:left;
|
1949 |
+
}
|
1950 |
+
/* ======================================================================================= */
|
1951 |
+
|
1952 |
+
/* Sample Data============================================================================ */
|
1953 |
+
.home-callout { margin-bottom:12px; }
|
1954 |
+
.home-callout img { display:block }
|
1955 |
+
.home-spot { float:left; width:425px; margin-left:20px; }
|
1956 |
+
.home-spot img{max-width:100%;}
|
1957 |
+
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
|
1958 |
+
.best-selling table { border-top:1px solid #ccc; }
|
1959 |
+
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
|
1960 |
+
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
|
1961 |
+
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
|
1962 |
+
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
|
1963 |
+
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
|
1964 |
+
.best-selling a.product-name,
|
1965 |
+
.home-spot .best-selling a.product-name:hover { color:#203548; }
|
1966 |
+
/* ======================================================================================= */
|
1967 |
+
|
1968 |
+
|
1969 |
+
/* Clears ================================================================================ */
|
1970 |
+
.clearer:after,
|
1971 |
+
.before-footer-in:after,
|
1972 |
+
.header-container:after,
|
1973 |
+
.header-container .top-container:after,
|
1974 |
+
.header:after,
|
1975 |
+
.header .quick-access:after,
|
1976 |
+
#nav:after,
|
1977 |
+
.main:after,
|
1978 |
+
.footer:after,
|
1979 |
+
.footer-container .bottom-container:after,
|
1980 |
+
.col-main:after,
|
1981 |
+
.col2-set:after,
|
1982 |
+
.col3-set:after,
|
1983 |
+
.col3-layout .product-options-bottom .price-box:after,
|
1984 |
+
.col4-set:after,
|
1985 |
+
.search-autocomplete li:after,
|
1986 |
+
.block .block-content:after,
|
1987 |
+
.block .actions:after,
|
1988 |
+
.block li.item:after,
|
1989 |
+
.block-poll li:after,
|
1990 |
+
.block-layered-nav .currently li:after,
|
1991 |
+
.page-title:after,
|
1992 |
+
.products-grid:after,
|
1993 |
+
.products-list li.item:after,
|
1994 |
+
.box-account .box-head:after,
|
1995 |
+
.dashboard .box .box-title:after,
|
1996 |
+
.box-reviews li.item:after,
|
1997 |
+
.box-tags li.item:after,
|
1998 |
+
.pager:after,
|
1999 |
+
.sorter:after,
|
2000 |
+
.ratings:after,
|
2001 |
+
.add-to-box:after,
|
2002 |
+
.add-to-cart:after,
|
2003 |
+
.product-essential:after,
|
2004 |
+
.product-collateral:after,
|
2005 |
+
.product-view .product-img-box .more-views ul:after,
|
2006 |
+
.product-view .box-tags .form-add:after,
|
2007 |
+
.product-view .product-shop .short-description:after,
|
2008 |
+
.product-view .box-description:after,
|
2009 |
+
.product-options .options-list li:after,
|
2010 |
+
.product-options-bottom:after,
|
2011 |
+
.product-review:after,
|
2012 |
+
.cart:after,
|
2013 |
+
.cart-collaterals:after,
|
2014 |
+
.cart .crosssell li.item:after,
|
2015 |
+
.opc .step-title:after,
|
2016 |
+
.checkout-progress:after,
|
2017 |
+
.multiple-checkout .place-order:after,
|
2018 |
+
.group-select li:after,
|
2019 |
+
.form-list li:after,
|
2020 |
+
.form-list .field:after,
|
2021 |
+
.buttons-set:after,
|
2022 |
+
.page-print .print-head:after,
|
2023 |
+
.advanced-search-summary:after,
|
2024 |
+
.gift-messages-form .item:after,
|
2025 |
+
.send-friend .form-list li p:after,
|
2026 |
+
.product-tabs:after,
|
2027 |
+
.product-tabs-content:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
2028 |
+
/* ======================================================================================= */
|
2029 |
+
|
2030 |
+
.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; }
|
2031 |
+
.cards-list dt { margin:5px 0 0; }
|
2032 |
+
.cards-list .offset { padding:2px 0 2px 20px; }
|
2033 |
+
|
2034 |
+
/* Configured price */
|
2035 |
+
.configured-price { margin:0; }
|
2036 |
+
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
|
2037 |
+
.configured-price .price { font-weight:bold; }
|
2038 |
+
|
2039 |
+
.product-options {position:relative;}
|
2040 |
+
|
2041 |
+
.sp-methods .release-amounts { margin:0.5em 0; }
|
2042 |
+
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
|
2043 |
+
|
2044 |
+
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
|
2045 |
+
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
2046 |
+
.block-progress .cards-list .info-table th { font-weight:normal; }
|
2047 |
+
|
2048 |
+
.product-options-bottom .add-to-links,.product-view .product-shop .product-options-bottom .add-to-links{clear:both;font-size:11px;}
|
2049 |
+
.product-options-bottom .add-to-links li, .product-options-bottom .add-to-links li .separator {
|
2050 |
+
display: inline;
|
2051 |
+
}
|
2052 |
+
|
2053 |
+
/* CSS3 Borders */
|
2054 |
+
.opc .step-title .number,
|
2055 |
+
.dashboard .box-reviews .number,
|
2056 |
+
.dashboard .box-tags .number{-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
|
2057 |
+
|
2058 |
+
input.input-text,
|
2059 |
+
select,
|
2060 |
+
textarea,
|
2061 |
+
.fieldset .legend,
|
2062 |
+
.mini-products-list .product-image img{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
|
2063 |
+
|
2064 |
+
.fieldset,
|
2065 |
+
.messages li,
|
2066 |
+
.toolbar,
|
2067 |
+
.product-view .product-img-box .more-views li a img,
|
2068 |
+
.product-options,
|
2069 |
+
.tags-list,
|
2070 |
+
.box-account,
|
2071 |
+
.addresses-list li.item,
|
2072 |
+
.order-info,
|
2073 |
+
.order-info-box,
|
2074 |
+
.advanced-search-summary{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
|
2075 |
+
.guest-select {width:305px !important;}
|
2076 |
+
|
2077 |
+
.form-list-narrow li { margin-bottom:0; }
|
2078 |
+
.form-list-narrow li .input-box { margin-bottom:6px; }
|
2079 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
2080 |
+
.form-list-narrow li.wide input.input-text,
|
2081 |
+
.form-list-narrow li.wide textarea { width:254px }
|
2082 |
+
.form-list-narrow li.wide select { width:260px; }
|
2083 |
+
|
2084 |
+
.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; }
|
2085 |
+
|
2086 |
+
/* Global site notices */
|
2087 |
+
.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; }
|
2088 |
+
.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; }
|
2089 |
+
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
|
2090 |
+
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
2091 |
+
|
2092 |
+
.block-cart .mini-products-list .product-details .product-name,
|
2093 |
+
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
|
2094 |
+
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
|
2095 |
+
|
2096 |
+
.cart-table .btn-update,
|
2097 |
+
.cart-table .btn-empty { float:right; }
|
2098 |
+
.cart-table .btn-update { margin-left:10px; }
|
2099 |
+
|
2100 |
+
/* Captcha ================================================================================ */
|
2101 |
+
.captcha-note { clear:left; padding-top:5px; }
|
2102 |
+
.captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
|
2103 |
+
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
|
2104 |
+
.registered-users .captcha-image { margin:0;}
|
2105 |
+
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
|
2106 |
+
.captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
|
2107 |
+
|
2108 |
+
@-webkit-keyframes rotate {
|
2109 |
+
0% { -webkit-transform:rotate(0); }
|
2110 |
+
0% { -webkit-transform:rotate(-360deg); }
|
2111 |
+
}
|
2112 |
+
@-moz-keyframes rotate {
|
2113 |
+
0% { -moz-transform:rotate(0); }
|
2114 |
+
0% { -moz-transform:rotate(-360deg); }
|
2115 |
+
}
|
2116 |
+
@keyframes rotate {
|
2117 |
+
0% { transform:rotate(0); }
|
2118 |
+
0% { transform:rotate(-360deg); }
|
2119 |
+
}
|
skin/frontend/default/clothing_store_orange/images/best_selling_tr_even_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/best_selling_tr_odd_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bf_link_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_block-actions.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_block-layered-dd.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_block-layered-dt.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_block-layered-li.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_block-layered1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_block-title.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_buttons-set1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_collapse-gm.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_collapse.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_divider1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_grand-total.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_grid.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_login-box.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_nav1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_opc-title-off.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_pipe1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_pipe2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_pipe3.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_rating.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_tfoot.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_th-v.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_th.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bkg_toolbar.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/block_button_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/block_title_color_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/block_title_gray_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/bread_arrow.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_edit.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_gm-close.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_google_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_paypal_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_previous.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_remove.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_remove2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_trash.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/btn_window_close.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/button_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/button_checkout.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/calendar.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/cart_img_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/cart_totals_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/catalog/product/placeholder/image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/catalog/product/placeholder/small_image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/catalog/product/placeholder/thumbnail.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/col_left_block_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/col_right_block_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/crosell_head.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/crossell_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/cvv.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/cvv.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/disconut_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/disount_head.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/fam_book_open.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/grid-cal.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/grid_item_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/grid_item_bg2.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_arrow-top.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_asc_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_availability_only.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_availability_only_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_desc_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_msg-error.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_msg-note.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_msg-success.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_notice.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_page1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_page2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_pager-next.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_pager-prev.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_print.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_rss-big.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_rss.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_search_criteria.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_tag_add.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_tier.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_type_grid.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/i_type_list.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/input_bkg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/list_item_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/logo.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/logo_email.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/logo_print.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/magnifier_handle.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/main_img_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/map_popup_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/nav_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/nav_li_bkg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/nav_li_li_a_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/nav_over_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/nav_over_bkg2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/np_cart_thumb.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/np_more_img.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/np_product_main.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/np_thumb.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/np_thumb2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/opc-ajax-loader.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/page_head_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/pager_arrow_left.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/pager_arrow_right.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/product_zoom_overlay_magnif.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/search_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/slider_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/slider_btn_zoom_in.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/slider_btn_zoom_out.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/spacer.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/tabs_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/toolbar_brd.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/validation_advice_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/validation_advice_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/catalog/category/placeholder/image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/catalog/category/placeholder/small_image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_account.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_cart.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_home.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_more.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_page.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_search.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_orange/images/xmlconnect/tab_shop.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/css/print.css
ADDED
@@ -0,0 +1,40 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
* { background:none !important; text-align:left !important; }
|
26 |
+
html { margin:0 !important; padding:0 !important; }
|
27 |
+
body { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
|
28 |
+
a { color:#2976c9 !important; }
|
29 |
+
th,td { color:#2f2f2f !important; border-color:#ccc !important; }
|
30 |
+
|
31 |
+
.header-container,
|
32 |
+
.nav-container,
|
33 |
+
.footer-container,
|
34 |
+
.pager,
|
35 |
+
.toolbar,
|
36 |
+
.actions,
|
37 |
+
.buttons-set { display:none !important; }
|
38 |
+
|
39 |
+
.page-print .data-table .cart-tax-total { background-position:100% -54px; }
|
40 |
+
.page-print .data-table .cart-tax-info { display:block !important; }
|
skin/frontend/default/clothing_store_purple/css/styles-ie.css
ADDED
@@ -0,0 +1,150 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
.clearfix,.home_banners,.product-tabs,.product-tabs-content,.before-footer-in{zoom:1;}
|
26 |
+
.before-footer .block-subscribe .block-content button.button span{top:1px;}
|
27 |
+
.before-footer .block-subscribe .block-content .input-box input.input-text{padding-bottom:4px;}
|
28 |
+
/* IE 6 only */
|
29 |
+
* html .validation-advice { height:13px; }
|
30 |
+
* html .error-msg,
|
31 |
+
* html .success-msg,
|
32 |
+
* html .note-msg,
|
33 |
+
* html .notice-msg { height:20px; }
|
34 |
+
* html .main { height:400px; }
|
35 |
+
* html .account-login .content { height:240px; }
|
36 |
+
.block li.item,
|
37 |
+
.block-poll li,
|
38 |
+
.opc li.section { vertical-align:top; }
|
39 |
+
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
40 |
+
|
41 |
+
/* Doubled Margin Fixes */
|
42 |
+
.product-view .product-img-box .more-views li,
|
43 |
+
.product-view .box-tags .form-add .input-box,
|
44 |
+
.sp-methods select.month { display:inline; }
|
45 |
+
|
46 |
+
#opc-review .sp-methods .input-box { float:left; }
|
47 |
+
.product-options{zoom:1;}
|
48 |
+
/********** < Navigation styles */
|
49 |
+
#nav li,
|
50 |
+
#nav li a { zoom:1; }
|
51 |
+
#nav li { vertical-align:top; }
|
52 |
+
/********** < Navigation styles */
|
53 |
+
|
54 |
+
select { margin-bottom:1px; }
|
55 |
+
input.radio { width:13px; height:13px; }
|
56 |
+
input.checkbox { width:13px; height:13px; }
|
57 |
+
button.button { height:23px; }
|
58 |
+
button.button span { position:relative; }
|
59 |
+
button.btn-checkout { height:28px; }
|
60 |
+
.form-list label { position:relative; z-index:0; }
|
61 |
+
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
62 |
+
|
63 |
+
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
64 |
+
|
65 |
+
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
66 |
+
|
67 |
+
.gift-messages-form { position:relative; zoom:1; }
|
68 |
+
|
69 |
+
.tool-tip .btn-close a { margin:0; }
|
70 |
+
|
71 |
+
.product-view .box-tags .product-tags li{ padding:0 4px 0 7px; }
|
72 |
+
|
73 |
+
.product-options dd .time-picker select { margin:0; padding:0; }
|
74 |
+
|
75 |
+
/* Clearer */
|
76 |
+
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
77 |
+
|
78 |
+
/* Clears and hasLayout fixes */
|
79 |
+
.header-container,
|
80 |
+
.header-container .top-container,
|
81 |
+
.header,
|
82 |
+
.header .quick-access,
|
83 |
+
#nav,
|
84 |
+
.main,
|
85 |
+
.footer,
|
86 |
+
.footer-container .bottom-container,
|
87 |
+
.col-main,
|
88 |
+
.col2-set,
|
89 |
+
.col3-set,
|
90 |
+
.col3-layout .product-options-bottom .price-box,
|
91 |
+
.col4-set,
|
92 |
+
.messages li,
|
93 |
+
.search-autocomplete li,
|
94 |
+
.block,
|
95 |
+
.block .block-content,
|
96 |
+
.block .actions,
|
97 |
+
.block li.item,
|
98 |
+
.block-poll li,
|
99 |
+
.block-poll .label,
|
100 |
+
.block-layered-nav .currently li,
|
101 |
+
.block-account .block-content li a,
|
102 |
+
.mini-products-list .product-details,
|
103 |
+
.page-title,
|
104 |
+
.rss-title h1,
|
105 |
+
.products-grid,
|
106 |
+
.products-list li.item,
|
107 |
+
.box-account .box-head,
|
108 |
+
.dashboard .box .box-title,
|
109 |
+
.box-reviews li.item,
|
110 |
+
.box-tags li.item,
|
111 |
+
.pager,
|
112 |
+
.sorter,
|
113 |
+
.ratings,
|
114 |
+
.add-to-box,
|
115 |
+
.add-to-cart,
|
116 |
+
.product-essential,
|
117 |
+
.product-collateral,
|
118 |
+
.product-view .product-img-box .more-views ul,
|
119 |
+
.product-view .box-tags .form-add,
|
120 |
+
.product-view .product-shop .short-description,
|
121 |
+
.product-view .box-description,
|
122 |
+
.product-options .options-list li,
|
123 |
+
.product-options-bottom,
|
124 |
+
.truncated,
|
125 |
+
.truncated .truncated_full_value,
|
126 |
+
.product-review,
|
127 |
+
.cart,
|
128 |
+
.cart-collaterals,
|
129 |
+
.cart .crosssell li.item,
|
130 |
+
.cart .discount,
|
131 |
+
.opc .step-title,
|
132 |
+
.opc .step,
|
133 |
+
.multiple-checkout,
|
134 |
+
.sp-methods,
|
135 |
+
.checkout-progress,
|
136 |
+
.multiple-checkout .place-order,
|
137 |
+
.form-list li,
|
138 |
+
.form-list .field,
|
139 |
+
.group-select li,
|
140 |
+
.buttons-set,
|
141 |
+
.page-print .print-head,
|
142 |
+
.cart-tax-total,
|
143 |
+
.advanced-search-summary,
|
144 |
+
.advanced-search-summary p,
|
145 |
+
.gift-messages-form .item,
|
146 |
+
.send-friend .form-list li p,
|
147 |
+
.centinel .authentication { zoom:1; }
|
148 |
+
|
149 |
+
/* Hover Fix */
|
150 |
+
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
skin/frontend/default/clothing_store_purple/css/styles.css
ADDED
@@ -0,0 +1,2119 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
|
26 |
+
/* Reset ================================================================================= */
|
27 |
+
* { margin:0; padding:0; }
|
28 |
+
|
29 |
+
body { background:#fff; font:12px/1.55 Arial, Helvetica, sans-serif; color:#6d6d6d; text-align:center; }
|
30 |
+
html{
|
31 |
+
height:100%;
|
32 |
+
width:100%;
|
33 |
+
}
|
34 |
+
body{
|
35 |
+
height:100%;
|
36 |
+
width:100%;
|
37 |
+
}
|
38 |
+
|
39 |
+
img { border:0; vertical-align:top; }
|
40 |
+
|
41 |
+
a { color:#9f2198; text-decoration:underline; }
|
42 |
+
a:hover { text-decoration:none; }
|
43 |
+
:focus { outline:0; }
|
44 |
+
|
45 |
+
/* Headings */
|
46 |
+
h1,h2,h3,
|
47 |
+
h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#4e4e4e;}
|
48 |
+
h1 { font-size:20px; font-weight:normal; }
|
49 |
+
h2 { font-size:18px; font-weight:normal; }
|
50 |
+
h3 { font-size:16px; font-weight:bold; }
|
51 |
+
h4 { font-size:14px; font-weight:bold; }
|
52 |
+
h5 { font-size:12px; font-weight:bold; }
|
53 |
+
h6 { font-size:11px; font-weight:bold; }
|
54 |
+
|
55 |
+
/* Forms */
|
56 |
+
form { display:inline; }
|
57 |
+
fieldset { border:0; }
|
58 |
+
legend { display:none; }
|
59 |
+
|
60 |
+
/* Table */
|
61 |
+
table { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
|
62 |
+
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
|
63 |
+
|
64 |
+
/* Content */
|
65 |
+
p { margin:0 0 10px; }
|
66 |
+
strong { font-weight:bold; }
|
67 |
+
address { font-style:normal; line-height:1.35; }
|
68 |
+
cite { font-style:normal; }
|
69 |
+
q,
|
70 |
+
blockquote { quotes:none; }
|
71 |
+
q:before,
|
72 |
+
q:after { content:''; }
|
73 |
+
small,big { font-size:1em; }
|
74 |
+
/*sup { font-size:1em; vertical-align:top; }*/
|
75 |
+
|
76 |
+
/* Lists */
|
77 |
+
ul,ol { list-style:none; }
|
78 |
+
|
79 |
+
/* Tools */
|
80 |
+
.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; }
|
81 |
+
.nobr { white-space:nowrap !important; }
|
82 |
+
.wrap { white-space:normal !important; }
|
83 |
+
.a-left { text-align:left !important; }
|
84 |
+
.a-center { text-align:center !important; }
|
85 |
+
.a-right { text-align:right !important; }
|
86 |
+
.v-top { vertical-align:top; }
|
87 |
+
.v-middle { vertical-align:middle; }
|
88 |
+
.f-left,
|
89 |
+
.left { float:left !important; }
|
90 |
+
.f-right,
|
91 |
+
.right { float:right !important; }
|
92 |
+
.f-none { float:none !important; }
|
93 |
+
.f-fix { float:left; width:100%; }
|
94 |
+
.no-display { display:none; }
|
95 |
+
.no-margin { margin:0 !important; }
|
96 |
+
.no-padding { padding:0 !important; }
|
97 |
+
.no-bg { background:none !important; }
|
98 |
+
/* ======================================================================================= */
|
99 |
+
|
100 |
+
/* Layout ================================================================================ */
|
101 |
+
.wrapper {
|
102 |
+
min-height:100%;
|
103 |
+
height:auto !important;
|
104 |
+
height:100%;
|
105 |
+
}
|
106 |
+
.clearfix:after,
|
107 |
+
.home_banners:after{
|
108 |
+
content:' ';
|
109 |
+
clear:both;
|
110 |
+
display:block;
|
111 |
+
width:0;
|
112 |
+
height:0;
|
113 |
+
overflow:hidden;
|
114 |
+
font-size:0;
|
115 |
+
}
|
116 |
+
.home_banner{margin-bottom:10px;}
|
117 |
+
.home_banner img{max-width:100%;}
|
118 |
+
.home_banners a{float:left; padding-right:9px;}
|
119 |
+
.home_banners a.last{padding-right:0;}
|
120 |
+
.page {padding-bottom:65px;}
|
121 |
+
.page-print { background:#fff; padding:25px 30px; text-align:left; width:auto;}
|
122 |
+
.page-empty { background:#fff; padding:20px; text-align:left; }
|
123 |
+
.page-popup { background:#fff; padding:25px 30px; text-align:left; width:auto; height:auto;}
|
124 |
+
.main-container { }
|
125 |
+
.main { width:915px; margin:0 auto; min-height:400px; padding:10px 0 7px; text-align:left; }
|
126 |
+
|
127 |
+
/* Base Columns */
|
128 |
+
.col-left { float:left; width:215px; padding:0 0 1px; }
|
129 |
+
.col-main { float:left; width:673px; padding:0 0 1px; }
|
130 |
+
.col-right { float:right; width:228px; padding:0 0 1px; }
|
131 |
+
|
132 |
+
/* 1 Column Layout */
|
133 |
+
.col1-layout .col-main { float:none; width:auto; }
|
134 |
+
|
135 |
+
/* 2 Columns Layout */
|
136 |
+
.col2-left-layout .col-main { float:right; }
|
137 |
+
.col2-right-layout .col-main {}
|
138 |
+
|
139 |
+
/* 3 Columns Layout */
|
140 |
+
.col3-layout .col-main { width:445px; margin-left:14px; }
|
141 |
+
.col3-layout .col-wrapper { float:left; width:674px; }
|
142 |
+
.col3-layout .col-wrapper .col-main { float:right; }
|
143 |
+
|
144 |
+
/* Content Columns */
|
145 |
+
.col2-set .col-1 { float:left; width:48.5%; }
|
146 |
+
.col2-set .col-2 { float:right; width:48.5%; }
|
147 |
+
.col2-set .col-narrow { width:32%; }
|
148 |
+
.col2-set .col-wide { width:65%; }
|
149 |
+
|
150 |
+
.col3-set .col-1 { float:left; width:32%; }
|
151 |
+
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
|
152 |
+
.col3-set .col-3 { float:right; width:32%; }
|
153 |
+
|
154 |
+
.col4-set .col-1 { float:left; width:23.5%; }
|
155 |
+
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
|
156 |
+
.col4-set .col-3 { float:left; width:23.5%; }
|
157 |
+
.col4-set .col-4 { float:right; width:23.5%; }
|
158 |
+
/* ======================================================================================= */
|
159 |
+
|
160 |
+
/* Global Styles ========================================================================= */
|
161 |
+
/* Form Elements */
|
162 |
+
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#595959; }
|
163 |
+
input.input-text,select,textarea { background:#fff; border:1px solid #c6c6c6; background:#fff url(../images/input_bkg.gif) repeat-x 0 0;}
|
164 |
+
input.input-text,textarea { padding:2px; }
|
165 |
+
select { padding:1px; }
|
166 |
+
select option { padding-right:10px; }
|
167 |
+
select.multiselect option { border-bottom:1px solid #c6c6c6; padding:2px 5px; }
|
168 |
+
select.multiselect option:last-child { border-bottom:0; }
|
169 |
+
textarea { overflow:auto; }
|
170 |
+
input.radio { margin-right:3px; }
|
171 |
+
input.checkbox { margin-right:3px; }
|
172 |
+
input.qty { width:2.5em !important; text-align:center;}
|
173 |
+
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
|
174 |
+
button.button { -webkit-border-fit:lines;}
|
175 |
+
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:none; cursor:pointer; }
|
176 |
+
button.button span { display:block; height:23px; background:url(../images/button_bg.png) no-repeat 0 0; padding:0 0 0 10px; text-transform:uppercase; font:11px/22px Tahoma,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#fff; }
|
177 |
+
button.button span span { padding:0 10px 0 0; background:url(../images/button_bg.png) no-repeat 100% 0; }
|
178 |
+
|
179 |
+
button.btn-checkout span { height:28px; background:url(../images/button_checkout.png) 0 0 no-repeat; padding:0 0 0 13px; font:11px/28px Tahoma,Geneva,Kalimati,sans-serif; color:#fff; }
|
180 |
+
button.btn-checkout span span { background:url(../images/button_checkout.png) 100% 0 no-repeat; padding:0 13px 0 0; }
|
181 |
+
|
182 |
+
.block button.button span {height:21px; padding:0 0 0 12px; background:url(../images/block_button_bg.png) no-repeat 0 0; font:12px/20px Tahoma,Geneva,Kalimati,sans-serif; color:#5e5d5d; text-transform:none;}
|
183 |
+
.block button.button span span{padding:0 12px 0 0; background:url(../images/block_button_bg.png) no-repeat 100% 0;}
|
184 |
+
p.control input.checkbox,
|
185 |
+
p.control input.radio { margin-right:6px; }
|
186 |
+
/* Form Highlight */
|
187 |
+
input.input-text:focus,select:focus,textarea:focus { background:#edf7fd; }
|
188 |
+
/*.highlight { background:#efefef; }*/
|
189 |
+
|
190 |
+
/* Form lists */
|
191 |
+
/* Grouped fields */
|
192 |
+
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
|
193 |
+
.form-list li { margin:0 0 8px; }
|
194 |
+
.form-list label { float:left; color:#5f5f5f; font-weight:bold; position:relative; z-index:0; }
|
195 |
+
.form-list label.required {}
|
196 |
+
.form-list label.required em { float:right; font-style:normal; color:#ee350b; position:absolute; top:0; right:-8px; }
|
197 |
+
.form-list li.control label { float:none; }
|
198 |
+
.form-list li.control input.radio,
|
199 |
+
.form-list li.control input.checkbox { margin-right:6px; }
|
200 |
+
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
|
201 |
+
/*.form-list li.fields { margin-right:-15px; }*/
|
202 |
+
.form-list .input-box { display:block; clear:both; width:260px; }
|
203 |
+
.form-list .field { float:left; width:275px; }
|
204 |
+
.form-list input.input-text { width:254px; }
|
205 |
+
.form-list textarea { width:254px; height:10em; }
|
206 |
+
.form-list select { width:260px; }
|
207 |
+
.form-list li.wide .input-box { width:535px; }
|
208 |
+
.form-list li.wide input.input-text { width:529px; }
|
209 |
+
.form-list li.wide textarea { width:529px; }
|
210 |
+
.form-list li.wide select { width:535px; }
|
211 |
+
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
|
212 |
+
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
213 |
+
.form-list .input-range input.input-text { width:74px; }
|
214 |
+
/* Customer */
|
215 |
+
.form-list .customer-name-prefix .input-box,
|
216 |
+
.form-list .customer-name-suffix .input-box,
|
217 |
+
.form-list .customer-name-prefix-suffix .input-box,
|
218 |
+
.form-list .customer-name-prefix-middlename .input-box,
|
219 |
+
.form-list .customer-name-middlename-suffix .input-box,
|
220 |
+
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
|
221 |
+
|
222 |
+
.form-list .name-prefix { width:65px; }
|
223 |
+
.form-list .name-prefix select { width:55px; }
|
224 |
+
.form-list .name-prefix input.input-text { width:49px; }
|
225 |
+
|
226 |
+
.form-list .name-suffix { width:65px; }
|
227 |
+
.form-list .name-suffix select { width:55px; }
|
228 |
+
.form-list .name-suffix input.input-text { width:49px; }
|
229 |
+
|
230 |
+
.form-list .name-middlename { width:70px; }
|
231 |
+
.form-list .name-middlename input.input-text { width:49px; }
|
232 |
+
|
233 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
234 |
+
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
235 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
236 |
+
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
|
237 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
|
238 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
|
239 |
+
|
240 |
+
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
|
241 |
+
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
|
242 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
243 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
244 |
+
|
245 |
+
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
|
246 |
+
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
|
247 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
248 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
249 |
+
|
250 |
+
.form-list .customer-name-prefix .name-firstname,
|
251 |
+
.form-list .customer-name-middlename .name-firstname { width:210px; }
|
252 |
+
|
253 |
+
.form-list .customer-name-suffix .name-lastname,
|
254 |
+
.form-list .customer-name-middlename .name-firstname,
|
255 |
+
.form-list .customer-name-middlename-suffix .name-firstname,
|
256 |
+
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
257 |
+
|
258 |
+
.form-list .customer-name-prefix .name-firstname input.input-text,
|
259 |
+
.form-list .customer-name-suffix .name-lastname input.input-text,
|
260 |
+
.form-list .customer-name-middlename .name-firstname input.input-text,
|
261 |
+
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
262 |
+
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
263 |
+
|
264 |
+
.form-list .customer-dob .dob-month,
|
265 |
+
.form-list .customer-dob .dob-day,
|
266 |
+
.form-list .customer-dob .dob-year { float:left; width:85px; }
|
267 |
+
.form-list .customer-dob input.input-text { display:block; width:74px; }
|
268 |
+
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
|
269 |
+
.form-list .customer-dob .dob-day,
|
270 |
+
.form-list .customer-dob .dob-month { width:60px; }
|
271 |
+
.form-list .customer-dob .dob-day input.input-text,
|
272 |
+
.form-list .customer-dob .dob-month input.input-text { width:46px; }
|
273 |
+
.form-list .customer-dob .dob-year { width:140px; }
|
274 |
+
.form-list .customer-dob .dob-year input.input-text { width:134px; }
|
275 |
+
|
276 |
+
/* Independent fields */
|
277 |
+
/*.form-list li { margin:0 0 8px; }
|
278 |
+
.form-list li.fields { margin:0; }
|
279 |
+
.form-list .field { display:block; margin:0 0 8px; }
|
280 |
+
.form-list li.control {}
|
281 |
+
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
|
282 |
+
.form-list label.required { font-weight:bold; }
|
283 |
+
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
|
284 |
+
.form-list .input-box { float:left; width:260px; }
|
285 |
+
.form-list input.input-text,
|
286 |
+
.form-list textarea { width:254px; }
|
287 |
+
.form-list select { width:260px; }
|
288 |
+
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
|
289 |
+
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
|
290 |
+
.form-list .input-range input.input-text { width:96px; }*/
|
291 |
+
/* Customer */
|
292 |
+
/*.form-list .customer-dob .dob-month,
|
293 |
+
.form-list .customer-dob .dob-day,
|
294 |
+
.form-list .customer-dob .dob-year { float:left; width:85px; }
|
295 |
+
.form-list .customer-dob input.input-text { display:block; width:74px; }
|
296 |
+
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
|
297 |
+
.form-list .customer-dob .dob-day,
|
298 |
+
.form-list .customer-dob .dob-month { width:60px; }
|
299 |
+
.form-list .customer-dob .dob-day input.input-text,
|
300 |
+
.form-list .customer-dob .dob-month input.input-text { width:46px; }
|
301 |
+
.form-list .customer-dob .dob-year { width:140px; }
|
302 |
+
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
|
303 |
+
|
304 |
+
.buttons-set { clear:both; margin:2em 0 0; padding:0; text-align:right; }
|
305 |
+
.buttons-set p.required { margin:0 0 10px; }
|
306 |
+
.buttons-set .back-link { float:left; margin:0; }
|
307 |
+
.buttons-set button.button { float:right; margin-left:5px; }
|
308 |
+
|
309 |
+
.buttons-set-order { margin:10px 0 0; }
|
310 |
+
.buttons-set-order .please-wait { padding:12px 7px 0 0; }
|
311 |
+
|
312 |
+
.fieldset { border:1px solid #d4d4d4; background:#fff; padding:22px 25px 12px 33px; margin:28px 0;}
|
313 |
+
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #d4d4d4; background:#fff; color:#5E5D5D; margin:-33px 0 0 -10px; padding:0 8px; position:relative;}
|
314 |
+
|
315 |
+
/* Form Validation */
|
316 |
+
.validation-advice { font-family:Tahoma,Geneva,Kalimati,sans-serif; clear:both; min-height:13px; margin:3px 0 0; padding-left:14px; font-size:10px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.png) 3px 2px no-repeat; color:#ee350b; }
|
317 |
+
.validation-failed { border:1px dashed #ee350b !important; }
|
318 |
+
.validation-passed {}
|
319 |
+
p.required { font-size:11px; text-align:right; color:#EB340A; }
|
320 |
+
/* Expiration date and CVV number validation fix */
|
321 |
+
.v-fix { float:left; }
|
322 |
+
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
|
323 |
+
|
324 |
+
/* Global Messages */
|
325 |
+
.success { color:#3d6611; font-weight:bold; }
|
326 |
+
.error { color:#df280a; font-weight:bold; }
|
327 |
+
.notice { color:#e26703; }
|
328 |
+
|
329 |
+
.messages,
|
330 |
+
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
|
331 |
+
.messages { width:100%; overflow:hidden; }
|
332 |
+
.messages li { margin:0 0 10px !important;}
|
333 |
+
.messages li li { margin:0 0 3px !important; }
|
334 |
+
.error-msg,
|
335 |
+
.success-msg,
|
336 |
+
.note-msg,
|
337 |
+
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:20px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
|
338 |
+
.error-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-error.gif); color:#df280a; }
|
339 |
+
.success-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
|
340 |
+
.note-msg,
|
341 |
+
.notice-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
|
342 |
+
|
343 |
+
/* BreadCrumbs */
|
344 |
+
.breadcrumbs { font-size:12px; line-height:1.25; margin:2px 0 9px 9px; }
|
345 |
+
.breadcrumbs li a{color:#6d6d6d; text-decoration:none;}
|
346 |
+
.breadcrumbs li a:hover{text-decoration:underline;}
|
347 |
+
.breadcrumbs li { display:inline; padding-right:5px;}
|
348 |
+
.breadcrumbs li span{padding-left:5px;}
|
349 |
+
.breadcrumbs li strong { font-weight:normal; color:#9f2198;}
|
350 |
+
|
351 |
+
/* Page Heading */
|
352 |
+
.page-title { width:100%; overflow:hidden; padding-bottom:1px; margin:0 0 25px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
353 |
+
.page-title h1,
|
354 |
+
.page-title h2 { margin:0; font-size:20px; float:left; padding-right:10px; background:url(../images/page_head_bg.gif) 100% 14px no-repeat;}
|
355 |
+
.page-title .separator { margin:0 3px; }
|
356 |
+
.page-title .link-rss { float:right; margin:7px 0 0; }
|
357 |
+
.title-buttons { text-align:right; }
|
358 |
+
.title-buttons h1,
|
359 |
+
.title-buttons h2,
|
360 |
+
.title-buttons h3,
|
361 |
+
.title-buttons h4,
|
362 |
+
.title-buttons h5,
|
363 |
+
.title-buttons h6 { float:left; }
|
364 |
+
|
365 |
+
.subtitle,
|
366 |
+
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#5f5f5f; }
|
367 |
+
|
368 |
+
/* Pager */
|
369 |
+
.pager { font-size:12px; padding:4px 7px; text-align:center; color:#626262;}
|
370 |
+
.pager .amount { float:left; margin:0; }
|
371 |
+
.pager .limiter { float:right; }
|
372 |
+
.pager .limiter label { vertical-align:middle; }
|
373 |
+
.pager .limiter select { padding:0; margin:0 3px 1px 7px; vertical-align:middle; width:51px;}
|
374 |
+
.pager .pages { margin:0 140px; }
|
375 |
+
.pager .pages ol { display:inline; }
|
376 |
+
.pager .pages li { display:inline; margin:0 2px; }
|
377 |
+
.pager .pages .current {}
|
378 |
+
|
379 |
+
/* Sorter */
|
380 |
+
.sorter { font-size:12px; padding:4px 7px 3px; color:#626262;}
|
381 |
+
.sorter .view-mode { float:left; margin:0; }
|
382 |
+
.sorter .view-mode strong{font-weight:normal; color:#616161;}
|
383 |
+
.sorter .sort-by { float:right; padding-right:6px; }
|
384 |
+
.sorter .sort-by label { vertical-align:middle; }
|
385 |
+
.sorter .sort-by select { padding:0; margin:0 5px 1px 8px; vertical-align:middle; width:82px;}
|
386 |
+
.sorter .link-feed {}
|
387 |
+
|
388 |
+
/* Toolbar */
|
389 |
+
.toolbar {background:#f8f8f8; border:1px solid #dbdbdb; padding:3px 5px 0;color:#626262; margin-bottom:14px;}
|
390 |
+
.toolbar .pager { padding:3px 2px 4px 7px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x; }
|
391 |
+
.toolbar .sorter { }
|
392 |
+
.toolbar-bottom {margin-bottom:0;}
|
393 |
+
|
394 |
+
/* Data Table */
|
395 |
+
.data-table { width:100%; border:1px solid #dbdbdb; border-collapse:collapse;}
|
396 |
+
.data-table .odd { background:#fff; }
|
397 |
+
.data-table .even { background:#fff; }
|
398 |
+
/*.data-table tr.odd:hover,
|
399 |
+
.data-table tr.even:hover { background:#ebf1f6; }*/
|
400 |
+
.data-table th { padding:3px 8px; font-weight:bold; }
|
401 |
+
.data-table td { padding:3px 8px; }
|
402 |
+
|
403 |
+
.data-table thead th { font-weight:normal; border:1px solid #dbdbdb; padding:2px 8px; color:#606060; white-space:nowrap; vertical-align:middle; }
|
404 |
+
.data-table thead th.wrap { white-space:normal; }
|
405 |
+
.data-table thead th a,
|
406 |
+
.data-table thead th a:hover { color:#fff; }
|
407 |
+
.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 0 #e6e6e6; }
|
408 |
+
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
|
409 |
+
|
410 |
+
.data-table tfoot { border-bottom:1px solid #dbdbdb; }
|
411 |
+
.data-table tfoot tr.first td { background:url(../images/bkg_th.gif) repeat-x 0 0 #e6e6e6; }
|
412 |
+
.data-table tfoot tr { background-color:#f1f1f1 !important; }
|
413 |
+
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #dbdbdb; }
|
414 |
+
.data-table tfoot strong { font-size:16px; color:#4e4e4e;}
|
415 |
+
#opc-review.active .step-title{border-bottom:0;}
|
416 |
+
.data-table tbody th,
|
417 |
+
.data-table tbody td { border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb; }
|
418 |
+
/* Bundle products tables */
|
419 |
+
.data-table tbody.odd tr { background:#fff !important; }
|
420 |
+
.data-table tbody.even tr { background:#fff !important; }
|
421 |
+
.data-table tbody.odd tr td,
|
422 |
+
.data-table tbody.even tr td { border-bottom:0; }
|
423 |
+
.data-table tbody.odd tr.border td,
|
424 |
+
.data-table tbody.even tr.border td { border-bottom:1px solid #dbdbdb; }
|
425 |
+
.block-reorder .block-content{padding-left:11px !important;}
|
426 |
+
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
|
427 |
+
.data-table tbody td .option-value { padding-left:10px; }
|
428 |
+
/* Generic Info Box */
|
429 |
+
.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; }
|
430 |
+
.info-box h2 { font-weight:bold; font-size:13px; }
|
431 |
+
|
432 |
+
.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
|
433 |
+
.info-table td { padding:2px 0; }
|
434 |
+
|
435 |
+
/* Shopping cart total summary row expandable to details */
|
436 |
+
tr.summary-total { cursor:pointer; }
|
437 |
+
tr.summary-total td {}
|
438 |
+
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; }
|
439 |
+
tr.show-details .summary-collapse { background-position:0 -52px; }
|
440 |
+
tr.show-details td {}
|
441 |
+
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
|
442 |
+
tr.summary-details-first td { border-top:1px solid #dbdbdb; }
|
443 |
+
tr.summary-details-excluded { font-style:italic; }
|
444 |
+
|
445 |
+
.data-table .product-name{
|
446 |
+
font-size:14px;
|
447 |
+
color:#4e4e4e;
|
448 |
+
font-weight:bold;
|
449 |
+
}
|
450 |
+
.data-table .product-name a{
|
451 |
+
color:#4e4e4e;
|
452 |
+
text-decoration:none;
|
453 |
+
}
|
454 |
+
.data-table .product-name a:hover{
|
455 |
+
text-decoration:underline;
|
456 |
+
}
|
457 |
+
.cart-price .price{
|
458 |
+
font-size:15px;
|
459 |
+
font-weight:bold;
|
460 |
+
color:#9f2198;
|
461 |
+
}
|
462 |
+
.cart-table thead th,
|
463 |
+
.cart-table tbody td{
|
464 |
+
padding:9px 18px;
|
465 |
+
}
|
466 |
+
.cart-table tbody td a.product-image{
|
467 |
+
padding:5px;
|
468 |
+
display:block;
|
469 |
+
background:url(../images/cart_img_bg.png) 0 0 no-repeat;
|
470 |
+
}
|
471 |
+
/* Shopping cart tax info */
|
472 |
+
.cart-tax-info { display:block; }
|
473 |
+
.cart-tax-info,
|
474 |
+
.cart-tax-info .cart-price { padding-right:20px; }
|
475 |
+
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
|
476 |
+
.cart-tax-info .price,
|
477 |
+
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
|
478 |
+
.cart-tax-total-expanded { background-position:100% -52px; }
|
479 |
+
|
480 |
+
/* Class: std - styles for admin-controlled content */
|
481 |
+
.std .subtitle { padding:0; }
|
482 |
+
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
|
483 |
+
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
|
484 |
+
.std dl dt { font-weight:bold; }
|
485 |
+
.std dl dd { margin:0 0 10px; }
|
486 |
+
/*.std ul,
|
487 |
+
.std ol,
|
488 |
+
.std dl,
|
489 |
+
.std p,
|
490 |
+
.std address,
|
491 |
+
.std blockquote { margin:0 0 1em; padding:0; }
|
492 |
+
.std ul { list-style:disc outside; padding-left:1.5em; }
|
493 |
+
.std ol { list-style:decimal outside; padding-left:1.5em; }
|
494 |
+
.std ul ul { list-style-type:circle; }
|
495 |
+
.std ul ul,
|
496 |
+
.std ol ol,
|
497 |
+
.std ul ol,
|
498 |
+
.std ol ul { margin:.5em 0; }
|
499 |
+
.std dt { font-weight:bold; }
|
500 |
+
.std dd { padding:0 0 0 1.5em; }
|
501 |
+
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
|
502 |
+
.std address { font-style:normal; }
|
503 |
+
.std b,
|
504 |
+
.std strong { font-weight:bold; }
|
505 |
+
.std i,
|
506 |
+
.std em { font-style:italic; }*/
|
507 |
+
|
508 |
+
/* Misc */
|
509 |
+
.links li { display:inline; }
|
510 |
+
.links li.first { padding-left:0 !important; }
|
511 |
+
.links li.last { background:none !important; padding-right:0 !important; }
|
512 |
+
|
513 |
+
.link-cart { color:#9f2198 !important; }
|
514 |
+
.link-wishlist { color:#9f2198 !important; text-decoration:none;}
|
515 |
+
.link-reorder { font-weight:bold; }
|
516 |
+
.link-compare { color:#5f5f5f; text-decoration:none;}
|
517 |
+
.link-wishlist:hover,
|
518 |
+
.link-compare:hover{text-decoration:underline;}
|
519 |
+
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
|
520 |
+
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
|
521 |
+
.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; }
|
522 |
+
.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; }
|
523 |
+
|
524 |
+
.separator { margin:0 3px; }
|
525 |
+
|
526 |
+
.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; }
|
527 |
+
|
528 |
+
/* Noscript Notice */
|
529 |
+
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
|
530 |
+
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
|
531 |
+
.noscript p { margin:0; }
|
532 |
+
|
533 |
+
/* Demo Notice */
|
534 |
+
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
|
535 |
+
/* ======================================================================================= */
|
536 |
+
|
537 |
+
|
538 |
+
/* Header ================================================================================ */
|
539 |
+
.logo { float:left; }
|
540 |
+
.before-header{
|
541 |
+
background:#727272;
|
542 |
+
border-bottom:1px solid #e3e3e3;
|
543 |
+
}
|
544 |
+
.before-header-in{
|
545 |
+
width:915px;
|
546 |
+
height:23px;
|
547 |
+
padding-top:3px;
|
548 |
+
margin:0 auto;
|
549 |
+
text-align:right;
|
550 |
+
}
|
551 |
+
.before-header-in label{
|
552 |
+
color:#f4f4f4;
|
553 |
+
padding-right:8px;
|
554 |
+
font-size:11px;
|
555 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
556 |
+
}
|
557 |
+
.before-header-in select{
|
558 |
+
width:82px;
|
559 |
+
color:#A2A2A2;
|
560 |
+
}
|
561 |
+
.header-container { }
|
562 |
+
.header { width:915px; margin:0 auto; padding:0; text-align:right; position:relative; z-index:10; min-height:86px;}
|
563 |
+
.header .logo { float:left; margin:24px 0 10px 0; text-decoration:none !important; }
|
564 |
+
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
|
565 |
+
.header h1.logo { margin:0; }
|
566 |
+
.header .quick-access { float:right; width:600px; padding:19px 0 0 0; }
|
567 |
+
.header .welcome-msg { margin:0 0 16px; color:#a5249e; text-align:right; font-weight:bold;}
|
568 |
+
.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; }
|
569 |
+
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
|
570 |
+
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
|
571 |
+
.header .form-search button.button { float:left; }
|
572 |
+
.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; }
|
573 |
+
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
|
574 |
+
.menu-search .form-search .search-autocomplete { z-index:999; left:0px !important; top:23px !important; width:174px !important;}
|
575 |
+
.menu-search .form-search .search-autocomplete ul { border:1px solid #cfcfcf; background-color:#fff; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif; color: #A2A2A2;}
|
576 |
+
.menu-search .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #cfcfcf; padding:2px 8px 1px 13px; cursor:pointer; }
|
577 |
+
.menu-search .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
|
578 |
+
.menu-search .form-search .search-autocomplete li.selected { background-color:#ca5ec9; color:#fff;}
|
579 |
+
.menu-search .form-search .search-autocomplete li.last{border-bottom:0;}
|
580 |
+
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
|
581 |
+
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
|
582 |
+
.header .form-language select { padding:0; }
|
583 |
+
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
|
584 |
+
.header .links { float:right; margin:0 0 6px; }
|
585 |
+
.header .links li { float:left; font-size:12px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 18px; }
|
586 |
+
.header .links a{ color:#6d6d6d; text-decoration:none;}
|
587 |
+
.header .links a:hover{ text-decoration:underline;}
|
588 |
+
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
|
589 |
+
.header-container .top-container a { font-size:11px; color:#ebbc58; }
|
590 |
+
|
591 |
+
/********** < Navigation */
|
592 |
+
.menu-search{
|
593 |
+
width:886px;
|
594 |
+
margin:0 auto;
|
595 |
+
padding:5px 23px 0 6px;
|
596 |
+
background:url(../images/nav_bkg.png) 0 0 no-repeat;
|
597 |
+
}
|
598 |
+
.menu-search .form-search{
|
599 |
+
float:right;
|
600 |
+
width:192px;
|
601 |
+
margin:3px 0 8px;
|
602 |
+
padding-left:13px;
|
603 |
+
position:relative;
|
604 |
+
background:url(../images/search_bkg.png) 0 0 no-repeat;
|
605 |
+
height:26px;
|
606 |
+
}
|
607 |
+
.menu-search .form-search label{
|
608 |
+
display:none;
|
609 |
+
}
|
610 |
+
.menu-search .form-search input.input-text{
|
611 |
+
background:none;
|
612 |
+
padding:0;
|
613 |
+
border:0;
|
614 |
+
width:150px;
|
615 |
+
float:left;
|
616 |
+
font-size:11px;
|
617 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
618 |
+
margin-top:6px;
|
619 |
+
color:#A2A2A2;
|
620 |
+
}
|
621 |
+
.menu-search .form-search button.button{
|
622 |
+
margin-left:13px;
|
623 |
+
float:left;
|
624 |
+
}
|
625 |
+
.menu-search .form-search button.button span,
|
626 |
+
.menu-search .form-search button.button span span{
|
627 |
+
padding:0;
|
628 |
+
border:0;
|
629 |
+
background:none;
|
630 |
+
width:29px;
|
631 |
+
height:26px;
|
632 |
+
text-indent:-999em;
|
633 |
+
}
|
634 |
+
#nav { width:681px; margin:0; padding:0; font-size:12px; float:left;}
|
635 |
+
|
636 |
+
/* All Levels */ /* Style consistent throughout all nav levels */
|
637 |
+
#nav li { position:relative; text-align:left; }
|
638 |
+
#nav li.over { z-index:998; }
|
639 |
+
#nav a,
|
640 |
+
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
|
641 |
+
#nav span { display:block; cursor:pointer; white-space:nowrap; }
|
642 |
+
#nav li ul span {white-space:normal; }
|
643 |
+
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
|
644 |
+
#nav ul li.parent li a { background-image:none; }
|
645 |
+
|
646 |
+
/* 0 Level */
|
647 |
+
#nav li { float:left; background:url(../images/nav_li_bkg.gif) 100% 0 no-repeat; padding:0 0 0 7px; margin-right:1px;}
|
648 |
+
#nav li.last{background:none;}
|
649 |
+
#nav li.active a { color:#fff; }
|
650 |
+
#nav a { float:left; padding:0; color:#4a4a4a; font-weight:normal; }
|
651 |
+
#nav a {padding:10px 25px 0 18px;}
|
652 |
+
#nav li.over,
|
653 |
+
#nav li.active{
|
654 |
+
background:url(../images/nav_over_bkg.png) 0 0 no-repeat;
|
655 |
+
}
|
656 |
+
#nav li.over a,
|
657 |
+
#nav li.active a,
|
658 |
+
#nav a:hover { color:#fff; background:url(../images/nav_over_bkg.png) 100% 0 no-repeat;}
|
659 |
+
#nav li.over a span,
|
660 |
+
#nav a:hover span,
|
661 |
+
#nav li.active a span{background:url(../images/nav_over_bkg2.gif) 50% 100% no-repeat; padding-bottom:11px;}
|
662 |
+
|
663 |
+
|
664 |
+
/* 1st Level */
|
665 |
+
#nav ul li,
|
666 |
+
#nav ul li.active { float:none; margin:0; padding:0 0 1px; background:#fff url(../images/toolbar_brd.gif) 0 100% repeat-x !important;}
|
667 |
+
#nav ul li.last { background:#fff !important; padding-bottom:0; }
|
668 |
+
#nav ul li span,#nav li.over ul li span,#nav li.active ul li span{padding:3px 15px 4px 15px; background:none;}
|
669 |
+
#nav ul a,
|
670 |
+
#nav ul a:hover { float:none; padding:0; background:none; }
|
671 |
+
#nav ul li a { font-weight:normal !important; }
|
672 |
+
|
673 |
+
/* 2nd Level */
|
674 |
+
#nav ul,
|
675 |
+
#nav div { position:absolute; width:15em; top:36px; left:-10000px; border:1px solid #e7e7e7; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;}
|
676 |
+
#nav div ul { position:static; width:auto; border:none; }
|
677 |
+
|
678 |
+
/* 3rd+ Level */
|
679 |
+
#nav ul ul,
|
680 |
+
#nav ul div { top:5px; }
|
681 |
+
|
682 |
+
#nav ul li a { background:#fff !important; }
|
683 |
+
#nav ul li a:hover { background:#f1f1f1 url(../images/nav_li_li_a_bg.gif) 15px 8px no-repeat !important; }
|
684 |
+
#nav ul li a{color:#4a4a4a !important;}
|
685 |
+
/*#nav ul li a:hover { color:#fff !important; }*/
|
686 |
+
#nav ul span,
|
687 |
+
#nav ul li.last li span { padding:3px 15px 4px 15px; }
|
688 |
+
#nav ul li a:hover span{padding-left:25px !important;}
|
689 |
+
/* Show menu */
|
690 |
+
#nav li ul.shown-sub,
|
691 |
+
#nav li div.shown-sub { left:0; z-index:999; }
|
692 |
+
#nav li .shown-sub ul.shown-sub,
|
693 |
+
#nav li .shown-sub li div.shown-sub { left:100px; }
|
694 |
+
/********** Navigation > */
|
695 |
+
/* ======================================================================================= */
|
696 |
+
|
697 |
+
|
698 |
+
/* Sidebar =============================================================================== */
|
699 |
+
.block { margin:0 0 12px; }
|
700 |
+
.block .block-title { background:url(../images/block_title_gray_bg.png) 0 0 no-repeat; padding-left:20px;}
|
701 |
+
.block .block-title strong { display:block; background:url(../images/block_title_gray_bg.png) 100% 0 no-repeat; font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; height:32px; padding:0;color:#5e5d5d; overflow:hidden;}
|
702 |
+
.block .block-title strong span {}
|
703 |
+
|
704 |
+
.block-cart .block-title,
|
705 |
+
.block-compare .block-title,
|
706 |
+
.block-related .block-title,
|
707 |
+
.block-account .block-title{
|
708 |
+
background:url(../images/block_title_color_bg.png) 0 0 no-repeat;
|
709 |
+
}
|
710 |
+
.block-cart .block-title strong,
|
711 |
+
.block-compare .block-title strong,
|
712 |
+
.block-related .block-title strong,
|
713 |
+
.block-account .block-title strong{
|
714 |
+
background:url(../images/block_title_color_bg.png) 100% 0 no-repeat;
|
715 |
+
color:#fff;
|
716 |
+
}
|
717 |
+
.block .block-content{padding:0 6px 6px;}
|
718 |
+
.block-list .block-content{
|
719 |
+
padding: 6px 5px 6px 12px;
|
720 |
+
}
|
721 |
+
.block .block-title a { text-decoration:none !important; }
|
722 |
+
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; }
|
723 |
+
.col-right .block .block-content {background:url(../images/col_right_block_bg.png) 0 100% no-repeat;}
|
724 |
+
.col-left .block .block-content { background:url(../images/col_left_block_bg.png) 0 100% no-repeat; }
|
725 |
+
.block .block-content li.item { padding:7px 9px; }
|
726 |
+
.block .block-content .product-name { color:#1e7ec8; }
|
727 |
+
.block .btn-remove,
|
728 |
+
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
|
729 |
+
.block .actions { padding:6px 9px; text-align:right; }
|
730 |
+
.block .actions a { float:left; }
|
731 |
+
.block .actions button.button { float:right; }
|
732 |
+
.block .empty { margin:0; padding:10px 15px; }
|
733 |
+
.block-related .block-subtitle{
|
734 |
+
font-weight:normal;
|
735 |
+
}
|
736 |
+
|
737 |
+
/* Mini Products List */
|
738 |
+
.mini-products-list .product-image { float:left; width:54px; }
|
739 |
+
.mini-products-list .product-image img{border:1px solid #dbdbdb; padding:1px;}
|
740 |
+
.mini-products-list .product-details { margin-left:64px; margin-top:-4px;}
|
741 |
+
.mini-products-list .product-details a{color:#6d6d6d !important; text-decoration:none;}
|
742 |
+
.mini-products-list .product-details a:hover{text-decoration:underline;}
|
743 |
+
|
744 |
+
/* Block: Account */
|
745 |
+
.block-account .block-content li a { display:block; padding:5px 14px; color:#6d6d6d; text-decoration:none !important; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
746 |
+
.block-account .block-content li a:hover { color:#9f2198; }
|
747 |
+
.block-account .block-content li.last a { border-bottom:0; }
|
748 |
+
.block-account .block-content li.current { padding:5px 14px; color:#9f2198; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
749 |
+
.block-account .block-content li.current strong{font-weight:normal;}
|
750 |
+
.block-account .block-content li.current.last,.block-account .block-content li.last a{ background:none; }
|
751 |
+
/* Block: Currency Switcher */
|
752 |
+
.block-currency .block-content select { width:100%; padding:0; }
|
753 |
+
|
754 |
+
/* Block: Layered Navigation */
|
755 |
+
.block-layered-nav .block-content{padding-left:16px;}
|
756 |
+
.block-layered-nav .block-subtitle { line-height:1.35; padding:11px 4px 14px; color:#8b8b8b; font-size:11px;font-family:Tahoma,Geneva,Kalimati,sans-serif; }
|
757 |
+
.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 0 0 no-repeat; padding:0 0 0 14px; min-height:22px; line-height:22px; font-weight:normal; color:#9f2198; }
|
758 |
+
.block-layered-nav dd { padding:10px 12px 8px; }
|
759 |
+
.block-layered-nav dd li{line-height:20px;}
|
760 |
+
.block-layered-nav dd li a{color:#7c7c7c; text-decoration:none;}
|
761 |
+
.block-layered-nav dd li a:hover{text-decoration:underline;}
|
762 |
+
.block-layered-nav dd.last { background:none; }
|
763 |
+
.block-layered-nav .currently li {padding:4px 6px 4px 5px; }
|
764 |
+
.block-layered-nav .currently .label { font-weight:bold; color: #9f2198;}
|
765 |
+
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
|
766 |
+
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
|
767 |
+
.block-layered-nav .actions a { float:none; }
|
768 |
+
|
769 |
+
/* Block: Cart */
|
770 |
+
|
771 |
+
.block-cart .summary { background:#fff; padding:2px 8px 8px 14px; margin:-1px 0 0; position:relative; z-index:1; }
|
772 |
+
.block-cart .amount { margin:0; }
|
773 |
+
.block-cart .amount a { font-weight:bold; }
|
774 |
+
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
|
775 |
+
.block-cart .subtotal .price { font-weight:bold; }
|
776 |
+
.block-cart .actions { border-bottom:1px solid #DBDBDB; }
|
777 |
+
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
|
778 |
+
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
|
779 |
+
|
780 |
+
/* Block: Wishlist */
|
781 |
+
.block-wishlist .actions { text-align:right; }
|
782 |
+
.block-wishlist .actions a { float:none; }
|
783 |
+
|
784 |
+
/* Block: Related */
|
785 |
+
.block-related input.checkbox { float:left; }
|
786 |
+
.block-related .product { margin-left:20px; }
|
787 |
+
|
788 |
+
/* Block: Compare Products */
|
789 |
+
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; }
|
790 |
+
.compare-table { border:0; }
|
791 |
+
.compare-table thead tr.first th,
|
792 |
+
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
|
793 |
+
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
|
794 |
+
.compare-table tbody th { background:#f3f3f3; }
|
795 |
+
.compare-table tbody th,
|
796 |
+
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #d4d4d4; border-left:1px solid #d4d4d4; }
|
797 |
+
.compare-table tbody td.last { border-right:1px solid #d4d4d4; }
|
798 |
+
.compare-table tbody tr.last th,
|
799 |
+
.compare-table tbody tr.last td { border-bottom:1px solid #d4d4d4 !important; }
|
800 |
+
.compare-table tr.add-to-row td { background:#f3f3f3; text-align:center; }
|
801 |
+
.compare-table tr.first td { text-align:center; }
|
802 |
+
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
|
803 |
+
.compare-table tr.first td .product-name a { color:#203548; }
|
804 |
+
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
|
805 |
+
.compare-table tr.first td p,
|
806 |
+
.compare-table tr.add-to-row td p { margin:0; }
|
807 |
+
|
808 |
+
/* Block: Poll */
|
809 |
+
.block-poll .block-content{
|
810 |
+
padding:9px 5px 10px 12px;
|
811 |
+
}
|
812 |
+
.block-poll .block-subtitle { font-size:12px; font-weight:normal;}
|
813 |
+
.block-poll label { color:#7c7c7c; font-weight:normal; }
|
814 |
+
.block-poll input.radio { float:left; margin:2px -18px 0 0; }
|
815 |
+
.block-poll .label { display:block; margin-left:18px; }
|
816 |
+
.block-poll li { padding:3px 9px; }
|
817 |
+
.block-poll .actions { margin:5px 0 0; text-align:left;}
|
818 |
+
.block-poll .actions button.button{float:none;}
|
819 |
+
.block-poll .answer { font-weight:bold; }
|
820 |
+
.block-poll .votes { float:right; margin-left:10px; }
|
821 |
+
|
822 |
+
/* Block: Tags */
|
823 |
+
.block-tags .block-content{padding-left:11px;}
|
824 |
+
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
|
825 |
+
.block-tags .block-content a { color:#6d6d6d; text-decoration:none;}
|
826 |
+
.block-tags .block-content a:hover{text-decoration:underline;}
|
827 |
+
.block-tags .actions { text-align:left; }
|
828 |
+
.block-tags .actions a { float:none; color:#9f2198;}
|
829 |
+
|
830 |
+
/* Block: Subscribe */
|
831 |
+
.block-subscribe .block-content { padding:5px 6px 12px 20px; }
|
832 |
+
.block-subscribe label { font-weight:normal; }
|
833 |
+
.block-subscribe input.input-text { display:block; width:100px; margin:3px 0;}
|
834 |
+
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; float:left;}
|
835 |
+
.block-subscribe .actions button.button { float:none; }
|
836 |
+
.block-subscribe .input-box{float:left;display:inline;margin-right:5px;width:106px;}
|
837 |
+
/* Block: Reorder */
|
838 |
+
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
|
839 |
+
.block-reorder .product-name { margin-left:20px; }
|
840 |
+
.block-reorder .validation-advice { margin:3px 9px 7px; }
|
841 |
+
|
842 |
+
/* Block: Banner */
|
843 |
+
.block-banner .block-content { padding:0; text-align:center; background:none !important;}
|
844 |
+
|
845 |
+
/* Block: Login */
|
846 |
+
.block-login .block-content { padding:5px 10px; }
|
847 |
+
.block-login label { font-weight:bold; color:#666; }
|
848 |
+
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
|
849 |
+
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
|
850 |
+
|
851 |
+
/* Paypal */
|
852 |
+
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
|
853 |
+
.sidebar .paypal-logo a { float:none; }
|
854 |
+
/* ======================================================================================= */
|
855 |
+
|
856 |
+
|
857 |
+
/* Category Page ========================================================================= */
|
858 |
+
.category-title { border:0; margin:0 0 7px; }
|
859 |
+
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
|
860 |
+
.category-image img,.category-description img {max-width:100%;}
|
861 |
+
.category-description { margin:0 0 10px; }
|
862 |
+
.category-products {}
|
863 |
+
|
864 |
+
/* View Type: Grid */
|
865 |
+
.products-grid { position:relative; margin-bottom:14px;}
|
866 |
+
.products-grid li.item{float:left; width:213px; padding:14px 0 0; margin-right:19px; background:url(../images/grid_item_bg.png) 0 0 no-repeat;}
|
867 |
+
.products-grid li.item .grid_item_in{background:url(../images/grid_item_bg.png) 0 100% no-repeat; padding:0 16px 11px;}
|
868 |
+
.col2-left-layout .col-main .products-grid li.item,
|
869 |
+
.col2-right-layout .col-main .products-grid li.item{margin-right:17px;}
|
870 |
+
.col1-layout .col-main .products-grid li.item{margin-right:21px;}
|
871 |
+
.products-grid li.last{margin-right:0 !important;}
|
872 |
+
.products-grid .product-image { display:block; height:135px; margin:0 0 10px; text-align:center;}
|
873 |
+
.products-grid .product-name { line-height:15px; height:31px; overflow:hidden; margin:0; font-weight:bold; font-size:14px; color:#4e4e4e; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
874 |
+
.products-grid .product-name a{ color:#4e4e4e; text-decoration:none;}
|
875 |
+
.products-grid .product-name a:hover{text-decoration:underline;}
|
876 |
+
.products-grid .price-box { margin:0; float:left; width:91px;}
|
877 |
+
.products-grid .minimal-price-link{display:none;}
|
878 |
+
|
879 |
+
.products-grid li.item .actions{padding-top:2px;}
|
880 |
+
|
881 |
+
.products-grid button.btn-cart span{
|
882 |
+
padding:0 0 0 8px;
|
883 |
+
}
|
884 |
+
.products-grid button.btn-cart span span{
|
885 |
+
padding:0 8px 0 0;
|
886 |
+
}
|
887 |
+
.products-grid li.item .old-price,
|
888 |
+
.products-grid li.item .special-price{line-height:14px; padding:0;}
|
889 |
+
|
890 |
+
.products-grid li.item .special-price{position:relative; margin-bottom:-2px;}
|
891 |
+
.products-grid li.item .old-price{margin-top:-5px; position:relative; padding-bottom:2px;}
|
892 |
+
|
893 |
+
.products-grid li.item .old-price .price-label,
|
894 |
+
.products-grid li.item .special-price .price-label{display:none;}
|
895 |
+
.products-grid .price-box .minimal-price{line-height:13px; position:absolute; left:0; top:0; width:94px;}
|
896 |
+
.products-grid li.item .grid_item_in .clearfix{position:relative;}
|
897 |
+
.products-grid li.item .price-from{position:relative; margin-top:-5px;}
|
898 |
+
.products-grid li.item .price-from,
|
899 |
+
.products-grid li.item .price-to{line-height:14px;}
|
900 |
+
.products-grid .btn-cart{float:right;}
|
901 |
+
.products-grid .availability { line-height:21px; }
|
902 |
+
.products-grid li.item .ratings{margin:4px 0;}
|
903 |
+
.products-grid li.item .grid-rat{height:14px; overflow:hidden;margin:4px 0;}
|
904 |
+
.products-grid li.item .grid-rat .ratings{margin:0;}
|
905 |
+
.products-grid li.item .add-to-links .separator{display:inline; margin: 0 10px 0 11px; color:#5f5f5f;}
|
906 |
+
.products-grid li.item .add-to-links li{display:inline;}
|
907 |
+
/* View Type: List */
|
908 |
+
.products-list li.item { padding:0 0 0 16px; background:url(../images/list_item_bg.png) 0 0 no-repeat; margin-bottom:14px; height:191px; overflow:hidden;}
|
909 |
+
.products-list li.item .ratings{margin-bottom:4px;}
|
910 |
+
.products-list li.item .list_item_in{ padding:12px 20px 12px 0; background:url(../images/list_item_bg.png) 100% 0 no-repeat; height:167px; overflow:hidden;}
|
911 |
+
.products-list li.item.last { border-bottom:0; }
|
912 |
+
.products-list .product-image { float:left; width:120px; height:167px; }
|
913 |
+
|
914 |
+
.products-list .product-shop { margin-left:130px;}
|
915 |
+
.products-list .product-name { line-height:15px; height:31px; overflow:hidden; margin:0; font-weight:bold; font-size:14px; color:#4e4e4e; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
916 |
+
.products-list .product-name a { color:#4e4e4e; text-decoration:none;}
|
917 |
+
.products-list .product-name a:hover{text-decoration:underline;}
|
918 |
+
.products-list .price-box { float:left; margin:0 13px 5px 0; }
|
919 |
+
.products-list .availability { float:left; margin:3px 0 0; }
|
920 |
+
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 8px; line-height:1.35; height:49px; overflow:hidden;}
|
921 |
+
.products-list .desc .link-learn { font-size:11px; }
|
922 |
+
.products-list .add-to-links { clear:both; }
|
923 |
+
.products-list .add-to-links li { display:inline; }
|
924 |
+
.products-list .add-to-links .separator { display:inline; margin:0 10px 0 11px; }
|
925 |
+
/* ======================================================================================= */
|
926 |
+
.products-list .old-price .price-label,
|
927 |
+
.products-list .special-price .price-label{display:none;}
|
928 |
+
.products-list .old-price,
|
929 |
+
.products-list .special-price{float:left;padding:3px 0 0 0; line-height:18px;}
|
930 |
+
.products-list .special-price{padding-left:8px;}
|
931 |
+
.products-list .old-price .price{color:#8c8c8c; font-size:10px;}
|
932 |
+
.products-list .special-price .price{color:#595959; font-size:16px; font-weight:bold;}
|
933 |
+
|
934 |
+
.products-list .price-from,
|
935 |
+
.products-list .price-to{float:left;line-height:24px;}
|
936 |
+
.products-list .price-to{padding-left:10px;}
|
937 |
+
|
938 |
+
/* Product View ========================================================================== */
|
939 |
+
/* Rating */
|
940 |
+
.no-rating { margin:0; }
|
941 |
+
|
942 |
+
.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
|
943 |
+
.ratings strong { float:left; margin:1px 3px 0 0; }
|
944 |
+
.ratings .rating-links { margin:0; }
|
945 |
+
.ratings .rating-links a{color:#5f5f5f;text-decoration:none;}
|
946 |
+
.ratings .rating-links a:hover{text-decoration:underline;}
|
947 |
+
.ratings .rating-links .separator { margin:0 2px; }
|
948 |
+
.ratings dt {}
|
949 |
+
.ratings dd {}
|
950 |
+
.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; }
|
951 |
+
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
|
952 |
+
.ratings .rating-box { float:left; margin-right:9px; }
|
953 |
+
.ratings .amount a{color:#5f5f5f; text-decoration:none;}
|
954 |
+
.ratings .amount a:hover{text-decoration:underline;}
|
955 |
+
|
956 |
+
.ratings-table th,
|
957 |
+
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
|
958 |
+
.ratings-table th { font-weight:bold; padding-right:8px; }
|
959 |
+
|
960 |
+
/* Availability */
|
961 |
+
.availability { margin:0; }
|
962 |
+
.availability span { font-weight:bold; }
|
963 |
+
.availability.in-stock span {}
|
964 |
+
.availability.out-of-stock span { color:#d83820; }
|
965 |
+
|
966 |
+
.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
|
967 |
+
.availability-only span,
|
968 |
+
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
|
969 |
+
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
|
970 |
+
.availability-only .expanded { background-position:100% -15px; }
|
971 |
+
.availability-only strong { color:#be2c00; }
|
972 |
+
|
973 |
+
.availability-only-details { margin:0 0 7px; }
|
974 |
+
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
|
975 |
+
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
|
976 |
+
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
|
977 |
+
|
978 |
+
.product-view .product-shop .availability { font-size:11px; }
|
979 |
+
.product-view .product-shop .availability span { font-weight:normal; }
|
980 |
+
|
981 |
+
/* Email to a Friend */
|
982 |
+
.email-friend { margin:0; }
|
983 |
+
|
984 |
+
/* Alerts */
|
985 |
+
.alert-price { margin:0; font-size:11px; }
|
986 |
+
.alert-stock { margin:0; font-size:11px; }
|
987 |
+
|
988 |
+
/********** < Product Prices */
|
989 |
+
.price { white-space:nowrap !important; }
|
990 |
+
|
991 |
+
.price-box { margin:5px 0; }
|
992 |
+
.price-box .price { font-weight:bold; color:#a5249e; }
|
993 |
+
|
994 |
+
/* Regular price */
|
995 |
+
.regular-price { color:#a5249e; }
|
996 |
+
.regular-price .price { font-weight:bold; font-size:15px; color:#a5249e; }
|
997 |
+
.block .regular-price,
|
998 |
+
.block .regular-price .price { color:#a5249e; }
|
999 |
+
|
1000 |
+
/* Old price */
|
1001 |
+
.old-price { margin:0; }
|
1002 |
+
.old-price .price-label { white-space:nowrap; color:#595959; }
|
1003 |
+
.old-price .price { font-weight:bold; color:#595959; text-decoration:line-through; }
|
1004 |
+
|
1005 |
+
/* Special price */
|
1006 |
+
.special-price { margin:0; padding:3px 0; }
|
1007 |
+
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#a5249e; }
|
1008 |
+
.special-price .price { font-size:13px; font-weight:bold; color:#a5249e; }
|
1009 |
+
|
1010 |
+
/* Minimal price (as low as) */
|
1011 |
+
.minimal-price { margin:0; }
|
1012 |
+
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
|
1013 |
+
|
1014 |
+
.minimal-price-link { display:none; }
|
1015 |
+
.minimal-price-link .label {color:#a5249e;}
|
1016 |
+
.minimal-price-link .price { font-weight:normal; color:#a5249e; }
|
1017 |
+
|
1018 |
+
/* Excluding tax */
|
1019 |
+
.price-excluding-tax { display:block; color:#595959; }
|
1020 |
+
.price-excluding-tax .label { white-space:nowrap; color:#595959; }
|
1021 |
+
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#595959; }
|
1022 |
+
|
1023 |
+
/* Including tax */
|
1024 |
+
.price-including-tax { display:block; color:#595959; }
|
1025 |
+
.price-including-tax .label { white-space:nowrap; color:#595959; }
|
1026 |
+
.price-including-tax .price { font-size:13px; font-weight:bold; color:#595959; }
|
1027 |
+
|
1028 |
+
/* FPT */
|
1029 |
+
.weee { display:block; font-size:11px; color:#444; }
|
1030 |
+
.weee .price { font-size:11px; font-weight:normal; }
|
1031 |
+
|
1032 |
+
/* Excl tax (for order tables) */
|
1033 |
+
.price-excl-tax { display:block; }
|
1034 |
+
.price-excl-tax .label { display:block; white-space:nowrap; }
|
1035 |
+
.price-excl-tax .price { display:block; }
|
1036 |
+
|
1037 |
+
/* Incl tax (for order tables) */
|
1038 |
+
.price-incl-tax { display:block; }
|
1039 |
+
.price-incl-tax .label { display:block; white-space:nowrap; }
|
1040 |
+
.price-incl-tax .price { display:block; font-weight:bold; }
|
1041 |
+
|
1042 |
+
/* Price range */
|
1043 |
+
.price-from { margin:0; }
|
1044 |
+
.price-from .price-label { font-weight:bold; white-space:nowrap; }
|
1045 |
+
|
1046 |
+
.price-to { margin:0; }
|
1047 |
+
.price-to .price-label { font-weight:bold; white-space:nowrap; }
|
1048 |
+
|
1049 |
+
/* Price notice next to the options */
|
1050 |
+
.price-notice { padding-left:10px; color:#999; }
|
1051 |
+
.price-notice .price { font-weight:bold; color:#2f2f2f; }
|
1052 |
+
|
1053 |
+
/* Price as configured */
|
1054 |
+
.price-as-configured { margin:0; }
|
1055 |
+
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
|
1056 |
+
|
1057 |
+
.price-box-bundle { padding:0 0 10px 0; }
|
1058 |
+
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
|
1059 |
+
.price-box-bundle .price { color:#555; }
|
1060 |
+
/********** Product Prices > */
|
1061 |
+
|
1062 |
+
/* Tier Prices */
|
1063 |
+
.product-pricing,
|
1064 |
+
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
|
1065 |
+
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
|
1066 |
+
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
|
1067 |
+
.tier-prices .price { font-weight:bold; color:#2f2f2f; }
|
1068 |
+
|
1069 |
+
.tier-prices-grouped li { padding:2px 0; color:#e26703; }
|
1070 |
+
.tier-prices-grouped li .price { font-weight:bold; }
|
1071 |
+
|
1072 |
+
/* Add to Links */
|
1073 |
+
.add-to-links { font-size:11px; margin:5px 0 0; }
|
1074 |
+
.add-to-links .separator { display:none; }
|
1075 |
+
|
1076 |
+
/* Add to Cart */
|
1077 |
+
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
|
1078 |
+
.add-to-cart .qty { float:left; margin-right:5px; text-align:center;}
|
1079 |
+
.add-to-cart button.button { float:left; }
|
1080 |
+
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
|
1081 |
+
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
|
1082 |
+
.product-view .add-to-cart .paypal-logo { margin:0; }
|
1083 |
+
|
1084 |
+
/* Add to Links + Add to Cart */
|
1085 |
+
.add-to-box { margin:10px 0; }
|
1086 |
+
.add-to-box .add-to-cart { float:left; }
|
1087 |
+
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
|
1088 |
+
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
|
1089 |
+
.add-to-box .add-to-links li { display:block !important; }
|
1090 |
+
.add-to-box .add-to-links li .separator { display:none !important; }
|
1091 |
+
|
1092 |
+
.product-tabs{
|
1093 |
+
display:block;
|
1094 |
+
height:31px;
|
1095 |
+
overflow:hidden;
|
1096 |
+
}
|
1097 |
+
.product-tabs li{
|
1098 |
+
float:left;
|
1099 |
+
display:inline;
|
1100 |
+
margin-right:3px;
|
1101 |
+
padding-left:22px;
|
1102 |
+
background:url(../images/tabs_bg.png) 0 0 no-repeat;
|
1103 |
+
}
|
1104 |
+
.product-tabs li a{
|
1105 |
+
display:block;
|
1106 |
+
padding-right:22px;
|
1107 |
+
height:31px;
|
1108 |
+
text-decoration:none;
|
1109 |
+
font:bold 11px/30px Tahoma,Geneva,Kalimati,sans-serif;
|
1110 |
+
color:#474d52;
|
1111 |
+
background:url(../images/tabs_bg.png) 100% 0 no-repeat;
|
1112 |
+
}
|
1113 |
+
.product-tabs li.active{
|
1114 |
+
background:url(../images/tabs_bg.png) 0 -31px no-repeat;
|
1115 |
+
}
|
1116 |
+
.product-tabs li.active a{
|
1117 |
+
color:#fff;
|
1118 |
+
background:url(../images/tabs_bg.png) 100% -31px no-repeat;
|
1119 |
+
}
|
1120 |
+
.product-tabs-content{
|
1121 |
+
border:1px solid #dbdbdb;
|
1122 |
+
margin-bottom:20px;
|
1123 |
+
padding:20px;
|
1124 |
+
-moz-border-radius: 0 3px 3px 3px; -webkit-border-radius: 0 3px 3px 3px; border-radius: 0 3px 3px 3px;
|
1125 |
+
}
|
1126 |
+
.product-essential {background:url(../images/toolbar_brd.gif) 0 100% repeat-x; padding-bottom:20px; margin-bottom:25px; }
|
1127 |
+
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
|
1128 |
+
.product-essential .short-description h2{font:bold 14px/1.35 Tahoma,Geneva,Kalimati,sans-serif; color:#4e4e4e;}
|
1129 |
+
.product-collateral {}
|
1130 |
+
.product-collateral h2 { font-weight:bold; font-size:15px; color:#5f5f5f; border-bottom:1px solid #d7d7d7; padding:0 0 1px; margin:0 0 15px; }
|
1131 |
+
.product-collateral .box-collateral { margin:0 0 25px; }
|
1132 |
+
.product-tabs-content h2{
|
1133 |
+
text-transform:uppercase;
|
1134 |
+
font-size:11px;
|
1135 |
+
color:#818181;
|
1136 |
+
font-weight:bold;
|
1137 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
1138 |
+
}
|
1139 |
+
/* Product Images */
|
1140 |
+
.product-view{padding-right:8px;}
|
1141 |
+
.product-view .product-img-box { float:left; width:213px; background:url(../images/main_img_bg.png) 0 0 no-repeat;}
|
1142 |
+
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
|
1143 |
+
.product-view .product-img-box .product-image { margin:5px 0 15px 5px; width:203px; height:203px; overflow:hidden; position:relative; }
|
1144 |
+
.product-view .product-img-box .product-image-zoom { position:relative; margin:5px 0 15px 5px; width:203px; height:203px; overflow:hidden; z-index:9; }
|
1145 |
+
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move;}
|
1146 |
+
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; display:none;}
|
1147 |
+
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 20px 0 19px; background:url(../images/slider_bg.gif) 0 7px no-repeat; cursor:pointer; }
|
1148 |
+
.product-view .product-img-box .zoom.disabled {display:none; -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
|
1149 |
+
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
|
1150 |
+
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:2px; width:4px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
|
1151 |
+
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
|
1152 |
+
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
|
1153 |
+
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display:none;}
|
1154 |
+
.product-view .product-img-box .more-views ul { margin-left:-13px }
|
1155 |
+
.product-view .product-img-box .more-views li { float:left; margin:0 0 13px 13px; }
|
1156 |
+
.product-view .product-img-box .more-views li a { float:left; width:62px; height:62px; overflow:hidden; }
|
1157 |
+
.product-view .product-img-box .more-views li a img{border:1px solid #e3e3e3; padding:1px;}
|
1158 |
+
.product-view .email-friend{font-size:11px;}
|
1159 |
+
.product-image-popup { margin:0 auto; }
|
1160 |
+
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
|
1161 |
+
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
|
1162 |
+
.product-image-popup .image { display:block; margin:10px 0; }
|
1163 |
+
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
|
1164 |
+
|
1165 |
+
.product-view .product-shop .regular-price .price{font-size:16px;}
|
1166 |
+
/* Product Shop */
|
1167 |
+
.product-view .product-shop { float:right; width:434px; }
|
1168 |
+
.col1-layout .product-view .product-shop { float:right; width:545px; }
|
1169 |
+
.col3-layout .product-view .product-shop { float:none; width:auto; }
|
1170 |
+
.product-view .product-shop .product-name { margin:0 0 5px; }
|
1171 |
+
.product-view .product-shop .product-name h1 { margin:0; font:bold 14px/1.35 Tahoma,Geneva,Kalimati,sans-serif; color:#4e4e4e;}
|
1172 |
+
.product-view .product-shop .availability { margin:10px 0; }
|
1173 |
+
.product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
|
1174 |
+
.product-view .product-shop .price-box { margin:10px 0; }
|
1175 |
+
.product-view .product-shop .add-to-box .add-to-links { margin:-6px 0 0 0; position:relative;}
|
1176 |
+
.product-view .product-shop .add-to-links { font-size:12px; text-align:left; }
|
1177 |
+
.product-view .product-shop .add-to-links li,
|
1178 |
+
.product-view .product-shop .add-to-links li .separator { display:inline; }
|
1179 |
+
.product-view .product-shop .add-to-links a {font-weight:normal !important; }
|
1180 |
+
.product-view .product-shop .add-to-box .or{
|
1181 |
+
margin:0 10px;
|
1182 |
+
}
|
1183 |
+
.product-view .product-shop .add-to-cart .qty,
|
1184 |
+
.product-view .product-shop .add-to-box .or{
|
1185 |
+
margin-top:1px;
|
1186 |
+
}
|
1187 |
+
.product-view .product-shop .add-to-cart label{
|
1188 |
+
margin-top:2px;
|
1189 |
+
}
|
1190 |
+
.product-options dt{clear:both;overflow:hidden;}
|
1191 |
+
|
1192 |
+
/* Product Options */
|
1193 |
+
.product-options{ margin:20px 0 0; padding:0 12px 12px; background-color:#ececec; border:1px solid #e5e5e5;}
|
1194 |
+
|
1195 |
+
.product-options dt { padding:10px 0 0; font-weight:normal; }
|
1196 |
+
.product-options dt label { font-weight:bold; color:#2f2f2f; }
|
1197 |
+
.product-options dt label.required{
|
1198 |
+
float:left;
|
1199 |
+
}
|
1200 |
+
.product-options dt label.required em { color:#4e4e4e; float:right; }
|
1201 |
+
.product-options dt .qty-holder { float:right; margin-right:15px; }
|
1202 |
+
.product-options dt .qty-holder label { vertical-align:middle; }
|
1203 |
+
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
|
1204 |
+
.product-options dd .qty-holder label { vertical-align:middle; }
|
1205 |
+
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
|
1206 |
+
.product-options dd { padding:5px 0 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
|
1207 |
+
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
|
1208 |
+
.product-options dd input.input-text { width:98%; }
|
1209 |
+
.product-options dd input.datetime-picker { width:150px; }
|
1210 |
+
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
|
1211 |
+
.product-options dd textarea { width:98%; height:8em; }
|
1212 |
+
.product-options dd select { width:99%; }
|
1213 |
+
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
|
1214 |
+
.product-options ul.options-list { margin-right:5px; }
|
1215 |
+
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
|
1216 |
+
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
|
1217 |
+
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
|
1218 |
+
.product-options ul.options-list .label { display:block; margin-left:18px; }
|
1219 |
+
.product-options ul.options-list label { font-weight:normal; }
|
1220 |
+
.product-options ul.validation-failed { padding:0 7px; }
|
1221 |
+
.product-options p.note { margin:0; font-size:11px; }
|
1222 |
+
.product-options p.required { position:absolute; right:20px; top:20px; }
|
1223 |
+
|
1224 |
+
.product-options-bottom { padding:15px 0;}
|
1225 |
+
.product-options-bottom .product-pricing,
|
1226 |
+
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
|
1227 |
+
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
|
1228 |
+
.product-options-bottom .tier-prices .price,
|
1229 |
+
.product-options-bottom .tier-prices .benefit { color:#e26703; }
|
1230 |
+
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
|
1231 |
+
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
|
1232 |
+
.product-options-bottom .price-label { float:left; padding-right:5px; }
|
1233 |
+
.product-options-bottom .price-tax { float:left; }
|
1234 |
+
.product-options-bottom .add-to-cart { float:right; }
|
1235 |
+
.product-shop .product-options-bottom { margin:0 0 10px; }
|
1236 |
+
.product-shop .product-options-bottom .price-box { float:left; margin:0 0 5px; }
|
1237 |
+
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
|
1238 |
+
.product-shop .product-options-bottom .price-tax { float:none; }
|
1239 |
+
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
|
1240 |
+
.product-options p.required{color:#4e4e4e;}
|
1241 |
+
|
1242 |
+
|
1243 |
+
/* Grouped Product */
|
1244 |
+
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
|
1245 |
+
|
1246 |
+
/* Block: Description */
|
1247 |
+
.product-view .box-description {}
|
1248 |
+
|
1249 |
+
/* Block: Additional */
|
1250 |
+
.product-view .box-additional .data-table th,
|
1251 |
+
.product-view .box-additional .data-table td { line-height:1.25; }
|
1252 |
+
|
1253 |
+
/* Block: Upsell */
|
1254 |
+
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
|
1255 |
+
.product-view .box-up-sell .products-grid { width:100%;}
|
1256 |
+
.product-view .box-up-sell .products-grid td { width:25%; background:#fff; text-align:center; padding:15px 0 0; line-height:1.6em; background: url("../images/grid_item_bg2.png") no-repeat 0 0;}
|
1257 |
+
.product-view .box-up-sell .products-grid td .up-sell-in{background: url("../images/grid_item_bg2.png") no-repeat 0 100%; padding:0 10px 12px; margin-right:13px;}
|
1258 |
+
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
|
1259 |
+
.product-view .box-up-sell .products-grid td.last { border-right:0; }
|
1260 |
+
.product-view .box-up-sell .products-grid td img { }
|
1261 |
+
.product-view .box-up-sell .products-grid .product-image { text-align:center; height:123px; margin-bottom:5px;}
|
1262 |
+
.product-view .box-up-sell .products-grid .product-name{color:#4e4e4e; font-size:13px; margin-bottom:5px;}
|
1263 |
+
.product-view .box-up-sell .products-grid td.empty { background:none; }
|
1264 |
+
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
|
1265 |
+
.product-view .box-up-sell .products-grid .price-box{float:none; width:auto; position:relative; min-height:23px;}
|
1266 |
+
.product-view .box-up-sell .products-grid .price-box .minimal-price{position:static;width:auto;}
|
1267 |
+
.product-view .box-up-sell .products-grid .regular-price .price{font-size:15px; color:#9f2198;}
|
1268 |
+
/* Block: Tags */
|
1269 |
+
.product-view .box-tags { margin:0; }
|
1270 |
+
.product-view .box-tags h3 { font-size:13px; }
|
1271 |
+
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
|
1272 |
+
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
|
1273 |
+
.product-view .box-tags .product-tags li.first { padding-left:0; }
|
1274 |
+
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
|
1275 |
+
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
|
1276 |
+
.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; }
|
1277 |
+
.product-view .box-tags .form-add input.input-text { width:299px; }
|
1278 |
+
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
|
1279 |
+
|
1280 |
+
/* Block: Reviews */
|
1281 |
+
.product-view .box-reviews dl { margin:15px 0; }
|
1282 |
+
.product-view .box-reviews dt a,
|
1283 |
+
.product-view .box-reviews dt span { font-weight:bold; }
|
1284 |
+
.product-view .box-reviews dd { margin:0 0 15px; }
|
1285 |
+
.product-view .box-reviews dd small { font-style:italic; }
|
1286 |
+
.product-view .box-reviews .form-add { margin:15px 0 0; }
|
1287 |
+
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
|
1288 |
+
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
|
1289 |
+
.product-view .box-reviews .form-add h4 { font-size:12px; }
|
1290 |
+
.product-view .box-reviews .form-add .data-table td { text-align:center; }
|
1291 |
+
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
|
1292 |
+
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
|
1293 |
+
.product-view .box-reviews .form-add .form-list input.input-text,
|
1294 |
+
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
|
1295 |
+
|
1296 |
+
/* Send a Friend */
|
1297 |
+
.send-friend .form-list { width:615px; overflow:hidden; }
|
1298 |
+
.send-friend .form-list li { margin-right:-15px; }
|
1299 |
+
.send-friend .form-list li p { margin:0 15px 0 0; }
|
1300 |
+
.send-friend .form-list .field { width:315px; }
|
1301 |
+
.send-friend .form-list .input-box { width:300px; }
|
1302 |
+
.send-friend .form-list input.input-text,
|
1303 |
+
.send-friend .form-list textarea { width:294px; }
|
1304 |
+
.send-friend .form-list li.wide .input-box { width:612px; }
|
1305 |
+
.send-friend .form-list li.wide textarea { width:609px; }
|
1306 |
+
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
|
1307 |
+
/* ======================================================================================= */
|
1308 |
+
|
1309 |
+
|
1310 |
+
/* Content Styles ================================================================= */
|
1311 |
+
.product-name { margin:0; font-size:1em; font-weight:normal; }
|
1312 |
+
|
1313 |
+
/* Product Tags */
|
1314 |
+
.tags-list { display:block; font-size:13px; border:1px solid #dfdfdf; background:#fff; padding:10px;}
|
1315 |
+
.tags-list li { display:inline !important; margin:0 4px 0 0; }
|
1316 |
+
|
1317 |
+
/* Advanced Search */
|
1318 |
+
.advanced-search .form-list label { width:160px; padding-right:10px; }
|
1319 |
+
.advanced-search .form-list .input-box,
|
1320 |
+
.advanced-search .form-list .input-range { float:left; clear:none; }
|
1321 |
+
.advanced-search-amount { margin:0 0 10px; }
|
1322 |
+
.advanced-search-summary { margin:10px 0; border:1px solid #d4d4d4; background:#fff; padding:10px; }
|
1323 |
+
.advanced-search-summary ul { float:left; width:49%; }
|
1324 |
+
.advanced-search-summary strong { color:#9F2198; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
|
1325 |
+
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
|
1326 |
+
|
1327 |
+
/* CMS Home Page */
|
1328 |
+
.cms-home .subtitle {}
|
1329 |
+
.cms-index-index .subtitle {}
|
1330 |
+
|
1331 |
+
/* Sitemap */
|
1332 |
+
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
|
1333 |
+
.page-sitemap .links a { text-decoration:none; position:relative; }
|
1334 |
+
.page-sitemap .links a:hover { text-decoration:underline; }
|
1335 |
+
.page-sitemap .sitemap { margin:12px; }
|
1336 |
+
.page-sitemap .sitemap li { margin:3px 0; }
|
1337 |
+
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
|
1338 |
+
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
|
1339 |
+
|
1340 |
+
/* RSS */
|
1341 |
+
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
|
1342 |
+
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
|
1343 |
+
/* ======================================================================================= */
|
1344 |
+
|
1345 |
+
|
1346 |
+
/* Shopping Cart ========================================================================= */
|
1347 |
+
.cart .page-title { border-bottom:0; margin:0 0 12px; }
|
1348 |
+
.cart .page-title h1 { margin:10px 0 0; }
|
1349 |
+
|
1350 |
+
/* Checkout Types */
|
1351 |
+
.cart .page-title .checkout-types li { margin:0 0 5px; }
|
1352 |
+
.cart .title-buttons .checkout-types { float:right; }
|
1353 |
+
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
|
1354 |
+
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
|
1355 |
+
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
|
1356 |
+
|
1357 |
+
/* Shopping Cart Table */
|
1358 |
+
.cart-table th { padding:2px 10px; }
|
1359 |
+
.cart-table td { padding:10px; }
|
1360 |
+
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
|
1361 |
+
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
|
1362 |
+
.cart-table tfoot td { padding:5px 10px; }
|
1363 |
+
.cart-table .btn-continue { float:left; }
|
1364 |
+
|
1365 |
+
|
1366 |
+
/* Shopping Cart Collateral boxes */
|
1367 |
+
.cart .cart-collaterals { padding:25px 0 0; }
|
1368 |
+
.cart .cart-collaterals .col2-set { float:left; width:647px; }
|
1369 |
+
.cart .cart-collaterals .col2-set .col-1 { width:335px; }
|
1370 |
+
.cart .cart-collaterals .col2-set .col-2 { width:292px; }
|
1371 |
+
.cart .crosssell #crosssell-products-list{
|
1372 |
+
padding:0 18px 5px 19px;
|
1373 |
+
}
|
1374 |
+
.cart .crosssell .product-name a{
|
1375 |
+
color:#4e4e4e;
|
1376 |
+
text-decoration:none;
|
1377 |
+
}
|
1378 |
+
.cart .crosssell .product-name a:hover{
|
1379 |
+
text-decoration:underline;
|
1380 |
+
}
|
1381 |
+
.cart .crosssell { background:url(../images/crossell_bg.png) 0 100% no-repeat; padding:0; }
|
1382 |
+
.cart .crosssell h2 { font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; padding:0 0 0 21px; margin-bottom:4px; color:#5e5d5d; position:relative; height:32px; overflow: hidden; background:#fff url("../images/crosell_head.png") no-repeat 0 0;}
|
1383 |
+
.cart .crosssell .product-image { float:left; width:92px; height:92px; padding:5px; background: url("../images/cart_img_bg.png") no-repeat 0 0;}
|
1384 |
+
.cart .crosssell .product-details { margin-left:120px; }
|
1385 |
+
.cart .crosssell .product-name { font-weight:bold; font-size:14px;}
|
1386 |
+
.cart .crosssell li.item { margin:20px 0; padding-bottom:20px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
1387 |
+
.cart .crosssell li.last{margin-bottom:0; background:none;}
|
1388 |
+
.cart .crosssell .link-compare { font-weight:normal; }
|
1389 |
+
.cart .crosssell li .add-to-links{
|
1390 |
+
overflow:hidden;
|
1391 |
+
}
|
1392 |
+
.cart .crosssell li .add-to-links li,
|
1393 |
+
.cart .crosssell li .add-to-links li .separator{
|
1394 |
+
display:inline;
|
1395 |
+
font-size:11px;
|
1396 |
+
}
|
1397 |
+
.cart .crosssell li .add-to-links li .separator{
|
1398 |
+
margin:0 7px;
|
1399 |
+
}
|
1400 |
+
.cart .crosssell li .add-to-links li a{
|
1401 |
+
color:#5f5f5f !important;
|
1402 |
+
}
|
1403 |
+
/* Discount Codes & Estimate Shipping and Tax Boxes */
|
1404 |
+
.cart .discount,
|
1405 |
+
.cart .shipping { background:url(../images/disconut_bg.png) 0 100% no-repeat; padding:0 31px 15px 21px; margin:0 0 13px; }
|
1406 |
+
.cart .discount h2,
|
1407 |
+
.cart .shipping h2 { font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; padding:0 0 0 21px; color:#5e5d5d; position:relative; margin:0 -31px 10px -21px; height:32px; overflow: hidden; background:#fff url("../images/disount_head.png") no-repeat 0 0;}
|
1408 |
+
.cart .discount .buttons-set,
|
1409 |
+
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
|
1410 |
+
.cart .discount .buttons-set button.button,
|
1411 |
+
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
|
1412 |
+
|
1413 |
+
.cart .discount .input-box,.cart .shipping .input-box { margin:8px 0 0; width:239px; }
|
1414 |
+
.cart .discount input.input-text,.cart .shipping input.input-text { width:233px; }
|
1415 |
+
.cart .shipping select{width:239px;}
|
1416 |
+
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/toolbar_brd.gif) 0 0 repeat-x; }
|
1417 |
+
.pages a.i-next,
|
1418 |
+
.pages a.i-previous{text-decoration:none !important;}
|
1419 |
+
/* Shopping Cart Totals */
|
1420 |
+
.cart .totals { float:right; width:248px; background:url(../images/cart_totals_bg.png) 0 0 no-repeat; padding-top:14px;}
|
1421 |
+
.cart .totals-in{background:url(../images/cart_totals_bg.png) 0 100% no-repeat;}
|
1422 |
+
.cart .totals table { width:100%; margin:0; color:#3e3e3e;}
|
1423 |
+
.cart .totals td { padding:1px 15px 1px 3px; }
|
1424 |
+
.cart .totals tr.last td {}
|
1425 |
+
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
|
1426 |
+
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
|
1427 |
+
.cart .totals tfoot th strong,
|
1428 |
+
.cart .totals tfoot td strong { font-size:15px; color:#4b4b4b; }
|
1429 |
+
.cart .totals .checkout-types { font-size:12px; padding:0 15px 3px; text-align:right; }
|
1430 |
+
.cart .totals .checkout-types li { clear:both; margin:9px 0; }
|
1431 |
+
.cart .totals .checkout-types li a{text-decoration:none;}
|
1432 |
+
.cart .totals .checkout-types li a:hover{text-decoration:underline;}
|
1433 |
+
/* Options Tool Tip */
|
1434 |
+
.item-options dt { font-weight:bold; font-style:normal; font-size:11px; color:#5f5f5f; }
|
1435 |
+
.item-options dd { padding-left:10px; margin:0 0 6px; font-size:11px;}
|
1436 |
+
.truncated { cursor:help; }
|
1437 |
+
.truncated a.dots { cursor:help; }
|
1438 |
+
.truncated a.details { cursor:help; }
|
1439 |
+
.truncated .truncated_full_value { position:relative; z-index:999; }
|
1440 |
+
.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; }
|
1441 |
+
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
|
1442 |
+
.truncated .show .item-options { top:-20px; left:50%; }
|
1443 |
+
.col-left .truncated .show .item-options { left:15px; top:7px; }
|
1444 |
+
.col-right .truncated .show .item-options { left:-240px; top:7px; }
|
1445 |
+
/* ======================================================================================= */
|
1446 |
+
/* Remember Me Popup ===================================================================== */
|
1447 |
+
.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; }
|
1448 |
+
|
1449 |
+
.remember-me label { float:none; margin:0 6px; }
|
1450 |
+
.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; }
|
1451 |
+
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
|
1452 |
+
.remember-me-popup .remember-me-popup-head { position:relative; }
|
1453 |
+
.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; }
|
1454 |
+
.remember-me-popup .remember-me-popup-body { padding:10px; }
|
1455 |
+
.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; }
|
1456 |
+
/* Remember Me Popup ===================================================================== */
|
1457 |
+
|
1458 |
+
/* MAP Popup============================================================================== */
|
1459 |
+
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
|
1460 |
+
.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; }
|
1461 |
+
|
1462 |
+
.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; }
|
1463 |
+
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
|
1464 |
+
.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; }
|
1465 |
+
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
|
1466 |
+
.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; }
|
1467 |
+
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
|
1468 |
+
.map-popup-checkout { display:inline; float:right; text-align:right; }
|
1469 |
+
.map-popup-checkout span { display:block; padding-right:30px; }
|
1470 |
+
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
|
1471 |
+
.map-popup-price .price-box,
|
1472 |
+
.map-popup-price .price-box .special-price { margin:0; padding:0; }
|
1473 |
+
.map-popup-price { margin:5px 0 0; }
|
1474 |
+
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
|
1475 |
+
.map-popup-only-text { border-top:1px solid #ddd; }
|
1476 |
+
/* ======================================================================================= */
|
1477 |
+
|
1478 |
+
/* Checkout ============================================================================== */
|
1479 |
+
/********** < Common Checkout Styles */
|
1480 |
+
/* Shipping and Payment methods */
|
1481 |
+
.sp-methods { margin:0 0 8px; }
|
1482 |
+
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
|
1483 |
+
.sp-methods dd {}
|
1484 |
+
.sp-methods dd li { margin:5px 0; }
|
1485 |
+
.sp-methods label { font-weight:bold; color:#666; }
|
1486 |
+
.sp-methods .price { font-weight:bold; }
|
1487 |
+
.sp-methods .form-list { padding-left:20px; }
|
1488 |
+
.sp-methods .form-list li { margin:0 0 8px; }
|
1489 |
+
.sp-methods select.month { width:154px; margin-right:10px; }
|
1490 |
+
.sp-methods select.year { width:96px; }
|
1491 |
+
.sp-methods input.cvv { width:3em !important; }
|
1492 |
+
|
1493 |
+
.sp-methods .checkmo-list li { margin:0 0 5px; }
|
1494 |
+
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
|
1495 |
+
.sp-methods .checkmo-list address { float:left; }
|
1496 |
+
|
1497 |
+
.sp-methods .centinel-logos a { margin-right:3px; }
|
1498 |
+
.sp-methods .centinel-logos img { vertical-align:middle; }
|
1499 |
+
|
1500 |
+
.please-wait { float:right; }
|
1501 |
+
.please-wait img { vertical-align:middle; }
|
1502 |
+
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
|
1503 |
+
|
1504 |
+
/* Tooltip */
|
1505 |
+
.tool-tip { border:1px solid #d4d4d4; background:#fff; padding:15px 20px; position:absolute; z-index:9999; }
|
1506 |
+
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
|
1507 |
+
.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; }
|
1508 |
+
.tool-tip .tool-tip-content { padding:5px; }
|
1509 |
+
|
1510 |
+
/* Gift Messages */
|
1511 |
+
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
|
1512 |
+
.gift-messages p.control { color:#8e8d8b; }
|
1513 |
+
.gift-messages-form { position:relative; }
|
1514 |
+
.gift-messages-form label { float:none !important; position:static !important; }
|
1515 |
+
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
|
1516 |
+
.gift-messages-form .whole-order { margin:0 0 25px; }
|
1517 |
+
.gift-messages-form .item { margin:0 0 10px; }
|
1518 |
+
.gift-messages-form .item .product-img-box { float:left; width:75px; }
|
1519 |
+
.gift-messages-form .item .product-image { margin:0 0 7px; }
|
1520 |
+
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
|
1521 |
+
.gift-messages-form .item .details { margin-left:90px; }
|
1522 |
+
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1523 |
+
.gift-messages-form .item .details .form-list .field { width:255px; }
|
1524 |
+
.gift-messages-form .item .details .form-list .input-box { width:240px; }
|
1525 |
+
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
|
1526 |
+
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
|
1527 |
+
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
|
1528 |
+
|
1529 |
+
.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
|
1530 |
+
.gift-message-link.expanded { background-position:100% -40px; }
|
1531 |
+
.gift-message-row { background:#f2efe9; }
|
1532 |
+
.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; }
|
1533 |
+
|
1534 |
+
/* Checkout Agreements */
|
1535 |
+
.checkout-agreements li { margin:30px 0; }
|
1536 |
+
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
|
1537 |
+
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
|
1538 |
+
.checkout-agreements .agree input.checkbox { margin-right:6px; }
|
1539 |
+
.checkout-agreements .agree label { font-weight:bold; color:#666; }
|
1540 |
+
|
1541 |
+
.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
|
1542 |
+
.opc .checkout-agreements li { margin:20px 0 0; }
|
1543 |
+
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
|
1544 |
+
.opc .checkout-agreements .agree { padding-left:6px; }
|
1545 |
+
|
1546 |
+
/* Centinel */
|
1547 |
+
.centinel {}
|
1548 |
+
.centinel .authentication { border:1px solid #ddd; background:#fff; }
|
1549 |
+
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
|
1550 |
+
|
1551 |
+
.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
|
1552 |
+
|
1553 |
+
/* Generic Info Set */
|
1554 |
+
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
|
1555 |
+
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1556 |
+
.info-set h3,
|
1557 |
+
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
|
1558 |
+
.info-set h2 a,
|
1559 |
+
.info-set h3 a,
|
1560 |
+
.info-set h4 a { font-weight:normal; }
|
1561 |
+
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
|
1562 |
+
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
|
1563 |
+
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
|
1564 |
+
.info-set .box { margin:0 0 15px; }
|
1565 |
+
.info-set .box h2 { color:#e26703; }
|
1566 |
+
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
|
1567 |
+
.info-set .data-table .product-name a { font-weight:bold !important; }
|
1568 |
+
.info-set .data-table .item-options { margin:5px 0 0; }
|
1569 |
+
/********** Common Checkout Styles > */
|
1570 |
+
|
1571 |
+
/* One Page Checkout */
|
1572 |
+
.block-progress .block-content { background:none !important; border:1px solid #dcdcdc; border-top:0; padding:2px 3px; }
|
1573 |
+
.block-progress dt { font-size:12px; font-weight:normal; line-height:1.35; background:#fafafa; border:1px solid #dcdcdc; margin:0 0 1px; padding:7px 8px 7px 15px; color:#6d6d6d; }
|
1574 |
+
.block-progress dd { background:#fff; border:1px solid #dcdcdc; border-top:0; padding:8px 13px; margin:0 0 5px; }
|
1575 |
+
.block-progress dt.complete { margin:0; background:#fafafa;}
|
1576 |
+
.block-progress dd.complete {}
|
1577 |
+
.block-progress p { margin:0; }
|
1578 |
+
|
1579 |
+
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1580 |
+
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1581 |
+
.opc .buttons-set .back-link small { display:none; }
|
1582 |
+
.opc .buttons-set.disabled button.button { display:none; }
|
1583 |
+
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
|
1584 |
+
.opc .ul { list-style:disc outside; padding-left:18px; }
|
1585 |
+
|
1586 |
+
.opc { position:relative; }
|
1587 |
+
.opc li.section {}
|
1588 |
+
|
1589 |
+
.opc .step-title { border-width:0 1px 1px; border-style:solid; border-color:#e5e5e5; background:#fff; padding:7px 18px 8px; text-align:right; }
|
1590 |
+
.opc .step-title .number { float:left; background:#eee; border:1px solid #d6d6d6; padding:0 4px; margin:0 5px 0 0; font:12px/14px Tahoma,Geneva,Kalimati,sans-serif; color:#434343;}
|
1591 |
+
.opc .step-title h2 { float:left; margin:0; font:bold 12px/16px Tahoma,Geneva,Kalimati,sans-serif; color:#7c7c7c; }
|
1592 |
+
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
|
1593 |
+
|
1594 |
+
.opc .allow .step-title { background:#f9f9f9; border:1px solid #e5e5e5; border-bottom:0; color:#b2b2b2; cursor:pointer; }
|
1595 |
+
/*.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }*/
|
1596 |
+
.opc .allow .step-title h2 { color:#b2b2b2; }
|
1597 |
+
/*.opc .allow .step-title a { display:block; }*/
|
1598 |
+
|
1599 |
+
.opc .active .step-title { border:1px solid #e5e5e5;color:#f18200; cursor:default; background: url("../images/bkg_th.gif") repeat-x 0 0 #F3F3F3;}
|
1600 |
+
.opc .active .step-title .number { background:#d163d0; border-color:#d6d6d6; color:#fff; }
|
1601 |
+
.opc .active .step-title h2 { color:#4e4e4e; }
|
1602 |
+
/*.opc .active .step-title a { display:none; }*/
|
1603 |
+
|
1604 |
+
.opc li:first-child .step-title{
|
1605 |
+
-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
|
1606 |
+
}
|
1607 |
+
|
1608 |
+
.opc .step { border:1px solid #e5e5e5; border-top:0; background:#f9f9f9; padding:15px 30px; position:relative; }
|
1609 |
+
.opc .step .tool-tip { right:30px; }
|
1610 |
+
|
1611 |
+
#opc-login .buttons-set { border-top:0; }
|
1612 |
+
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
|
1613 |
+
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
|
1614 |
+
|
1615 |
+
#opc-shipping_method .buttons-set { border-top:0; }
|
1616 |
+
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
|
1617 |
+
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
|
1618 |
+
|
1619 |
+
#opc-review .step { border:0; padding:0; }
|
1620 |
+
#opc-review .product-name { font-weight:bold; color:#0a263c; }
|
1621 |
+
#opc-review .item-options { margin:5px 0 0; }
|
1622 |
+
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
|
1623 |
+
#opc-review .buttons-set p { margin:0; line-height:30px; }
|
1624 |
+
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
|
1625 |
+
|
1626 |
+
/* Multiple Addresses Checkout */
|
1627 |
+
.checkout-progress { padding:0 90px; margin:0 0 20px; }
|
1628 |
+
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #d4d4d4; padding:2px 0 0; font-weight:bold; text-align:center; color:#d4d4d4; }
|
1629 |
+
.checkout-progress li.active { border-top-color:#9f2198; color:#9f2198; }
|
1630 |
+
|
1631 |
+
.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1632 |
+
.multiple-checkout h3,
|
1633 |
+
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#4e4e4e; }
|
1634 |
+
.multiple-checkout h2 a,
|
1635 |
+
.multiple-checkout h3 a,
|
1636 |
+
.multiple-checkout h4 a { font-weight:normal; }
|
1637 |
+
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
|
1638 |
+
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
|
1639 |
+
.multiple-checkout .data-table .item-options { margin:5px 0 0; }
|
1640 |
+
|
1641 |
+
.multiple-checkout .gift-messages { margin:15px 0 0; }
|
1642 |
+
|
1643 |
+
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
|
1644 |
+
|
1645 |
+
.multiple-checkout .col2-set,
|
1646 |
+
.multiple-checkout .col3-set { background:#fff; border:1px solid #d4d4d4; margin:0 0 25px; padding:20px; }
|
1647 |
+
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#fff; border-bottom:1px solid #d4d4d4; position:relative; }
|
1648 |
+
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
|
1649 |
+
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
|
1650 |
+
.multiple-checkout .box { margin:0 0 15px; }
|
1651 |
+
.multiple-checkout .box h2 { color:#4e4e4e; }
|
1652 |
+
|
1653 |
+
.multiple-checkout .place-order .please-wait { float:right; padding:6px 20px 0 0; line-height: 16px;}
|
1654 |
+
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; overflow:hidden; }
|
1655 |
+
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; }
|
1656 |
+
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
|
1657 |
+
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; color:#4e4e4e; }
|
1658 |
+
.multiple-checkout .place-order .grand-total .price { color:#4e4e4e; }
|
1659 |
+
|
1660 |
+
/* Step 1 */
|
1661 |
+
#multiship-addresses-table td { padding:10px; }
|
1662 |
+
#multiship-addresses-table tfoot td { padding:5px 10px; }
|
1663 |
+
|
1664 |
+
/* Step 2 */
|
1665 |
+
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
|
1666 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
|
1667 |
+
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
|
1668 |
+
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
|
1669 |
+
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
|
1670 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
|
1671 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
|
1672 |
+
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d4d4d4; padding:13px; position:relative; }
|
1673 |
+
.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; display:none;}
|
1674 |
+
|
1675 |
+
/* Step 3 */
|
1676 |
+
.checkout-multishipping-billing .multiple-checkout { position:relative; }
|
1677 |
+
/* ======================================================================================= */
|
1678 |
+
|
1679 |
+
|
1680 |
+
/* Account Login/Create Pages ============================================================ */
|
1681 |
+
.account-login .content { min-height:240px; padding:14px 21px; border:1px solid #d4d4d4; border-bottom:0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}
|
1682 |
+
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0; border-bottom:1px solid #d4d4d4; color:#5e5d5d; }
|
1683 |
+
.account-login .buttons-set { border:1px solid #d4d4d4; border-top:0; margin:0; padding:8px 13px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
|
1684 |
+
|
1685 |
+
.account-create {}
|
1686 |
+
/* Account Login/Create Pages ============================================================ */
|
1687 |
+
|
1688 |
+
|
1689 |
+
/* My Account ============================================================================= */
|
1690 |
+
.my-account .title-buttons .link-rss { float:none; margin:0; }
|
1691 |
+
|
1692 |
+
/********** < Dashboard */
|
1693 |
+
.dashboard .welcome-msg { margin:0 0 1.5em 0; }
|
1694 |
+
.dashboard .welcome-msg p { margin:0; }
|
1695 |
+
.dashboard .col2-set { margin:0 0 15px; }
|
1696 |
+
|
1697 |
+
/* General Box */
|
1698 |
+
.box-account { background:#fff; border:1px solid #d4d4d4; padding:15px; margin: 0 0 20px;}
|
1699 |
+
.box-account .box-head { margin:0 0 10px; text-align:right; }
|
1700 |
+
.box-account .box-head h2 { float:left; margin:0; font-size:12px; font-weight:bold; color:#5f5f5f; }
|
1701 |
+
|
1702 |
+
.dashboard .box .box-title { background:url(../images/toolbar_brd.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
|
1703 |
+
.dashboard .box .box-title h3,
|
1704 |
+
.dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:normal; margin:0; }
|
1705 |
+
|
1706 |
+
/* Block: Account Information */
|
1707 |
+
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
|
1708 |
+
|
1709 |
+
/* Block: Reviews */
|
1710 |
+
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:2px -20px 0 0; padding:1px 3px 2px; background:#d163d0; }
|
1711 |
+
.dashboard .box-reviews .details { margin-left:20px; }
|
1712 |
+
.dashboard .box-reviews li.item { margin:0 0 7px; }
|
1713 |
+
.dashboard .box-reviews li.item.last { margin:0; }
|
1714 |
+
.dashboard .box-reviews .ratings { margin:7px 0 0; }
|
1715 |
+
|
1716 |
+
/* Block: Tags */
|
1717 |
+
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:2px -20px 0 0; padding:1px 3px 2px; background:#d163d0; }
|
1718 |
+
.dashboard .box-tags .details { margin-left:20px; }
|
1719 |
+
.dashboard .box-tags li.item { margin:0 0 7px; }
|
1720 |
+
.dashboard .box-tags li.item.last { margin:0; }
|
1721 |
+
.dashboard .box-tags .tags strong,
|
1722 |
+
.dashboard .box-tags .tags ul,
|
1723 |
+
.dashboard .box-tags .tags ul li { display:inline; }
|
1724 |
+
/********** Dashboard > */
|
1725 |
+
|
1726 |
+
/* Address Book */
|
1727 |
+
.addresses-list h2 { font-weight:bold; font-size:13px; color:#5f5f5f; text-transform:uppercase; }
|
1728 |
+
.addresses-list h3 { font-weight:bold; font-size:13px; }
|
1729 |
+
.addresses-list address { margin:0 0 3px; }
|
1730 |
+
.addresses-list p { margin:0; }
|
1731 |
+
.addresses-list a { font-weight:bold; }
|
1732 |
+
.addresses-list .separator { margin:0 3px; }
|
1733 |
+
.addresses-list li.item { background:#fff; border:1px solid #d4d4d4; padding:10px 13px; margin:0 0 10px;}
|
1734 |
+
.addresses-list li.empty { background:none; border:0; padding:0; }
|
1735 |
+
.addresses-list li.empty p { font-weight:bold; }
|
1736 |
+
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
|
1737 |
+
|
1738 |
+
/* Order View */
|
1739 |
+
.my-account .order-date{padding-left:17px;}
|
1740 |
+
.order-info { background:#ececec; color:#4e4e4e; padding:8px 17px; margin:0 0 8px;}
|
1741 |
+
.order-info dt,
|
1742 |
+
.order-info dd,
|
1743 |
+
.order-info ul,
|
1744 |
+
.order-info li { display:inline; }
|
1745 |
+
.order-info .current { font-weight:bold; }
|
1746 |
+
.order-info li { margin:0 3px; }
|
1747 |
+
|
1748 |
+
.order-date { margin:10px 0; }
|
1749 |
+
|
1750 |
+
.order-info-box { background:#fff; border:1px solid #d4d4d4; padding:12px 15px; margin:0 0 15px;}
|
1751 |
+
.order-info-box h2 { font-weight:bold; font-size:13px; color:#4E4E4E;}
|
1752 |
+
.order-info-box .box-payment p { margin:0 0 3px; }
|
1753 |
+
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
|
1754 |
+
|
1755 |
+
.order-items { width:100%; overflow-x:auto; }
|
1756 |
+
.order-items h2,
|
1757 |
+
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
|
1758 |
+
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
|
1759 |
+
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
|
1760 |
+
.order-items .order-links { text-align:right; }
|
1761 |
+
|
1762 |
+
.order-additional { margin:15px 0; }
|
1763 |
+
/* Order Gift Message */
|
1764 |
+
.gift-message dt strong { color:#666; }
|
1765 |
+
.gift-message dd { font-size:13px; margin:5px 0 0; }
|
1766 |
+
/* Order Comments */
|
1767 |
+
.order-about dt { font-weight:bold; }
|
1768 |
+
.order-about dd { font-size:13px; margin:0 0 7px; }
|
1769 |
+
|
1770 |
+
.tracking-table { margin:0 0 15px; }
|
1771 |
+
.tracking-table th { font-weight:bold; white-space:nowrap; }
|
1772 |
+
|
1773 |
+
.tracking-table-popup { width:100%; }
|
1774 |
+
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
|
1775 |
+
.tracking-table-popup th,
|
1776 |
+
.tracking-table-popup td { padding:1px 8px; }
|
1777 |
+
|
1778 |
+
/* Order Print Pages */
|
1779 |
+
.page-print .print-head { margin:0 0 15px; }
|
1780 |
+
.page-print .print-head .logo { float:left; }
|
1781 |
+
.page-print .print-head address { float:left; margin-left:15px; }
|
1782 |
+
.page-print h1 { font-size:16px; font-weight:bold; }
|
1783 |
+
.page-print h2,
|
1784 |
+
.page-print h3 { font-size:13px; font-weight:bold; }
|
1785 |
+
.page-print h2.h2 { font-size:16px; font-weight:bold; }
|
1786 |
+
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
|
1787 |
+
.page-print .col2-set { margin:0 0 10px; }
|
1788 |
+
/* Price Rewrites */
|
1789 |
+
.page-print .gift-message-link { display:none; }
|
1790 |
+
.page-print .price-excl-tax,
|
1791 |
+
.page-print .price-incl-tax { display:block; white-space:nowrap; }
|
1792 |
+
.page-print .cart-price,
|
1793 |
+
.page-print .price-excl-tax .label,
|
1794 |
+
.page-print .price-incl-tax .label,
|
1795 |
+
.page-print .price-excl-tax .price,
|
1796 |
+
.page-print .price-incl-tax .price { display:inline; }
|
1797 |
+
|
1798 |
+
/* My Wishlist */
|
1799 |
+
.my-wishlist .data-table td { padding:10px; }
|
1800 |
+
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
|
1801 |
+
.my-wishlist textarea { display:block; width:97%; height:109px; }
|
1802 |
+
.my-wishlist .buttons-set { margin-top:2em; }
|
1803 |
+
.my-wishlist .buttons-set button.button { float:none; }
|
1804 |
+
#wishlist-table .add-to-links { white-space:nowrap; }
|
1805 |
+
|
1806 |
+
/* My Tags */
|
1807 |
+
.my-tag-edit { float:left; margin:0 0 10px; }
|
1808 |
+
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
|
1809 |
+
#my-tags-table { clear:both; }
|
1810 |
+
#my-tags-table td { padding:10px; }
|
1811 |
+
#my-tags-table .add-to-links { white-space:nowrap; }
|
1812 |
+
|
1813 |
+
/* My Reviews */
|
1814 |
+
#my-reviews-table td { padding:10px; }
|
1815 |
+
|
1816 |
+
.product-review .product-img-box { float:left; width:140px; }
|
1817 |
+
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
|
1818 |
+
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
|
1819 |
+
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
|
1820 |
+
.product-review .product-details { margin-left:150px; }
|
1821 |
+
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
|
1822 |
+
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
|
1823 |
+
.product-review .ratings-table { margin:0 0 10px; }
|
1824 |
+
.product-review dt { font-weight:bold; }
|
1825 |
+
.product-review dd { font-size:13px; margin:5px 0 0; }
|
1826 |
+
|
1827 |
+
/* Billing Agreements */
|
1828 |
+
.billing-agreements .info-box{ margin:15px 0; }
|
1829 |
+
.billing-agreements .form-list li select { float:left; }
|
1830 |
+
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
|
1831 |
+
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
|
1832 |
+
/* ======================================================================================= */
|
1833 |
+
.before-footer .block-subscribe .block-content .validation-advice{
|
1834 |
+
line-height:10px;
|
1835 |
+
background-position: 3px 0;
|
1836 |
+
}
|
1837 |
+
.before-footer{
|
1838 |
+
height:94px;
|
1839 |
+
padding-bottom:50px;
|
1840 |
+
background:#ececec;
|
1841 |
+
position:relative;
|
1842 |
+
margin-top:-145px;
|
1843 |
+
border-top:1px solid #e5e5e5;
|
1844 |
+
}
|
1845 |
+
.before-footer-in{
|
1846 |
+
width:915px;
|
1847 |
+
text-align:left;
|
1848 |
+
margin:0 auto;
|
1849 |
+
padding-top:18px;
|
1850 |
+
}
|
1851 |
+
.before-footer ul.links{
|
1852 |
+
width:615px;
|
1853 |
+
float:left;
|
1854 |
+
}
|
1855 |
+
.before-footer ul.links li{
|
1856 |
+
float:left;
|
1857 |
+
width:181px;
|
1858 |
+
padding-left:24px;
|
1859 |
+
background:url(../images/bf_link_bg.gif) 10px 49% no-repeat;
|
1860 |
+
line-height:18px;
|
1861 |
+
margin-bottom:15px;
|
1862 |
+
}
|
1863 |
+
.before-footer ul.links li a{
|
1864 |
+
color:#565656;
|
1865 |
+
text-decoration:none;
|
1866 |
+
}
|
1867 |
+
.before-footer ul.links li a:hover{
|
1868 |
+
text-decoration:underline;
|
1869 |
+
}
|
1870 |
+
.form-list li.control,
|
1871 |
+
.sp-methods dt{
|
1872 |
+
line-height:14px;
|
1873 |
+
}
|
1874 |
+
.form-list li.control label,
|
1875 |
+
.sp-methods dt label{
|
1876 |
+
vertical-align:middle;
|
1877 |
+
}
|
1878 |
+
.before-footer .block-subscribe{
|
1879 |
+
float:right;
|
1880 |
+
width:297px;
|
1881 |
+
}
|
1882 |
+
.before-footer .block-subscribe .block-content{
|
1883 |
+
padding:0;
|
1884 |
+
}
|
1885 |
+
.before-footer .block-subscribe .block-content .input-box{
|
1886 |
+
width:224px;
|
1887 |
+
margin:0;
|
1888 |
+
}
|
1889 |
+
.before-footer .block-subscribe .block-content .actions{
|
1890 |
+
margin:0 0 0 -2px;
|
1891 |
+
position:relative;
|
1892 |
+
}
|
1893 |
+
.before-footer .block-subscribe .block-content button.button span{
|
1894 |
+
position:absolute;
|
1895 |
+
top:0;
|
1896 |
+
left:0;
|
1897 |
+
padding:0;
|
1898 |
+
width:75px;
|
1899 |
+
}
|
1900 |
+
.before-footer .block-subscribe .block-content button.button{
|
1901 |
+
display:block;
|
1902 |
+
width:75px;
|
1903 |
+
height:23px;
|
1904 |
+
}
|
1905 |
+
.before-footer .block-subscribe .block-content button.button span{
|
1906 |
+
background-position:100% 0;
|
1907 |
+
}
|
1908 |
+
.before-footer .block-subscribe .block-content .input-box input.input-text{
|
1909 |
+
margin:0;
|
1910 |
+
width:218px;
|
1911 |
+
border-right:0;
|
1912 |
+
padding:3px 2px;
|
1913 |
+
-moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
|
1914 |
+
}
|
1915 |
+
.before-footer .block-subscribe .block-content label{
|
1916 |
+
display:block;
|
1917 |
+
padding-bottom:8px;
|
1918 |
+
color:#555555;
|
1919 |
+
font-weight:normal;
|
1920 |
+
}
|
1921 |
+
/* Footer ================================================================================ */
|
1922 |
+
.footer-container { border-top:1px solid #7d7d7d; background:#727272; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif; height:49px; position:relative; margin-top:-50px;}
|
1923 |
+
.footer { width:915px; margin:0 auto; padding:14px 0 18px; }
|
1924 |
+
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
|
1925 |
+
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
|
1926 |
+
.footer .store-switcher select { padding:0; vertical-align:middle; }
|
1927 |
+
.footer a { color:#fff; text-decoration:none; }
|
1928 |
+
.footer a:hover { border-bottom:1px dotted #fff; }
|
1929 |
+
.footer .bugs { margin:13px 0 0; color:#ecf3f6; display:none;}
|
1930 |
+
.footer .bugs a { color:#fff; text-decoration:underline; }
|
1931 |
+
.footer .bugs a:hover { text-decoration:none; }
|
1932 |
+
.footer address { margin:0; float:right; color:#fff; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
1933 |
+
.footer address a { color:#fff; text-decoration:underline; }
|
1934 |
+
.footer address a:hover { text-decoration:none; }
|
1935 |
+
.footer ul { display:inline; }
|
1936 |
+
.footer ul.links { display:block; }
|
1937 |
+
.footer li { display:inline; background:url(../images/bkg_pipe5.gif) 100% 60% no-repeat; padding:0 20px 0 19px; }
|
1938 |
+
.footer li.last { background:none !important; padding-right:0 !important; }
|
1939 |
+
.footer-container .bottom-container { margin:0 0 5px; }
|
1940 |
+
.footer .footer_links li a{
|
1941 |
+
padding:0 5px;
|
1942 |
+
}
|
1943 |
+
.footer .footer_links ul{
|
1944 |
+
margin-right:7px;
|
1945 |
+
}
|
1946 |
+
.footer .footer_links ul,
|
1947 |
+
.footer .footer_links{
|
1948 |
+
float:left;
|
1949 |
+
}
|
1950 |
+
/* ======================================================================================= */
|
1951 |
+
|
1952 |
+
/* Sample Data============================================================================ */
|
1953 |
+
.home-callout { margin-bottom:12px; }
|
1954 |
+
.home-callout img { display:block }
|
1955 |
+
.home-spot { float:left; width:425px; margin-left:20px; }
|
1956 |
+
.home-spot img{max-width:100%;}
|
1957 |
+
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
|
1958 |
+
.best-selling table { border-top:1px solid #ccc; }
|
1959 |
+
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
|
1960 |
+
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
|
1961 |
+
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
|
1962 |
+
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
|
1963 |
+
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
|
1964 |
+
.best-selling a.product-name,
|
1965 |
+
.home-spot .best-selling a.product-name:hover { color:#203548; }
|
1966 |
+
/* ======================================================================================= */
|
1967 |
+
|
1968 |
+
|
1969 |
+
/* Clears ================================================================================ */
|
1970 |
+
.clearer:after,
|
1971 |
+
.before-footer-in:after,
|
1972 |
+
.header-container:after,
|
1973 |
+
.header-container .top-container:after,
|
1974 |
+
.header:after,
|
1975 |
+
.header .quick-access:after,
|
1976 |
+
#nav:after,
|
1977 |
+
.main:after,
|
1978 |
+
.footer:after,
|
1979 |
+
.footer-container .bottom-container:after,
|
1980 |
+
.col-main:after,
|
1981 |
+
.col2-set:after,
|
1982 |
+
.col3-set:after,
|
1983 |
+
.col3-layout .product-options-bottom .price-box:after,
|
1984 |
+
.col4-set:after,
|
1985 |
+
.search-autocomplete li:after,
|
1986 |
+
.block .block-content:after,
|
1987 |
+
.block .actions:after,
|
1988 |
+
.block li.item:after,
|
1989 |
+
.block-poll li:after,
|
1990 |
+
.block-layered-nav .currently li:after,
|
1991 |
+
.page-title:after,
|
1992 |
+
.products-grid:after,
|
1993 |
+
.products-list li.item:after,
|
1994 |
+
.box-account .box-head:after,
|
1995 |
+
.dashboard .box .box-title:after,
|
1996 |
+
.box-reviews li.item:after,
|
1997 |
+
.box-tags li.item:after,
|
1998 |
+
.pager:after,
|
1999 |
+
.sorter:after,
|
2000 |
+
.ratings:after,
|
2001 |
+
.add-to-box:after,
|
2002 |
+
.add-to-cart:after,
|
2003 |
+
.product-essential:after,
|
2004 |
+
.product-collateral:after,
|
2005 |
+
.product-view .product-img-box .more-views ul:after,
|
2006 |
+
.product-view .box-tags .form-add:after,
|
2007 |
+
.product-view .product-shop .short-description:after,
|
2008 |
+
.product-view .box-description:after,
|
2009 |
+
.product-options .options-list li:after,
|
2010 |
+
.product-options-bottom:after,
|
2011 |
+
.product-review:after,
|
2012 |
+
.cart:after,
|
2013 |
+
.cart-collaterals:after,
|
2014 |
+
.cart .crosssell li.item:after,
|
2015 |
+
.opc .step-title:after,
|
2016 |
+
.checkout-progress:after,
|
2017 |
+
.multiple-checkout .place-order:after,
|
2018 |
+
.group-select li:after,
|
2019 |
+
.form-list li:after,
|
2020 |
+
.form-list .field:after,
|
2021 |
+
.buttons-set:after,
|
2022 |
+
.page-print .print-head:after,
|
2023 |
+
.advanced-search-summary:after,
|
2024 |
+
.gift-messages-form .item:after,
|
2025 |
+
.send-friend .form-list li p:after,
|
2026 |
+
.product-tabs:after,
|
2027 |
+
.product-tabs-content:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
2028 |
+
/* ======================================================================================= */
|
2029 |
+
|
2030 |
+
.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; }
|
2031 |
+
.cards-list dt { margin:5px 0 0; }
|
2032 |
+
.cards-list .offset { padding:2px 0 2px 20px; }
|
2033 |
+
|
2034 |
+
/* Configured price */
|
2035 |
+
.configured-price { margin:0; }
|
2036 |
+
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
|
2037 |
+
.configured-price .price { font-weight:bold; }
|
2038 |
+
|
2039 |
+
.product-options {position:relative;}
|
2040 |
+
|
2041 |
+
.sp-methods .release-amounts { margin:0.5em 0; }
|
2042 |
+
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
|
2043 |
+
|
2044 |
+
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
|
2045 |
+
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
2046 |
+
.block-progress .cards-list .info-table th { font-weight:normal; }
|
2047 |
+
|
2048 |
+
.product-options-bottom .add-to-links,.product-view .product-shop .product-options-bottom .add-to-links{clear:both;font-size:11px;}
|
2049 |
+
.product-options-bottom .add-to-links li, .product-options-bottom .add-to-links li .separator {
|
2050 |
+
display: inline;
|
2051 |
+
}
|
2052 |
+
|
2053 |
+
/* CSS3 Borders */
|
2054 |
+
.opc .step-title .number,
|
2055 |
+
.dashboard .box-reviews .number,
|
2056 |
+
.dashboard .box-tags .number{-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
|
2057 |
+
|
2058 |
+
input.input-text,
|
2059 |
+
select,
|
2060 |
+
textarea,
|
2061 |
+
.fieldset .legend,
|
2062 |
+
.mini-products-list .product-image img{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
|
2063 |
+
|
2064 |
+
.fieldset,
|
2065 |
+
.messages li,
|
2066 |
+
.toolbar,
|
2067 |
+
.product-view .product-img-box .more-views li a img,
|
2068 |
+
.product-options,
|
2069 |
+
.tags-list,
|
2070 |
+
.box-account,
|
2071 |
+
.addresses-list li.item,
|
2072 |
+
.order-info,
|
2073 |
+
.order-info-box,
|
2074 |
+
.advanced-search-summary{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
|
2075 |
+
.guest-select {width:305px !important;}
|
2076 |
+
|
2077 |
+
.form-list-narrow li { margin-bottom:0; }
|
2078 |
+
.form-list-narrow li .input-box { margin-bottom:6px; }
|
2079 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
2080 |
+
.form-list-narrow li.wide input.input-text,
|
2081 |
+
.form-list-narrow li.wide textarea { width:254px }
|
2082 |
+
.form-list-narrow li.wide select { width:260px; }
|
2083 |
+
|
2084 |
+
.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; }
|
2085 |
+
|
2086 |
+
/* Global site notices */
|
2087 |
+
.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; }
|
2088 |
+
.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; }
|
2089 |
+
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
|
2090 |
+
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
2091 |
+
|
2092 |
+
.block-cart .mini-products-list .product-details .product-name,
|
2093 |
+
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
|
2094 |
+
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
|
2095 |
+
|
2096 |
+
.cart-table .btn-update,
|
2097 |
+
.cart-table .btn-empty { float:right; }
|
2098 |
+
.cart-table .btn-update { margin-left:10px; }
|
2099 |
+
|
2100 |
+
/* Captcha ================================================================================ */
|
2101 |
+
.captcha-note { clear:left; padding-top:5px; }
|
2102 |
+
.captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
|
2103 |
+
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
|
2104 |
+
.registered-users .captcha-image { margin:0;}
|
2105 |
+
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
|
2106 |
+
.captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
|
2107 |
+
|
2108 |
+
@-webkit-keyframes rotate {
|
2109 |
+
0% { -webkit-transform:rotate(0); }
|
2110 |
+
0% { -webkit-transform:rotate(-360deg); }
|
2111 |
+
}
|
2112 |
+
@-moz-keyframes rotate {
|
2113 |
+
0% { -moz-transform:rotate(0); }
|
2114 |
+
0% { -moz-transform:rotate(-360deg); }
|
2115 |
+
}
|
2116 |
+
@keyframes rotate {
|
2117 |
+
0% { transform:rotate(0); }
|
2118 |
+
0% { transform:rotate(-360deg); }
|
2119 |
+
}
|
skin/frontend/default/clothing_store_purple/images/best_selling_tr_even_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/best_selling_tr_odd_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bf_link_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_block-actions.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_block-layered-dd.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_block-layered-dt.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_block-layered-li.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_block-layered1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_block-title.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_buttons-set1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_collapse-gm.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_collapse.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_divider1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_grand-total.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_grid.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_login-box.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_nav1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_opc-title-off.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_pipe1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_pipe2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_pipe3.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_pipe5.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_rating.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_tfoot.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_th-v.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_th.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bkg_toolbar.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/block_button_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/block_title_color_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/block_title_gray_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/bread_arrow.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_edit.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_gm-close.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_google_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_paypal_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_previous.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_remove.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_remove2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_trash.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/btn_window_close.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/button_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/button_checkout.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/calendar.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/cart_img_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/cart_totals_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/catalog/product/placeholder/image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/catalog/product/placeholder/small_image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/catalog/product/placeholder/thumbnail.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/col_left_block_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/col_right_block_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/crosell_head.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/crossell_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/cvv.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/cvv.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/disconut_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/disount_head.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/fam_book_open.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/grid-cal.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/grid_item_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/grid_item_bg2.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_arrow-top.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_asc_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_availability_only.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_availability_only_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_desc_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_msg-error.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_msg-note.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_msg-success.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_notice.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_page1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_page2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_pager-next.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_pager-prev.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_print.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_rss-big.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_rss.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_search_criteria.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_tag_add.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_tier.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_type_grid.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/i_type_list.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/input_bkg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/list_item_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/logo.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/logo_email.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/logo_print.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/magnifier_handle.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/main_img_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/map_popup_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/nav_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/nav_li_bkg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/nav_li_li_a_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/nav_over_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/nav_over_bkg2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/np_cart_thumb.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/np_more_img.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/np_product_main.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/np_thumb.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/np_thumb2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/opc-ajax-loader.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/page_head_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/pager_arrow_left.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/pager_arrow_right.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/product_zoom_overlay_magnif.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/search_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/slider_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/slider_btn_zoom_in.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/slider_btn_zoom_out.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/spacer.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/tabs_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/toolbar_brd.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/validation_advice_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/validation_advice_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/catalog/category/placeholder/image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/catalog/category/placeholder/small_image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_account.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_cart.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_home.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_more.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_page.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_search.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_purple/images/xmlconnect/tab_shop.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/css/print.css
ADDED
@@ -0,0 +1,40 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
* { background:none !important; text-align:left !important; }
|
26 |
+
html { margin:0 !important; padding:0 !important; }
|
27 |
+
body { background:#fff !important; font-size:9pt !important; padding:0 !important; margin:10px !important; }
|
28 |
+
a { color:#2976c9 !important; }
|
29 |
+
th,td { color:#2f2f2f !important; border-color:#ccc !important; }
|
30 |
+
|
31 |
+
.header-container,
|
32 |
+
.nav-container,
|
33 |
+
.footer-container,
|
34 |
+
.pager,
|
35 |
+
.toolbar,
|
36 |
+
.actions,
|
37 |
+
.buttons-set { display:none !important; }
|
38 |
+
|
39 |
+
.page-print .data-table .cart-tax-total { background-position:100% -54px; }
|
40 |
+
.page-print .data-table .cart-tax-info { display:block !important; }
|
skin/frontend/default/clothing_store_red/css/styles-ie.css
ADDED
@@ -0,0 +1,149 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
.clearfix,.home_banners,.product-tabs,.product-tabs-content,.before-footer-in{zoom:1;}
|
26 |
+
.before-footer .block-subscribe .block-content button.button span{top:1px;}
|
27 |
+
.before-footer .block-subscribe .block-content .input-box input.input-text{padding-bottom:4px;}
|
28 |
+
/* IE 6 only */
|
29 |
+
* html .validation-advice { height:13px; }
|
30 |
+
* html .error-msg,
|
31 |
+
* html .success-msg,
|
32 |
+
* html .note-msg,
|
33 |
+
* html .notice-msg { height:20px; }
|
34 |
+
* html .main { height:400px; }
|
35 |
+
* html .account-login .content { height:240px; }
|
36 |
+
.block li.item,
|
37 |
+
.block-poll li,
|
38 |
+
.opc li.section { vertical-align:top; }
|
39 |
+
* html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
|
40 |
+
|
41 |
+
/* Doubled Margin Fixes */
|
42 |
+
.product-view .product-img-box .more-views li,
|
43 |
+
.product-view .box-tags .form-add .input-box,
|
44 |
+
.sp-methods select.month { display:inline; }
|
45 |
+
#opc-review .sp-methods .input-box { float:left; }
|
46 |
+
.product-options{zoom:1;}
|
47 |
+
/********** < Navigation styles */
|
48 |
+
#nav li,
|
49 |
+
#nav li a { zoom:1; }
|
50 |
+
#nav li { vertical-align:top; }
|
51 |
+
/********** < Navigation styles */
|
52 |
+
|
53 |
+
select { margin-bottom:1px; }
|
54 |
+
input.radio { width:13px; height:13px; }
|
55 |
+
input.checkbox { width:13px; height:13px; }
|
56 |
+
button.button { height:23px; }
|
57 |
+
button.button span { position:relative; }
|
58 |
+
button.btn-checkout { height:28px; }
|
59 |
+
.form-list label { position:relative; z-index:0; }
|
60 |
+
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
61 |
+
|
62 |
+
table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
|
63 |
+
|
64 |
+
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
65 |
+
|
66 |
+
.gift-messages-form { position:relative; zoom:1; }
|
67 |
+
|
68 |
+
.tool-tip .btn-close a { margin:0; }
|
69 |
+
|
70 |
+
.product-view .box-tags .product-tags li{ padding:0 4px 0 7px; }
|
71 |
+
|
72 |
+
.product-options dd .time-picker select { margin:0; padding:0; }
|
73 |
+
|
74 |
+
/* Clearer */
|
75 |
+
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
76 |
+
|
77 |
+
/* Clears and hasLayout fixes */
|
78 |
+
.header-container,
|
79 |
+
.header-container .top-container,
|
80 |
+
.header,
|
81 |
+
.header .quick-access,
|
82 |
+
#nav,
|
83 |
+
.main,
|
84 |
+
.footer,
|
85 |
+
.footer-container .bottom-container,
|
86 |
+
.col-main,
|
87 |
+
.col2-set,
|
88 |
+
.col3-set,
|
89 |
+
.col3-layout .product-options-bottom .price-box,
|
90 |
+
.col4-set,
|
91 |
+
.messages li,
|
92 |
+
.search-autocomplete li,
|
93 |
+
.block,
|
94 |
+
.block .block-content,
|
95 |
+
.block .actions,
|
96 |
+
.block li.item,
|
97 |
+
.block-poll li,
|
98 |
+
.block-poll .label,
|
99 |
+
.block-layered-nav .currently li,
|
100 |
+
.block-account .block-content li a,
|
101 |
+
.mini-products-list .product-details,
|
102 |
+
.page-title,
|
103 |
+
.rss-title h1,
|
104 |
+
.products-grid,
|
105 |
+
.products-list li.item,
|
106 |
+
.box-account .box-head,
|
107 |
+
.dashboard .box .box-title,
|
108 |
+
.box-reviews li.item,
|
109 |
+
.box-tags li.item,
|
110 |
+
.pager,
|
111 |
+
.sorter,
|
112 |
+
.ratings,
|
113 |
+
.add-to-box,
|
114 |
+
.add-to-cart,
|
115 |
+
.product-essential,
|
116 |
+
.product-collateral,
|
117 |
+
.product-view .product-img-box .more-views ul,
|
118 |
+
.product-view .box-tags .form-add,
|
119 |
+
.product-view .product-shop .short-description,
|
120 |
+
.product-view .box-description,
|
121 |
+
.product-options .options-list li,
|
122 |
+
.product-options-bottom,
|
123 |
+
.truncated,
|
124 |
+
.truncated .truncated_full_value,
|
125 |
+
.product-review,
|
126 |
+
.cart,
|
127 |
+
.cart-collaterals,
|
128 |
+
.cart .crosssell li.item,
|
129 |
+
.cart .discount,
|
130 |
+
.opc .step-title,
|
131 |
+
.opc .step,
|
132 |
+
.multiple-checkout,
|
133 |
+
.sp-methods,
|
134 |
+
.checkout-progress,
|
135 |
+
.multiple-checkout .place-order,
|
136 |
+
.form-list li,
|
137 |
+
.form-list .field,
|
138 |
+
.group-select li,
|
139 |
+
.buttons-set,
|
140 |
+
.page-print .print-head,
|
141 |
+
.cart-tax-total,
|
142 |
+
.advanced-search-summary,
|
143 |
+
.advanced-search-summary p,
|
144 |
+
.gift-messages-form .item,
|
145 |
+
.send-friend .form-list li p,
|
146 |
+
.centinel .authentication { zoom:1; }
|
147 |
+
|
148 |
+
/* Hover Fix */
|
149 |
+
iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
|
skin/frontend/default/clothing_store_red/css/styles.css
ADDED
@@ -0,0 +1,2119 @@
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_default
|
22 |
+
* @copyright Copyright (c) 2010 Magento Inc. (http://www.magentocommerce.com)
|
23 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
24 |
+
*/
|
25 |
+
|
26 |
+
/* Reset ================================================================================= */
|
27 |
+
* { margin:0; padding:0; }
|
28 |
+
|
29 |
+
body { background:#fff; font:12px/1.55 Arial, Helvetica, sans-serif; color:#6d6d6d; text-align:center; }
|
30 |
+
html{
|
31 |
+
height:100%;
|
32 |
+
width:100%;
|
33 |
+
}
|
34 |
+
body{
|
35 |
+
height:100%;
|
36 |
+
width:100%;
|
37 |
+
}
|
38 |
+
|
39 |
+
img { border:0; vertical-align:top; }
|
40 |
+
|
41 |
+
a { color:#9d1523; text-decoration:underline; }
|
42 |
+
a:hover { text-decoration:none; }
|
43 |
+
:focus { outline:0; }
|
44 |
+
|
45 |
+
/* Headings */
|
46 |
+
h1,h2,h3,
|
47 |
+
h4,h5,h6 { margin:0 0 5px; line-height:1.35; color:#4e4e4e;}
|
48 |
+
h1 { font-size:20px; font-weight:normal; }
|
49 |
+
h2 { font-size:18px; font-weight:normal; }
|
50 |
+
h3 { font-size:16px; font-weight:bold; }
|
51 |
+
h4 { font-size:14px; font-weight:bold; }
|
52 |
+
h5 { font-size:12px; font-weight:bold; }
|
53 |
+
h6 { font-size:11px; font-weight:bold; }
|
54 |
+
|
55 |
+
/* Forms */
|
56 |
+
form { display:inline; }
|
57 |
+
fieldset { border:0; }
|
58 |
+
legend { display:none; }
|
59 |
+
|
60 |
+
/* Table */
|
61 |
+
table { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
|
62 |
+
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }
|
63 |
+
|
64 |
+
/* Content */
|
65 |
+
p { margin:0 0 10px; }
|
66 |
+
strong { font-weight:bold; }
|
67 |
+
address { font-style:normal; line-height:1.35; }
|
68 |
+
cite { font-style:normal; }
|
69 |
+
q,
|
70 |
+
blockquote { quotes:none; }
|
71 |
+
q:before,
|
72 |
+
q:after { content:''; }
|
73 |
+
small,big { font-size:1em; }
|
74 |
+
/*sup { font-size:1em; vertical-align:top; }*/
|
75 |
+
|
76 |
+
/* Lists */
|
77 |
+
ul,ol { list-style:none; }
|
78 |
+
|
79 |
+
/* Tools */
|
80 |
+
.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; }
|
81 |
+
.nobr { white-space:nowrap !important; }
|
82 |
+
.wrap { white-space:normal !important; }
|
83 |
+
.a-left { text-align:left !important; }
|
84 |
+
.a-center { text-align:center !important; }
|
85 |
+
.a-right { text-align:right !important; }
|
86 |
+
.v-top { vertical-align:top; }
|
87 |
+
.v-middle { vertical-align:middle; }
|
88 |
+
.f-left,
|
89 |
+
.left { float:left !important; }
|
90 |
+
.f-right,
|
91 |
+
.right { float:right !important; }
|
92 |
+
.f-none { float:none !important; }
|
93 |
+
.f-fix { float:left; width:100%; }
|
94 |
+
.no-display { display:none; }
|
95 |
+
.no-margin { margin:0 !important; }
|
96 |
+
.no-padding { padding:0 !important; }
|
97 |
+
.no-bg { background:none !important; }
|
98 |
+
/* ======================================================================================= */
|
99 |
+
|
100 |
+
/* Layout ================================================================================ */
|
101 |
+
.wrapper {
|
102 |
+
min-height:100%;
|
103 |
+
height:auto !important;
|
104 |
+
height:100%;
|
105 |
+
}
|
106 |
+
.clearfix:after,
|
107 |
+
.home_banners:after{
|
108 |
+
content:' ';
|
109 |
+
clear:both;
|
110 |
+
display:block;
|
111 |
+
width:0;
|
112 |
+
height:0;
|
113 |
+
overflow:hidden;
|
114 |
+
font-size:0;
|
115 |
+
}
|
116 |
+
.home_banner{margin-bottom:10px;}
|
117 |
+
.home_banner img{max-width:100%;}
|
118 |
+
.home_banners a{float:left; padding-right:9px;}
|
119 |
+
.home_banners a.last{padding-right:0;}
|
120 |
+
.page {padding-bottom:65px;}
|
121 |
+
.page-print { background:#fff; padding:25px 30px; text-align:left; width:auto;}
|
122 |
+
.page-empty { background:#fff; padding:20px; text-align:left; }
|
123 |
+
.page-popup { background:#fff; padding:25px 30px; text-align:left; width:auto; height:auto;}
|
124 |
+
.main-container { }
|
125 |
+
.main { width:915px; margin:0 auto; min-height:400px; padding:10px 0 7px; text-align:left; }
|
126 |
+
|
127 |
+
/* Base Columns */
|
128 |
+
.col-left { float:left; width:215px; padding:0 0 1px; }
|
129 |
+
.col-main { float:left; width:673px; padding:0 0 1px; }
|
130 |
+
.col-right { float:right; width:228px; padding:0 0 1px; }
|
131 |
+
|
132 |
+
/* 1 Column Layout */
|
133 |
+
.col1-layout .col-main { float:none; width:auto; }
|
134 |
+
|
135 |
+
/* 2 Columns Layout */
|
136 |
+
.col2-left-layout .col-main { float:right; }
|
137 |
+
.col2-right-layout .col-main {}
|
138 |
+
|
139 |
+
/* 3 Columns Layout */
|
140 |
+
.col3-layout .col-main { width:445px; margin-left:14px; }
|
141 |
+
.col3-layout .col-wrapper { float:left; width:674px; }
|
142 |
+
.col3-layout .col-wrapper .col-main { float:right; }
|
143 |
+
|
144 |
+
/* Content Columns */
|
145 |
+
.col2-set .col-1 { float:left; width:48.5%; }
|
146 |
+
.col2-set .col-2 { float:right; width:48.5%; }
|
147 |
+
.col2-set .col-narrow { width:32%; }
|
148 |
+
.col2-set .col-wide { width:65%; }
|
149 |
+
|
150 |
+
.col3-set .col-1 { float:left; width:32%; }
|
151 |
+
.col3-set .col-2 { float:left; width:32%; margin-left:2%; }
|
152 |
+
.col3-set .col-3 { float:right; width:32%; }
|
153 |
+
|
154 |
+
.col4-set .col-1 { float:left; width:23.5%; }
|
155 |
+
.col4-set .col-2 { float:left; width:23.5%; margin:0 2%; }
|
156 |
+
.col4-set .col-3 { float:left; width:23.5%; }
|
157 |
+
.col4-set .col-4 { float:right; width:23.5%; }
|
158 |
+
/* ======================================================================================= */
|
159 |
+
|
160 |
+
/* Global Styles ========================================================================= */
|
161 |
+
/* Form Elements */
|
162 |
+
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#595959; }
|
163 |
+
input.input-text,select,textarea { background:#fff; border:1px solid #c6c6c6; background:#fff url(../images/input_bkg.gif) repeat-x 0 0;}
|
164 |
+
input.input-text,textarea { padding:2px; }
|
165 |
+
select { padding:1px; }
|
166 |
+
select option { padding-right:10px; }
|
167 |
+
select.multiselect option { border-bottom:1px solid #c6c6c6; padding:2px 5px; }
|
168 |
+
select.multiselect option:last-child { border-bottom:0; }
|
169 |
+
textarea { overflow:auto; }
|
170 |
+
input.radio { margin-right:3px; }
|
171 |
+
input.checkbox { margin-right:3px; }
|
172 |
+
input.qty { width:2.5em !important; text-align:center;}
|
173 |
+
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
|
174 |
+
button.button { -webkit-border-fit:lines;}
|
175 |
+
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:none; cursor:pointer; }
|
176 |
+
button.button span { display:block; height:23px; background:url(../images/button_bg.png) no-repeat 0 0; padding:0 0 0 10px; text-transform:uppercase; font:11px/22px Tahoma,Geneva,Kalimati,sans-serif; text-align:center; white-space:nowrap; color:#fff; }
|
177 |
+
button.button span span { padding:0 10px 0 0; background:url(../images/button_bg.png) no-repeat 100% 0; }
|
178 |
+
|
179 |
+
button.btn-checkout span { height:28px; background:url(../images/button_checkout.png) 0 0 no-repeat; padding:0 0 0 13px; font:11px/28px Tahoma,Geneva,Kalimati,sans-serif; color:#fff; }
|
180 |
+
button.btn-checkout span span { background:url(../images/button_checkout.png) 100% 0 no-repeat; padding:0 13px 0 0; }
|
181 |
+
|
182 |
+
.block button.button span {height:21px; padding:0 0 0 12px; background:url(../images/block_button_bg.png) no-repeat 0 0; font:12px/20px Tahoma,Geneva,Kalimati,sans-serif; color:#5e5d5d; text-transform:none;}
|
183 |
+
.block button.button span span{padding:0 12px 0 0; background:url(../images/block_button_bg.png) no-repeat 100% 0;}
|
184 |
+
p.control input.checkbox,
|
185 |
+
p.control input.radio { margin-right:6px; }
|
186 |
+
/* Form Highlight */
|
187 |
+
input.input-text:focus,select:focus,textarea:focus { background:#edf7fd; }
|
188 |
+
/*.highlight { background:#efefef; }*/
|
189 |
+
|
190 |
+
/* Form lists */
|
191 |
+
/* Grouped fields */
|
192 |
+
/*.form-list { width:535px; margin:0 auto; overflow:hidden; }*/
|
193 |
+
.form-list li { margin:0 0 8px; }
|
194 |
+
.form-list label { float:left; color:#5f5f5f; font-weight:bold; position:relative; z-index:0; }
|
195 |
+
.form-list label.required {}
|
196 |
+
.form-list label.required em { float:right; font-style:normal; color:#ee350b; position:absolute; top:0; right:-8px; }
|
197 |
+
.form-list li.control label { float:none; }
|
198 |
+
.form-list li.control input.radio,
|
199 |
+
.form-list li.control input.checkbox { margin-right:6px; }
|
200 |
+
.form-list li.control .input-box { clear:none; display:inline; width:auto; }
|
201 |
+
/*.form-list li.fields { margin-right:-15px; }*/
|
202 |
+
.form-list .input-box { display:block; clear:both; width:260px; }
|
203 |
+
.form-list .field { float:left; width:275px; }
|
204 |
+
.form-list input.input-text { width:254px; }
|
205 |
+
.form-list textarea { width:254px; height:10em; }
|
206 |
+
.form-list select { width:260px; }
|
207 |
+
.form-list li.wide .input-box { width:535px; }
|
208 |
+
.form-list li.wide input.input-text { width:529px; }
|
209 |
+
.form-list li.wide textarea { width:529px; }
|
210 |
+
.form-list li.wide select { width:535px; }
|
211 |
+
.form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
|
212 |
+
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
|
213 |
+
.form-list .input-range input.input-text { width:74px; }
|
214 |
+
/* Customer */
|
215 |
+
.form-list .customer-name-prefix .input-box,
|
216 |
+
.form-list .customer-name-suffix .input-box,
|
217 |
+
.form-list .customer-name-prefix-suffix .input-box,
|
218 |
+
.form-list .customer-name-prefix-middlename .input-box,
|
219 |
+
.form-list .customer-name-middlename-suffix .input-box,
|
220 |
+
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }
|
221 |
+
|
222 |
+
.form-list .name-prefix { width:65px; }
|
223 |
+
.form-list .name-prefix select { width:55px; }
|
224 |
+
.form-list .name-prefix input.input-text { width:49px; }
|
225 |
+
|
226 |
+
.form-list .name-suffix { width:65px; }
|
227 |
+
.form-list .name-suffix select { width:55px; }
|
228 |
+
.form-list .name-suffix input.input-text { width:49px; }
|
229 |
+
|
230 |
+
.form-list .name-middlename { width:70px; }
|
231 |
+
.form-list .name-middlename input.input-text { width:49px; }
|
232 |
+
|
233 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
234 |
+
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
|
235 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
236 |
+
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
|
237 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
|
238 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }
|
239 |
+
|
240 |
+
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
|
241 |
+
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
|
242 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
243 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
244 |
+
|
245 |
+
.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
|
246 |
+
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
|
247 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
248 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }
|
249 |
+
|
250 |
+
.form-list .customer-name-prefix .name-firstname,
|
251 |
+
.form-list .customer-name-middlename .name-firstname { width:210px; }
|
252 |
+
|
253 |
+
.form-list .customer-name-suffix .name-lastname,
|
254 |
+
.form-list .customer-name-middlename .name-firstname,
|
255 |
+
.form-list .customer-name-middlename-suffix .name-firstname,
|
256 |
+
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }
|
257 |
+
|
258 |
+
.form-list .customer-name-prefix .name-firstname input.input-text,
|
259 |
+
.form-list .customer-name-suffix .name-lastname input.input-text,
|
260 |
+
.form-list .customer-name-middlename .name-firstname input.input-text,
|
261 |
+
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
262 |
+
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }
|
263 |
+
|
264 |
+
.form-list .customer-dob .dob-month,
|
265 |
+
.form-list .customer-dob .dob-day,
|
266 |
+
.form-list .customer-dob .dob-year { float:left; width:85px; }
|
267 |
+
.form-list .customer-dob input.input-text { display:block; width:74px; }
|
268 |
+
.form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
|
269 |
+
.form-list .customer-dob .dob-day,
|
270 |
+
.form-list .customer-dob .dob-month { width:60px; }
|
271 |
+
.form-list .customer-dob .dob-day input.input-text,
|
272 |
+
.form-list .customer-dob .dob-month input.input-text { width:46px; }
|
273 |
+
.form-list .customer-dob .dob-year { width:140px; }
|
274 |
+
.form-list .customer-dob .dob-year input.input-text { width:134px; }
|
275 |
+
|
276 |
+
/* Independent fields */
|
277 |
+
/*.form-list li { margin:0 0 8px; }
|
278 |
+
.form-list li.fields { margin:0; }
|
279 |
+
.form-list .field { display:block; margin:0 0 8px; }
|
280 |
+
.form-list li.control {}
|
281 |
+
.form-list label { float:left; width:150px; padding:2px 10px 0 0; text-align:right; }
|
282 |
+
.form-list label.required { font-weight:bold; }
|
283 |
+
.form-list label.required em { font-variant:normal; color:#eb340a; margin-right:3px; }
|
284 |
+
.form-list .input-box { float:left; width:260px; }
|
285 |
+
.form-list input.input-text,
|
286 |
+
.form-list textarea { width:254px; }
|
287 |
+
.form-list select { width:260px; }
|
288 |
+
.form-list li.additional-row { border-top:1px solid #ddd; margin-top:10px; }
|
289 |
+
.form-list li.additional-row .btn-remove { float:right; margin:5px 5px 0 0; }
|
290 |
+
.form-list .input-range input.input-text { width:96px; }*/
|
291 |
+
/* Customer */
|
292 |
+
/*.form-list .customer-dob .dob-month,
|
293 |
+
.form-list .customer-dob .dob-day,
|
294 |
+
.form-list .customer-dob .dob-year { float:left; width:85px; }
|
295 |
+
.form-list .customer-dob input.input-text { display:block; width:74px; }
|
296 |
+
.form-list .customer-dob label { font-size:11px; font-weight:normal; color:#777; text-align:left; }
|
297 |
+
.form-list .customer-dob .dob-day,
|
298 |
+
.form-list .customer-dob .dob-month { width:60px; }
|
299 |
+
.form-list .customer-dob .dob-day input.input-text,
|
300 |
+
.form-list .customer-dob .dob-month input.input-text { width:46px; }
|
301 |
+
.form-list .customer-dob .dob-year { width:140px; }
|
302 |
+
.form-list .customer-dob .dob-year input.input-text { width:134px; }*/
|
303 |
+
|
304 |
+
.buttons-set { clear:both; margin:2em 0 0; padding:0; text-align:right; }
|
305 |
+
.buttons-set p.required { margin:0 0 10px; }
|
306 |
+
.buttons-set .back-link { float:left; margin:0; }
|
307 |
+
.buttons-set button.button { float:right; margin-left:5px; }
|
308 |
+
|
309 |
+
.buttons-set-order { margin:10px 0 0; }
|
310 |
+
.buttons-set-order .please-wait { padding:12px 7px 0 0; }
|
311 |
+
|
312 |
+
.fieldset { border:1px solid #d4d4d4; background:#fff; padding:22px 25px 12px 33px; margin:28px 0;}
|
313 |
+
.fieldset .legend { float:left; font-weight:bold; font-size:13px; border:1px solid #d4d4d4; background:#fff; color:#5E5D5D; margin:-33px 0 0 -10px; padding:0 8px; position:relative;}
|
314 |
+
|
315 |
+
/* Form Validation */
|
316 |
+
.validation-advice { font-family:Tahoma,Geneva,Kalimati,sans-serif; clear:both; min-height:13px; margin:3px 0 0; padding-left:14px; font-size:10px; font-weight:bold; line-height:13px; background:url(../images/validation_advice_bg.png) 3px 2px no-repeat; color:#ee350b; }
|
317 |
+
.validation-failed { border:1px dashed #ee350b !important; }
|
318 |
+
.validation-passed {}
|
319 |
+
p.required { font-size:11px; text-align:right; color:#EB340A; }
|
320 |
+
/* Expiration date and CVV number validation fix */
|
321 |
+
.v-fix { float:left; }
|
322 |
+
.v-fix .validation-advice { display:block; width:12em; margin-right:-12em; position:relative; }
|
323 |
+
|
324 |
+
/* Global Messages */
|
325 |
+
.success { color:#3d6611; font-weight:bold; }
|
326 |
+
.error { color:#df280a; font-weight:bold; }
|
327 |
+
.notice { color:#e26703; }
|
328 |
+
|
329 |
+
.messages,
|
330 |
+
.messages ul { list-style:none !important; margin:0 !important; padding:0 !important; }
|
331 |
+
.messages { width:100%; overflow:hidden; }
|
332 |
+
.messages li { margin:0 0 10px !important;}
|
333 |
+
.messages li li { margin:0 0 3px !important; }
|
334 |
+
.error-msg,
|
335 |
+
.success-msg,
|
336 |
+
.note-msg,
|
337 |
+
.notice-msg { border-style:solid !important; border-width:1px !important; background-position:10px 9px !important; background-repeat:no-repeat !important; min-height:20px !important; padding:8px 8px 8px 32px !important; font-size:11px !important; font-weight:bold !important; }
|
338 |
+
.error-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-error.gif); color:#df280a; }
|
339 |
+
.success-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-success.gif); color:#3d6611; }
|
340 |
+
.note-msg,
|
341 |
+
.notice-msg { border-color:#e6e5e5; background-color:#f9f9f9; background-image:url(../images/i_msg-note.gif); color:#3d6611; }
|
342 |
+
|
343 |
+
/* BreadCrumbs */
|
344 |
+
.breadcrumbs { font-size:12px; line-height:1.25; margin:2px 0 9px 9px; }
|
345 |
+
.breadcrumbs li a{color:#6d6d6d; text-decoration:none;}
|
346 |
+
.breadcrumbs li a:hover{text-decoration:underline;}
|
347 |
+
.breadcrumbs li { display:inline; padding-right:5px;}
|
348 |
+
.breadcrumbs li span{padding-left:5px;}
|
349 |
+
.breadcrumbs li strong { font-weight:normal; color:#9d1523;}
|
350 |
+
|
351 |
+
/* Page Heading */
|
352 |
+
.page-title { width:100%; overflow:hidden; padding-bottom:1px; margin:0 0 25px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
353 |
+
.page-title h1,
|
354 |
+
.page-title h2 { margin:0; font-size:20px; float:left; padding-right:10px; background:url(../images/page_head_bg.gif) 100% 14px no-repeat;}
|
355 |
+
.page-title .separator { margin:0 3px; }
|
356 |
+
.page-title .link-rss { float:right; margin:7px 0 0; }
|
357 |
+
.title-buttons { text-align:right; }
|
358 |
+
.title-buttons h1,
|
359 |
+
.title-buttons h2,
|
360 |
+
.title-buttons h3,
|
361 |
+
.title-buttons h4,
|
362 |
+
.title-buttons h5,
|
363 |
+
.title-buttons h6 { float:left; }
|
364 |
+
|
365 |
+
.subtitle,
|
366 |
+
.sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#5f5f5f; }
|
367 |
+
|
368 |
+
/* Pager */
|
369 |
+
.pager { font-size:12px; padding:4px 7px; text-align:center; color:#626262;}
|
370 |
+
.pager .amount { float:left; margin:0; }
|
371 |
+
.pager .limiter { float:right; }
|
372 |
+
.pager .limiter label { vertical-align:middle; }
|
373 |
+
.pager .limiter select { padding:0; margin:0 3px 1px 7px; vertical-align:middle; width:51px;}
|
374 |
+
.pager .pages { margin:0 140px; }
|
375 |
+
.pager .pages ol { display:inline; }
|
376 |
+
.pager .pages li { display:inline; margin:0 2px; }
|
377 |
+
.pager .pages .current {}
|
378 |
+
|
379 |
+
/* Sorter */
|
380 |
+
.sorter { font-size:12px; padding:4px 7px 3px; color:#626262;}
|
381 |
+
.sorter .view-mode { float:left; margin:0; }
|
382 |
+
.sorter .view-mode strong{font-weight:normal; color:#616161;}
|
383 |
+
.sorter .sort-by { float:right; padding-right:6px; }
|
384 |
+
.sorter .sort-by label { vertical-align:middle; }
|
385 |
+
.sorter .sort-by select { padding:0; margin:0 5px 1px 8px; vertical-align:middle; width:82px;}
|
386 |
+
.sorter .link-feed {}
|
387 |
+
|
388 |
+
/* Toolbar */
|
389 |
+
.toolbar {background:#f2f2f2; border:1px solid #dbdbdb; padding:3px 5px 0;color:#626262; margin-bottom:14px;}
|
390 |
+
.toolbar .pager { padding:3px 2px 4px 7px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x; }
|
391 |
+
.toolbar .sorter { }
|
392 |
+
.toolbar-bottom {margin-bottom:0;}
|
393 |
+
|
394 |
+
/* Data Table */
|
395 |
+
.data-table { width:100%; border:1px solid #dbdbdb; border-collapse:collapse;}
|
396 |
+
.data-table .odd { background:#fff; }
|
397 |
+
.data-table .even { background:#fff; }
|
398 |
+
/*.data-table tr.odd:hover,
|
399 |
+
.data-table tr.even:hover { background:#ebf1f6; }*/
|
400 |
+
.data-table th { padding:3px 8px; font-weight:bold; }
|
401 |
+
.data-table td { padding:3px 8px; }
|
402 |
+
|
403 |
+
.data-table thead th { font-weight:normal; border:1px solid #dbdbdb; padding:2px 8px; color:#606060; white-space:nowrap; vertical-align:middle; }
|
404 |
+
.data-table thead th.wrap { white-space:normal; }
|
405 |
+
.data-table thead th a,
|
406 |
+
.data-table thead th a:hover { color:#fff; }
|
407 |
+
.data-table thead th { background:url(../images/bkg_th.gif) repeat-x 0 0 #dedede; }
|
408 |
+
.data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
|
409 |
+
|
410 |
+
.data-table tfoot { border-bottom:1px solid #dbdbdb; }
|
411 |
+
.data-table tfoot tr.first td { background:url(../images/bkg_th.gif) repeat-x 0 0 #dedede; }
|
412 |
+
.data-table tfoot tr { background-color:#e7e7e7 !important; }
|
413 |
+
.data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #dbdbdb; }
|
414 |
+
.data-table tfoot strong { font-size:16px; color:#4e4e4e;}
|
415 |
+
#opc-review.active .step-title{border-bottom:0;}
|
416 |
+
.data-table tbody th,
|
417 |
+
.data-table tbody td { border-bottom:1px solid #dbdbdb; border-right:1px solid #dbdbdb; }
|
418 |
+
/* Bundle products tables */
|
419 |
+
.data-table tbody.odd tr { background:#fff !important; }
|
420 |
+
.data-table tbody.even tr { background:#fff !important; }
|
421 |
+
.data-table tbody.odd tr td,
|
422 |
+
.data-table tbody.even tr td { border-bottom:0; }
|
423 |
+
.data-table tbody.odd tr.border td,
|
424 |
+
.data-table tbody.even tr.border td { border-bottom:1px solid #dbdbdb; }
|
425 |
+
.block-reorder .block-content{padding-left:11px !important;}
|
426 |
+
.data-table tbody td .option-label { font-weight:bold; font-style:italic; }
|
427 |
+
.data-table tbody td .option-value { padding-left:10px; }
|
428 |
+
/* Generic Info Box */
|
429 |
+
.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; }
|
430 |
+
.info-box h2 { font-weight:bold; font-size:13px; }
|
431 |
+
|
432 |
+
.info-table th { font-weight:bold; padding:2px 15px 2px 0; }
|
433 |
+
.info-table td { padding:2px 0; }
|
434 |
+
|
435 |
+
/* Shopping cart total summary row expandable to details */
|
436 |
+
tr.summary-total { cursor:pointer; }
|
437 |
+
tr.summary-total td {}
|
438 |
+
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; }
|
439 |
+
tr.show-details .summary-collapse { background-position:0 -52px; }
|
440 |
+
tr.show-details td {}
|
441 |
+
tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
|
442 |
+
tr.summary-details-first td { border-top:1px solid #dbdbdb; }
|
443 |
+
tr.summary-details-excluded { font-style:italic; }
|
444 |
+
|
445 |
+
.data-table .product-name{
|
446 |
+
font-size:14px;
|
447 |
+
color:#4e4e4e;
|
448 |
+
font-weight:bold;
|
449 |
+
}
|
450 |
+
.data-table .product-name a{
|
451 |
+
color:#4e4e4e;
|
452 |
+
text-decoration:none;
|
453 |
+
}
|
454 |
+
.data-table .product-name a:hover{
|
455 |
+
text-decoration:underline;
|
456 |
+
}
|
457 |
+
.cart-price .price{
|
458 |
+
font-size:15px;
|
459 |
+
font-weight:bold;
|
460 |
+
color:#9d1523;
|
461 |
+
}
|
462 |
+
.cart-table thead th,
|
463 |
+
.cart-table tbody td{
|
464 |
+
padding:9px 18px;
|
465 |
+
}
|
466 |
+
.cart-table tbody td a.product-image{
|
467 |
+
padding:5px;
|
468 |
+
display:block;
|
469 |
+
background:url(../images/cart_img_bg.png) 0 0 no-repeat;
|
470 |
+
}
|
471 |
+
/* Shopping cart tax info */
|
472 |
+
.cart-tax-info { display:block; }
|
473 |
+
.cart-tax-info,
|
474 |
+
.cart-tax-info .cart-price { padding-right:20px; }
|
475 |
+
.cart-tax-total { display:block; padding-right:20px; background:url(../images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
|
476 |
+
.cart-tax-info .price,
|
477 |
+
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
|
478 |
+
.cart-tax-total-expanded { background-position:100% -52px; }
|
479 |
+
|
480 |
+
/* Class: std - styles for admin-controlled content */
|
481 |
+
.std .subtitle { padding:0; }
|
482 |
+
.std ol.ol { list-style:decimal outside; padding-left:1.5em; }
|
483 |
+
.std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
|
484 |
+
.std dl dt { font-weight:bold; }
|
485 |
+
.std dl dd { margin:0 0 10px; }
|
486 |
+
/*.std ul,
|
487 |
+
.std ol,
|
488 |
+
.std dl,
|
489 |
+
.std p,
|
490 |
+
.std address,
|
491 |
+
.std blockquote { margin:0 0 1em; padding:0; }
|
492 |
+
.std ul { list-style:disc outside; padding-left:1.5em; }
|
493 |
+
.std ol { list-style:decimal outside; padding-left:1.5em; }
|
494 |
+
.std ul ul { list-style-type:circle; }
|
495 |
+
.std ul ul,
|
496 |
+
.std ol ol,
|
497 |
+
.std ul ol,
|
498 |
+
.std ol ul { margin:.5em 0; }
|
499 |
+
.std dt { font-weight:bold; }
|
500 |
+
.std dd { padding:0 0 0 1.5em; }
|
501 |
+
.std blockquote { font-style:italic; padding:0 0 0 1.5em; }
|
502 |
+
.std address { font-style:normal; }
|
503 |
+
.std b,
|
504 |
+
.std strong { font-weight:bold; }
|
505 |
+
.std i,
|
506 |
+
.std em { font-style:italic; }*/
|
507 |
+
|
508 |
+
/* Misc */
|
509 |
+
.links li { display:inline; }
|
510 |
+
.links li.first { padding-left:0 !important; }
|
511 |
+
.links li.last { background:none !important; padding-right:0 !important; }
|
512 |
+
|
513 |
+
.link-cart { color:#9d1523 !important; }
|
514 |
+
.link-wishlist { color:#9d1523 !important; text-decoration:none;}
|
515 |
+
.link-reorder { font-weight:bold; }
|
516 |
+
.link-compare { color:#5f5f5f; text-decoration:none;}
|
517 |
+
.link-wishlist:hover,
|
518 |
+
.link-compare:hover{text-decoration:underline;}
|
519 |
+
.link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; }
|
520 |
+
.link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
|
521 |
+
.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; }
|
522 |
+
.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; }
|
523 |
+
|
524 |
+
.separator { margin:0 3px; }
|
525 |
+
|
526 |
+
.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; }
|
527 |
+
|
528 |
+
/* Noscript Notice */
|
529 |
+
.noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
|
530 |
+
.noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
|
531 |
+
.noscript p { margin:0; }
|
532 |
+
|
533 |
+
/* Demo Notice */
|
534 |
+
.demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
|
535 |
+
/* ======================================================================================= */
|
536 |
+
|
537 |
+
|
538 |
+
/* Header ================================================================================ */
|
539 |
+
.logo { float:left; }
|
540 |
+
.before-header{
|
541 |
+
background:#4e4e4e;
|
542 |
+
border-bottom:1px solid #e3e3e3;
|
543 |
+
}
|
544 |
+
.before-header-in{
|
545 |
+
width:915px;
|
546 |
+
height:23px;
|
547 |
+
padding-top:3px;
|
548 |
+
margin:0 auto;
|
549 |
+
text-align:right;
|
550 |
+
}
|
551 |
+
.before-header-in label{
|
552 |
+
color:#f4f4f4;
|
553 |
+
padding-right:8px;
|
554 |
+
font-size:11px;
|
555 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
556 |
+
}
|
557 |
+
.before-header-in select{
|
558 |
+
width:82px;
|
559 |
+
color:#A2A2A2;
|
560 |
+
}
|
561 |
+
.header-container { }
|
562 |
+
.header { width:915px; margin:0 auto; padding:0; text-align:right; position:relative; z-index:10; min-height:86px;}
|
563 |
+
.header .logo { float:left; margin:24px 0 10px 0; text-decoration:none !important; }
|
564 |
+
.header .logo strong { position:absolute; top:-999em; left:-999em; width:0; height:0; font-size:0; line-height:0; text-indent:-999em; overflow:hidden; }
|
565 |
+
.header h1.logo { margin:0; }
|
566 |
+
.header .quick-access { float:right; width:600px; padding:19px 0 0 0; }
|
567 |
+
.header .welcome-msg { margin:0 0 16px; color:#9d1523; text-align:right; font-weight:bold;}
|
568 |
+
.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; }
|
569 |
+
.header .form-search label { float:left; width:24px; height:21px; text-align:left; text-indent:-999em; overflow:hidden; }
|
570 |
+
.header .form-search input.input-text { float:left; border-color:#5c7989; width:209px; margin-right:4px; }
|
571 |
+
.header .form-search button.button { float:left; }
|
572 |
+
.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; }
|
573 |
+
.header .form-search button.button span span { background-position:100% 0; padding:0 6px 0 3px; }
|
574 |
+
.menu-search .form-search .search-autocomplete { z-index:999; left:0px !important; top:23px !important; width:174px !important;}
|
575 |
+
.menu-search .form-search .search-autocomplete ul { border:1px solid #cfcfcf; background-color:#fff; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif; color: #A2A2A2;}
|
576 |
+
.menu-search .form-search .search-autocomplete li { text-align:left; border-bottom:1px solid #cfcfcf; padding:2px 8px 1px 13px; cursor:pointer; }
|
577 |
+
.menu-search .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
|
578 |
+
.menu-search .form-search .search-autocomplete li.selected { background-color:#d23347; color:#fff;}
|
579 |
+
.menu-search .form-search .search-autocomplete li.last{border-bottom:0;}
|
580 |
+
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
|
581 |
+
.header .form-language label { font-weight:bold; padding-right:5px; color:#a7c6dd; vertical-align:middle; }
|
582 |
+
.header .form-language select { padding:0; }
|
583 |
+
.header .form-language select.flags option { background-position:4px 50%; background-repeat:no-repeat; padding-left:25px; }
|
584 |
+
.header .links { float:right; margin:0 0 6px; }
|
585 |
+
.header .links li { float:left; font-size:12px; background:url(../images/bkg_pipe1.gif) 100% 60% no-repeat; padding:0 18px; }
|
586 |
+
.header .links a{ color:#6d6d6d; text-decoration:none;}
|
587 |
+
.header .links a:hover{ text-decoration:underline;}
|
588 |
+
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
|
589 |
+
.header-container .top-container a { font-size:11px; color:#ebbc58; }
|
590 |
+
|
591 |
+
/********** < Navigation */
|
592 |
+
.menu-search{
|
593 |
+
width:886px;
|
594 |
+
margin:0 auto;
|
595 |
+
padding:5px 23px 0 6px;
|
596 |
+
background:url(../images/nav_bkg.png) 0 0 no-repeat;
|
597 |
+
}
|
598 |
+
.menu-search .form-search{
|
599 |
+
float:right;
|
600 |
+
width:192px;
|
601 |
+
margin:3px 0 8px;
|
602 |
+
padding-left:13px;
|
603 |
+
position:relative;
|
604 |
+
background:url(../images/search_bkg.png) 0 0 no-repeat;
|
605 |
+
height:26px;
|
606 |
+
}
|
607 |
+
.menu-search .form-search label{
|
608 |
+
display:none;
|
609 |
+
}
|
610 |
+
.menu-search .form-search input.input-text{
|
611 |
+
background:none;
|
612 |
+
padding:0;
|
613 |
+
border:0;
|
614 |
+
width:150px;
|
615 |
+
float:left;
|
616 |
+
font-size:11px;
|
617 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
618 |
+
margin-top:6px;
|
619 |
+
color:#A2A2A2;
|
620 |
+
}
|
621 |
+
.menu-search .form-search button.button{
|
622 |
+
margin-left:13px;
|
623 |
+
float:left;
|
624 |
+
}
|
625 |
+
.menu-search .form-search button.button span,
|
626 |
+
.menu-search .form-search button.button span span{
|
627 |
+
padding:0;
|
628 |
+
border:0;
|
629 |
+
background:none;
|
630 |
+
width:29px;
|
631 |
+
height:26px;
|
632 |
+
text-indent:-999em;
|
633 |
+
}
|
634 |
+
#nav { width:681px; margin:0; padding:0; font-size:12px; float:left;}
|
635 |
+
|
636 |
+
/* All Levels */ /* Style consistent throughout all nav levels */
|
637 |
+
#nav li { position:relative; text-align:left; }
|
638 |
+
#nav li.over { z-index:998; }
|
639 |
+
#nav a,
|
640 |
+
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
|
641 |
+
#nav span { display:block; cursor:pointer; white-space:nowrap; }
|
642 |
+
#nav li ul span {white-space:normal; }
|
643 |
+
#nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
|
644 |
+
#nav ul li.parent li a { background-image:none; }
|
645 |
+
|
646 |
+
/* 0 Level */
|
647 |
+
#nav li { float:left; background:url(../images/nav_li_bkg.gif) 100% 0 no-repeat; padding:0 0 0 7px; margin-right:1px;}
|
648 |
+
#nav li.last{background:none;}
|
649 |
+
#nav li.active a { color:#fff; }
|
650 |
+
#nav a { float:left; padding:0; color:#4a4a4a; font-weight:normal; }
|
651 |
+
#nav a {padding:10px 25px 0 18px;}
|
652 |
+
#nav li.over,
|
653 |
+
#nav li.active{
|
654 |
+
background:url(../images/nav_over_bkg.png) 0 0 no-repeat;
|
655 |
+
}
|
656 |
+
#nav li.over a,
|
657 |
+
#nav li.active a,
|
658 |
+
#nav a:hover { color:#fff; background:url(../images/nav_over_bkg.png) 100% 0 no-repeat;}
|
659 |
+
#nav li.over a span,
|
660 |
+
#nav a:hover span,
|
661 |
+
#nav li.active a span{background:url(../images/nav_over_bkg2.gif) 50% 100% no-repeat; padding-bottom:11px;}
|
662 |
+
|
663 |
+
|
664 |
+
/* 1st Level */
|
665 |
+
#nav ul li,
|
666 |
+
#nav ul li.active { float:none; margin:0; padding:0 0 1px; background:#fff url(../images/toolbar_brd.gif) 0 100% repeat-x !important;}
|
667 |
+
#nav ul li.last { background:#fff !important; padding-bottom:0; }
|
668 |
+
#nav ul li span,#nav li.over ul li span,#nav li.active ul li span{padding:3px 15px 4px 15px; background:none;}
|
669 |
+
#nav ul a,
|
670 |
+
#nav ul a:hover { float:none; padding:0; background:none; }
|
671 |
+
#nav ul li a { font-weight:normal !important; }
|
672 |
+
|
673 |
+
/* 2nd Level */
|
674 |
+
#nav ul,
|
675 |
+
#nav div { position:absolute; width:15em; top:36px; left:-10000px; border:1px solid #e7e7e7; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;}
|
676 |
+
#nav div ul { position:static; width:auto; border:none; }
|
677 |
+
|
678 |
+
/* 3rd+ Level */
|
679 |
+
#nav ul ul,
|
680 |
+
#nav ul div { top:5px; }
|
681 |
+
|
682 |
+
#nav ul li a { background:#fff !important; }
|
683 |
+
#nav ul li a:hover { background:#f1f1f1 url(../images/nav_li_li_a_bg.gif) 15px 8px no-repeat !important; }
|
684 |
+
#nav ul li a{color:#4a4a4a !important;}
|
685 |
+
/*#nav ul li a:hover { color:#fff !important; }*/
|
686 |
+
#nav ul span,
|
687 |
+
#nav ul li.last li span { padding:3px 15px 4px 15px; }
|
688 |
+
#nav ul li a:hover span{padding-left:25px !important;}
|
689 |
+
/* Show menu */
|
690 |
+
#nav li ul.shown-sub,
|
691 |
+
#nav li div.shown-sub { left:0; z-index:999; }
|
692 |
+
#nav li .shown-sub ul.shown-sub,
|
693 |
+
#nav li .shown-sub li div.shown-sub { left:100px; }
|
694 |
+
/********** Navigation > */
|
695 |
+
/* ======================================================================================= */
|
696 |
+
|
697 |
+
|
698 |
+
/* Sidebar =============================================================================== */
|
699 |
+
.block { margin:0 0 12px; }
|
700 |
+
.block .block-title { background:url(../images/block_title_gray_bg.png) 0 0 no-repeat; padding-left:20px;}
|
701 |
+
.block .block-title strong { display:block; background:url(../images/block_title_gray_bg.png) 100% 0 no-repeat; font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; height:32px; padding:0;color:#5e5d5d; overflow:hidden;}
|
702 |
+
.block .block-title strong span {}
|
703 |
+
|
704 |
+
.block-cart .block-title,
|
705 |
+
.block-compare .block-title,
|
706 |
+
.block-related .block-title,
|
707 |
+
.block-account .block-title{
|
708 |
+
background:url(../images/block_title_color_bg.png) 0 0 no-repeat;
|
709 |
+
}
|
710 |
+
.block-cart .block-title strong,
|
711 |
+
.block-compare .block-title strong,
|
712 |
+
.block-related .block-title strong,
|
713 |
+
.block-account .block-title strong{
|
714 |
+
background:url(../images/block_title_color_bg.png) 100% 0 no-repeat;
|
715 |
+
color:#fff;
|
716 |
+
}
|
717 |
+
.block .block-content{padding:0 6px 6px;}
|
718 |
+
.block-list .block-content{
|
719 |
+
padding: 6px 5px 6px 12px;
|
720 |
+
}
|
721 |
+
.block .block-title a { text-decoration:none !important; }
|
722 |
+
.block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; }
|
723 |
+
.col-right .block .block-content {background:url(../images/col_right_block_bg.png) 0 100% no-repeat;}
|
724 |
+
.col-left .block .block-content { background:url(../images/col_left_block_bg.png) 0 100% no-repeat; }
|
725 |
+
.block .block-content li.item { padding:7px 9px; }
|
726 |
+
.block .block-content .product-name { color:#1e7ec8; }
|
727 |
+
.block .btn-remove,
|
728 |
+
.block .btn-edit { float:right; margin:1px 0 2px 5px; }
|
729 |
+
.block .actions { padding:6px 9px; text-align:right; }
|
730 |
+
.block .actions a { float:left; }
|
731 |
+
.block .actions button.button { float:right; }
|
732 |
+
.block .empty { margin:0; padding:10px 15px; }
|
733 |
+
.block-related .block-subtitle{
|
734 |
+
font-weight:normal;
|
735 |
+
}
|
736 |
+
|
737 |
+
/* Mini Products List */
|
738 |
+
.mini-products-list .product-image { float:left; width:54px; }
|
739 |
+
.mini-products-list .product-image img{border:1px solid #dbdbdb; padding:1px;}
|
740 |
+
.mini-products-list .product-details { margin-left:64px; margin-top:-4px;}
|
741 |
+
.mini-products-list .product-details a{color:#6d6d6d !important; text-decoration:none;}
|
742 |
+
.mini-products-list .product-details a:hover{text-decoration:underline;}
|
743 |
+
|
744 |
+
/* Block: Account */
|
745 |
+
.block-account .block-content li a { display:block; padding:5px 14px; color:#6d6d6d; text-decoration:none !important; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
746 |
+
.block-account .block-content li a:hover { color:#9d1523; }
|
747 |
+
.block-account .block-content li.last a { border-bottom:0; }
|
748 |
+
.block-account .block-content li.current { padding:5px 14px; color:#9d1523; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
749 |
+
.block-account .block-content li.current strong{font-weight:normal;}
|
750 |
+
.block-account .block-content li.current.last,.block-account .block-content li.last a{ background:none; }
|
751 |
+
/* Block: Currency Switcher */
|
752 |
+
.block-currency .block-content select { width:100%; padding:0; }
|
753 |
+
|
754 |
+
/* Block: Layered Navigation */
|
755 |
+
.block-layered-nav .block-content{padding-left:16px;}
|
756 |
+
.block-layered-nav .block-subtitle { line-height:1.35; padding:11px 4px 14px; color:#8b8b8b; font-size:11px;font-family:Tahoma,Geneva,Kalimati,sans-serif; }
|
757 |
+
.block-layered-nav dt { background:url(../images/bkg_block-layered-dt.gif) 0 0 no-repeat; padding:0 0 0 14px; min-height:22px; line-height:22px; font-weight:normal; color:#9d1523; }
|
758 |
+
.block-layered-nav dd { padding:10px 12px 8px; }
|
759 |
+
.block-layered-nav dd li{line-height:20px;}
|
760 |
+
.block-layered-nav dd li a{color:#7c7c7c; text-decoration:none;}
|
761 |
+
.block-layered-nav dd li a:hover{text-decoration:underline;}
|
762 |
+
.block-layered-nav dd.last { background:none; }
|
763 |
+
.block-layered-nav .currently li {padding:4px 6px 4px 5px; }
|
764 |
+
.block-layered-nav .currently .label { font-weight:bold; color: #9d1523;}
|
765 |
+
.block-layered-nav .currently .btn-remove { margin:3px 0 0; }
|
766 |
+
.block-layered-nav .actions { font-size:11px; padding:4px 9px; text-align:right; }
|
767 |
+
.block-layered-nav .actions a { float:none; }
|
768 |
+
|
769 |
+
/* Block: Cart */
|
770 |
+
|
771 |
+
.block-cart .summary { background:#fff; padding:2px 8px 8px 14px; margin:-1px 0 0; position:relative; z-index:1; }
|
772 |
+
.block-cart .amount { margin:0; }
|
773 |
+
.block-cart .amount a { font-weight:bold; }
|
774 |
+
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; text-align:center; }
|
775 |
+
.block-cart .subtotal .price { font-weight:bold; }
|
776 |
+
.block-cart .actions { border-bottom:1px solid #DBDBDB; }
|
777 |
+
.block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
|
778 |
+
.block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
|
779 |
+
|
780 |
+
/* Block: Wishlist */
|
781 |
+
.block-wishlist .actions { text-align:right; }
|
782 |
+
.block-wishlist .actions a { float:none; }
|
783 |
+
|
784 |
+
/* Block: Related */
|
785 |
+
.block-related input.checkbox { float:left; }
|
786 |
+
.block-related .product { margin-left:20px; }
|
787 |
+
|
788 |
+
/* Block: Compare Products */
|
789 |
+
.page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; }
|
790 |
+
.compare-table { border:0; }
|
791 |
+
.compare-table thead tr.first th,
|
792 |
+
.compare-table thead tr.first td { border:0; background:none; padding:0; font-size:0; line-height:0; }
|
793 |
+
.compare-table .btn-remove { float:right; background-image:url(../images/btn_remove2.gif); width:72px; height:15px; }
|
794 |
+
.compare-table tbody th { background:#f3f3f3; }
|
795 |
+
.compare-table tbody th,
|
796 |
+
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #d4d4d4; border-left:1px solid #d4d4d4; }
|
797 |
+
.compare-table tbody td.last { border-right:1px solid #d4d4d4; }
|
798 |
+
.compare-table tbody tr.last th,
|
799 |
+
.compare-table tbody tr.last td { border-bottom:1px solid #d4d4d4 !important; }
|
800 |
+
.compare-table tr.add-to-row td { background:#f3f3f3; text-align:center; }
|
801 |
+
.compare-table tr.first td { text-align:center; }
|
802 |
+
.compare-table tr.first td .product-name { font-size:13px; font-weight:bold; margin:0 0 5px; color:#203548; }
|
803 |
+
.compare-table tr.first td .product-name a { color:#203548; }
|
804 |
+
.compare-table tr.first td .ratings { width:69px; margin:0 auto; }
|
805 |
+
.compare-table tr.first td p,
|
806 |
+
.compare-table tr.add-to-row td p { margin:0; }
|
807 |
+
|
808 |
+
/* Block: Poll */
|
809 |
+
.block-poll .block-content{
|
810 |
+
padding:9px 5px 10px 12px;
|
811 |
+
}
|
812 |
+
.block-poll .block-subtitle { font-size:12px; font-weight:normal;}
|
813 |
+
.block-poll label { color:#7c7c7c; font-weight:normal; }
|
814 |
+
.block-poll input.radio { float:left; margin:2px -18px 0 0; }
|
815 |
+
.block-poll .label { display:block; margin-left:18px; }
|
816 |
+
.block-poll li { padding:3px 9px; }
|
817 |
+
.block-poll .actions { margin:5px 0 0; text-align:left;}
|
818 |
+
.block-poll .actions button.button{float:none;}
|
819 |
+
.block-poll .answer { font-weight:bold; }
|
820 |
+
.block-poll .votes { float:right; margin-left:10px; }
|
821 |
+
|
822 |
+
/* Block: Tags */
|
823 |
+
.block-tags .block-content{padding-left:11px;}
|
824 |
+
.block-tags .block-content .tags-list { background:none; border:0; font-size:12px; }
|
825 |
+
.block-tags .block-content a { color:#6d6d6d; text-decoration:none;}
|
826 |
+
.block-tags .block-content a:hover{text-decoration:underline;}
|
827 |
+
.block-tags .actions { text-align:left; }
|
828 |
+
.block-tags .actions a { float:none; color:#9d1523;}
|
829 |
+
|
830 |
+
/* Block: Subscribe */
|
831 |
+
.block-subscribe .block-content { padding:5px 6px 12px 20px; }
|
832 |
+
.block-subscribe label { font-weight:normal; }
|
833 |
+
.block-subscribe input.input-text { display:block; width:100px; margin:3px 0;}
|
834 |
+
.block-subscribe .actions { background:none; padding:0; margin:3px 0 0; text-align:left; float:left;}
|
835 |
+
.block-subscribe .actions button.button { float:none; }
|
836 |
+
.block-subscribe .input-box{float:left;display:inline;margin-right:5px;width:106px;}
|
837 |
+
/* Block: Reorder */
|
838 |
+
.block-reorder input.checkbox { float:left; margin:2px -20px 0 0; }
|
839 |
+
.block-reorder .product-name { margin-left:20px; }
|
840 |
+
.block-reorder .validation-advice { margin:3px 9px 7px; }
|
841 |
+
|
842 |
+
/* Block: Banner */
|
843 |
+
.block-banner .block-content { padding:0; text-align:center; background:none !important;}
|
844 |
+
|
845 |
+
/* Block: Login */
|
846 |
+
.block-login .block-content { padding:5px 10px; }
|
847 |
+
.block-login label { font-weight:bold; color:#666; }
|
848 |
+
.block-login input.input-text { display:block; width:167px; margin:3px 0; }
|
849 |
+
.block-login .actions { background:none; padding:0; margin:3px 0 0; }
|
850 |
+
|
851 |
+
/* Paypal */
|
852 |
+
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
|
853 |
+
.sidebar .paypal-logo a { float:none; }
|
854 |
+
/* ======================================================================================= */
|
855 |
+
|
856 |
+
|
857 |
+
/* Category Page ========================================================================= */
|
858 |
+
.category-title { border:0; margin:0 0 7px; }
|
859 |
+
.category-image { width:100%; overflow:hidden; margin:0 0 10px; text-align:center; }
|
860 |
+
.category-image img,.category-description img {max-width:100%;}
|
861 |
+
.category-description { margin:0 0 10px; }
|
862 |
+
.category-products {}
|
863 |
+
|
864 |
+
/* View Type: Grid */
|
865 |
+
.products-grid { position:relative; margin-bottom:14px;}
|
866 |
+
.products-grid li.item{float:left; width:213px; padding:14px 0 0; margin-right:19px; background:url(../images/grid_item_bg.png) 0 0 no-repeat;}
|
867 |
+
.products-grid li.item .grid_item_in{background:url(../images/grid_item_bg.png) 0 100% no-repeat; padding:0 16px 11px;}
|
868 |
+
.col2-left-layout .col-main .products-grid li.item,
|
869 |
+
.col2-right-layout .col-main .products-grid li.item{margin-right:17px;}
|
870 |
+
.col1-layout .col-main .products-grid li.item{margin-right:21px;}
|
871 |
+
.products-grid li.last{margin-right:0 !important;}
|
872 |
+
.products-grid .product-image { display:block; height:135px; margin:0 0 10px; text-align:center;}
|
873 |
+
.products-grid .product-name { line-height:15px; height:31px; overflow:hidden; margin:0; font-weight:bold; font-size:14px; color:#4e4e4e; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
874 |
+
.products-grid .product-name a{ color:#4e4e4e; text-decoration:none;}
|
875 |
+
.products-grid .product-name a:hover{text-decoration:underline;}
|
876 |
+
.products-grid .price-box { margin:0; float:left; width:91px;}
|
877 |
+
.products-grid .minimal-price-link{display:none;}
|
878 |
+
|
879 |
+
.products-grid li.item .actions{padding-top:2px;}
|
880 |
+
|
881 |
+
.products-grid button.btn-cart span{
|
882 |
+
padding:0 0 0 8px;
|
883 |
+
}
|
884 |
+
.products-grid button.btn-cart span span{
|
885 |
+
padding:0 8px 0 0;
|
886 |
+
}
|
887 |
+
.products-grid li.item .old-price,
|
888 |
+
.products-grid li.item .special-price{line-height:14px; padding:0;}
|
889 |
+
|
890 |
+
.products-grid li.item .special-price{position:relative; margin-bottom:-2px;}
|
891 |
+
.products-grid li.item .old-price{margin-top:-5px; position:relative; padding-bottom:2px;}
|
892 |
+
|
893 |
+
.products-grid li.item .old-price .price-label,
|
894 |
+
.products-grid li.item .special-price .price-label{display:none;}
|
895 |
+
.products-grid .price-box .minimal-price{line-height:13px; position:absolute; left:0; top:0; width:94px;}
|
896 |
+
.products-grid li.item .grid_item_in .clearfix{position:relative;}
|
897 |
+
.products-grid li.item .price-from{position:relative; margin-top:-5px;}
|
898 |
+
.products-grid li.item .price-from,
|
899 |
+
.products-grid li.item .price-to{line-height:14px;}
|
900 |
+
.products-grid .btn-cart{float:right;}
|
901 |
+
.products-grid .availability { line-height:21px; }
|
902 |
+
.products-grid li.item .ratings{margin:4px 0;}
|
903 |
+
.products-grid li.item .grid-rat{height:14px; overflow:hidden;margin:4px 0;}
|
904 |
+
.products-grid li.item .grid-rat .ratings{margin:0;}
|
905 |
+
.products-grid li.item .add-to-links .separator{display:inline; margin: 0 10px 0 11px; color:#5f5f5f;}
|
906 |
+
.products-grid li.item .add-to-links li{display:inline;}
|
907 |
+
/* View Type: List */
|
908 |
+
.products-list li.item { padding:0 0 0 16px; background:url(../images/list_item_bg.png) 0 0 no-repeat; margin-bottom:14px; height:191px; overflow:hidden;}
|
909 |
+
.products-list li.item .ratings{margin-bottom:4px;}
|
910 |
+
.products-list li.item .list_item_in{ padding:12px 20px 12px 0; background:url(../images/list_item_bg.png) 100% 0 no-repeat; height:167px; overflow:hidden;}
|
911 |
+
.products-list li.item.last { border-bottom:0; }
|
912 |
+
.products-list .product-image { float:left; width:120px; height:167px; }
|
913 |
+
|
914 |
+
.products-list .product-shop { margin-left:130px;}
|
915 |
+
.products-list .product-name { line-height:15px; height:31px; overflow:hidden; margin:0; font-weight:bold; font-size:14px; color:#4e4e4e; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
916 |
+
.products-list .product-name a { color:#4e4e4e; text-decoration:none;}
|
917 |
+
.products-list .product-name a:hover{text-decoration:underline;}
|
918 |
+
.products-list .price-box { float:left; margin:0 13px 5px 0; }
|
919 |
+
.products-list .availability { float:left; margin:3px 0 0; }
|
920 |
+
.products-list .desc { clear:both; padding:6px 0 0; margin:0 0 8px; line-height:1.35; height:49px; overflow:hidden;}
|
921 |
+
.products-list .desc .link-learn { font-size:11px; }
|
922 |
+
.products-list .add-to-links { clear:both; }
|
923 |
+
.products-list .add-to-links li { display:inline; }
|
924 |
+
.products-list .add-to-links .separator { display:inline; margin:0 10px 0 11px; }
|
925 |
+
/* ======================================================================================= */
|
926 |
+
.products-list .old-price .price-label,
|
927 |
+
.products-list .special-price .price-label{display:none;}
|
928 |
+
.products-list .old-price,
|
929 |
+
.products-list .special-price{float:left;padding:3px 0 0 0; line-height:18px;}
|
930 |
+
.products-list .special-price{padding-left:8px;}
|
931 |
+
.products-list .old-price .price{color:#8c8c8c; font-size:10px;}
|
932 |
+
.products-list .special-price .price{color:#595959; font-size:16px; font-weight:bold;}
|
933 |
+
|
934 |
+
.products-list .price-from,
|
935 |
+
.products-list .price-to{float:left;line-height:24px;}
|
936 |
+
.products-list .price-to{padding-left:10px;}
|
937 |
+
|
938 |
+
/* Product View ========================================================================== */
|
939 |
+
/* Rating */
|
940 |
+
.no-rating { margin:0; }
|
941 |
+
|
942 |
+
.ratings { font-size:11px; line-height:1.25; margin:7px 0; }
|
943 |
+
.ratings strong { float:left; margin:1px 3px 0 0; }
|
944 |
+
.ratings .rating-links { margin:0; }
|
945 |
+
.ratings .rating-links a{color:#5f5f5f;text-decoration:none;}
|
946 |
+
.ratings .rating-links a:hover{text-decoration:underline;}
|
947 |
+
.ratings .rating-links .separator { margin:0 2px; }
|
948 |
+
.ratings dt {}
|
949 |
+
.ratings dd {}
|
950 |
+
.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; }
|
951 |
+
.rating-box .rating { float:left; height:13px; background:url(../images/bkg_rating.gif) 0 100% repeat-x; }
|
952 |
+
.ratings .rating-box { float:left; margin-right:9px; }
|
953 |
+
.ratings .amount a{color:#5f5f5f; text-decoration:none;}
|
954 |
+
.ratings .amount a:hover{text-decoration:underline;}
|
955 |
+
|
956 |
+
.ratings-table th,
|
957 |
+
.ratings-table td { font-size:11px; line-height:1.15; padding:3px 0; }
|
958 |
+
.ratings-table th { font-weight:bold; padding-right:8px; }
|
959 |
+
|
960 |
+
/* Availability */
|
961 |
+
.availability { margin:0; }
|
962 |
+
.availability span { font-weight:bold; }
|
963 |
+
.availability.in-stock span {}
|
964 |
+
.availability.out-of-stock span { color:#d83820; }
|
965 |
+
|
966 |
+
.availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
|
967 |
+
.availability-only span,
|
968 |
+
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
|
969 |
+
.availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
|
970 |
+
.availability-only .expanded { background-position:100% -15px; }
|
971 |
+
.availability-only strong { color:#be2c00; }
|
972 |
+
|
973 |
+
.availability-only-details { margin:0 0 7px; }
|
974 |
+
.availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
|
975 |
+
.availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
|
976 |
+
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
|
977 |
+
|
978 |
+
.product-view .product-shop .availability { font-size:11px; }
|
979 |
+
.product-view .product-shop .availability span { font-weight:normal; }
|
980 |
+
|
981 |
+
/* Email to a Friend */
|
982 |
+
.email-friend { margin:0; }
|
983 |
+
|
984 |
+
/* Alerts */
|
985 |
+
.alert-price { margin:0; font-size:11px; }
|
986 |
+
.alert-stock { margin:0; font-size:11px; }
|
987 |
+
|
988 |
+
/********** < Product Prices */
|
989 |
+
.price { white-space:nowrap !important; }
|
990 |
+
|
991 |
+
.price-box { margin:5px 0; }
|
992 |
+
.price-box .price { font-weight:bold; color:#9d1523; }
|
993 |
+
|
994 |
+
/* Regular price */
|
995 |
+
.regular-price { color:#9d1523; }
|
996 |
+
.regular-price .price { font-weight:bold; font-size:15px; color:#9d1523; }
|
997 |
+
.block .regular-price,
|
998 |
+
.block .regular-price .price { color:#9d1523; }
|
999 |
+
|
1000 |
+
/* Old price */
|
1001 |
+
.old-price { margin:0; }
|
1002 |
+
.old-price .price-label { white-space:nowrap; color:#595959; }
|
1003 |
+
.old-price .price { font-weight:bold; color:#595959; text-decoration:line-through; }
|
1004 |
+
|
1005 |
+
/* Special price */
|
1006 |
+
.special-price { margin:0; padding:3px 0; }
|
1007 |
+
.special-price .price-label { font-size:13px; font-weight:bold; white-space:nowrap; color:#9d1523; }
|
1008 |
+
.special-price .price { font-size:13px; font-weight:bold; color:#9d1523; }
|
1009 |
+
|
1010 |
+
/* Minimal price (as low as) */
|
1011 |
+
.minimal-price { margin:0; }
|
1012 |
+
.minimal-price .price-label { font-weight:bold; white-space:nowrap; }
|
1013 |
+
|
1014 |
+
.minimal-price-link { display:none; }
|
1015 |
+
.minimal-price-link .label {color:#9d1523;}
|
1016 |
+
.minimal-price-link .price { font-weight:normal; color:#9d1523; }
|
1017 |
+
|
1018 |
+
/* Excluding tax */
|
1019 |
+
.price-excluding-tax { display:block; color:#595959; }
|
1020 |
+
.price-excluding-tax .label { white-space:nowrap; color:#595959; }
|
1021 |
+
.price-excluding-tax .price { font-size:13px; font-weight:normal; color:#595959; }
|
1022 |
+
|
1023 |
+
/* Including tax */
|
1024 |
+
.price-including-tax { display:block; color:#595959; }
|
1025 |
+
.price-including-tax .label { white-space:nowrap; color:#595959; }
|
1026 |
+
.price-including-tax .price { font-size:13px; font-weight:bold; color:#595959; }
|
1027 |
+
|
1028 |
+
/* FPT */
|
1029 |
+
.weee { display:block; font-size:11px; color:#444; }
|
1030 |
+
.weee .price { font-size:11px; font-weight:normal; }
|
1031 |
+
|
1032 |
+
/* Excl tax (for order tables) */
|
1033 |
+
.price-excl-tax { display:block; }
|
1034 |
+
.price-excl-tax .label { display:block; white-space:nowrap; }
|
1035 |
+
.price-excl-tax .price { display:block; }
|
1036 |
+
|
1037 |
+
/* Incl tax (for order tables) */
|
1038 |
+
.price-incl-tax { display:block; }
|
1039 |
+
.price-incl-tax .label { display:block; white-space:nowrap; }
|
1040 |
+
.price-incl-tax .price { display:block; font-weight:bold; }
|
1041 |
+
|
1042 |
+
/* Price range */
|
1043 |
+
.price-from { margin:0; }
|
1044 |
+
.price-from .price-label { font-weight:bold; white-space:nowrap; }
|
1045 |
+
|
1046 |
+
.price-to { margin:0; }
|
1047 |
+
.price-to .price-label { font-weight:bold; white-space:nowrap; }
|
1048 |
+
|
1049 |
+
/* Price notice next to the options */
|
1050 |
+
.price-notice { padding-left:10px; color:#999; }
|
1051 |
+
.price-notice .price { font-weight:bold; color:#2f2f2f; }
|
1052 |
+
|
1053 |
+
/* Price as configured */
|
1054 |
+
.price-as-configured { margin:0; }
|
1055 |
+
.price-as-configured .price-label { font-weight:bold; white-space:nowrap; }
|
1056 |
+
|
1057 |
+
.price-box-bundle { padding:0 0 10px 0; }
|
1058 |
+
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
|
1059 |
+
.price-box-bundle .price { color:#555; }
|
1060 |
+
/********** Product Prices > */
|
1061 |
+
|
1062 |
+
/* Tier Prices */
|
1063 |
+
.product-pricing,
|
1064 |
+
.tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
|
1065 |
+
.tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
|
1066 |
+
.tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
|
1067 |
+
.tier-prices .price { font-weight:bold; color:#2f2f2f; }
|
1068 |
+
|
1069 |
+
.tier-prices-grouped li { padding:2px 0; color:#e26703; }
|
1070 |
+
.tier-prices-grouped li .price { font-weight:bold; }
|
1071 |
+
|
1072 |
+
/* Add to Links */
|
1073 |
+
.add-to-links { font-size:11px; margin:5px 0 0; }
|
1074 |
+
.add-to-links .separator { display:none; }
|
1075 |
+
|
1076 |
+
/* Add to Cart */
|
1077 |
+
.add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
|
1078 |
+
.add-to-cart .qty { float:left; margin-right:5px; text-align:center;}
|
1079 |
+
.add-to-cart button.button { float:left; }
|
1080 |
+
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
|
1081 |
+
.add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
|
1082 |
+
.product-view .add-to-cart .paypal-logo { margin:0; }
|
1083 |
+
|
1084 |
+
/* Add to Links + Add to Cart */
|
1085 |
+
.add-to-box { margin:10px 0; }
|
1086 |
+
.add-to-box .add-to-cart { float:left; }
|
1087 |
+
.add-to-box .or { float:left; font-weight:bold; margin:0 7px; color:#666; }
|
1088 |
+
.add-to-box .add-to-links { float:left; margin:0; font-size:12px !important; line-height:1.25 !important; text-align:left !important; }
|
1089 |
+
.add-to-box .add-to-links li { display:block !important; }
|
1090 |
+
.add-to-box .add-to-links li .separator { display:none !important; }
|
1091 |
+
|
1092 |
+
.product-tabs{
|
1093 |
+
display:block;
|
1094 |
+
height:31px;
|
1095 |
+
overflow:hidden;
|
1096 |
+
}
|
1097 |
+
.product-tabs li{
|
1098 |
+
float:left;
|
1099 |
+
display:inline;
|
1100 |
+
margin-right:3px;
|
1101 |
+
padding-left:22px;
|
1102 |
+
background:url(../images/tabs_bg.png) 0 0 no-repeat;
|
1103 |
+
}
|
1104 |
+
.product-tabs li a{
|
1105 |
+
display:block;
|
1106 |
+
padding-right:22px;
|
1107 |
+
height:31px;
|
1108 |
+
text-decoration:none;
|
1109 |
+
font:bold 11px/30px Tahoma,Geneva,Kalimati,sans-serif;
|
1110 |
+
color:#474d52;
|
1111 |
+
background:url(../images/tabs_bg.png) 100% 0 no-repeat;
|
1112 |
+
}
|
1113 |
+
.product-tabs li.active{
|
1114 |
+
background:url(../images/tabs_bg.png) 0 -31px no-repeat;
|
1115 |
+
}
|
1116 |
+
.product-tabs li.active a{
|
1117 |
+
color:#fff;
|
1118 |
+
background:url(../images/tabs_bg.png) 100% -31px no-repeat;
|
1119 |
+
}
|
1120 |
+
.product-tabs-content{
|
1121 |
+
border:1px solid #dbdbdb;
|
1122 |
+
margin-bottom:20px;
|
1123 |
+
padding:20px;
|
1124 |
+
-moz-border-radius: 0 3px 3px 3px; -webkit-border-radius: 0 3px 3px 3px; border-radius: 0 3px 3px 3px;
|
1125 |
+
}
|
1126 |
+
.product-essential {background:url(../images/toolbar_brd.gif) 0 100% repeat-x; padding-bottom:20px; margin-bottom:25px; }
|
1127 |
+
.product-essential h2 { font:bold 13px/1.35 Arial, Helvetica, sans-serif; }
|
1128 |
+
.product-essential .short-description h2{font:bold 14px/1.35 Tahoma,Geneva,Kalimati,sans-serif; color:#4e4e4e;}
|
1129 |
+
.product-collateral {}
|
1130 |
+
.product-collateral h2 { font-weight:bold; font-size:15px; color:#5f5f5f; border-bottom:1px solid #d7d7d7; padding:0 0 1px; margin:0 0 15px; }
|
1131 |
+
.product-collateral .box-collateral { margin:0 0 25px; }
|
1132 |
+
.product-tabs-content h2{
|
1133 |
+
text-transform:uppercase;
|
1134 |
+
font-size:11px;
|
1135 |
+
color:#818181;
|
1136 |
+
font-weight:bold;
|
1137 |
+
font-family:Tahoma,Geneva,Kalimati,sans-serif;
|
1138 |
+
}
|
1139 |
+
/* Product Images */
|
1140 |
+
.product-view{padding-right:8px;}
|
1141 |
+
.product-view .product-img-box { float:left; width:213px; background:url(../images/main_img_bg.png) 0 0 no-repeat;}
|
1142 |
+
.col3-layout .product-view .product-img-box { float:none; margin:0 auto; }
|
1143 |
+
.product-view .product-img-box .product-image { margin:5px 0 15px 5px; width:203px; height:203px; overflow:hidden; position:relative; }
|
1144 |
+
.product-view .product-img-box .product-image-zoom { position:relative; margin:5px 0 15px 5px; width:203px; height:203px; overflow:hidden; z-index:9; }
|
1145 |
+
.product-view .product-img-box .product-image-zoom img { position:absolute; left:0; top:0; cursor:move;}
|
1146 |
+
.product-view .product-img-box .zoom-notice { font-size:11px; margin:0 0 5px; text-align:center; display:none;}
|
1147 |
+
.product-view .product-img-box .zoom { position:relative; z-index:9; height:18px; margin:0 auto 13px; padding:0 20px 0 19px; background:url(../images/slider_bg.gif) 0 7px no-repeat; cursor:pointer; }
|
1148 |
+
.product-view .product-img-box .zoom.disabled {display:none; -moz-opacity:.3; -webkit-opacity:.3; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";/*IE8*/ opacity:.3; }
|
1149 |
+
.product-view .product-img-box .zoom #track { position:relative; height:18px; }
|
1150 |
+
.product-view .product-img-box .zoom #handle { position:absolute; left:0; top:2px; width:4px; height:22px; background:url(../images/magnifier_handle.gif) 0 0 no-repeat; }
|
1151 |
+
.product-view .product-img-box .zoom .btn-zoom-out { position:absolute; left:0px; top:0; }
|
1152 |
+
.product-view .product-img-box .zoom .btn-zoom-in { position:absolute; right:0px; top:0; }
|
1153 |
+
.product-view .product-img-box .more-views h2 { font-size:11px; border-bottom:1px solid #ccc; margin:0 0 8px; text-transform:uppercase; display:none;}
|
1154 |
+
.product-view .product-img-box .more-views ul { margin-left:-13px }
|
1155 |
+
.product-view .product-img-box .more-views li { float:left; margin:0 0 13px 13px; }
|
1156 |
+
.product-view .product-img-box .more-views li a { float:left; width:62px; height:62px; overflow:hidden; }
|
1157 |
+
.product-view .product-img-box .more-views li a img{border:1px solid #e3e3e3; padding:1px;}
|
1158 |
+
.product-view .email-friend{font-size:11px;}
|
1159 |
+
.product-image-popup { margin:0 auto; }
|
1160 |
+
.product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
|
1161 |
+
.product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
|
1162 |
+
.product-image-popup .image { display:block; margin:10px 0; }
|
1163 |
+
.product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
|
1164 |
+
|
1165 |
+
.product-view .product-shop .regular-price .price{font-size:16px;}
|
1166 |
+
/* Product Shop */
|
1167 |
+
.product-view .product-shop { float:right; width:434px; }
|
1168 |
+
.col1-layout .product-view .product-shop { float:right; width:545px; }
|
1169 |
+
.col3-layout .product-view .product-shop { float:none; width:auto; }
|
1170 |
+
.product-view .product-shop .product-name { margin:0 0 5px; }
|
1171 |
+
.product-view .product-shop .product-name h1 { margin:0; font:bold 14px/1.35 Tahoma,Geneva,Kalimati,sans-serif; color:#4e4e4e;}
|
1172 |
+
.product-view .product-shop .availability { margin:10px 0; }
|
1173 |
+
.product-view .product-shop .short-description { margin:10px 0; padding:10px 0 0; }
|
1174 |
+
.product-view .product-shop .price-box { margin:10px 0; }
|
1175 |
+
.product-view .product-shop .add-to-box .add-to-links { margin:-6px 0 0 0; position:relative;}
|
1176 |
+
.product-view .product-shop .add-to-links { font-size:12px; text-align:left; }
|
1177 |
+
.product-view .product-shop .add-to-links li,
|
1178 |
+
.product-view .product-shop .add-to-links li .separator { display:inline; }
|
1179 |
+
.product-view .product-shop .add-to-links a {font-weight:normal !important; }
|
1180 |
+
.product-view .product-shop .add-to-box .or{
|
1181 |
+
margin:0 10px;
|
1182 |
+
}
|
1183 |
+
.product-view .product-shop .add-to-cart .qty,
|
1184 |
+
.product-view .product-shop .add-to-box .or{
|
1185 |
+
margin-top:1px;
|
1186 |
+
}
|
1187 |
+
.product-view .product-shop .add-to-cart label{
|
1188 |
+
margin-top:2px;
|
1189 |
+
}
|
1190 |
+
.product-options dt{clear:both;overflow:hidden;}
|
1191 |
+
|
1192 |
+
/* Product Options */
|
1193 |
+
.product-options{ margin:20px 0 0; padding:0 12px 12px; background-color:#ececec; border:1px solid #e5e5e5;}
|
1194 |
+
|
1195 |
+
.product-options dt { padding:10px 0 0; font-weight:normal; }
|
1196 |
+
.product-options dt label { font-weight:bold; color:#2f2f2f; }
|
1197 |
+
.product-options dt label.required{
|
1198 |
+
float:left;
|
1199 |
+
}
|
1200 |
+
.product-options dt label.required em { color:#4e4e4e; float:right; }
|
1201 |
+
.product-options dt .qty-holder { float:right; margin-right:15px; }
|
1202 |
+
.product-options dt .qty-holder label { vertical-align:middle; }
|
1203 |
+
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
|
1204 |
+
.product-options dd .qty-holder label { vertical-align:middle; }
|
1205 |
+
.product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
|
1206 |
+
.product-options dd { padding:5px 0 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
|
1207 |
+
.product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
|
1208 |
+
.product-options dd input.input-text { width:98%; }
|
1209 |
+
.product-options dd input.datetime-picker { width:150px; }
|
1210 |
+
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
|
1211 |
+
.product-options dd textarea { width:98%; height:8em; }
|
1212 |
+
.product-options dd select { width:99%; }
|
1213 |
+
.product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
|
1214 |
+
.product-options ul.options-list { margin-right:5px; }
|
1215 |
+
.product-options ul.options-list li { line-height:1.5; padding:2px 0; }
|
1216 |
+
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
|
1217 |
+
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
|
1218 |
+
.product-options ul.options-list .label { display:block; margin-left:18px; }
|
1219 |
+
.product-options ul.options-list label { font-weight:normal; }
|
1220 |
+
.product-options ul.validation-failed { padding:0 7px; }
|
1221 |
+
.product-options p.note { margin:0; font-size:11px; }
|
1222 |
+
.product-options p.required { position:absolute; right:20px; top:20px; }
|
1223 |
+
|
1224 |
+
.product-options-bottom { padding:15px 0;}
|
1225 |
+
.product-options-bottom .product-pricing,
|
1226 |
+
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
|
1227 |
+
.product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
|
1228 |
+
.product-options-bottom .tier-prices .price,
|
1229 |
+
.product-options-bottom .tier-prices .benefit { color:#e26703; }
|
1230 |
+
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
|
1231 |
+
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
|
1232 |
+
.product-options-bottom .price-label { float:left; padding-right:5px; }
|
1233 |
+
.product-options-bottom .price-tax { float:left; }
|
1234 |
+
.product-options-bottom .add-to-cart { float:right; }
|
1235 |
+
.product-shop .product-options-bottom { margin:0 0 10px; }
|
1236 |
+
.product-shop .product-options-bottom .price-box { float:left; margin:0 0 5px; }
|
1237 |
+
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
|
1238 |
+
.product-shop .product-options-bottom .price-tax { float:none; }
|
1239 |
+
.product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
|
1240 |
+
.product-options p.required{color:#4e4e4e;}
|
1241 |
+
|
1242 |
+
|
1243 |
+
/* Grouped Product */
|
1244 |
+
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
|
1245 |
+
|
1246 |
+
/* Block: Description */
|
1247 |
+
.product-view .box-description {}
|
1248 |
+
|
1249 |
+
/* Block: Additional */
|
1250 |
+
.product-view .box-additional .data-table th,
|
1251 |
+
.product-view .box-additional .data-table td { line-height:1.25; }
|
1252 |
+
|
1253 |
+
/* Block: Upsell */
|
1254 |
+
.product-view .box-up-sell h2 { border-bottom:0; padding:0; margin:0 0 8px; }
|
1255 |
+
.product-view .box-up-sell .products-grid { width:100%;}
|
1256 |
+
.product-view .box-up-sell .products-grid td { width:25%; background:#fff; text-align:center; padding:15px 0 0; line-height:1.6em; background: url("../images/grid_item_bg2.png") no-repeat 0 0;}
|
1257 |
+
.product-view .box-up-sell .products-grid td .up-sell-in{background: url("../images/grid_item_bg2.png") no-repeat 0 100%; padding:0 10px 12px; margin-right:13px;}
|
1258 |
+
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
|
1259 |
+
.product-view .box-up-sell .products-grid td.last { border-right:0; }
|
1260 |
+
.product-view .box-up-sell .products-grid td img { }
|
1261 |
+
.product-view .box-up-sell .products-grid .product-image { text-align:center; height:123px; margin-bottom:5px;}
|
1262 |
+
.product-view .box-up-sell .products-grid .product-name{color:#4e4e4e; font-size:13px; margin-bottom:5px;}
|
1263 |
+
.product-view .box-up-sell .products-grid td.empty { background:none; }
|
1264 |
+
.product-view .box-up-sell .products-grid .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
|
1265 |
+
.product-view .box-up-sell .products-grid .price-box{float:none; width:auto; position:relative; min-height:23px;}
|
1266 |
+
.product-view .box-up-sell .products-grid .price-box .minimal-price{position:static;width:auto;}
|
1267 |
+
.product-view .box-up-sell .products-grid .regular-price .price{font-size:15px; color:#9d1523;}
|
1268 |
+
/* Block: Tags */
|
1269 |
+
.product-view .box-tags { margin:0; }
|
1270 |
+
.product-view .box-tags h3 { font-size:13px; }
|
1271 |
+
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
|
1272 |
+
.product-view .box-tags .product-tags li { display:inline; background:url(../images/bkg_pipe3.gif) 100% 4px no-repeat; padding:0 7px 0 4px; }
|
1273 |
+
.product-view .box-tags .product-tags li.first { padding-left:0; }
|
1274 |
+
.product-view .box-tags .product-tags li.last { background:none; padding-right:0; }
|
1275 |
+
.product-view .box-tags .form-add label { display:block; font-size:13px; font-weight:bold; margin:0 0 5px; color:#0a263c;}
|
1276 |
+
.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; }
|
1277 |
+
.product-view .box-tags .form-add input.input-text { width:299px; }
|
1278 |
+
.product-view .box-tags .note { margin:3px 0 0; padding:0 0 0 23px; font-size:11px; }
|
1279 |
+
|
1280 |
+
/* Block: Reviews */
|
1281 |
+
.product-view .box-reviews dl { margin:15px 0; }
|
1282 |
+
.product-view .box-reviews dt a,
|
1283 |
+
.product-view .box-reviews dt span { font-weight:bold; }
|
1284 |
+
.product-view .box-reviews dd { margin:0 0 15px; }
|
1285 |
+
.product-view .box-reviews dd small { font-style:italic; }
|
1286 |
+
.product-view .box-reviews .form-add { margin:15px 0 0; }
|
1287 |
+
.product-view .box-reviews .form-add h3 { font-size:13px; font-weight:normal; }
|
1288 |
+
.product-view .box-reviews .form-add h3 span { font-weight:bold; }
|
1289 |
+
.product-view .box-reviews .form-add h4 { font-size:12px; }
|
1290 |
+
.product-view .box-reviews .form-add .data-table td { text-align:center; }
|
1291 |
+
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
|
1292 |
+
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
|
1293 |
+
.product-view .box-reviews .form-add .form-list input.input-text,
|
1294 |
+
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
|
1295 |
+
|
1296 |
+
/* Send a Friend */
|
1297 |
+
.send-friend .form-list { width:615px; overflow:hidden; }
|
1298 |
+
.send-friend .form-list li { margin-right:-15px; }
|
1299 |
+
.send-friend .form-list li p { margin:0 15px 0 0; }
|
1300 |
+
.send-friend .form-list .field { width:315px; }
|
1301 |
+
.send-friend .form-list .input-box { width:300px; }
|
1302 |
+
.send-friend .form-list input.input-text,
|
1303 |
+
.send-friend .form-list textarea { width:294px; }
|
1304 |
+
.send-friend .form-list li.wide .input-box { width:612px; }
|
1305 |
+
.send-friend .form-list li.wide textarea { width:609px; }
|
1306 |
+
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }
|
1307 |
+
/* ======================================================================================= */
|
1308 |
+
|
1309 |
+
|
1310 |
+
/* Content Styles ================================================================= */
|
1311 |
+
.product-name { margin:0; font-size:1em; font-weight:normal; }
|
1312 |
+
|
1313 |
+
/* Product Tags */
|
1314 |
+
.tags-list { display:block; font-size:13px; border:1px solid #dfdfdf; background:#fff; padding:10px;}
|
1315 |
+
.tags-list li { display:inline !important; margin:0 4px 0 0; }
|
1316 |
+
|
1317 |
+
/* Advanced Search */
|
1318 |
+
.advanced-search .form-list label { width:160px; padding-right:10px; }
|
1319 |
+
.advanced-search .form-list .input-box,
|
1320 |
+
.advanced-search .form-list .input-range { float:left; clear:none; }
|
1321 |
+
.advanced-search-amount { margin:0 0 10px; }
|
1322 |
+
.advanced-search-summary { margin:10px 0; border:1px solid #d4d4d4; background:#fff; padding:10px; }
|
1323 |
+
.advanced-search-summary ul { float:left; width:49%; }
|
1324 |
+
.advanced-search-summary strong { color:#9D1523; padding-left:15px; background:url(../images/i_search_criteria.gif) 0 3px no-repeat; }
|
1325 |
+
.advanced-search-summary p { clear:both; font-weight:bold; margin:0; }
|
1326 |
+
|
1327 |
+
/* CMS Home Page */
|
1328 |
+
.cms-home .subtitle {}
|
1329 |
+
.cms-index-index .subtitle {}
|
1330 |
+
|
1331 |
+
/* Sitemap */
|
1332 |
+
.page-sitemap .links { text-align:right; margin:0 8px -22px 0; }
|
1333 |
+
.page-sitemap .links a { text-decoration:none; position:relative; }
|
1334 |
+
.page-sitemap .links a:hover { text-decoration:underline; }
|
1335 |
+
.page-sitemap .sitemap { margin:12px; }
|
1336 |
+
.page-sitemap .sitemap li { margin:3px 0; }
|
1337 |
+
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
|
1338 |
+
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }
|
1339 |
+
|
1340 |
+
/* RSS */
|
1341 |
+
.rss-title h1 { background:url(../images/i_rss-big.png) 0 4px no-repeat; padding-left:27px; }
|
1342 |
+
.rss-table .link-rss { display:block; line-height:1.55; background-position:0 4px; }
|
1343 |
+
/* ======================================================================================= */
|
1344 |
+
|
1345 |
+
|
1346 |
+
/* Shopping Cart ========================================================================= */
|
1347 |
+
.cart .page-title { border-bottom:0; margin:0 0 12px; }
|
1348 |
+
.cart .page-title h1 { margin:10px 0 0; }
|
1349 |
+
|
1350 |
+
/* Checkout Types */
|
1351 |
+
.cart .page-title .checkout-types li { margin:0 0 5px; }
|
1352 |
+
.cart .title-buttons .checkout-types { float:right; }
|
1353 |
+
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
|
1354 |
+
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
|
1355 |
+
.cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
|
1356 |
+
|
1357 |
+
/* Shopping Cart Table */
|
1358 |
+
.cart-table th { padding:2px 10px; }
|
1359 |
+
.cart-table td { padding:10px; }
|
1360 |
+
.cart-table .product-name { font-weight:bold; margin:0 0 5px; color:#2f2f2f; }
|
1361 |
+
.cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
|
1362 |
+
.cart-table tfoot td { padding:5px 10px; }
|
1363 |
+
.cart-table .btn-continue { float:left; }
|
1364 |
+
|
1365 |
+
|
1366 |
+
/* Shopping Cart Collateral boxes */
|
1367 |
+
.cart .cart-collaterals { padding:25px 0 0; }
|
1368 |
+
.cart .cart-collaterals .col2-set { float:left; width:647px; }
|
1369 |
+
.cart .cart-collaterals .col2-set .col-1 { width:335px; }
|
1370 |
+
.cart .cart-collaterals .col2-set .col-2 { width:292px; }
|
1371 |
+
.cart .crosssell #crosssell-products-list{
|
1372 |
+
padding:0 18px 5px 19px;
|
1373 |
+
}
|
1374 |
+
.cart .crosssell .product-name a{
|
1375 |
+
color:#4e4e4e;
|
1376 |
+
text-decoration:none;
|
1377 |
+
}
|
1378 |
+
.cart .crosssell .product-name a:hover{
|
1379 |
+
text-decoration:underline;
|
1380 |
+
}
|
1381 |
+
.cart .crosssell { background:url(../images/crossell_bg.png) 0 100% no-repeat; padding:0; }
|
1382 |
+
.cart .crosssell h2 { font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; padding:0 0 0 21px; margin-bottom:4px; color:#5e5d5d; position:relative; height:32px; overflow: hidden; background:#fff url("../images/crosell_head.png") no-repeat 0 0;}
|
1383 |
+
.cart .crosssell .product-image { float:left; width:92px; height:92px; padding:5px; background: url("../images/cart_img_bg.png") no-repeat 0 0;}
|
1384 |
+
.cart .crosssell .product-details { margin-left:120px; }
|
1385 |
+
.cart .crosssell .product-name { font-weight:bold; font-size:14px;}
|
1386 |
+
.cart .crosssell li.item { margin:20px 0; padding-bottom:20px; background:url(../images/toolbar_brd.gif) 0 100% repeat-x;}
|
1387 |
+
.cart .crosssell li.last{margin-bottom:0; background:none;}
|
1388 |
+
.cart .crosssell .link-compare { font-weight:normal; }
|
1389 |
+
.cart .crosssell li .add-to-links{
|
1390 |
+
overflow:hidden;
|
1391 |
+
}
|
1392 |
+
.cart .crosssell li .add-to-links li,
|
1393 |
+
.cart .crosssell li .add-to-links li .separator{
|
1394 |
+
display:inline;
|
1395 |
+
font-size:11px;
|
1396 |
+
}
|
1397 |
+
.cart .crosssell li .add-to-links li .separator{
|
1398 |
+
margin:0 7px;
|
1399 |
+
}
|
1400 |
+
.cart .crosssell li .add-to-links li a{
|
1401 |
+
color:#5f5f5f !important;
|
1402 |
+
}
|
1403 |
+
/* Discount Codes & Estimate Shipping and Tax Boxes */
|
1404 |
+
.cart .discount,
|
1405 |
+
.cart .shipping { background:url(../images/disconut_bg.png) 0 100% no-repeat; padding:0 31px 15px 21px; margin:0 0 13px; }
|
1406 |
+
.cart .discount h2,
|
1407 |
+
.cart .shipping h2 { font:bold 11px/32px Tahoma,Geneva,Kalimati,sans-serif; padding:0 0 0 21px; color:#5e5d5d; position:relative; margin:0 -31px 10px -21px; height:32px; overflow: hidden; background:#fff url("../images/disount_head.png") no-repeat 0 0;}
|
1408 |
+
.cart .discount .buttons-set,
|
1409 |
+
.cart .shipping .buttons-set { margin:10px 0 0; border:0; padding:0; text-align:left; }
|
1410 |
+
.cart .discount .buttons-set button.button,
|
1411 |
+
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
|
1412 |
+
|
1413 |
+
.cart .discount .input-box,.cart .shipping .input-box { margin:8px 0 0; width:239px; }
|
1414 |
+
.cart .discount input.input-text,.cart .shipping input.input-text { width:233px; }
|
1415 |
+
.cart .shipping select{width:239px;}
|
1416 |
+
.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; background:url(../images/toolbar_brd.gif) 0 0 repeat-x; }
|
1417 |
+
.pages a.i-next,
|
1418 |
+
.pages a.i-previous{text-decoration:none !important;}
|
1419 |
+
/* Shopping Cart Totals */
|
1420 |
+
.cart .totals { float:right; width:248px; background:url(../images/cart_totals_bg.png) 0 0 no-repeat; padding-top:14px;}
|
1421 |
+
.cart .totals-in{background:url(../images/cart_totals_bg.png) 0 100% no-repeat;}
|
1422 |
+
.cart .totals table { width:100%; margin:0; color:#3e3e3e;}
|
1423 |
+
.cart .totals td { padding:1px 15px 1px 3px; }
|
1424 |
+
.cart .totals tr.last td {}
|
1425 |
+
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
|
1426 |
+
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
|
1427 |
+
.cart .totals tfoot th strong,
|
1428 |
+
.cart .totals tfoot td strong { font-size:15px; color:#4b4b4b; }
|
1429 |
+
.cart .totals .checkout-types { font-size:12px; padding:0 15px 3px; text-align:right; }
|
1430 |
+
.cart .totals .checkout-types li { clear:both; margin:9px 0; }
|
1431 |
+
.cart .totals .checkout-types li a{text-decoration:none;}
|
1432 |
+
.cart .totals .checkout-types li a:hover{text-decoration:underline;}
|
1433 |
+
/* Options Tool Tip */
|
1434 |
+
.item-options dt { font-weight:bold; font-style:normal; font-size:11px; color:#5f5f5f; }
|
1435 |
+
.item-options dd { padding-left:10px; margin:0 0 6px; font-size:11px;}
|
1436 |
+
.truncated { cursor:help; }
|
1437 |
+
.truncated a.dots { cursor:help; }
|
1438 |
+
.truncated a.details { cursor:help; }
|
1439 |
+
.truncated .truncated_full_value { position:relative; z-index:999; }
|
1440 |
+
.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; }
|
1441 |
+
.truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
|
1442 |
+
.truncated .show .item-options { top:-20px; left:50%; }
|
1443 |
+
.col-left .truncated .show .item-options { left:15px; top:7px; }
|
1444 |
+
.col-right .truncated .show .item-options { left:-240px; top:7px; }
|
1445 |
+
/* ======================================================================================= */
|
1446 |
+
/* Remember Me Popup ===================================================================== */
|
1447 |
+
.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; }
|
1448 |
+
|
1449 |
+
.remember-me label { float:none; margin:0 6px; }
|
1450 |
+
.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; }
|
1451 |
+
.remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
|
1452 |
+
.remember-me-popup .remember-me-popup-head { position:relative; }
|
1453 |
+
.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; }
|
1454 |
+
.remember-me-popup .remember-me-popup-body { padding:10px; }
|
1455 |
+
.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; }
|
1456 |
+
/* Remember Me Popup ===================================================================== */
|
1457 |
+
|
1458 |
+
/* MAP Popup============================================================================== */
|
1459 |
+
.cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
|
1460 |
+
.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; }
|
1461 |
+
|
1462 |
+
.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; }
|
1463 |
+
.map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
|
1464 |
+
.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; }
|
1465 |
+
.map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
|
1466 |
+
.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; }
|
1467 |
+
.map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
|
1468 |
+
.map-popup-checkout { display:inline; float:right; text-align:right; }
|
1469 |
+
.map-popup-checkout span { display:block; padding-right:30px; }
|
1470 |
+
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
|
1471 |
+
.map-popup-price .price-box,
|
1472 |
+
.map-popup-price .price-box .special-price { margin:0; padding:0; }
|
1473 |
+
.map-popup-price { margin:5px 0 0; }
|
1474 |
+
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
|
1475 |
+
.map-popup-only-text { border-top:1px solid #ddd; }
|
1476 |
+
/* ======================================================================================= */
|
1477 |
+
|
1478 |
+
/* Checkout ============================================================================== */
|
1479 |
+
/********** < Common Checkout Styles */
|
1480 |
+
/* Shipping and Payment methods */
|
1481 |
+
.sp-methods { margin:0 0 8px; }
|
1482 |
+
.sp-methods dt { margin:13px 0 5px; font-weight:bold; }
|
1483 |
+
.sp-methods dd {}
|
1484 |
+
.sp-methods dd li { margin:5px 0; }
|
1485 |
+
.sp-methods label { font-weight:bold; color:#666; }
|
1486 |
+
.sp-methods .price { font-weight:bold; }
|
1487 |
+
.sp-methods .form-list { padding-left:20px; }
|
1488 |
+
.sp-methods .form-list li { margin:0 0 8px; }
|
1489 |
+
.sp-methods select.month { width:154px; margin-right:10px; }
|
1490 |
+
.sp-methods select.year { width:96px; }
|
1491 |
+
.sp-methods input.cvv { width:3em !important; }
|
1492 |
+
|
1493 |
+
.sp-methods .checkmo-list li { margin:0 0 5px; }
|
1494 |
+
.sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
|
1495 |
+
.sp-methods .checkmo-list address { float:left; }
|
1496 |
+
|
1497 |
+
.sp-methods .centinel-logos a { margin-right:3px; }
|
1498 |
+
.sp-methods .centinel-logos img { vertical-align:middle; }
|
1499 |
+
|
1500 |
+
.please-wait { float:right; }
|
1501 |
+
.please-wait img { vertical-align:middle; }
|
1502 |
+
.cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
|
1503 |
+
|
1504 |
+
/* Tooltip */
|
1505 |
+
.tool-tip { border:1px solid #d4d4d4; background:#fff; padding:15px 20px; position:absolute; z-index:9999; }
|
1506 |
+
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
|
1507 |
+
.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; }
|
1508 |
+
.tool-tip .tool-tip-content { padding:5px; }
|
1509 |
+
|
1510 |
+
/* Gift Messages */
|
1511 |
+
.gift-messages h3 { font-size:12px; font-weight:bold; color:#e87403; }
|
1512 |
+
.gift-messages p.control { color:#8e8d8b; }
|
1513 |
+
.gift-messages-form { position:relative; }
|
1514 |
+
.gift-messages-form label { float:none !important; position:static !important; }
|
1515 |
+
.gift-messages-form h4 { font-size:12px; font-weight:bold; color:#e87403; }
|
1516 |
+
.gift-messages-form .whole-order { margin:0 0 25px; }
|
1517 |
+
.gift-messages-form .item { margin:0 0 10px; }
|
1518 |
+
.gift-messages-form .item .product-img-box { float:left; width:75px; }
|
1519 |
+
.gift-messages-form .item .product-image { margin:0 0 7px; }
|
1520 |
+
.gift-messages-form .item .number { margin:0; font-weight:bold; text-align:center; color:#8a8987; }
|
1521 |
+
.gift-messages-form .item .details { margin-left:90px; }
|
1522 |
+
.gift-messages-form .item .details .product-name { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1523 |
+
.gift-messages-form .item .details .form-list .field { width:255px; }
|
1524 |
+
.gift-messages-form .item .details .form-list .input-box { width:240px; }
|
1525 |
+
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
|
1526 |
+
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
|
1527 |
+
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }
|
1528 |
+
|
1529 |
+
.gift-message-link { font-size:11px; background:url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat; padding-right:7px; }
|
1530 |
+
.gift-message-link.expanded { background-position:100% -40px; }
|
1531 |
+
.gift-message-row { background:#f2efe9; }
|
1532 |
+
.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; }
|
1533 |
+
|
1534 |
+
/* Checkout Agreements */
|
1535 |
+
.checkout-agreements li { margin:30px 0; }
|
1536 |
+
.checkout-agreements .agreement-content { overflow:auto; height:12em; padding:10px; background-color:#fbfaf6; border:1px solid #bbb6a5; }
|
1537 |
+
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
|
1538 |
+
.checkout-agreements .agree input.checkbox { margin-right:6px; }
|
1539 |
+
.checkout-agreements .agree label { font-weight:bold; color:#666; }
|
1540 |
+
|
1541 |
+
.opc .checkout-agreements { border:1px solid #d9dde3; border-width:0 1px; padding:5px 30px; }
|
1542 |
+
.opc .checkout-agreements li { margin:20px 0 0; }
|
1543 |
+
.opc .checkout-agreements .agreement-content { background-color:#fff; border-color:#e4e4e4; padding:5px; }
|
1544 |
+
.opc .checkout-agreements .agree { padding-left:6px; }
|
1545 |
+
|
1546 |
+
/* Centinel */
|
1547 |
+
.centinel {}
|
1548 |
+
.centinel .authentication { border:1px solid #ddd; background:#fff; }
|
1549 |
+
.centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
|
1550 |
+
|
1551 |
+
.opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
|
1552 |
+
|
1553 |
+
/* Generic Info Set */
|
1554 |
+
.info-set { background:#fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x; border:1px solid #bbb6a5; margin:0 0 25px; padding:20px; }
|
1555 |
+
.info-set h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1556 |
+
.info-set h3,
|
1557 |
+
.info-set h4 { font-size:13px; font-weight:bold; color:#E26703; }
|
1558 |
+
.info-set h2 a,
|
1559 |
+
.info-set h3 a,
|
1560 |
+
.info-set h4 a { font-weight:normal; }
|
1561 |
+
.info-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#f9f3e3; border-bottom:1px solid #bbafa0; position:relative; }
|
1562 |
+
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
|
1563 |
+
.info-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
|
1564 |
+
.info-set .box { margin:0 0 15px; }
|
1565 |
+
.info-set .box h2 { color:#e26703; }
|
1566 |
+
.info-set .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
|
1567 |
+
.info-set .data-table .product-name a { font-weight:bold !important; }
|
1568 |
+
.info-set .data-table .item-options { margin:5px 0 0; }
|
1569 |
+
/********** Common Checkout Styles > */
|
1570 |
+
|
1571 |
+
/* One Page Checkout */
|
1572 |
+
.block-progress .block-content { background:none !important; border:1px solid #dcdcdc; border-top:0; padding:2px 3px; }
|
1573 |
+
.block-progress dt { font-size:12px; font-weight:normal; line-height:1.35; background:#fafafa; border:1px solid #dcdcdc; margin:0 0 1px; padding:7px 8px 7px 15px; color:#6d6d6d; }
|
1574 |
+
.block-progress dd { background:#fff; border:1px solid #dcdcdc; border-top:0; padding:8px 13px; margin:0 0 5px; }
|
1575 |
+
.block-progress dt.complete { margin:0; background:#fafafa;}
|
1576 |
+
.block-progress dd.complete {}
|
1577 |
+
.block-progress p { margin:0; }
|
1578 |
+
|
1579 |
+
.opc .buttons-set { margin-top:0; padding-top:2em; }
|
1580 |
+
.opc .buttons-set p.required { margin:0; padding:0 0 10px; }
|
1581 |
+
.opc .buttons-set .back-link small { display:none; }
|
1582 |
+
.opc .buttons-set.disabled button.button { display:none; }
|
1583 |
+
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
|
1584 |
+
.opc .ul { list-style:disc outside; padding-left:18px; }
|
1585 |
+
|
1586 |
+
.opc { position:relative; }
|
1587 |
+
.opc li.section {}
|
1588 |
+
|
1589 |
+
.opc .step-title { border-width:0 1px 1px; border-style:solid; border-color:#e5e5e5; background:#fff; padding:7px 18px 8px; text-align:right; }
|
1590 |
+
.opc .step-title .number { float:left; background:#eee; border:1px solid #d6d6d6; padding:0 4px; margin:0 5px 0 0; font:12px/14px Tahoma,Geneva,Kalimati,sans-serif; color:#434343;}
|
1591 |
+
.opc .step-title h2 { float:left; margin:0; font:bold 12px/16px Tahoma,Geneva,Kalimati,sans-serif; color:#7c7c7c; }
|
1592 |
+
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
|
1593 |
+
|
1594 |
+
.opc .allow .step-title { background:#f9f9f9; border:1px solid #e5e5e5; border-bottom:0; color:#b2b2b2; cursor:pointer; }
|
1595 |
+
/*.opc .allow .step-title .number { background:#dbe6eb; border-color:#dbe6eb; color:#a4b3b9; }*/
|
1596 |
+
.opc .allow .step-title h2 { color:#b2b2b2; }
|
1597 |
+
/*.opc .allow .step-title a { display:block; }*/
|
1598 |
+
|
1599 |
+
.opc .active .step-title { border:1px solid #e5e5e5;color:#f18200; cursor:default; background: url("../images/bkg_th.gif") repeat-x 0 0 #F3F3F3;}
|
1600 |
+
.opc .active .step-title .number { background:#c62c3f; border-color:#c62c3f; color:#fff; }
|
1601 |
+
.opc .active .step-title h2 { color:#4e4e4e; }
|
1602 |
+
/*.opc .active .step-title a { display:none; }*/
|
1603 |
+
|
1604 |
+
.opc li:first-child .step-title{
|
1605 |
+
-moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;
|
1606 |
+
}
|
1607 |
+
|
1608 |
+
.opc .step { border:1px solid #e5e5e5; border-top:0; background:#f9f9f9; padding:15px 30px; position:relative; }
|
1609 |
+
.opc .step .tool-tip { right:30px; }
|
1610 |
+
|
1611 |
+
#opc-login .buttons-set { border-top:0; }
|
1612 |
+
#opc-login h3 { font-size:13px; border-bottom:1px solid #e4e4e4; padding-bottom:2px; text-transform:uppercase; }
|
1613 |
+
#opc-login h4 { font-size:1em; font-weight:bold; margin:0; color:#2f2f2f; }
|
1614 |
+
|
1615 |
+
#opc-shipping_method .buttons-set { border-top:0; }
|
1616 |
+
.opc .gift-messages-form { margin:0 -30px; background:#f6f1eb; border:1px solid #e9e4de; border-width:1px 0; padding:22px 24px 22px 30px; }
|
1617 |
+
.opc .gift-messages-form .inner-box { padding:5px; height:260px; overflow:auto; }
|
1618 |
+
|
1619 |
+
#opc-review .step { border:0; padding:0; }
|
1620 |
+
#opc-review .product-name { font-weight:bold; color:#0a263c; }
|
1621 |
+
#opc-review .item-options { margin:5px 0 0; }
|
1622 |
+
#opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
|
1623 |
+
#opc-review .buttons-set p { margin:0; line-height:30px; }
|
1624 |
+
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
|
1625 |
+
|
1626 |
+
/* Multiple Addresses Checkout */
|
1627 |
+
.checkout-progress { padding:0 90px; margin:0 0 20px; }
|
1628 |
+
.checkout-progress li { float:left; width:19%; margin:0 3px 0 0; border-top:10px solid #d4d4d4; padding:2px 0 0; font-weight:bold; text-align:center; color:#d4d4d4; }
|
1629 |
+
.checkout-progress li.active { border-top-color:#9d1523; color:#9d1523; }
|
1630 |
+
|
1631 |
+
.multiple-checkout h2 { font-size:13px; font-weight:bold; margin:0 0 10px; }
|
1632 |
+
.multiple-checkout h3,
|
1633 |
+
.multiple-checkout h4 { font-size:13px; font-weight:bold; color:#4e4e4e; }
|
1634 |
+
.multiple-checkout h2 a,
|
1635 |
+
.multiple-checkout h3 a,
|
1636 |
+
.multiple-checkout h4 a { font-weight:normal; }
|
1637 |
+
.multiple-checkout .data-table .product-name { font-size:1em !important; font-weight:bold !important; color:#1e7ec8 !important; }
|
1638 |
+
.multiple-checkout .data-table .product-name a { font-weight:bold !important; }
|
1639 |
+
.multiple-checkout .data-table .item-options { margin:5px 0 0; }
|
1640 |
+
|
1641 |
+
.multiple-checkout .gift-messages { margin:15px 0 0; }
|
1642 |
+
|
1643 |
+
.multiple-checkout .tool-tip { top:50%; margin-top:-120px; right:20px; }
|
1644 |
+
|
1645 |
+
.multiple-checkout .col2-set,
|
1646 |
+
.multiple-checkout .col3-set { background:#fff; border:1px solid #d4d4d4; margin:0 0 25px; padding:20px; }
|
1647 |
+
.multiple-checkout .col2-set h2.legend { margin:-20px -20px 15px; padding:5px 10px; background:#fff; border-bottom:1px solid #d4d4d4; position:relative; }
|
1648 |
+
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
|
1649 |
+
.multiple-checkout .col2-set .divider { margin:0 -20px; padding:25px 0; position:relative; }
|
1650 |
+
.multiple-checkout .box { margin:0 0 15px; }
|
1651 |
+
.multiple-checkout .box h2 { color:#4e4e4e; }
|
1652 |
+
|
1653 |
+
.multiple-checkout .place-order .please-wait { float:right; padding:6px 20px 0 0; line-height: 16px;}
|
1654 |
+
.multiple-checkout .place-order .grand-total { float:right; height:71px; font-size:1.5em; overflow:hidden; }
|
1655 |
+
.multiple-checkout .place-order .grand-total .inner { float:left; height:57px; }
|
1656 |
+
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
|
1657 |
+
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; color:#4e4e4e; }
|
1658 |
+
.multiple-checkout .place-order .grand-total .price { color:#4e4e4e; }
|
1659 |
+
|
1660 |
+
/* Step 1 */
|
1661 |
+
#multiship-addresses-table td { padding:10px; }
|
1662 |
+
#multiship-addresses-table tfoot td { padding:5px 10px; }
|
1663 |
+
|
1664 |
+
/* Step 2 */
|
1665 |
+
.multiple-checkout .gift-messages-form .item .details .form-list { width:100%; overflow:hidden; }
|
1666 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
|
1667 |
+
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
|
1668 |
+
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
|
1669 |
+
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
|
1670 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
|
1671 |
+
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
|
1672 |
+
.checkout-multishipping-shipping .box-sp-methods { border:1px solid #d4d4d4; padding:13px; position:relative; }
|
1673 |
+
.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; display:none;}
|
1674 |
+
|
1675 |
+
/* Step 3 */
|
1676 |
+
.checkout-multishipping-billing .multiple-checkout { position:relative; }
|
1677 |
+
/* ======================================================================================= */
|
1678 |
+
|
1679 |
+
|
1680 |
+
/* Account Login/Create Pages ============================================================ */
|
1681 |
+
.account-login .content { min-height:240px; padding:14px 21px; border:1px solid #d4d4d4; border-bottom:0; -moz-border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0;}
|
1682 |
+
.account-login .content h2 { font-weight:bold; font-size:13px; margin:0 0 14px; padding:0 0 5px 0; border-bottom:1px solid #d4d4d4; color:#5e5d5d; }
|
1683 |
+
.account-login .buttons-set { border:1px solid #d4d4d4; border-top:0; margin:0; padding:8px 13px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; border-radius: 0 0 5px 5px;}
|
1684 |
+
|
1685 |
+
.account-create {}
|
1686 |
+
/* Account Login/Create Pages ============================================================ */
|
1687 |
+
|
1688 |
+
|
1689 |
+
/* My Account ============================================================================= */
|
1690 |
+
.my-account .title-buttons .link-rss { float:none; margin:0; }
|
1691 |
+
|
1692 |
+
/********** < Dashboard */
|
1693 |
+
.dashboard .welcome-msg { margin:0 0 1.5em 0; }
|
1694 |
+
.dashboard .welcome-msg p { margin:0; }
|
1695 |
+
.dashboard .col2-set { margin:0 0 15px; }
|
1696 |
+
|
1697 |
+
/* General Box */
|
1698 |
+
.box-account { background:#fff; border:1px solid #d4d4d4; padding:15px; margin: 0 0 20px;}
|
1699 |
+
.box-account .box-head { margin:0 0 10px; text-align:right; }
|
1700 |
+
.box-account .box-head h2 { float:left; margin:0; font-size:12px; font-weight:bold; color:#5f5f5f; }
|
1701 |
+
|
1702 |
+
.dashboard .box .box-title { background:url(../images/toolbar_brd.gif) 0 100% repeat-x; padding:0 0 2px; margin:0 0 8px; text-align:right; }
|
1703 |
+
.dashboard .box .box-title h3,
|
1704 |
+
.dashboard .box .box-title h4 { float:left; font-size:12px; font-weight:normal; margin:0; }
|
1705 |
+
|
1706 |
+
/* Block: Account Information */
|
1707 |
+
.dashboard .box-info h4 { font-size:11px; font-weight:bold; text-transform:uppercase; }
|
1708 |
+
|
1709 |
+
/* Block: Reviews */
|
1710 |
+
.dashboard .box-reviews .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:2px -20px 0 0; padding:1px 3px 2px; background:#c62c3f; }
|
1711 |
+
.dashboard .box-reviews .details { margin-left:20px; }
|
1712 |
+
.dashboard .box-reviews li.item { margin:0 0 7px; }
|
1713 |
+
.dashboard .box-reviews li.item.last { margin:0; }
|
1714 |
+
.dashboard .box-reviews .ratings { margin:7px 0 0; }
|
1715 |
+
|
1716 |
+
/* Block: Tags */
|
1717 |
+
.dashboard .box-tags .number { float:left; font-size:10px; font-weight:bold; line-height:1; color:#fff; margin:2px -20px 0 0; padding:1px 3px 2px; background:#c62c3f; }
|
1718 |
+
.dashboard .box-tags .details { margin-left:20px; }
|
1719 |
+
.dashboard .box-tags li.item { margin:0 0 7px; }
|
1720 |
+
.dashboard .box-tags li.item.last { margin:0; }
|
1721 |
+
.dashboard .box-tags .tags strong,
|
1722 |
+
.dashboard .box-tags .tags ul,
|
1723 |
+
.dashboard .box-tags .tags ul li { display:inline; }
|
1724 |
+
/********** Dashboard > */
|
1725 |
+
|
1726 |
+
/* Address Book */
|
1727 |
+
.addresses-list h2 { font-weight:bold; font-size:13px; color:#5f5f5f; text-transform:uppercase; }
|
1728 |
+
.addresses-list h3 { font-weight:bold; font-size:13px; }
|
1729 |
+
.addresses-list address { margin:0 0 3px; }
|
1730 |
+
.addresses-list p { margin:0; }
|
1731 |
+
.addresses-list a { font-weight:bold; }
|
1732 |
+
.addresses-list .separator { margin:0 3px; }
|
1733 |
+
.addresses-list li.item { background:#fff; border:1px solid #d4d4d4; padding:10px 13px; margin:0 0 10px;}
|
1734 |
+
.addresses-list li.empty { background:none; border:0; padding:0; }
|
1735 |
+
.addresses-list li.empty p { font-weight:bold; }
|
1736 |
+
.addresses-list .addresses-additional li.item { background:none; border:0; padding:0; }
|
1737 |
+
|
1738 |
+
/* Order View */
|
1739 |
+
.my-account .order-date{padding-left:17px;}
|
1740 |
+
.order-info { background:#ececec; color:#4e4e4e; padding:8px 17px; margin:0 0 8px;}
|
1741 |
+
.order-info dt,
|
1742 |
+
.order-info dd,
|
1743 |
+
.order-info ul,
|
1744 |
+
.order-info li { display:inline; }
|
1745 |
+
.order-info .current { font-weight:bold; }
|
1746 |
+
.order-info li { margin:0 3px; }
|
1747 |
+
|
1748 |
+
.order-date { margin:10px 0; }
|
1749 |
+
|
1750 |
+
.order-info-box { background:#fff; border:1px solid #d4d4d4; padding:12px 15px; margin:0 0 15px;}
|
1751 |
+
.order-info-box h2 { font-weight:bold; font-size:13px; color:#4E4E4E;}
|
1752 |
+
.order-info-box .box-payment p { margin:0 0 3px; }
|
1753 |
+
.order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
|
1754 |
+
|
1755 |
+
.order-items { width:100%; overflow-x:auto; }
|
1756 |
+
.order-items h2,
|
1757 |
+
.order-items h3 { clear:none; font-weight:bold; font-size:13px; padding:0; margin:0 0 5px; color:#0a263c; }
|
1758 |
+
.order-items .product-name { font-size:1em !important; font-weight:bold !important; }
|
1759 |
+
.order-items .link-print { color:#1e7ec8; font-weight:normal; }
|
1760 |
+
.order-items .order-links { text-align:right; }
|
1761 |
+
|
1762 |
+
.order-additional { margin:15px 0; }
|
1763 |
+
/* Order Gift Message */
|
1764 |
+
.gift-message dt strong { color:#666; }
|
1765 |
+
.gift-message dd { font-size:13px; margin:5px 0 0; }
|
1766 |
+
/* Order Comments */
|
1767 |
+
.order-about dt { font-weight:bold; }
|
1768 |
+
.order-about dd { font-size:13px; margin:0 0 7px; }
|
1769 |
+
|
1770 |
+
.tracking-table { margin:0 0 15px; }
|
1771 |
+
.tracking-table th { font-weight:bold; white-space:nowrap; }
|
1772 |
+
|
1773 |
+
.tracking-table-popup { width:100%; }
|
1774 |
+
.tracking-table-popup th { font-weight:bold; white-space:nowrap; }
|
1775 |
+
.tracking-table-popup th,
|
1776 |
+
.tracking-table-popup td { padding:1px 8px; }
|
1777 |
+
|
1778 |
+
/* Order Print Pages */
|
1779 |
+
.page-print .print-head { margin:0 0 15px; }
|
1780 |
+
.page-print .print-head .logo { float:left; }
|
1781 |
+
.page-print .print-head address { float:left; margin-left:15px; }
|
1782 |
+
.page-print h1 { font-size:16px; font-weight:bold; }
|
1783 |
+
.page-print h2,
|
1784 |
+
.page-print h3 { font-size:13px; font-weight:bold; }
|
1785 |
+
.page-print h2.h2 { font-size:16px; font-weight:bold; }
|
1786 |
+
.page-print .order-date { background:url(../images/bkg_divider1.gif) 0 100% repeat-x; padding:0 0 10px; margin:0 0 10px; }
|
1787 |
+
.page-print .col2-set { margin:0 0 10px; }
|
1788 |
+
/* Price Rewrites */
|
1789 |
+
.page-print .gift-message-link { display:none; }
|
1790 |
+
.page-print .price-excl-tax,
|
1791 |
+
.page-print .price-incl-tax { display:block; white-space:nowrap; }
|
1792 |
+
.page-print .cart-price,
|
1793 |
+
.page-print .price-excl-tax .label,
|
1794 |
+
.page-print .price-incl-tax .label,
|
1795 |
+
.page-print .price-excl-tax .price,
|
1796 |
+
.page-print .price-incl-tax .price { display:inline; }
|
1797 |
+
|
1798 |
+
/* My Wishlist */
|
1799 |
+
.my-wishlist .data-table td { padding:10px; }
|
1800 |
+
.my-wishlist .product-image { display:block; width:113px; height:113px; margin:0 0 5px; }
|
1801 |
+
.my-wishlist textarea { display:block; width:97%; height:109px; }
|
1802 |
+
.my-wishlist .buttons-set { margin-top:2em; }
|
1803 |
+
.my-wishlist .buttons-set button.button { float:none; }
|
1804 |
+
#wishlist-table .add-to-links { white-space:nowrap; }
|
1805 |
+
|
1806 |
+
/* My Tags */
|
1807 |
+
.my-tag-edit { float:left; margin:0 0 10px; }
|
1808 |
+
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
|
1809 |
+
#my-tags-table { clear:both; }
|
1810 |
+
#my-tags-table td { padding:10px; }
|
1811 |
+
#my-tags-table .add-to-links { white-space:nowrap; }
|
1812 |
+
|
1813 |
+
/* My Reviews */
|
1814 |
+
#my-reviews-table td { padding:10px; }
|
1815 |
+
|
1816 |
+
.product-review .product-img-box { float:left; width:140px; }
|
1817 |
+
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
|
1818 |
+
.product-review .product-img-box .label { font-size:11px; margin:0 0 3px; }
|
1819 |
+
.product-review .product-img-box .ratings .rating-box { float:none; display:block; margin:0 0 3px; }
|
1820 |
+
.product-review .product-details { margin-left:150px; }
|
1821 |
+
.product-review .product-name { font-size:16px; font-weight:bold; margin:0 0 10px; }
|
1822 |
+
.product-review h3 { font-size:12px; margin:0 0 3px; color:#2f2f2f; }
|
1823 |
+
.product-review .ratings-table { margin:0 0 10px; }
|
1824 |
+
.product-review dt { font-weight:bold; }
|
1825 |
+
.product-review dd { font-size:13px; margin:5px 0 0; }
|
1826 |
+
|
1827 |
+
/* Billing Agreements */
|
1828 |
+
.billing-agreements .info-box{ margin:15px 0; }
|
1829 |
+
.billing-agreements .form-list li select { float:left; }
|
1830 |
+
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
|
1831 |
+
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
|
1832 |
+
/* ======================================================================================= */
|
1833 |
+
.before-footer .block-subscribe .block-content .validation-advice{
|
1834 |
+
line-height:10px;
|
1835 |
+
background-position: 3px 0;
|
1836 |
+
}
|
1837 |
+
.before-footer{
|
1838 |
+
height:94px;
|
1839 |
+
padding-bottom:50px;
|
1840 |
+
background:#e4e4e4;
|
1841 |
+
position:relative;
|
1842 |
+
margin-top:-145px;
|
1843 |
+
border-top:1px solid #e5e5e5;
|
1844 |
+
}
|
1845 |
+
.before-footer-in{
|
1846 |
+
width:915px;
|
1847 |
+
text-align:left;
|
1848 |
+
margin:0 auto;
|
1849 |
+
padding-top:18px;
|
1850 |
+
}
|
1851 |
+
.before-footer ul.links{
|
1852 |
+
width:615px;
|
1853 |
+
float:left;
|
1854 |
+
}
|
1855 |
+
.before-footer ul.links li{
|
1856 |
+
float:left;
|
1857 |
+
width:181px;
|
1858 |
+
padding-left:24px;
|
1859 |
+
background:url(../images/bf_link_bg.gif) 10px 49% no-repeat;
|
1860 |
+
line-height:18px;
|
1861 |
+
margin-bottom:15px;
|
1862 |
+
}
|
1863 |
+
.before-footer ul.links li a{
|
1864 |
+
color:#565656;
|
1865 |
+
text-decoration:none;
|
1866 |
+
}
|
1867 |
+
.before-footer ul.links li a:hover{
|
1868 |
+
text-decoration:underline;
|
1869 |
+
}
|
1870 |
+
.form-list li.control,
|
1871 |
+
.sp-methods dt{
|
1872 |
+
line-height:14px;
|
1873 |
+
}
|
1874 |
+
.form-list li.control label,
|
1875 |
+
.sp-methods dt label{
|
1876 |
+
vertical-align:middle;
|
1877 |
+
}
|
1878 |
+
.before-footer .block-subscribe{
|
1879 |
+
float:right;
|
1880 |
+
width:297px;
|
1881 |
+
}
|
1882 |
+
.before-footer .block-subscribe .block-content{
|
1883 |
+
padding:0;
|
1884 |
+
}
|
1885 |
+
.before-footer .block-subscribe .block-content .input-box{
|
1886 |
+
width:224px;
|
1887 |
+
margin:0;
|
1888 |
+
}
|
1889 |
+
.before-footer .block-subscribe .block-content .actions{
|
1890 |
+
margin:0 0 0 -2px;
|
1891 |
+
position:relative;
|
1892 |
+
}
|
1893 |
+
.before-footer .block-subscribe .block-content button.button span{
|
1894 |
+
position:absolute;
|
1895 |
+
top:0;
|
1896 |
+
left:0;
|
1897 |
+
padding:0;
|
1898 |
+
width:75px;
|
1899 |
+
}
|
1900 |
+
.before-footer .block-subscribe .block-content button.button{
|
1901 |
+
display:block;
|
1902 |
+
width:75px;
|
1903 |
+
height:23px;
|
1904 |
+
}
|
1905 |
+
.before-footer .block-subscribe .block-content button.button span{
|
1906 |
+
background-position:100% 0;
|
1907 |
+
}
|
1908 |
+
.before-footer .block-subscribe .block-content .input-box input.input-text{
|
1909 |
+
margin:0;
|
1910 |
+
width:218px;
|
1911 |
+
border-right:0;
|
1912 |
+
padding:3px 2px;
|
1913 |
+
-moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px;
|
1914 |
+
}
|
1915 |
+
.before-footer .block-subscribe .block-content label{
|
1916 |
+
display:block;
|
1917 |
+
padding-bottom:8px;
|
1918 |
+
color:#555555;
|
1919 |
+
font-weight:normal;
|
1920 |
+
}
|
1921 |
+
/* Footer ================================================================================ */
|
1922 |
+
.footer-container { border-top:1px solid #7d7d7d; background:#4e4e4e; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif; height:49px; position:relative; margin-top:-50px;}
|
1923 |
+
.footer { width:915px; margin:0 auto; padding:14px 0 18px; }
|
1924 |
+
.footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
|
1925 |
+
.footer .store-switcher label { font-weight:bold; vertical-align:middle; }
|
1926 |
+
.footer .store-switcher select { padding:0; vertical-align:middle; }
|
1927 |
+
.footer a { color:#fff; text-decoration:none; }
|
1928 |
+
.footer a:hover { border-bottom:1px dotted #fff; }
|
1929 |
+
.footer .bugs { margin:13px 0 0; color:#ecf3f6; display:none;}
|
1930 |
+
.footer .bugs a { color:#fff; text-decoration:underline; }
|
1931 |
+
.footer .bugs a:hover { text-decoration:none; }
|
1932 |
+
.footer address { margin:0; float:right; color:#fff; font-size:11px; font-family:Tahoma,Geneva,Kalimati,sans-serif;}
|
1933 |
+
.footer address a { color:#fff; text-decoration:underline; }
|
1934 |
+
.footer address a:hover { text-decoration:none; }
|
1935 |
+
.footer ul { display:inline; }
|
1936 |
+
.footer ul.links { display:block; }
|
1937 |
+
.footer li { display:inline; background:url(../images/bkg_pipe5.gif) 100% 60% no-repeat; padding:0 20px 0 19px; }
|
1938 |
+
.footer li.last { background:none !important; padding-right:0 !important; }
|
1939 |
+
.footer-container .bottom-container { margin:0 0 5px; }
|
1940 |
+
.footer .footer_links li a{
|
1941 |
+
padding:0 5px;
|
1942 |
+
}
|
1943 |
+
.footer .footer_links ul{
|
1944 |
+
margin-right:7px;
|
1945 |
+
}
|
1946 |
+
.footer .footer_links ul,
|
1947 |
+
.footer .footer_links{
|
1948 |
+
float:left;
|
1949 |
+
}
|
1950 |
+
/* ======================================================================================= */
|
1951 |
+
|
1952 |
+
/* Sample Data============================================================================ */
|
1953 |
+
.home-callout { margin-bottom:12px; }
|
1954 |
+
.home-callout img { display:block }
|
1955 |
+
.home-spot { float:left; width:425px; margin-left:20px; }
|
1956 |
+
.home-spot img{max-width:100%;}
|
1957 |
+
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
|
1958 |
+
.best-selling table { border-top:1px solid #ccc; }
|
1959 |
+
.best-selling tr.odd { background:#eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
|
1960 |
+
.best-selling tr.even { background:#fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
|
1961 |
+
.best-selling td { width:50%; border-bottom:1px solid #ccc; padding:8px 10px 8px 8px; font-size:11px; }
|
1962 |
+
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
|
1963 |
+
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
|
1964 |
+
.best-selling a.product-name,
|
1965 |
+
.home-spot .best-selling a.product-name:hover { color:#203548; }
|
1966 |
+
/* ======================================================================================= */
|
1967 |
+
|
1968 |
+
|
1969 |
+
/* Clears ================================================================================ */
|
1970 |
+
.clearer:after,
|
1971 |
+
.before-footer-in:after,
|
1972 |
+
.header-container:after,
|
1973 |
+
.header-container .top-container:after,
|
1974 |
+
.header:after,
|
1975 |
+
.header .quick-access:after,
|
1976 |
+
#nav:after,
|
1977 |
+
.main:after,
|
1978 |
+
.footer:after,
|
1979 |
+
.footer-container .bottom-container:after,
|
1980 |
+
.col-main:after,
|
1981 |
+
.col2-set:after,
|
1982 |
+
.col3-set:after,
|
1983 |
+
.col3-layout .product-options-bottom .price-box:after,
|
1984 |
+
.col4-set:after,
|
1985 |
+
.search-autocomplete li:after,
|
1986 |
+
.block .block-content:after,
|
1987 |
+
.block .actions:after,
|
1988 |
+
.block li.item:after,
|
1989 |
+
.block-poll li:after,
|
1990 |
+
.block-layered-nav .currently li:after,
|
1991 |
+
.page-title:after,
|
1992 |
+
.products-grid:after,
|
1993 |
+
.products-list li.item:after,
|
1994 |
+
.box-account .box-head:after,
|
1995 |
+
.dashboard .box .box-title:after,
|
1996 |
+
.box-reviews li.item:after,
|
1997 |
+
.box-tags li.item:after,
|
1998 |
+
.pager:after,
|
1999 |
+
.sorter:after,
|
2000 |
+
.ratings:after,
|
2001 |
+
.add-to-box:after,
|
2002 |
+
.add-to-cart:after,
|
2003 |
+
.product-essential:after,
|
2004 |
+
.product-collateral:after,
|
2005 |
+
.product-view .product-img-box .more-views ul:after,
|
2006 |
+
.product-view .box-tags .form-add:after,
|
2007 |
+
.product-view .product-shop .short-description:after,
|
2008 |
+
.product-view .box-description:after,
|
2009 |
+
.product-options .options-list li:after,
|
2010 |
+
.product-options-bottom:after,
|
2011 |
+
.product-review:after,
|
2012 |
+
.cart:after,
|
2013 |
+
.cart-collaterals:after,
|
2014 |
+
.cart .crosssell li.item:after,
|
2015 |
+
.opc .step-title:after,
|
2016 |
+
.checkout-progress:after,
|
2017 |
+
.multiple-checkout .place-order:after,
|
2018 |
+
.group-select li:after,
|
2019 |
+
.form-list li:after,
|
2020 |
+
.form-list .field:after,
|
2021 |
+
.buttons-set:after,
|
2022 |
+
.page-print .print-head:after,
|
2023 |
+
.advanced-search-summary:after,
|
2024 |
+
.gift-messages-form .item:after,
|
2025 |
+
.send-friend .form-list li p:after,
|
2026 |
+
.product-tabs:after,
|
2027 |
+
.product-tabs-content:after{ display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
2028 |
+
/* ======================================================================================= */
|
2029 |
+
|
2030 |
+
.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; }
|
2031 |
+
.cards-list dt { margin:5px 0 0; }
|
2032 |
+
.cards-list .offset { padding:2px 0 2px 20px; }
|
2033 |
+
|
2034 |
+
/* Configured price */
|
2035 |
+
.configured-price { margin:0; }
|
2036 |
+
.configured-price .price-label { font-weight:bold; white-space:nowrap; }
|
2037 |
+
.configured-price .price { font-weight:bold; }
|
2038 |
+
|
2039 |
+
.product-options {position:relative;}
|
2040 |
+
|
2041 |
+
.sp-methods .release-amounts { margin:0.5em 0; }
|
2042 |
+
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
|
2043 |
+
|
2044 |
+
.block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
|
2045 |
+
.block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
|
2046 |
+
.block-progress .cards-list .info-table th { font-weight:normal; }
|
2047 |
+
|
2048 |
+
.product-options-bottom .add-to-links,.product-view .product-shop .product-options-bottom .add-to-links{clear:both;font-size:11px;}
|
2049 |
+
.product-options-bottom .add-to-links li, .product-options-bottom .add-to-links li .separator {
|
2050 |
+
display: inline;
|
2051 |
+
}
|
2052 |
+
|
2053 |
+
/* CSS3 Borders */
|
2054 |
+
.opc .step-title .number,
|
2055 |
+
.dashboard .box-reviews .number,
|
2056 |
+
.dashboard .box-tags .number{-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
|
2057 |
+
|
2058 |
+
input.input-text,
|
2059 |
+
select,
|
2060 |
+
textarea,
|
2061 |
+
.fieldset .legend,
|
2062 |
+
.mini-products-list .product-image img{-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
|
2063 |
+
|
2064 |
+
.fieldset,
|
2065 |
+
.messages li,
|
2066 |
+
.toolbar,
|
2067 |
+
.product-view .product-img-box .more-views li a img,
|
2068 |
+
.product-options,
|
2069 |
+
.tags-list,
|
2070 |
+
.box-account,
|
2071 |
+
.addresses-list li.item,
|
2072 |
+
.order-info,
|
2073 |
+
.order-info-box,
|
2074 |
+
.advanced-search-summary{-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;}
|
2075 |
+
.guest-select {width:305px !important;}
|
2076 |
+
|
2077 |
+
.form-list-narrow li { margin-bottom:0; }
|
2078 |
+
.form-list-narrow li .input-box { margin-bottom:6px; }
|
2079 |
+
.form-list-narrow li.wide .input-box { width:260px; }
|
2080 |
+
.form-list-narrow li.wide input.input-text,
|
2081 |
+
.form-list-narrow li.wide textarea { width:254px }
|
2082 |
+
.form-list-narrow li.wide select { width:260px; }
|
2083 |
+
|
2084 |
+
.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; }
|
2085 |
+
|
2086 |
+
/* Global site notices */
|
2087 |
+
.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; }
|
2088 |
+
.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; }
|
2089 |
+
.global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
|
2090 |
+
.global-site-notice .notice-inner .actions { padding-top:10px; }
|
2091 |
+
|
2092 |
+
.block-cart .mini-products-list .product-details .product-name,
|
2093 |
+
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
|
2094 |
+
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
|
2095 |
+
|
2096 |
+
.cart-table .btn-update,
|
2097 |
+
.cart-table .btn-empty { float:right; }
|
2098 |
+
.cart-table .btn-update { margin-left:10px; }
|
2099 |
+
|
2100 |
+
/* Captcha ================================================================================ */
|
2101 |
+
.captcha-note { clear:left; padding-top:5px; }
|
2102 |
+
.captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
|
2103 |
+
.captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
|
2104 |
+
.registered-users .captcha-image { margin:0;}
|
2105 |
+
.captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
|
2106 |
+
.captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
|
2107 |
+
|
2108 |
+
@-webkit-keyframes rotate {
|
2109 |
+
0% { -webkit-transform:rotate(0); }
|
2110 |
+
0% { -webkit-transform:rotate(-360deg); }
|
2111 |
+
}
|
2112 |
+
@-moz-keyframes rotate {
|
2113 |
+
0% { -moz-transform:rotate(0); }
|
2114 |
+
0% { -moz-transform:rotate(-360deg); }
|
2115 |
+
}
|
2116 |
+
@keyframes rotate {
|
2117 |
+
0% { transform:rotate(0); }
|
2118 |
+
0% { transform:rotate(-360deg); }
|
2119 |
+
}
|
skin/frontend/default/clothing_store_red/images/best_selling_tr_even_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/best_selling_tr_odd_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bf_link_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_block-actions.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_block-layered-dd.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_block-layered-dt.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_block-layered-li.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_block-layered1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_block-title.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_buttons-set1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_collapse-gm.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_collapse.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_divider1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_grand-total.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_grid.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_login-box.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_nav1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_opc-title-off.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_pipe1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_pipe2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_pipe3.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_pipe5.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_rating.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_tfoot.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_th-v.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_th.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bkg_toolbar.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/block_button_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/block_title_color_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/block_title_gray_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/bread_arrow.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_edit.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_gm-close.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_google_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_paypal_checkout.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_previous.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_remove.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_remove2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_trash.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/btn_window_close.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/button_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/button_checkout.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/calendar.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/cart_img_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/cart_totals_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/catalog/product/placeholder/image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/catalog/product/placeholder/small_image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/catalog/product/placeholder/thumbnail.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/col_left_block_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/col_right_block_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/crosell_head.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/crossell_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/cvv.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/cvv.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/disconut_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/disount_head.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/fam_book_open.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/grid-cal.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/grid_item_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/grid_item_bg2.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_arrow-top.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_asc_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_availability_only.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_availability_only_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_desc_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_msg-error.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_msg-note.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_msg-success.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_notice.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_page1.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_page2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_pager-next.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_pager-prev.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_print.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_rss-big.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_rss.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_search_criteria.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_tag_add.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_tier.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_type_grid.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/i_type_list.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/input_bkg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/list_item_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/logo.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/logo_email.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/logo_print.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/magnifier_handle.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/main_img_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/map_popup_arrow.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/nav_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/nav_li_bkg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/nav_li_li_a_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/nav_over_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/nav_over_bkg2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/np_cart_thumb.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/np_more_img.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/np_product_main.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/np_thumb.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/np_thumb2.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/opc-ajax-loader.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/page_head_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/pager_arrow_left.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/pager_arrow_right.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/product_zoom_overlay_magnif.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/search_bkg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/slider_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/slider_btn_zoom_in.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/slider_btn_zoom_out.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/spacer.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/tabs_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/toolbar_brd.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/validation_advice_bg.gif
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/validation_advice_bg.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/catalog/category/placeholder/image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/catalog/category/placeholder/small_image.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/tab_account.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/tab_cart.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/tab_home.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/tab_more.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/tab_page.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/tab_search.png
ADDED
Binary file
|
skin/frontend/default/clothing_store_red/images/xmlconnect/tab_shop.png
ADDED
Binary file
|
source/Clothing_Store-orange/1_Home.psd
ADDED
Binary file
|
source/Clothing_Store-orange/2_Products_grid.psd
ADDED
Binary file
|
source/Clothing_Store-orange/3_Products_list.psd
ADDED
Binary file
|
source/Clothing_Store-orange/4_Product_page.psd
ADDED
Binary file
|
source/Clothing_Store-orange/5_Cart.psd
ADDED
Binary file
|
source/Clothing_Store-orange/6_Checkout.psd
ADDED
Binary file
|
source/Clothing_Store-orange/7_User_account.psd.psd
ADDED
Binary file
|
source/Clothing_Store-purple/1_Home.psd
ADDED
Binary file
|
source/Clothing_Store-purple/2_Products_grid.psd
ADDED
Binary file
|
source/Clothing_Store-purple/3_Products_list.psd
ADDED
Binary file
|
source/Clothing_Store-purple/4_Product_page.psd
ADDED
Binary file
|
source/Clothing_Store-purple/5_Cart.psd
ADDED
Binary file
|
source/Clothing_Store-purple/6_Checkout.psd
ADDED
Binary file
|
source/Clothing_Store-purple/7_User_account.psd.psd
ADDED
Binary file
|
source/Clothing_Store-red/1_Home.psd
ADDED
Binary file
|
source/Clothing_Store-red/2_Products_grid.psd
ADDED
Binary file
|
source/Clothing_Store-red/3_Products_list.psd
ADDED
Binary file
|
source/Clothing_Store-red/4_Product_page.psd
ADDED
Binary file
|
source/Clothing_Store-red/5_Cart.psd
ADDED
Binary file
|
source/Clothing_Store-red/6_Checkout.psd
ADDED
Binary file
|
source/Clothing_Store-red/7_User_account.psd.psd
ADDED
Binary file
|