Version Notes
Theme has been tested on Magento 1.5.x, 1.6.x, 1.7.x
Download this release
Release Info
Developer | Pagayo |
Extension | pagayo_pt003 |
Version | 0.1.1 |
Comparing to | |
See all releases |
Version 0.1.1
- app/code/local/Pagayo/Main/Helper/Data.php +6 -0
- app/code/local/Pagayo/Main/etc/adminhtml.xml +16 -0
- app/code/local/Pagayo/Main/etc/config.xml +47 -0
- app/code/local/Pagayo/Main/etc/system.xml +35 -0
- app/code/local/Pagayo/Pt003/etc/adminhtml.xml +16 -0
- app/code/local/Pagayo/Pt003/etc/config.xml +46 -0
- app/code/local/Pagayo/Pt003/etc/system.xml +44 -0
- app/code/local/Pagayo/Pt003/sql/pt003_setup/mysql4-install-0.1.1.php +246 -0
- app/design/adminhtml/default/default/layout/pagayo_main.xml +10 -0
- app/design/frontend/default/pagayo-theme-003/layout/newsletter.xml +56 -0
- app/design/frontend/default/pagayo-theme-003/layout/page.xml +191 -0
- app/design/frontend/default/pagayo-theme-003/template/callouts/left_col.phtml +1 -0
- app/design/frontend/default/pagayo-theme-003/template/callouts/right_col.phtml +1 -0
- app/design/frontend/default/pagayo-theme-003/template/catalog/product/list.phtml +141 -0
- app/design/frontend/default/pagayo-theme-003/template/catalog/product/list/upsell.phtml +52 -0
- app/design/frontend/default/pagayo-theme-003/template/catalog/product/view.phtml +167 -0
- app/design/frontend/default/pagayo-theme-003/template/catalog/product/view/addto.phtml +50 -0
- app/design/frontend/default/pagayo-theme-003/template/catalog/product/view/media.phtml +78 -0
- app/design/frontend/default/pagayo-theme-003/template/catalogsearch/term.phtml +39 -0
- app/design/frontend/default/pagayo-theme-003/template/newsletter/subscribe.phtml +54 -0
- app/design/frontend/default/pagayo-theme-003/template/pagayo/home.phtml +47 -0
- app/design/frontend/default/pagayo-theme-003/template/page/1column.phtml +60 -0
- app/design/frontend/default/pagayo-theme-003/template/page/2columns-left.phtml +61 -0
- app/design/frontend/default/pagayo-theme-003/template/page/2columns-right.phtml +61 -0
- app/design/frontend/default/pagayo-theme-003/template/page/3columns.phtml +64 -0
- app/design/frontend/default/pagayo-theme-003/template/page/html/breadcrumbs.phtml +52 -0
- app/design/frontend/default/pagayo-theme-003/template/page/html/footer.phtml +96 -0
- app/design/frontend/default/pagayo-theme-003/template/page/html/header.phtml +78 -0
- app/design/frontend/default/pagayo-theme-003/template/paypal/partner/logo.phtml +0 -0
- app/design/frontend/default/pagayo-theme-003/template/reports/product_viewed.phtml +47 -0
- app/etc/modules/Pagayo_Main.xml +9 -0
- app/etc/modules/Pagayo_Pt003.xml +9 -0
- media/wysiwyg/pagayo/pt003/icon-payment-amex.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-payment-mastercard.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-payment-moneybookers.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-payment-paypal.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-payment-visa.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-social-facebook.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-social-googleplus.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-social-pinterest.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-social-twitter.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-social-vimeo.png +0 -0
- media/wysiwyg/pagayo/pt003/icon-social-youtube.png +0 -0
- media/wysiwyg/pagayo/pt003/pt003-banner-left.png +0 -0
- media/wysiwyg/pagayo/pt003/pt003-banner-right.png +0 -0
- media/wysiwyg/pagayo/pt003/pt003-home-box1.jpg +0 -0
- media/wysiwyg/pagayo/pt003/pt003-home-box2.jpg +0 -0
- media/wysiwyg/pagayo/pt003/pt003-home-box3.jpg +0 -0
- media/wysiwyg/pagayo/pt003/pt003-home-box4.jpg +0 -0
- media/wysiwyg/pagayo/pt003/pt003-home-slider1.jpg +0 -0
- media/wysiwyg/pagayo/pt003/pt003-home-slider2.jpg +0 -0
- media/wysiwyg/pagayo/pt003/pt003-home-slider3.jpg +0 -0
- package.xml +18 -0
- skin/adminhtml/default/default/pagayo_main/css/window.css +20 -0
- skin/adminhtml/default/default/pagayo_main/images/button-store.png +0 -0
- skin/frontend/default/pagayo-theme-003/css/print.css +39 -0
- skin/frontend/default/pagayo-theme-003/css/styles-ie.css +137 -0
- skin/frontend/default/pagayo-theme-003/css/styles.css +5189 -0
- skin/frontend/default/pagayo-theme-003/favicon.ico +0 -0
- skin/frontend/default/pagayo-theme-003/images/anext.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/aprev.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-cleanpaper-light.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-cleanpaper.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-darklinen.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-darklinen2.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-darknoise.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-darknoise2.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-greylinen.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-greylinen2.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bg-lighlinen.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/bkg_button.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/bkg_collapse.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/bkg_parent.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/bkg_rating.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/btn_edit.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/btn_remove.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/btn_trash.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/btn_window_close.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/catalog/product/placeholder/image.jpg +0 -0
- skin/frontend/default/pagayo-theme-003/images/catalog/product/placeholder/small_image.jpg +0 -0
- skin/frontend/default/pagayo-theme-003/images/catalog/product/placeholder/thumbnail.jpg +0 -0
- skin/frontend/default/pagayo-theme-003/images/cvv.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/fam_book_open.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/griditem-bottom.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/header-bg.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_asc_arrow.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_availability_only_arrow.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_desc_arrow.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_msg-error.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_msg-note.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_msg-success.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_notice.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_pager-next.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_pager-prev.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_print.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_rss-big.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/i_rss.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/label-sale.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/logo.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/logo_email.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/logo_print.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/magnifier_handle.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/main-bg.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/opc-ajax-loader.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/pagentopic.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/pager_arrow_left.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/pager_arrow_right.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/search-icon-bg.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/shadow-footer.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/shadow-main.png +0 -0
- skin/frontend/default/pagayo-theme-003/images/slider_bg.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/slider_btn_zoom_in.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/slider_btn_zoom_out.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/spacer.gif +0 -0
- skin/frontend/default/pagayo-theme-003/images/validation_advice_bg.gif +0 -0
- skin/frontend/default/pagayo-theme-003/js/glider.js +178 -0
app/code/local/Pagayo/Main/Helper/Data.php
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
class Pagayo_Main_Helper_Data extends Mage_Core_Helper_Abstract
|
4 |
+
{
|
5 |
+
|
6 |
+
}
|
app/code/local/Pagayo/Main/etc/adminhtml.xml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<menu>
|
4 |
+
<main translate="title" module="main">
|
5 |
+
<title>Pagayo</title>
|
6 |
+
<sort_order>1000</sort_order>
|
7 |
+
<children>
|
8 |
+
<ext translate="title" module="main">
|
9 |
+
<title>Pagayo Extensions Store</title>
|
10 |
+
<sort_order>10</sort_order>
|
11 |
+
<action>adminhtml/system_config/edit/section/pagayostore</action>
|
12 |
+
</ext>
|
13 |
+
</children>
|
14 |
+
</main>
|
15 |
+
</menu>
|
16 |
+
</config>
|
app/code/local/Pagayo/Main/etc/config.xml
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
|
4 |
+
<modules>
|
5 |
+
<Pagayo_Main>
|
6 |
+
<version>0.1.0</version>
|
7 |
+
</Pagayo_Main>
|
8 |
+
</modules>
|
9 |
+
|
10 |
+
<global>
|
11 |
+
<helpers>
|
12 |
+
<main>
|
13 |
+
<class>Pagayo_Main_Helper</class>
|
14 |
+
</main>
|
15 |
+
</helpers>
|
16 |
+
</global>
|
17 |
+
|
18 |
+
<adminhtml>
|
19 |
+
<layout>
|
20 |
+
<updates>
|
21 |
+
<pagayoall module="PAGAYO_MAIN">
|
22 |
+
<file>pagayo_main.xml</file>
|
23 |
+
</pagayoall>
|
24 |
+
</updates>
|
25 |
+
</layout>
|
26 |
+
<acl>
|
27 |
+
<resources>
|
28 |
+
<admin>
|
29 |
+
<children>
|
30 |
+
<system>
|
31 |
+
<children>
|
32 |
+
<config>
|
33 |
+
<children>
|
34 |
+
<pagayostore>
|
35 |
+
<title>Pagayo Extensions Store</title>
|
36 |
+
</pagayostore>
|
37 |
+
</children>
|
38 |
+
</config>
|
39 |
+
</children>
|
40 |
+
</system>
|
41 |
+
</children>
|
42 |
+
</admin>
|
43 |
+
</resources>
|
44 |
+
</acl>
|
45 |
+
</adminhtml>
|
46 |
+
|
47 |
+
</config>
|
app/code/local/Pagayo/Main/etc/system.xml
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
|
4 |
+
<tabs>
|
5 |
+
<pagayo translate="label">
|
6 |
+
<label>Pagayo</label>
|
7 |
+
<sort_order>300</sort_order>
|
8 |
+
</pagayo>
|
9 |
+
</tabs>
|
10 |
+
|
11 |
+
<sections>
|
12 |
+
<pagayostore>
|
13 |
+
<label>Pagayo Extensions Store</label>
|
14 |
+
<tab>pagayo</tab>
|
15 |
+
<class>pagayoall-section</class>
|
16 |
+
<frontend_type>text</frontend_type>
|
17 |
+
<sort_order>10</sort_order>
|
18 |
+
<show_in_default>1</show_in_default>
|
19 |
+
<show_in_website>1</show_in_website>
|
20 |
+
<show_in_store>1</show_in_store>
|
21 |
+
<groups>
|
22 |
+
<extensions translate="label">
|
23 |
+
<label>Pagayo Extensions Store</label>
|
24 |
+
<comment><![CDATA[<p><b><a href="http://www.pagayo.com" target="_blank">Pagayo Extensions Store →</a></b></p><p>On <a href="http://www.pagayo.com" target="_blank">www.pagayo.com</a> you find professional Magento themes and useful extensions.</p>]]></comment>
|
25 |
+
<expanded>1</expanded>
|
26 |
+
<sort_order>10</sort_order>
|
27 |
+
<show_in_default>1</show_in_default>
|
28 |
+
<show_in_website>1</show_in_website>
|
29 |
+
<show_in_store>1</show_in_store>
|
30 |
+
</extensions>
|
31 |
+
</groups>
|
32 |
+
</pagayostore>
|
33 |
+
</sections>
|
34 |
+
|
35 |
+
</config>
|
app/code/local/Pagayo/Pt003/etc/adminhtml.xml
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<menu>
|
4 |
+
<main translate="title" module="main">
|
5 |
+
<title>Pagayo</title>
|
6 |
+
<sort_order>1000</sort_order>
|
7 |
+
<children>
|
8 |
+
<pt003 translate="title" module="main">
|
9 |
+
<title>Theme Jewelry</title>
|
10 |
+
<sort_order>300</sort_order>
|
11 |
+
<action>adminhtml/system_config/edit/section/pagayopt003</action>
|
12 |
+
</pt003>
|
13 |
+
</children>
|
14 |
+
</main>
|
15 |
+
</menu>
|
16 |
+
</config>
|
app/code/local/Pagayo/Pt003/etc/config.xml
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
|
4 |
+
<modules>
|
5 |
+
<Pagayo_Pt003>
|
6 |
+
<version>0.1.1</version>
|
7 |
+
</Pagayo_Pt003>
|
8 |
+
</modules>
|
9 |
+
|
10 |
+
<global>
|
11 |
+
<resources>
|
12 |
+
<pt003_setup>
|
13 |
+
<setup>
|
14 |
+
<module>Pagayo_Pt003</module>
|
15 |
+
<class>Mage_Eav_Model_Entity_Setup</class>
|
16 |
+
</setup>
|
17 |
+
<connection>
|
18 |
+
<use>default_setup</use>
|
19 |
+
</connection>
|
20 |
+
</pt003_setup>
|
21 |
+
</resources>
|
22 |
+
</global>
|
23 |
+
|
24 |
+
<adminhtml>
|
25 |
+
<acl>
|
26 |
+
<resources>
|
27 |
+
<admin>
|
28 |
+
<children>
|
29 |
+
<system>
|
30 |
+
<children>
|
31 |
+
<config>
|
32 |
+
<children>
|
33 |
+
<pagayopt003>
|
34 |
+
<title>Theme Jewelry</title>
|
35 |
+
</pagayopt003>
|
36 |
+
</children>
|
37 |
+
</config>
|
38 |
+
</children>
|
39 |
+
</system>
|
40 |
+
</children>
|
41 |
+
</admin>
|
42 |
+
</resources>
|
43 |
+
</acl>
|
44 |
+
</adminhtml>
|
45 |
+
|
46 |
+
</config>
|
app/code/local/Pagayo/Pt003/etc/system.xml
ADDED
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
|
4 |
+
<tabs>
|
5 |
+
<pagayo translate="label">
|
6 |
+
<label>Pagayo</label>
|
7 |
+
<sort_order>300</sort_order>
|
8 |
+
</pagayo>
|
9 |
+
</tabs>
|
10 |
+
|
11 |
+
<sections>
|
12 |
+
<pagayopt003>
|
13 |
+
<label>Theme Jewelry</label>
|
14 |
+
<tab>pagayo</tab>
|
15 |
+
<class>pagayo-section</class>
|
16 |
+
<frontend_type>text</frontend_type>
|
17 |
+
<sort_order>300</sort_order>
|
18 |
+
<show_in_default>1</show_in_default>
|
19 |
+
<show_in_website>1</show_in_website>
|
20 |
+
<show_in_store>1</show_in_store>
|
21 |
+
<groups>
|
22 |
+
<generalinformation translate="label">
|
23 |
+
<label>General Information</label>
|
24 |
+
<comment><![CDATA[✓ Pagayo Theme Jewelry successfully installed]]></comment>
|
25 |
+
<expanded>1</expanded>
|
26 |
+
<sort_order>10</sort_order>
|
27 |
+
<show_in_default>1</show_in_default>
|
28 |
+
<show_in_website>1</show_in_website>
|
29 |
+
<show_in_store>1</show_in_store>
|
30 |
+
</generalinformation>
|
31 |
+
<manual translate="label">
|
32 |
+
<label>Manual</label>
|
33 |
+
<comment><![CDATA[<p><b><a href="http://www.pagayo.com/wiki/manuals/" target="_blank">Read manual →</a></b></p><p>On <a href="http://www.pagayo.com" target="_blank">www.pagayo.com</a> you find all manuals for themes and extensions from Pagayo.</p>]]></comment>
|
34 |
+
<expanded>1</expanded>
|
35 |
+
<sort_order>20</sort_order>
|
36 |
+
<show_in_default>1</show_in_default>
|
37 |
+
<show_in_website>1</show_in_website>
|
38 |
+
<show_in_store>1</show_in_store>
|
39 |
+
</manual>
|
40 |
+
</groups>
|
41 |
+
</pagayopt003>
|
42 |
+
</sections>
|
43 |
+
|
44 |
+
</config>
|
app/code/local/Pagayo/Pt003/sql/pt003_setup/mysql4-install-0.1.1.php
ADDED
@@ -0,0 +1,246 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/**
|
3 |
+
* author Pagayo
|
4 |
+
* web www.pagayo.com
|
5 |
+
* license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
6 |
+
* Theme pt003
|
7 |
+
*/
|
8 |
+
?>
|
9 |
+
<?php
|
10 |
+
$this->startSetup();
|
11 |
+
Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
|
12 |
+
|
13 |
+
$staticBlock = array(
|
14 |
+
'title' => 'Follow us',
|
15 |
+
'identifier' => 'pt003-footer-social',
|
16 |
+
'content' => '<ul class="social-icons">
|
17 |
+
<li><a href="#" title="facebook"><img src="{{media url="wysiwyg/pagayo/pt003/icon-social-facebook.png"}}" alt="facebook"/></a></li>
|
18 |
+
<li><a href="#" title="twitter"><img src="{{media url="wysiwyg/pagayo/pt003/icon-social-twitter.png"}}" alt="twitter"/></a></li>
|
19 |
+
<li><a href="#" title="googleplus"><img src="{{media url="wysiwyg/pagayo/pt003/icon-social-googleplus.png"}}" alt="googleplus"/></a></li>
|
20 |
+
<li><a href="#" title="youtube"><img src="{{media url="wysiwyg/pagayo/pt003/icon-social-youtube.png"}}" alt="youtube"/></a></li>
|
21 |
+
<li><a href="#" title="vimeo"><img src="{{media url="wysiwyg/pagayo/pt003/icon-social-vimeo.png"}}" alt="vimeo"/></a></li>
|
22 |
+
<li><a href="#" title="pinterest"><img src="{{media url="wysiwyg/pagayo/pt003/icon-social-pinterest.png"}}" alt="pinterest"/></a></li>
|
23 |
+
</ul>',
|
24 |
+
'is_active' => 1,
|
25 |
+
'stores' => array(0)
|
26 |
+
);
|
27 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
28 |
+
|
29 |
+
$staticBlock = array(
|
30 |
+
'title' => 'Customer Service',
|
31 |
+
'identifier' => 'pt003-footer-box1',
|
32 |
+
'content' => '<ul>
|
33 |
+
<li><a href="{{store url="customer-service"}}">Customer Service</a></li>
|
34 |
+
<li><a href="{{store url="sales/guest/form"}}">Orders and Returns</a></li>
|
35 |
+
<li><a href="{{store url="customer-service"}}">Shipping and Delivery</a></li>
|
36 |
+
<li><a href="{{store url="catalog/seo_sitemap/category"}}">Sitemap</a></li>
|
37 |
+
</ul>',
|
38 |
+
'is_active' => 1,
|
39 |
+
'stores' => array(0)
|
40 |
+
);
|
41 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
42 |
+
|
43 |
+
$staticBlock = array(
|
44 |
+
'title' => 'About Us',
|
45 |
+
'identifier' => 'pt003-footer-box2',
|
46 |
+
'content' => '<ul>
|
47 |
+
<li><a href="{{store url="about-magento-demo-store"}}">About Us</a></li>
|
48 |
+
<li><a href="{{store url="privacy-policy-cookie-restriction-mode"}}">Privacy Policy</a></li>
|
49 |
+
<li><a href="{{store url="contacts"}}">Contact Us</a></li>
|
50 |
+
<li><a href="{{store url="customer-service"}}">Shopping Infos</a></li>
|
51 |
+
</ul>',
|
52 |
+
'is_active' => 1,
|
53 |
+
'stores' => array(0)
|
54 |
+
);
|
55 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
56 |
+
|
57 |
+
$staticBlock = array(
|
58 |
+
'title' => 'New Products',
|
59 |
+
'identifier' => 'pt003-footer-box3',
|
60 |
+
'content' => '<ul>
|
61 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
62 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
63 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
64 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
65 |
+
</ul>',
|
66 |
+
'is_active' => 1,
|
67 |
+
'stores' => array(0)
|
68 |
+
);
|
69 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
70 |
+
|
71 |
+
$staticBlock = array(
|
72 |
+
'title' => 'Popular',
|
73 |
+
'identifier' => 'pt003-footer-box4',
|
74 |
+
'content' => '<ul>
|
75 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
76 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
77 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
78 |
+
<li><a href="{{store url="#"}}">Textlink</a></li>
|
79 |
+
</ul>',
|
80 |
+
'is_active' => 1,
|
81 |
+
'stores' => array(0)
|
82 |
+
);
|
83 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
84 |
+
|
85 |
+
$staticBlock = array(
|
86 |
+
'title' => 'My Account',
|
87 |
+
'identifier' => 'pt003-footer-box5',
|
88 |
+
'content' => '<ul>
|
89 |
+
<li><a href="{{store url="customer/account"}}">My Account</a></li>
|
90 |
+
<li><a href="{{store url="wishlist"}}">My Wishlist</a></li>
|
91 |
+
<li><a href="{{store url="checkout/cart"}}">View Cart</a></li>
|
92 |
+
<li><a href="{{store url="checkout"}}">Checkout</a></li>
|
93 |
+
</ul>',
|
94 |
+
'is_active' => 1,
|
95 |
+
'stores' => array(0)
|
96 |
+
);
|
97 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
98 |
+
|
99 |
+
$staticBlock = array(
|
100 |
+
'title' => 'Footer Links',
|
101 |
+
'identifier' => 'pt003-footer-links',
|
102 |
+
'content' => '<ul class="links">
|
103 |
+
<li class="first"><a href="{{store url="about-magento-demo-store"}}">About Us</a></li>
|
104 |
+
<li><a href="{{store url="customer-service"}}">Customer Service</a></li>
|
105 |
+
<li><a href="{{store url="contacts"}}">Contact Us</a></li>
|
106 |
+
<li><a href="{{store url="catalogsearch/advanced"}}">Advanced Search</a></li>
|
107 |
+
<li><a href="{{store url="catalogsearch/term/popular"}}">Search Terms</a></li>
|
108 |
+
<li><a href="{{store url="catalog/seo_sitemap/category"}}">Sitemap</a></li>
|
109 |
+
<li><a class="link-rss" href="{{store url="rss"}}">RSS</a></li>
|
110 |
+
<li><a href="{{store url="sales/guest/form"}}">Orders and Returns</a></li>
|
111 |
+
<li class="last privacy"><a href="{{store url="privacy-policy-cookie-restriction-mode"}}">Privacy Policy</a></li>
|
112 |
+
</ul>',
|
113 |
+
'is_active' => 1,
|
114 |
+
'stores' => array(0)
|
115 |
+
);
|
116 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
117 |
+
|
118 |
+
$staticBlock = array(
|
119 |
+
'title' => 'Footer Payments',
|
120 |
+
'identifier' => 'pt003-footer-payments',
|
121 |
+
'content' => '<ul class="payment-icons">
|
122 |
+
<li><img src="{{media url="wysiwyg/pagayo/pt003/icon-payment-paypal.png"}}" alt="PayPal"/></li>
|
123 |
+
<li><img src="{{media url="wysiwyg/pagayo/pt003/icon-payment-visa.png"}}" alt="Visa"/></li>
|
124 |
+
<li><img src="{{media url="wysiwyg/pagayo/pt003/icon-payment-mastercard.png"}}" alt="MasterCard"/></li>
|
125 |
+
<li><img src="{{media url="wysiwyg/pagayo/pt003/icon-payment-amex.png"}}" alt="Amercian Express"/></li>
|
126 |
+
<li><img src="{{media url="wysiwyg/pagayo/pt003/icon-payment-moneybookers.png"}}" alt="Moneybookers"/></li>
|
127 |
+
</ul>',
|
128 |
+
'is_active' => 1,
|
129 |
+
'stores' => array(0)
|
130 |
+
);
|
131 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
132 |
+
|
133 |
+
$staticBlock = array(
|
134 |
+
'title' => 'Fast Shipping',
|
135 |
+
'identifier' => 'pt003-header-usp1',
|
136 |
+
'content' => 'and easy returns',
|
137 |
+
'is_active' => 1,
|
138 |
+
'stores' => array(0)
|
139 |
+
);
|
140 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
141 |
+
|
142 |
+
$staticBlock = array(
|
143 |
+
'title' => 'Secure Shopping',
|
144 |
+
'identifier' => 'pt003-header-usp2',
|
145 |
+
'content' => 'with fast checkout',
|
146 |
+
'is_active' => 1,
|
147 |
+
'stores' => array(0)
|
148 |
+
);
|
149 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
150 |
+
|
151 |
+
$staticBlock = array(
|
152 |
+
'title' => 'Call Center',
|
153 |
+
'identifier' => 'pt003-header-usp3',
|
154 |
+
'content' => '0123-456789',
|
155 |
+
'is_active' => 1,
|
156 |
+
'stores' => array(0)
|
157 |
+
);
|
158 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
159 |
+
|
160 |
+
$staticBlock = array(
|
161 |
+
'title' => 'pt003-home-slider1',
|
162 |
+
'identifier' => 'pt003-home-slider1',
|
163 |
+
'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-home-slider1.jpg"}}"/></a>',
|
164 |
+
'is_active' => 1,
|
165 |
+
'stores' => array(0)
|
166 |
+
);
|
167 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
168 |
+
|
169 |
+
$staticBlock = array(
|
170 |
+
'title' => 'pt003-home-slider2',
|
171 |
+
'identifier' => 'pt003-home-slider2',
|
172 |
+
'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-home-slider2.jpg"}}"/></a>',
|
173 |
+
'is_active' => 1,
|
174 |
+
'stores' => array(0)
|
175 |
+
);
|
176 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
177 |
+
|
178 |
+
$staticBlock = array(
|
179 |
+
'title' => 'pt003-home-slider3',
|
180 |
+
'identifier' => 'pt003-home-slider3',
|
181 |
+
'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-home-slider3.jpg"}}"/></a>',
|
182 |
+
'is_active' => 1,
|
183 |
+
'stores' => array(0)
|
184 |
+
);
|
185 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
186 |
+
|
187 |
+
$staticBlock = array(
|
188 |
+
'title' => 'pt003-home-box1',
|
189 |
+
'identifier' => 'pt003-home-box1',
|
190 |
+
'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-home-box1.jpg"}}"/></a>',
|
191 |
+
'is_active' => 1,
|
192 |
+
'stores' => array(0)
|
193 |
+
);
|
194 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
195 |
+
|
196 |
+
$staticBlock = array(
|
197 |
+
'title' => 'pt003-home-box2',
|
198 |
+
'identifier' => 'pt003-home-box2',
|
199 |
+
'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-home-box2.jpg"}}"/></a>',
|
200 |
+
'is_active' => 1,
|
201 |
+
'stores' => array(0)
|
202 |
+
);
|
203 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
204 |
+
|
205 |
+
$staticBlock = array(
|
206 |
+
'title' => 'pt003-home-box3',
|
207 |
+
'identifier' => 'pt003-home-box3',
|
208 |
+
'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-home-box3.jpg"}}"/></a>',
|
209 |
+
'is_active' => 1,
|
210 |
+
'stores' => array(0)
|
211 |
+
);
|
212 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
213 |
+
|
214 |
+
$staticBlock = array(
|
215 |
+
'title' => 'pt003-home-box4',
|
216 |
+
'identifier' => 'pt003-home-box4',
|
217 |
+
'content' => '<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-home-box4.jpg"}}"/></a>',
|
218 |
+
'is_active' => 1,
|
219 |
+
'stores' => array(0)
|
220 |
+
);
|
221 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
222 |
+
|
223 |
+
$staticBlock = array(
|
224 |
+
'title' => 'pt003-banner-left',
|
225 |
+
'identifier' => 'pt003-banner-left',
|
226 |
+
'content' => '<div class="block block-banner-left">
|
227 |
+
<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-banner-left.png"}}"/></a>
|
228 |
+
</div>',
|
229 |
+
'is_active' => 1,
|
230 |
+
'stores' => array(0)
|
231 |
+
);
|
232 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
233 |
+
|
234 |
+
$staticBlock = array(
|
235 |
+
'title' => 'pt003-banner-right',
|
236 |
+
'identifier' => 'pt003-banner-right',
|
237 |
+
'content' => '<div class="block block-banner-right">
|
238 |
+
<a href="{{store url="#"}}"><img src="{{media url="wysiwyg/pagayo/pt003/pt003-banner-right.png"}}"/></a>
|
239 |
+
</div>',
|
240 |
+
'is_active' => 1,
|
241 |
+
'stores' => array(0)
|
242 |
+
);
|
243 |
+
Mage::getModel('cms/block')->setData($staticBlock)->save();
|
244 |
+
|
245 |
+
$this->endSetup();
|
246 |
+
?>
|
app/design/adminhtml/default/default/layout/pagayo_main.xml
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<layout>
|
3 |
+
<default>
|
4 |
+
<reference name="head">
|
5 |
+
<action method="addCss">
|
6 |
+
<name>pagayo_main/css/window.css</name>
|
7 |
+
</action>
|
8 |
+
</reference>
|
9 |
+
</default>
|
10 |
+
</layout>
|
app/design/frontend/default/pagayo-theme-003/layout/newsletter.xml
ADDED
@@ -0,0 +1,56 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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) 2012 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 |
+
<!--
|
33 |
+
Customer account pages, rendered for all tabs in dashboard
|
34 |
+
-->
|
35 |
+
|
36 |
+
<customer_account>
|
37 |
+
<!-- Mage_Newsletter -->
|
38 |
+
<reference name="customer_account_navigation">
|
39 |
+
<action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
|
40 |
+
</reference>
|
41 |
+
</customer_account>
|
42 |
+
|
43 |
+
<newsletter_manage_index translate="label">
|
44 |
+
<label>Customer My Account Newsletter Subscriptions</label>
|
45 |
+
<update handle="customer_account"/>
|
46 |
+
<reference name="my.account.wrapper">
|
47 |
+
<block type="customer/newsletter" name="customer_newsletter">
|
48 |
+
<block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
|
49 |
+
<label>Newsletter Subscription Form Before</label>
|
50 |
+
<action method="setMayBeInvisible"><value>1</value></action>
|
51 |
+
</block>
|
52 |
+
</block>
|
53 |
+
</reference>
|
54 |
+
</newsletter_manage_index>
|
55 |
+
|
56 |
+
</layout>
|
app/design/frontend/default/pagayo-theme-003/layout/page.xml
ADDED
@@ -0,0 +1,191 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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) 2012 Magento Inc. (http://www.magentocommerce.com)
|
25 |
+
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
26 |
+
*/
|
27 |
+
-->
|
28 |
+
<layout version="0.1.0">
|
29 |
+
<!--
|
30 |
+
Default layout, loads most of the pages
|
31 |
+
-->
|
32 |
+
|
33 |
+
<default translate="label" module="page">
|
34 |
+
<label>All Pages</label>
|
35 |
+
<block type="page/html" name="root" output="toHtml" template="page/3columns.phtml">
|
36 |
+
|
37 |
+
<block type="page/html_head" name="head" as="head">
|
38 |
+
<action method="addJs"><script>prototype/prototype.js</script></action>
|
39 |
+
<action method="addJs"><script>lib/ccard.js</script></action>
|
40 |
+
<action method="addJs"><script>prototype/validation.js</script></action>
|
41 |
+
<action method="addJs"><script>scriptaculous/builder.js</script></action>
|
42 |
+
<action method="addJs"><script>scriptaculous/effects.js</script></action>
|
43 |
+
<action method="addJs"><script>scriptaculous/dragdrop.js</script></action>
|
44 |
+
<action method="addJs"><script>scriptaculous/controls.js</script></action>
|
45 |
+
<action method="addJs"><script>scriptaculous/slider.js</script></action>
|
46 |
+
<action method="addJs"><script>varien/js.js</script></action>
|
47 |
+
<action method="addJs"><script>varien/form.js</script></action>
|
48 |
+
<action method="addJs"><script>varien/menu.js</script></action>
|
49 |
+
<action method="addJs"><script>mage/translate.js</script></action>
|
50 |
+
<action method="addJs"><script>mage/cookies.js</script></action>
|
51 |
+
|
52 |
+
<block type="page/js_cookie" name="js_cookies" template="page/js/cookie.phtml"/>
|
53 |
+
|
54 |
+
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
55 |
+
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
|
56 |
+
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
57 |
+
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
|
58 |
+
|
59 |
+
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
60 |
+
<action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
|
61 |
+
</block>
|
62 |
+
|
63 |
+
<block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
|
64 |
+
<label>Page Top</label>
|
65 |
+
</block>
|
66 |
+
|
67 |
+
<block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
|
68 |
+
|
69 |
+
<block type="page/html_header" name="header" as="header">
|
70 |
+
<block type="page/template_links" name="top.links" as="topLinks"/>
|
71 |
+
<block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
|
72 |
+
<block type="core/text_list" name="top.menu" as="topMenu" translate="label">
|
73 |
+
<label>Navigation Bar</label>
|
74 |
+
<block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
|
75 |
+
</block>
|
76 |
+
<block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
|
77 |
+
<label>Page Header</label>
|
78 |
+
<action method="setElementClass"><value>top-container</value></action>
|
79 |
+
</block>
|
80 |
+
</block>
|
81 |
+
|
82 |
+
<block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
|
83 |
+
|
84 |
+
<block type="core/text_list" name="left" as="left" translate="label">
|
85 |
+
<label>Left Column</label>
|
86 |
+
</block>
|
87 |
+
|
88 |
+
<block type="core/messages" name="global_messages" as="global_messages"/>
|
89 |
+
<block type="core/messages" name="messages" as="messages"/>
|
90 |
+
|
91 |
+
<block type="core/text_list" name="content" as="content" translate="label">
|
92 |
+
<label>Main Content Area</label>
|
93 |
+
</block>
|
94 |
+
|
95 |
+
<block type="core/text_list" name="right" as="right" translate="label">
|
96 |
+
<label>Right Column</label>
|
97 |
+
</block>
|
98 |
+
|
99 |
+
<block type="page/html_footer" name="footer" as="footer" template="page/html/footer.phtml">
|
100 |
+
<block type="newsletter/subscribe" name="left.newsletter" template="newsletter/subscribe.phtml"/>
|
101 |
+
<block type="page/html_wrapper" name="bottom.container" as="bottomContainer" translate="label">
|
102 |
+
<label>Page Footer</label>
|
103 |
+
<action method="setElementClass"><value>bottom-container</value></action>
|
104 |
+
</block>
|
105 |
+
<block type="page/switch" name="store_switcher" as="store_switcher" template="page/switch/stores.phtml"/>
|
106 |
+
<block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
|
107 |
+
</block>
|
108 |
+
|
109 |
+
<block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
|
110 |
+
<label>Page Bottom</label>
|
111 |
+
</block>
|
112 |
+
</block>
|
113 |
+
|
114 |
+
<block type="core/profiler" output="toHtml" name="core_profiler"/>
|
115 |
+
</default>
|
116 |
+
|
117 |
+
<print translate="label" module="page">
|
118 |
+
<label>All Pages (Print Version)</label>
|
119 |
+
<!-- Mage_Page -->
|
120 |
+
<block type="page/html" name="root" output="toHtml" template="page/print.phtml">
|
121 |
+
|
122 |
+
<block type="page/html_head" name="head" as="head">
|
123 |
+
<action method="addJs"><script>prototype/prototype.js</script></action>
|
124 |
+
<action method="addJs"><script>mage/translate.js</script></action>
|
125 |
+
<action method="addJs"><script>lib/ccard.js</script></action>
|
126 |
+
<action method="addJs"><script>prototype/validation.js</script></action>
|
127 |
+
<action method="addJs"><script>varien/js.js</script></action>
|
128 |
+
|
129 |
+
<action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
|
130 |
+
<action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
|
131 |
+
<action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
|
132 |
+
<action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
|
133 |
+
|
134 |
+
<action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
|
135 |
+
<action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
|
136 |
+
|
137 |
+
</block>
|
138 |
+
|
139 |
+
<block type="core/text_list" name="content" as="content" translate="label">
|
140 |
+
<label>Main Content Area</label>
|
141 |
+
</block>
|
142 |
+
|
143 |
+
</block>
|
144 |
+
</print>
|
145 |
+
|
146 |
+
<!-- Custom page layout handles -->
|
147 |
+
<page_empty translate="label">
|
148 |
+
<label>All Empty Layout Pages</label>
|
149 |
+
<reference name="root">
|
150 |
+
<action method="setTemplate"><template>page/empty.phtml</template></action>
|
151 |
+
<!-- Mark root page block that template is applied -->
|
152 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
153 |
+
</reference>
|
154 |
+
</page_empty>
|
155 |
+
|
156 |
+
<page_one_column translate="label">
|
157 |
+
<label>All One-Column Layout Pages</label>
|
158 |
+
<reference name="root">
|
159 |
+
<action method="setTemplate"><template>page/1column.phtml</template></action>
|
160 |
+
<!-- Mark root page block that template is applied -->
|
161 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
162 |
+
</reference>
|
163 |
+
</page_one_column>
|
164 |
+
|
165 |
+
<page_two_columns_left translate="label">
|
166 |
+
<label>All Two-Column Layout Pages (Left Column)</label>
|
167 |
+
<reference name="root">
|
168 |
+
<action method="setTemplate"><template>page/2columns-left.phtml</template></action>
|
169 |
+
<!-- Mark root page block that template is applied -->
|
170 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
171 |
+
</reference>
|
172 |
+
</page_two_columns_left>
|
173 |
+
|
174 |
+
<page_two_columns_right translate="label">
|
175 |
+
<label>All Two-Column Layout Pages (Right Column)</label>
|
176 |
+
<reference name="root">
|
177 |
+
<action method="setTemplate"><template>page/2columns-right.phtml</template></action>
|
178 |
+
<!-- Mark root page block that template is applied -->
|
179 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
180 |
+
</reference>
|
181 |
+
</page_two_columns_right>
|
182 |
+
|
183 |
+
<page_three_columns translate="label">
|
184 |
+
<label>All Three-Column Layout Pages</label>
|
185 |
+
<reference name="root">
|
186 |
+
<action method="setTemplate"><template>page/3columns.phtml</template></action>
|
187 |
+
<!-- Mark root page block that template is applied -->
|
188 |
+
<action method="setIsHandle"><applied>1</applied></action>
|
189 |
+
</reference>
|
190 |
+
</page_three_columns>
|
191 |
+
</layout>
|
app/design/frontend/default/pagayo-theme-003/template/callouts/left_col.phtml
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-banner-left')->toHtml() ?>
|
app/design/frontend/default/pagayo-theme-003/template/callouts/right_col.phtml
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-banner-right')->toHtml() ?>
|
app/design/frontend/default/pagayo-theme-003/template/catalog/product/list.phtml
ADDED
@@ -0,0 +1,141 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
* Product list template
|
30 |
+
*
|
31 |
+
* @see Mage_Catalog_Block_Product_List
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php
|
35 |
+
$_productCollection=$this->getLoadedProductCollection();
|
36 |
+
$_helper = $this->helper('catalog/output');
|
37 |
+
?>
|
38 |
+
<?php if(!$_productCollection->count()): ?>
|
39 |
+
<p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
|
40 |
+
<?php else: ?>
|
41 |
+
<div class="category-products">
|
42 |
+
<?php echo $this->getToolbarHtml() ?>
|
43 |
+
<?php // List mode ?>
|
44 |
+
<?php if($this->getMode()!='grid'): ?>
|
45 |
+
<?php $_iterator = 0; ?>
|
46 |
+
<ol class="products-list" id="products-list">
|
47 |
+
<?php foreach ($_productCollection as $_product): ?>
|
48 |
+
<li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
|
49 |
+
<?php $specialprice = Mage::getModel('catalog/product')->load($_product->getId())->getSpecialPrice();
|
50 |
+
if ($specialprice){?>
|
51 |
+
<div class="label-sale">
|
52 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>">
|
53 |
+
<img src="<?php echo $this->getSkinUrl('images/') ?>label-sale.png" />
|
54 |
+
</a>
|
55 |
+
</div>
|
56 |
+
<?php } ?>
|
57 |
+
<?php // Product Image ?>
|
58 |
+
<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(180); ?>" width="180" height="180" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
59 |
+
<?php // Product description ?>
|
60 |
+
<div class="product-shop">
|
61 |
+
<div class="f-fix">
|
62 |
+
<?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
|
63 |
+
<h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
|
64 |
+
<?php if($_product->getRatingSummary()): ?>
|
65 |
+
<?php echo $this->getReviewsSummaryHtml($_product) ?>
|
66 |
+
<?php endif; ?>
|
67 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
68 |
+
<?php if($_product->isSaleable()): ?>
|
69 |
+
<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>
|
70 |
+
<?php else: ?>
|
71 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
72 |
+
<?php endif; ?>
|
73 |
+
<div class="desc std">
|
74 |
+
<?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
|
75 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
|
76 |
+
</div>
|
77 |
+
<ul class="add-to-links">
|
78 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
79 |
+
<li><a href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
80 |
+
<?php endif; ?>
|
81 |
+
<?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
|
82 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
83 |
+
<?php endif; ?>
|
84 |
+
</ul>
|
85 |
+
</div>
|
86 |
+
</div>
|
87 |
+
</li>
|
88 |
+
<?php endforeach; ?>
|
89 |
+
</ol>
|
90 |
+
<script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
|
91 |
+
|
92 |
+
<?php else: ?>
|
93 |
+
|
94 |
+
<?php // Grid Mode ?>
|
95 |
+
|
96 |
+
<?php $_collectionSize = $_productCollection->count() ?>
|
97 |
+
<?php $_columnCount = $this->getColumnCount(); ?>
|
98 |
+
<?php $i=0; foreach ($_productCollection as $_product): ?>
|
99 |
+
<?php if ($i++%$_columnCount==0): ?>
|
100 |
+
<ul class="products-grid">
|
101 |
+
<?php endif ?>
|
102 |
+
<li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
|
103 |
+
<?php $specialprice = Mage::getModel('catalog/product')->load($_product->getId())->getSpecialPrice();
|
104 |
+
if ($specialprice){?>
|
105 |
+
<div class="label-sale">
|
106 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>">
|
107 |
+
<img src="<?php echo $this->getSkinUrl('images/') ?>label-sale.png" />
|
108 |
+
</a>
|
109 |
+
</div>
|
110 |
+
<?php } ?>
|
111 |
+
<a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(210); ?>" width="210" height="210" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
|
112 |
+
<div class="item-review">
|
113 |
+
<?php if($_product->getRatingSummary()): ?>
|
114 |
+
<?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
|
115 |
+
<?php endif; ?>
|
116 |
+
</div>
|
117 |
+
<div class="item-bottom">
|
118 |
+
<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>
|
119 |
+
<?php echo $this->getPriceHtml($_product, true) ?>
|
120 |
+
<div class="actions">
|
121 |
+
<?php if($_product->isSaleable()): ?>
|
122 |
+
<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>
|
123 |
+
<?php else: ?>
|
124 |
+
<p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
|
125 |
+
<?php endif; ?>
|
126 |
+
</div>
|
127 |
+
</div>
|
128 |
+
|
129 |
+
</li>
|
130 |
+
<?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
|
131 |
+
</ul>
|
132 |
+
<?php endif ?>
|
133 |
+
<?php endforeach ?>
|
134 |
+
<script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
|
135 |
+
<?php endif; ?>
|
136 |
+
|
137 |
+
<div class="toolbar-bottom">
|
138 |
+
<?php echo $this->getToolbarHtml() ?>
|
139 |
+
</div>
|
140 |
+
</div>
|
141 |
+
<?php endif; ?>
|
app/design/frontend/default/pagayo-theme-003/template/catalog/product/list/upsell.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) 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 if(count($this->getItemCollection()->getItems())): ?>
|
28 |
+
<div class="box-collateral box-up-sell">
|
29 |
+
<h2><?php echo $this->__('You may also be interested in the following product(s)') ?></h2>
|
30 |
+
<table class="products-grid" id="upsell-product-table">
|
31 |
+
<?php // $this->setColumnCount(5); // uncomment this line if you want to have another number of columns. also can be changed in layout ?>
|
32 |
+
<?php $this->resetItemsIterator() ?>
|
33 |
+
<?php for($_i=0;$_i<$this->getRowCount();$_i++): ?>
|
34 |
+
<tr>
|
35 |
+
<?php for($_j=0;$_j<$this->getColumnCount();$_j++): ?>
|
36 |
+
<?php if($_link=$this->getIterableItem()): ?>
|
37 |
+
<td>
|
38 |
+
<a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_link, 'small_image')->resize(210) ?>" width="210" height="210" alt="<?php echo $this->htmlEscape($_link->getName()) ?>" /></a>
|
39 |
+
<h3 class="product-name"><a href="<?php echo $_link->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_link->getName()) ?>"><?php echo $this->htmlEscape($_link->getName()) ?></a></h3>
|
40 |
+
<?php echo $this->getPriceHtml($_link, true, '-upsell') ?>
|
41 |
+
<?php echo $this->getReviewsSummaryHtml($_link) ?>
|
42 |
+
</td>
|
43 |
+
<?php else: ?>
|
44 |
+
<td class="empty"> </td>
|
45 |
+
<?php endif; ?>
|
46 |
+
<?php endfor; ?>
|
47 |
+
</tr>
|
48 |
+
<?php endfor; ?>
|
49 |
+
</table>
|
50 |
+
<script type="text/javascript">decorateTable('upsell-product-table')</script>
|
51 |
+
</div>
|
52 |
+
<?php endif ?>
|
app/design/frontend/default/pagayo-theme-003/template/catalog/product/view.phtml
ADDED
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
/**
|
28 |
+
* Product view template
|
29 |
+
*
|
30 |
+
* @see Mage_Catalog_Block_Product_View
|
31 |
+
* @see Mage_Review_Block_Product_View
|
32 |
+
*/
|
33 |
+
?>
|
34 |
+
<?php $_helper = $this->helper('catalog/output'); ?>
|
35 |
+
<?php $_product = $this->getProduct(); ?>
|
36 |
+
<script type="text/javascript">
|
37 |
+
var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
|
38 |
+
</script>
|
39 |
+
<div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
|
40 |
+
<div class="product-view">
|
41 |
+
<div class="product-essential">
|
42 |
+
<form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
|
43 |
+
<div class="no-display">
|
44 |
+
<input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
|
45 |
+
<input type="hidden" name="related_product" id="related-products-field" value="" />
|
46 |
+
</div>
|
47 |
+
|
48 |
+
<div class="product-shop">
|
49 |
+
<div class="product-name">
|
50 |
+
<h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
|
51 |
+
</div>
|
52 |
+
|
53 |
+
<?php if ($this->canEmailToFriend()): ?>
|
54 |
+
<p class="email-friend"><a href="<?php echo $this->helper('catalog/product')->getEmailToFriendUrl($_product) ?>"><?php echo $this->__('Email to a Friend') ?></a></p>
|
55 |
+
<?php endif; ?>
|
56 |
+
|
57 |
+
<?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
|
58 |
+
<?php echo $this->getChildHtml('alert_urls') ?>
|
59 |
+
<?php echo $this->getChildHtml('product_type_data') ?>
|
60 |
+
<?php echo $this->getTierPriceHtml() ?>
|
61 |
+
<?php echo $this->getChildHtml('extrahint') ?>
|
62 |
+
|
63 |
+
<?php if (!$this->hasOptions()):?>
|
64 |
+
<div class="add-to-box">
|
65 |
+
<?php if($_product->isSaleable()): ?>
|
66 |
+
<?php echo $this->getChildHtml('addtocart') ?>
|
67 |
+
<?php endif; ?>
|
68 |
+
<?php echo $this->getChildHtml('addto') ?>
|
69 |
+
</div>
|
70 |
+
<?php echo $this->getChildHtml('extra_buttons') ?>
|
71 |
+
<?php elseif (!$_product->isSaleable()): ?>
|
72 |
+
<div class="add-to-box">
|
73 |
+
<?php echo $this->getChildHtml('addto') ?>
|
74 |
+
</div>
|
75 |
+
<?php endif; ?>
|
76 |
+
|
77 |
+
<?php if ($_product->getShortDescription()):?>
|
78 |
+
<div class="short-description">
|
79 |
+
<h2><?php echo $this->__('Quick Overview') ?></h2>
|
80 |
+
<div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
|
81 |
+
</div>
|
82 |
+
<?php endif;?>
|
83 |
+
|
84 |
+
<?php echo $this->getChildHtml('other');?>
|
85 |
+
|
86 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
87 |
+
<?php echo $this->getChildChildHtml('container1', '', true, true) ?>
|
88 |
+
<?php endif;?>
|
89 |
+
|
90 |
+
</div>
|
91 |
+
|
92 |
+
<div class="product-img-box">
|
93 |
+
<?php echo $this->getChildHtml('media') ?>
|
94 |
+
<?php echo $_product->getVideo() ?>
|
95 |
+
</div>
|
96 |
+
|
97 |
+
<div class="clearer"></div>
|
98 |
+
<?php if ($_product->isSaleable() && $this->hasOptions()):?>
|
99 |
+
<?php echo $this->getChildChildHtml('container2', '', true, true) ?>
|
100 |
+
<?php endif;?>
|
101 |
+
</form>
|
102 |
+
<script type="text/javascript">
|
103 |
+
//<![CDATA[
|
104 |
+
var productAddToCartForm = new VarienForm('product_addtocart_form');
|
105 |
+
productAddToCartForm.submit = function(button, url) {
|
106 |
+
if (this.validator.validate()) {
|
107 |
+
var form = this.form;
|
108 |
+
var oldUrl = form.action;
|
109 |
+
|
110 |
+
if (url) {
|
111 |
+
form.action = url;
|
112 |
+
}
|
113 |
+
var e = null;
|
114 |
+
try {
|
115 |
+
this.form.submit();
|
116 |
+
} catch (e) {
|
117 |
+
}
|
118 |
+
this.form.action = oldUrl;
|
119 |
+
if (e) {
|
120 |
+
throw e;
|
121 |
+
}
|
122 |
+
|
123 |
+
if (button && button != 'undefined') {
|
124 |
+
button.disabled = true;
|
125 |
+
}
|
126 |
+
}
|
127 |
+
}.bind(productAddToCartForm);
|
128 |
+
|
129 |
+
productAddToCartForm.submitLight = function(button, url){
|
130 |
+
if(this.validator) {
|
131 |
+
var nv = Validation.methods;
|
132 |
+
delete Validation.methods['required-entry'];
|
133 |
+
delete Validation.methods['validate-one-required'];
|
134 |
+
delete Validation.methods['validate-one-required-by-name'];
|
135 |
+
// Remove custom datetime validators
|
136 |
+
for (var methodName in Validation.methods) {
|
137 |
+
if (methodName.match(/^validate-datetime-.*/i)) {
|
138 |
+
delete Validation.methods[methodName];
|
139 |
+
}
|
140 |
+
}
|
141 |
+
|
142 |
+
if (this.validator.validate()) {
|
143 |
+
if (url) {
|
144 |
+
this.form.action = url;
|
145 |
+
}
|
146 |
+
this.form.submit();
|
147 |
+
}
|
148 |
+
Object.extend(Validation.methods, nv);
|
149 |
+
}
|
150 |
+
}.bind(productAddToCartForm);
|
151 |
+
//]]>
|
152 |
+
</script>
|
153 |
+
</div>
|
154 |
+
|
155 |
+
<div class="product-collateral">
|
156 |
+
<?php foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
|
157 |
+
<div class="box-collateral <?php echo "box-{$alias}"?>">
|
158 |
+
<?php if ($title = $this->getChildData($alias, 'title')):?>
|
159 |
+
<h2><?php echo $this->escapeHtml($title); ?></h2>
|
160 |
+
<?php endif;?>
|
161 |
+
<?php echo $html; ?>
|
162 |
+
</div>
|
163 |
+
<?php endforeach;?>
|
164 |
+
<?php echo $this->getChildHtml('upsell_products') ?>
|
165 |
+
<?php echo $this->getChildHtml('product_additional_data') ?>
|
166 |
+
</div>
|
167 |
+
</div>
|
app/design/frontend/default/pagayo-theme-003/template/catalog/product/view/addto.phtml
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
|
28 |
+
<?php $_product = $this->getProduct(); ?>
|
29 |
+
<?php $_wishlistSubmitUrl = $this->helper('wishlist')->getAddUrl($_product); ?>
|
30 |
+
|
31 |
+
<ul class="add-to-links">
|
32 |
+
<?php if ($this->helper('wishlist')->isAllow()) : ?>
|
33 |
+
<li><a href="<?php echo $_wishlistSubmitUrl ?>" onclick="productAddToCartForm.submitLight(this, this.href); return false;" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
|
34 |
+
<?php endif; ?>
|
35 |
+
<?php
|
36 |
+
$_compareUrl = $this->helper('catalog/product_compare')->getAddUrl($_product);
|
37 |
+
?>
|
38 |
+
<?php if($_compareUrl) : ?>
|
39 |
+
<li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
|
40 |
+
<?php endif; ?>
|
41 |
+
</ul>
|
42 |
+
|
43 |
+
<!-- AddThis Button BEGIN -->
|
44 |
+
<div class="addthis_toolbox addthis_default_style ">
|
45 |
+
<a class="addthis_button_facebook_like" fb:like:layout="button_count" fb:like:width="130"></a>
|
46 |
+
<a class="addthis_button_tweet"></a>
|
47 |
+
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
|
48 |
+
</div>
|
49 |
+
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-502b70a8773dcbb1"></script>
|
50 |
+
<!-- AddThis Button END -->
|
app/design/frontend/default/pagayo-theme-003/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) 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 |
+
/**
|
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(265).'" 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(102); ?>" width="102" height="102" alt="<?php echo $this->htmlEscape($_image->getLabel()) ?>" /></a>
|
74 |
+
</li>
|
75 |
+
<?php endforeach; ?>
|
76 |
+
</ul>
|
77 |
+
</div>
|
78 |
+
<?php endif; ?>
|
app/design/frontend/default/pagayo-theme-003/template/catalogsearch/term.phtml
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
<div class="page-title">
|
28 |
+
<h1><?php echo $this->__('Popular Search Terms') ?></h1>
|
29 |
+
</div>
|
30 |
+
<?php if( sizeof($this->getTerms()) > 0 ): ?>
|
31 |
+
<ul class="tags-list">
|
32 |
+
<?php foreach ($this->getTerms() as $_term): ?>
|
33 |
+
<li><a href="<?php echo $this->getSearchUrl($_term) ?>" style="font-size:<?php echo $_term->getRatio()*70+75 ?>%;"><?php echo $this->htmlEscape($_term->getName()) ?></a></li>
|
34 |
+
<?php endforeach; ?>
|
35 |
+
</ul>
|
36 |
+
<?php else: ?>
|
37 |
+
<p class="note-msg"><?php echo $this->__('There are no search terms available.'); ?></p>
|
38 |
+
<?php endif; ?>
|
39 |
+
<img alt="pagentopic" src="<?php echo $this->getSkinUrl('images/') ?>pagentopic.png"/>
|
app/design/frontend/default/pagayo-theme-003/template/newsletter/subscribe.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) 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 |
+
<form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
|
28 |
+
<div class="form-newsletter">
|
29 |
+
<div class="input-box">
|
30 |
+
<input type="text" name="email" value="<?php echo $this->__('Enter email address...') ?>" onblur="addText(this);" onfocus="clearText(this)" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" />
|
31 |
+
</div>
|
32 |
+
<div class="actions">
|
33 |
+
<button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
|
34 |
+
</div>
|
35 |
+
</form>
|
36 |
+
<script type="text/javascript">
|
37 |
+
//<![CDATA[
|
38 |
+
var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
|
39 |
+
|
40 |
+
function clearText(theField)
|
41 |
+
{
|
42 |
+
if (theField.defaultValue == theField.value)
|
43 |
+
theField.value = '';
|
44 |
+
}
|
45 |
+
|
46 |
+
function addText(theField)
|
47 |
+
{
|
48 |
+
if (theField.value == '')
|
49 |
+
theField.value = theField .defaultValue;
|
50 |
+
}
|
51 |
+
|
52 |
+
//]]>
|
53 |
+
</script>
|
54 |
+
</div>
|
app/design/frontend/default/pagayo-theme-003/template/pagayo/home.phtml
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<div class="homepage">
|
2 |
+
|
3 |
+
<div id="slider">
|
4 |
+
<div class="slidercontrolwr-left">
|
5 |
+
<div class="slidercontrol">
|
6 |
+
<a href="#" class="aprev" title="Previous" onClick="my_glider.previous();return false;">Previous</a>
|
7 |
+
</div>
|
8 |
+
</div>
|
9 |
+
<div class="slidercontrolwr-right">
|
10 |
+
<div class="slidercontrol">
|
11 |
+
<a href="#" class="anext" title="Next" onClick="my_glider.next();return false">next</a>
|
12 |
+
</div>
|
13 |
+
</div>
|
14 |
+
<div class="scroller">
|
15 |
+
<div class="content">
|
16 |
+
<div class="section" id="section1">
|
17 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-home-slider1')->toHtml() ?>
|
18 |
+
</div>
|
19 |
+
<div class="section" id="section2">
|
20 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-home-slider2')->toHtml() ?>
|
21 |
+
</div>
|
22 |
+
<div class="section" id="section3">
|
23 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-home-slider3')->toHtml() ?>
|
24 |
+
</div>
|
25 |
+
</div>
|
26 |
+
</div>
|
27 |
+
</div>
|
28 |
+
<script src="<?php echo $this->getSkinUrl('js/') ?>glider.js" type="text/javascript"></script>
|
29 |
+
<script type="text/javascript" charset="utf-8">
|
30 |
+
var my_glider = new Glider('slider', {duration:0.5, autoGlide: true, frequency: 4, initialSection: 'section1'});
|
31 |
+
</script>
|
32 |
+
|
33 |
+
<div class="home-box1">
|
34 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-home-box1')->toHtml() ?>
|
35 |
+
</div>
|
36 |
+
<div class="home-box2">
|
37 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-home-box2')->toHtml() ?>
|
38 |
+
</div>
|
39 |
+
<div class="home-box3">
|
40 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-home-box3')->toHtml() ?>
|
41 |
+
</div>
|
42 |
+
<div class="home-box4">
|
43 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-home-box4')->toHtml() ?>
|
44 |
+
</div>
|
45 |
+
<div class="clearer"></div>
|
46 |
+
|
47 |
+
</div>
|
app/design/frontend/default/pagayo-theme-003/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) 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 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-supercontainer">
|
44 |
+
<div class="main-container col1-layout">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="main">
|
47 |
+
<div class="col-main">
|
48 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
49 |
+
<?php echo $this->getChildHtml('content') ?>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
<?php echo $this->getChildHtml('footer') ?>
|
55 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
56 |
+
</div>
|
57 |
+
</div>
|
58 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
59 |
+
</body>
|
60 |
+
</html>
|
app/design/frontend/default/pagayo-theme-003/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) 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 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-supercontainer">
|
44 |
+
<div class="main-container col2-left-layout">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="main">
|
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>
|
54 |
+
</div>
|
55 |
+
<?php echo $this->getChildHtml('footer') ?>
|
56 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
60 |
+
</body>
|
61 |
+
</html>
|
app/design/frontend/default/pagayo-theme-003/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) 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 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-supercontainer">
|
44 |
+
<div class="main-container col2-right-layout">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="main">
|
47 |
+
<div class="col-main">
|
48 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
49 |
+
<?php echo $this->getChildHtml('content') ?>
|
50 |
+
</div>
|
51 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
52 |
+
</div>
|
53 |
+
</div>
|
54 |
+
</div>
|
55 |
+
<?php echo $this->getChildHtml('footer') ?>
|
56 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
60 |
+
</body>
|
61 |
+
</html>
|
app/design/frontend/default/pagayo-theme-003/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) 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 |
+
* Template for Mage_Page_Block_Html
|
30 |
+
*/
|
31 |
+
?>
|
32 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
33 |
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
|
34 |
+
<head>
|
35 |
+
<?php echo $this->getChildHtml('head') ?>
|
36 |
+
</head>
|
37 |
+
<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
|
38 |
+
<?php echo $this->getChildHtml('after_body_start') ?>
|
39 |
+
<div class="wrapper">
|
40 |
+
<?php echo $this->getChildHtml('global_notices') ?>
|
41 |
+
<div class="page">
|
42 |
+
<?php echo $this->getChildHtml('header') ?>
|
43 |
+
<div class="main-supercontainer">
|
44 |
+
<div class="main-container col3-layout">
|
45 |
+
<?php echo $this->getChildHtml('breadcrumbs') ?>
|
46 |
+
<div class="main">
|
47 |
+
<div class="col-wrapper">
|
48 |
+
<div class="col-main">
|
49 |
+
<?php echo $this->getChildHtml('global_messages') ?>
|
50 |
+
<?php echo $this->getChildHtml('content') ?>
|
51 |
+
</div>
|
52 |
+
<div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
|
53 |
+
</div>
|
54 |
+
<div class="col-right sidebar"><?php echo $this->getChildHtml('right') ?></div>
|
55 |
+
</div>
|
56 |
+
</div>
|
57 |
+
</div>
|
58 |
+
<?php echo $this->getChildHtml('footer') ?>
|
59 |
+
<?php echo $this->getChildHtml('before_body_end') ?>
|
60 |
+
</div>
|
61 |
+
</div>
|
62 |
+
<?php echo $this->getAbsoluteFooter() ?>
|
63 |
+
</body>
|
64 |
+
</html>
|
app/design/frontend/default/pagayo-theme-003/template/page/html/breadcrumbs.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) 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 if($crumbs && is_array($crumbs)): ?>
|
28 |
+
<div class="breadcrumbs-container">
|
29 |
+
<div class="breadcrumbs">
|
30 |
+
<div class="headline">
|
31 |
+
<?php echo $this->__('You are here') ?>:
|
32 |
+
</div>
|
33 |
+
<ul>
|
34 |
+
<?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
|
35 |
+
<li class="<?php echo $_crumbName ?>">
|
36 |
+
<?php if($_crumbInfo['link']): ?>
|
37 |
+
<a href="<?php echo $_crumbInfo['link'] ?>" title="<?php echo $this->htmlEscape($_crumbInfo['title']) ?>"><?php echo $this->htmlEscape($_crumbInfo['label']) ?></a>
|
38 |
+
<?php elseif($_crumbInfo['last']): ?>
|
39 |
+
<strong><?php echo $this->htmlEscape($_crumbInfo['label']) ?></strong>
|
40 |
+
<?php else: ?>
|
41 |
+
<?php echo $this->htmlEscape($_crumbInfo['label']) ?>
|
42 |
+
<?php endif; ?>
|
43 |
+
<?php if(!$_crumbInfo['last']): ?>
|
44 |
+
<span> → </span>
|
45 |
+
<?php endif; ?>
|
46 |
+
</li>
|
47 |
+
<?php endforeach; ?>
|
48 |
+
</ul>
|
49 |
+
<div class="clearer"></div>
|
50 |
+
</div>
|
51 |
+
</div>
|
52 |
+
<?php endif; ?>
|
app/design/frontend/default/pagayo-theme-003/template/page/html/footer.phtml
ADDED
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 //echo $this->getChildHtml() ?>
|
28 |
+
<?php $footerbox1 = Mage::getModel('cms/block')->load('pt003-footer-box1'); ?>
|
29 |
+
<?php $footerbox2 = Mage::getModel('cms/block')->load('pt003-footer-box2'); ?>
|
30 |
+
<?php $footerbox3 = Mage::getModel('cms/block')->load('pt003-footer-box3'); ?>
|
31 |
+
<?php $footerbox4 = Mage::getModel('cms/block')->load('pt003-footer-box4'); ?>
|
32 |
+
<?php $footerbox5 = Mage::getModel('cms/block')->load('pt003-footer-box5'); ?>
|
33 |
+
<?php $footersocial = Mage::getModel('cms/block')->load('pt003-footer-social'); ?>
|
34 |
+
|
35 |
+
<div class="footer-container">
|
36 |
+
<div class="footer">
|
37 |
+
|
38 |
+
<?php //FOOTER 1 ?>
|
39 |
+
<div class="footer1-container">
|
40 |
+
<div class="footer1">
|
41 |
+
<div class="newsletter">
|
42 |
+
<div class="headline"><?php echo $this->__('Newsletter') ?></div>
|
43 |
+
<?php echo $this->getChildHtml('left.newsletter') ?>
|
44 |
+
</div>
|
45 |
+
|
46 |
+
<div class="footer-social">
|
47 |
+
<div class="headline"><?php echo $footersocial->getTitle(); ?></div>
|
48 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-footer-social')->toHtml() ?>
|
49 |
+
</div>
|
50 |
+
</div>
|
51 |
+
<div class="clearer"></div>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
<?php //FOOTER 2 ?>
|
55 |
+
<div class="footer2-container">
|
56 |
+
<div class="footer2">
|
57 |
+
<div class="box1">
|
58 |
+
<div class="headline"><?php echo $footerbox1->getTitle(); ?></div>
|
59 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-footer-box1')->toHtml() ?>
|
60 |
+
</div>
|
61 |
+
<div class="box2">
|
62 |
+
<div class="headline"><?php echo $footerbox2->getTitle(); ?></div>
|
63 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-footer-box2')->toHtml() ?>
|
64 |
+
</div>
|
65 |
+
<div class="box3">
|
66 |
+
<div class="headline"><?php echo $footerbox3->getTitle(); ?></div>
|
67 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-footer-box3')->toHtml() ?>
|
68 |
+
</div>
|
69 |
+
<div class="box4">
|
70 |
+
<div class="headline"><?php echo $footerbox4->getTitle(); ?></div>
|
71 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-footer-box4')->toHtml() ?>
|
72 |
+
</div>
|
73 |
+
<div class="box5">
|
74 |
+
<div class="headline"><?php echo $footerbox5->getTitle(); ?></div>
|
75 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-footer-box5')->toHtml() ?>
|
76 |
+
</div>
|
77 |
+
<div class="clearer"></div>
|
78 |
+
</div>
|
79 |
+
</div>
|
80 |
+
|
81 |
+
<?php //FOOTER 3 ?>
|
82 |
+
<div class="footer3-container">
|
83 |
+
<div class="footer3">
|
84 |
+
<div class="footer-payments">
|
85 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-footer-payments')->toHtml() ?>
|
86 |
+
</div>
|
87 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-footer-links')->toHtml() ?>
|
88 |
+
<div class="copyright">
|
89 |
+
<?php echo $this->getCopyright() ?> | <a href="http://www.pagayo.com" title="Magento Theme by www.pagayo.com" target="_blank">Theme by Pagayo</a>
|
90 |
+
</div>
|
91 |
+
<div class="clearer"></div>
|
92 |
+
</div>
|
93 |
+
</div>
|
94 |
+
|
95 |
+
</div>
|
96 |
+
</div>
|
app/design/frontend/default/pagayo-theme-003/template/page/html/header.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) 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 |
+
* @var Mage_Page_Block_Html_Header $this
|
28 |
+
*/
|
29 |
+
?>
|
30 |
+
<?php $headerusp1 = Mage::getModel('cms/block')->load('pt003-header-usp1'); ?>
|
31 |
+
<?php $headerusp2 = Mage::getModel('cms/block')->load('pt003-header-usp2'); ?>
|
32 |
+
<?php $headerusp3 = Mage::getModel('cms/block')->load('pt003-header-usp3'); ?>
|
33 |
+
<div class="header-container">
|
34 |
+
|
35 |
+
<div class="header-top">
|
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 |
+
|
43 |
+
<div class="header-usps">
|
44 |
+
<div class="usp1">
|
45 |
+
<div class="headline"><?php echo $headerusp1->getTitle(); ?></div>
|
46 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-header-usp1')->toHtml() ?>
|
47 |
+
</div>
|
48 |
+
<div class="usp2">
|
49 |
+
<div class="headline"><?php echo $headerusp2->getTitle(); ?></div>
|
50 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-header-usp2')->toHtml() ?>
|
51 |
+
</div>
|
52 |
+
<div class="usp3">
|
53 |
+
<div class="headline"><?php echo $headerusp3->getTitle(); ?></div>
|
54 |
+
<?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('pt003-header-usp3')->toHtml() ?>
|
55 |
+
</div>
|
56 |
+
</div>
|
57 |
+
|
58 |
+
<div class="header-right">
|
59 |
+
<?php echo $this->getChildHtml('topContainer'); ?>
|
60 |
+
<?php echo $this->getChildHtml('store_language') ?>
|
61 |
+
<div class="clearer"></div>
|
62 |
+
<div class="welcome-msg">
|
63 |
+
<?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?>
|
64 |
+
</div>
|
65 |
+
</div>
|
66 |
+
<div class="clearer"></div>
|
67 |
+
</div>
|
68 |
+
</div>
|
69 |
+
|
70 |
+
<?php echo $this->getChildHtml('topMenu') ?>
|
71 |
+
<div class="quick-access-container">
|
72 |
+
<div class="quick-access">
|
73 |
+
<?php echo $this->getChildHtml('topSearch') ?>
|
74 |
+
<?php echo $this->getChildHtml('topLinks') ?>
|
75 |
+
<div class="clearer"></div>
|
76 |
+
</div>
|
77 |
+
</div>
|
78 |
+
</div>
|
app/design/frontend/default/pagayo-theme-003/template/paypal/partner/logo.phtml
ADDED
File without changes
|
app/design/frontend/default/pagayo-theme-003/template/reports/product_viewed.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) 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 |
+
/* @var $this Mage_Reports_Block_Product_Viewed */
|
27 |
+
?>
|
28 |
+
<?php if ($_products = $this->getRecentlyViewedProducts()): ?>
|
29 |
+
<div class="block block-list block-viewed">
|
30 |
+
<div class="block-title">
|
31 |
+
<strong><span><?php echo $this->__('Recently Viewed Products') ?></span></strong>
|
32 |
+
</div>
|
33 |
+
<div class="block-content">
|
34 |
+
<ol class="mini-products-list" id="recently-viewed-items">
|
35 |
+
<?php foreach ($_products as $_item): ?>
|
36 |
+
<li class="item">
|
37 |
+
<a href="<?php echo $this->getProductUrl($_item) ?>"><img class="product-image" src="<?php echo $this->helper('catalog/image')->init($_item, 'small_image')->resize(50, 50) ?>" width="50" height="50" alt="<?php echo $this->htmlEscape($_item->getName()) ?>" /></a>
|
38 |
+
<div class="product-details">
|
39 |
+
<p class="product-name"><a href="<?php echo $this->getProductUrl($_item) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_item, $_item->getName() , 'name') ?></a></p>
|
40 |
+
</div>
|
41 |
+
</li>
|
42 |
+
<?php endforeach; ?>
|
43 |
+
</ol>
|
44 |
+
<script type="text/javascript">decorateList('recently-viewed-items');</script>
|
45 |
+
</div>
|
46 |
+
</div>
|
47 |
+
<?php endif; ?>
|
app/etc/modules/Pagayo_Main.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Pagayo_Main>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
</Pagayo_Main>
|
8 |
+
</modules>
|
9 |
+
</config>
|
app/etc/modules/Pagayo_Pt003.xml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<config>
|
3 |
+
<modules>
|
4 |
+
<Pagayo_Pt003>
|
5 |
+
<active>true</active>
|
6 |
+
<codePool>local</codePool>
|
7 |
+
</Pagayo_Pt003>
|
8 |
+
</modules>
|
9 |
+
</config>
|
media/wysiwyg/pagayo/pt003/icon-payment-amex.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-payment-mastercard.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-payment-moneybookers.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-payment-paypal.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-payment-visa.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-social-facebook.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-social-googleplus.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-social-pinterest.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-social-twitter.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-social-vimeo.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/icon-social-youtube.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-banner-left.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-banner-right.png
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-home-box1.jpg
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-home-box2.jpg
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-home-box3.jpg
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-home-box4.jpg
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-home-slider1.jpg
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-home-slider2.jpg
ADDED
Binary file
|
media/wysiwyg/pagayo/pt003/pt003-home-slider3.jpg
ADDED
Binary file
|
package.xml
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<package>
|
3 |
+
<name>pagayo_pt003</name>
|
4 |
+
<version>0.1.1</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>Free Magento Theme Jewelry</summary>
|
10 |
+
<description>Free Magento Theme Jewelry by Pagayo</description>
|
11 |
+
<notes>Theme has been tested on Magento 1.5.x, 1.6.x, 1.7.x</notes>
|
12 |
+
<authors><author><name>Pagayo</name><user>sadmin</user><email>info@pagayo.com</email></author></authors>
|
13 |
+
<date>2013-07-02</date>
|
14 |
+
<time>11:07:06</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Pagayo_Main.xml" hash="fe2e3179d528033c6662ab542bf87b2a"/><file name="Pagayo_Pt003.xml" hash="dbb0f949c8e04a4e4c068e2cf53223cc"/></dir></target><target name="magelocal"><dir name="Pagayo"><dir name="Pt003"><dir name="etc"><file name="adminhtml.xml" hash="860aaa03212d448ef1910c044342ee2a"/><file name="config.xml" hash="2efb85035c26e1a4968bae50effb181b"/><file name="system.xml" hash="9d27b1f12af7d14670673815f7207a6c"/></dir><dir name="sql"><dir name="pt003_setup"><file name="mysql4-install-0.1.1.php" hash="1b3409c65cc2525e9a3ff691188c6a16"/></dir></dir></dir><dir name="Main"><dir name="Helper"><file name="Data.php" hash="c42822c2841e4c4899d6b0759c78c282"/></dir><dir name="etc"><file name="adminhtml.xml" hash="71acde050ab7f1e431671c9c22409a58"/><file name="config.xml" hash="f7878e1f8e824d9f9fec6a011375b503"/><file name="system.xml" hash="b5176daf1d8f730799797d2f94c18dac"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="pagayo_main.xml" hash="51ca970085d539828e90aa668d027956"/></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="pagayo-theme-003"><dir name="layout"><file name="newsletter.xml" hash="962836814c7fcccdfae6c52343fa9947"/><file name="page.xml" hash="010d852ce05d2c0020fd4480cf52e882"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="be0fa18c6ccd186316f51119f67e50a1"/><file name="right_col.phtml" hash="c4c615d93ac73ab9b97c647b600bcf1d"/></dir><dir name="catalog"><dir name="product"><dir name="list"><file name="upsell.phtml" hash="af03054e2111d4222076a792e7e8e000"/></dir><file name="list.phtml" hash="f6d1c7d6b0ed28f57d99bf0b46767bbe"/><dir name="view"><file name="addto.phtml" hash="d0f838d3d3aa26f822559e4c5f400342"/><file name="media.phtml" hash="3874167185cc1404c6dd4cd5d3f7a076"/></dir><file name="view.phtml" hash="310771a0d7d756dc8d369c3d499ba269"/></dir></dir><dir name="catalogsearch"><file name="term.phtml" hash="7f56d8fc6823e1bf4255c2465282f4b2"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="db029bd8c75c2d647b2bb61a20800f73"/></dir><dir name="pagayo"><file name="home.phtml" hash="024037495b7c101c508ff73d56adb2d8"/></dir><dir name="page"><file name="1column.phtml" hash="88baaa8300bdceac251b1218c422c819"/><file name="2columns-left.phtml" hash="100a7148169c0c47b3c1172774655df9"/><file name="2columns-right.phtml" hash="b64813c9e630529ec637908231e10ad2"/><file name="3columns.phtml" hash="879fb407c17089b79a81e686dd614745"/><dir name="html"><file name="breadcrumbs.phtml" hash="bf152f4bf4f7f27fcaa86a15044ce346"/><file name="footer.phtml" hash="46dba60a085183e10e6d1b1d7fb273de"/><file name="header.phtml" hash="f4bda68d1946488b185c4a77c772e281"/></dir></dir><dir name="paypal"><dir name="partner"><file name="logo.phtml" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></dir><dir name="reports"><file name="product_viewed.phtml" hash="9158829ec04c24ff06000718b8ee7bbc"/></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="pagayo_main"><dir name="css"><file name="window.css" hash="14fd49f24aad0fcda2eaf21bd4c2d965"/></dir><dir name="images"><file name="button-store.png" hash="4edec1aa209b945d96d3ab7a1cc0fb86"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="default"><dir name="pagayo-theme-003"><dir name="css"><file name="print.css" hash="bd6f74bfc674cf8ee55aa9ed52ee181e"/><file name="styles-ie.css" hash="9a92829c5191362d4a751888d0e1eeff"/><file name="styles.css" hash="0182593dfd400d9f7ae411735df693f6"/></dir><file name="favicon.ico" hash="88733ee53676a47fc354a61c32516e82"/><dir name="images"><file name="anext.png" hash="bac6563d64521453415eba4e8d3246e9"/><file name="aprev.png" hash="b733e95fd6ad488d67e302ac90893bb9"/><file name="bg-cleanpaper-light.png" hash="18cc829f96b74e0cc8fd9fc7fca12ea4"/><file name="bg-cleanpaper.png" hash="0519c2a5023fd457b13fa7bc90312b5a"/><file name="bg-darklinen.png" hash="57bbfe7c227619d47a41639eba996150"/><file name="bg-darklinen2.png" hash="80b1b576181e4d9a00b424a2de30f151"/><file name="bg-darknoise.png" hash="5a2be1b390702c2ee24df0213d78a552"/><file name="bg-darknoise2.png" hash="e40db9acfaa802fb98c695645456e77e"/><file name="bg-greylinen.png" hash="012acbe788ee429da8d7d8d619455fc8"/><file name="bg-greylinen2.png" hash="28d51c99f1a40094c3a3c9c63af4b2dd"/><file name="bg-lighlinen.png" hash="432b90f00bdbde5400a2f9cf9ab178f2"/><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_parent.gif" hash="6492bab1a41a79e5acc06f84626aa826"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><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="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="griditem-bottom.gif" hash="3d108974cded4ccda4d1b2d0698b6bb4"/><file name="header-bg.png" hash="89fad71f684fbf810ec8123a06ec6590"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="label-sale.png" hash="875e2364cdca40f74066759ef27d9882"/><file name="logo.gif" hash="2ed63976366437fd74f8eeb40c840eb6"/><file name="logo_email.gif" hash="2ed63976366437fd74f8eeb40c840eb6"/><file name="logo_print.gif" hash="2ed63976366437fd74f8eeb40c840eb6"/><file name="magnifier_handle.gif" hash="5c54559574c0f60846770c1290622113"/><file name="main-bg.png" hash="7e46b8fb28997b3affacbf56d419fe19"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="pagentopic.png" hash="419df773d6b6d57909a157ed56cedb28"/><file name="pager_arrow_left.gif" hash="1161293532d1c5df4e76946154b713c4"/><file name="pager_arrow_right.gif" hash="93cdfd03cf7c3224cfca9a383110778c"/><file name="search-icon-bg.png" hash="4d04092dcb134fc7b065012b6eabe911"/><file name="shadow-footer.png" hash="639730a24f0926f3d20683909dfe3e5e"/><file name="shadow-main.png" hash="01f3071db398ca3dbee6dd38c79dc79e"/><file name="slider_bg.gif" hash="19858c92de67e205349ae9ce016d744e"/><file name="slider_btn_zoom_in.gif" hash="5f125e43b251a7d7335393db971e48bd"/><file name="slider_btn_zoom_out.gif" hash="dcc373868ac4413e7a67c775325d806e"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/></dir><dir name="js"><file name="glider.js" hash="1c561d6b07e9bd847b87c6dd64c8ce24"/></dir></dir></dir></dir></target><target name="magemedia"><dir name="wysiwyg"><dir name="pagayo"><dir name="pt003"><file name="icon-payment-amex.png" hash="ea3b6dab82d5237f0469e97589988969"/><file name="icon-payment-mastercard.png" hash="4e8ea7ab45c39b5cf2c97e57fab46acf"/><file name="icon-payment-moneybookers.png" hash="b9130df9cfb23cf2747ecfe552650763"/><file name="icon-payment-paypal.png" hash="e058e4d843cc3a0d6a7be501b5e5c642"/><file name="icon-payment-visa.png" hash="520edfaa1025efcd89efa0c7129e7ff7"/><file name="icon-social-facebook.png" hash="e8925e2ba633a343e6effa7b53d35bc1"/><file name="icon-social-googleplus.png" hash="1a948214c060b511465cea531241baf0"/><file name="icon-social-pinterest.png" hash="41e805611485ce554330db6be94fe98d"/><file name="icon-social-twitter.png" hash="daaa220616845d97c7b8826dd47d6f04"/><file name="icon-social-vimeo.png" hash="78681526ab8b650994b595b36892d9c6"/><file name="icon-social-youtube.png" hash="18fd791dca3fc8843621570e75b27841"/><file name="pt003-banner-left.png" hash="0ae54af07fbb2d3babc3fa539a12f91e"/><file name="pt003-banner-right.png" hash="f1a0124286c3dfe7cbb665bd3af43677"/><file name="pt003-home-box1.jpg" hash="61caad11cd75d1c526faf9f5e10255ae"/><file name="pt003-home-box2.jpg" hash="1d55d6fbf1300d900394f4d9960e12c2"/><file name="pt003-home-box3.jpg" hash="ed0cf9e4eddf7a8c34c6f8bc85274f80"/><file name="pt003-home-box4.jpg" hash="1b3c2017d6cc68070625439b1035dd35"/><file name="pt003-home-slider1.jpg" hash="cc3afd5c5b0cc7524d98d620a4e85a98"/><file name="pt003-home-slider2.jpg" hash="2aa634e391d1eb8b86a71868c17b1cdd"/><file name="pt003-home-slider3.jpg" hash="6789aa31000e4f68e4b3c744b671e470"/></dir></dir></dir></target></contents>
|
16 |
+
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
+
</package>
|
skin/adminhtml/default/default/pagayo_main/css/window.css
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
ul.tabs a.pagayoall-section span, ul.tabs a.pagayoall-section:hover span {
|
2 |
+
background: transparent url("../images/button-store.png") no-repeat scroll 0 9px;
|
3 |
+
height: 0;
|
4 |
+
overflow: hidden;
|
5 |
+
padding: 35px 0 0;
|
6 |
+
}
|
7 |
+
|
8 |
+
ul.tabs a.pagayoall-section, ul.tabs a.pagayoall-section:hover {
|
9 |
+
background: url("../../images/tabs_span_bg.gif") repeat-x scroll 0 100% transparent;
|
10 |
+
border-bottom: medium none;
|
11 |
+
padding: 0 0.5em 0.28em 1.5em;
|
12 |
+
}
|
13 |
+
|
14 |
+
ul.tabs a.pagayoall-section:hover {
|
15 |
+
background-color: #d8e6e6;
|
16 |
+
}
|
17 |
+
|
18 |
+
ul.tabs a.pagayoall-section.active, ul.tabs a.pagayoall-section.active:hover {
|
19 |
+
background-color: #FFFFFF;
|
20 |
+
}
|
skin/adminhtml/default/default/pagayo_main/images/button-store.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/css/print.css
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_blank
|
22 |
+
* @copyright Copyright (c) 2012 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 |
+
body { background:#fff !important; font-size:9pt !important; margin:15px !important; }
|
27 |
+
a { color:#2976c9 !important; }
|
28 |
+
th,td { color:#2f2f2f !important; border-color:#ccc !important; }
|
29 |
+
|
30 |
+
.header-container,
|
31 |
+
.nav-container,
|
32 |
+
.footer-container,
|
33 |
+
.pager,
|
34 |
+
.toolbar,
|
35 |
+
.actions,
|
36 |
+
.buttons-set { display:none !important; }
|
37 |
+
|
38 |
+
.page-print .data-table .cart-tax-total { background-position:100% -54px; }
|
39 |
+
.page-print .data-table .cart-tax-info { display:block !important; }
|
skin/frontend/default/pagayo-theme-003/css/styles-ie.css
ADDED
@@ -0,0 +1,137 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Magento
|
3 |
+
*
|
4 |
+
* NOTICE OF LICENSE
|
5 |
+
*
|
6 |
+
* This source file is subject to the Academic Free License (AFL 3.0)
|
7 |
+
* that is bundled with this package in the file LICENSE_AFL.txt.
|
8 |
+
* It is also available through the world-wide-web at this URL:
|
9 |
+
* http://opensource.org/licenses/afl-3.0.php
|
10 |
+
* If you did not receive a copy of the license and are unable to
|
11 |
+
* obtain it through the world-wide-web, please send an email
|
12 |
+
* to license@magentocommerce.com so we can send you a copy immediately.
|
13 |
+
*
|
14 |
+
* DISCLAIMER
|
15 |
+
*
|
16 |
+
* Do not edit or add to this file if you wish to upgrade Magento to newer
|
17 |
+
* versions in the future. If you wish to customize Magento for your
|
18 |
+
* needs please refer to http://www.magentocommerce.com for more information.
|
19 |
+
*
|
20 |
+
* @category design
|
21 |
+
* @package default_blank
|
22 |
+
* @copyright Copyright (c) 2012 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 |
+
/* IE 6 only */
|
27 |
+
* html .validation-advice { height:13px; }
|
28 |
+
* html .error-msg,
|
29 |
+
* html .success-msg,
|
30 |
+
* html .note-msg,
|
31 |
+
* html .notice-msg { height:24px; }
|
32 |
+
.block li.item,
|
33 |
+
.block-poll li,
|
34 |
+
.opc li.section { vertical-align:top; }
|
35 |
+
* html .window-overlay {}
|
36 |
+
|
37 |
+
/* Doubled Margin Fixes */
|
38 |
+
.product-view .product-img-box .more-views li,
|
39 |
+
.product-view .box-tags .form-add .input-box,
|
40 |
+
.sp-methods select.month { display:inline; }
|
41 |
+
|
42 |
+
/********** < Navigation styles */
|
43 |
+
#nav li,
|
44 |
+
#nav li a { zoom:1; }
|
45 |
+
#nav li { vertical-align:top; }
|
46 |
+
/********** < Navigation styles */
|
47 |
+
|
48 |
+
select { margin-bottom:1px; }
|
49 |
+
input.radio { width:13px; height:13px; }
|
50 |
+
input.checkbox { width:13px; height:13px; }
|
51 |
+
button.button { height:21px; }
|
52 |
+
button.button span { position:relative; }
|
53 |
+
button.btn-checkout {}
|
54 |
+
.form-list label { position:relative; z-index:0; }
|
55 |
+
.form-list label.required em { position:absolute; top:0; right:-8px; }
|
56 |
+
|
57 |
+
/*table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }*/ /* Cellspacing fix for IE6-7 */
|
58 |
+
|
59 |
+
.tool-tip .btn-close a { margin:0; }
|
60 |
+
|
61 |
+
.product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
|
62 |
+
|
63 |
+
/* Clearer */
|
64 |
+
.clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
|
65 |
+
|
66 |
+
/* Clears and hasLayout fixes */
|
67 |
+
.header-container,
|
68 |
+
.header-container .top-container,
|
69 |
+
.header,
|
70 |
+
.header .quick-access,
|
71 |
+
#nav,
|
72 |
+
.main,
|
73 |
+
.footer,
|
74 |
+
.footer-container .bottom-container,
|
75 |
+
.col-main,
|
76 |
+
.col2-set,
|
77 |
+
.col3-set,
|
78 |
+
.col4-set,
|
79 |
+
.messages li,
|
80 |
+
.search-autocomplete li,
|
81 |
+
.block,
|
82 |
+
.block .block-content,
|
83 |
+
.block .actions,
|
84 |
+
.block li.item,
|
85 |
+
.block-poll li,
|
86 |
+
.block-poll .label,
|
87 |
+
.block-layered-nav .currently li,
|
88 |
+
.block-account .block-content li a,
|
89 |
+
.mini-products-list .product-details,
|
90 |
+
.page-title,
|
91 |
+
.rss-title h1,
|
92 |
+
.products-grid,
|
93 |
+
.products-list li.item,
|
94 |
+
.box-account .box-head,
|
95 |
+
.dashboard .box .box-title,
|
96 |
+
.box-reviews li.item,
|
97 |
+
.box-tags li.item,
|
98 |
+
.pager,
|
99 |
+
.sorter,
|
100 |
+
.ratings,
|
101 |
+
.add-to-box,
|
102 |
+
.add-to-cart,
|
103 |
+
.product-essential,
|
104 |
+
.product-collateral,
|
105 |
+
.product-view .product-img-box .more-views ul,
|
106 |
+
.product-view .product-shop .short-description,
|
107 |
+
.product-view .box-description,
|
108 |
+
.product-view .box-tags .form-add,
|
109 |
+
.product-options .options-list li,
|
110 |
+
.product-options-bottom,
|
111 |
+
.truncated,
|
112 |
+
.truncated .truncated_full_value,
|
113 |
+
.product-review,
|
114 |
+
.cart,
|
115 |
+
.cart-collaterals,
|
116 |
+
.cart .crosssell li.item,
|
117 |
+
.cart .discount,
|
118 |
+
.opc .step-title,
|
119 |
+
.opc .step,
|
120 |
+
.multiple-checkout,
|
121 |
+
.sp-methods,
|
122 |
+
.checkout-progress,
|
123 |
+
.multiple-checkout .place-order,
|
124 |
+
.form-list li,
|
125 |
+
.form-list .field,
|
126 |
+
.group-select li,
|
127 |
+
.buttons-set,
|
128 |
+
.page-print .print-head,
|
129 |
+
.cart-tax-total,
|
130 |
+
.advanced-search-summary,
|
131 |
+
.advanced-search-summary p,
|
132 |
+
.gift-messages-form .item,
|
133 |
+
.send-friend .form-list li p,
|
134 |
+
.centinel .authentication { zoom:1; }
|
135 |
+
|
136 |
+
/* Hover Fix */
|
137 |
+
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/pagayo-theme-003/css/styles.css
ADDED
@@ -0,0 +1,5189 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* @override http://demo.pagayo.com/skin/frontend/default/pagayo-theme-003/css/styles.css */
|
2 |
+
|
3 |
+
/*
|
4 |
+
################################
|
5 |
+
--------------------------------
|
6 |
+
Theme by Pagayo
|
7 |
+
Pagayo Themes and Extensions
|
8 |
+
www.pagayo.com
|
9 |
+
--------------------------------
|
10 |
+
################################
|
11 |
+
*/
|
12 |
+
|
13 |
+
|
14 |
+
/* RESET
|
15 |
+
========================================== */
|
16 |
+
|
17 |
+
* {
|
18 |
+
margin: 0;
|
19 |
+
padding: 0;
|
20 |
+
}
|
21 |
+
|
22 |
+
body {
|
23 |
+
background: #fff;
|
24 |
+
font: 12px/1.35 Arial, Helvetica, sans-serif;
|
25 |
+
color: #222;
|
26 |
+
text-align: left;
|
27 |
+
}
|
28 |
+
|
29 |
+
img {
|
30 |
+
border: 0;
|
31 |
+
vertical-align: top;
|
32 |
+
}
|
33 |
+
|
34 |
+
a {
|
35 |
+
color: #06619c;
|
36 |
+
text-decoration: none;
|
37 |
+
}
|
38 |
+
|
39 |
+
a:hover {
|
40 |
+
color: #06619c;
|
41 |
+
text-decoration: underline;
|
42 |
+
}
|
43 |
+
|
44 |
+
:focus {
|
45 |
+
outline: 0;
|
46 |
+
}
|
47 |
+
|
48 |
+
/* Headings
|
49 |
+
------------------------------------- */
|
50 |
+
|
51 |
+
h1 {
|
52 |
+
font-size: 19px;
|
53 |
+
font-weight: normal;
|
54 |
+
line-height: 1.15;
|
55 |
+
margin-bottom: 4px;
|
56 |
+
}
|
57 |
+
|
58 |
+
h2 {
|
59 |
+
font-size: 17px;
|
60 |
+
font-weight: normal;
|
61 |
+
line-height: 1.25;
|
62 |
+
margin-bottom: 4px;
|
63 |
+
}
|
64 |
+
|
65 |
+
h3 {
|
66 |
+
font-size: 15px;
|
67 |
+
font-weight: bold;
|
68 |
+
line-height: 1.25;
|
69 |
+
margin-bottom: 4px;
|
70 |
+
}
|
71 |
+
|
72 |
+
h4 {
|
73 |
+
font-size: 13px;
|
74 |
+
font-weight: bold;
|
75 |
+
margin-bottom: 4px;
|
76 |
+
}
|
77 |
+
|
78 |
+
h5 {
|
79 |
+
font-size: 12px;
|
80 |
+
font-weight: bold;
|
81 |
+
margin-bottom: 4px;
|
82 |
+
}
|
83 |
+
|
84 |
+
h6 {
|
85 |
+
font-size: 11px;
|
86 |
+
font-weight: bold;
|
87 |
+
margin-bottom: 4px;
|
88 |
+
}
|
89 |
+
|
90 |
+
/* Forms
|
91 |
+
------------------------------------- */
|
92 |
+
|
93 |
+
form {
|
94 |
+
display: inline;
|
95 |
+
}
|
96 |
+
|
97 |
+
fieldset {
|
98 |
+
border: 0;
|
99 |
+
}
|
100 |
+
|
101 |
+
legend {
|
102 |
+
display: none;
|
103 |
+
}
|
104 |
+
|
105 |
+
/* Table
|
106 |
+
------------------------------------- */
|
107 |
+
|
108 |
+
table {
|
109 |
+
border: 0;
|
110 |
+
border-collapse: collapse;
|
111 |
+
border-spacing: 0;
|
112 |
+
empty-cells: show;
|
113 |
+
font-size: 100%;
|
114 |
+
}
|
115 |
+
|
116 |
+
caption,th,td {
|
117 |
+
vertical-align: top;
|
118 |
+
text-align: left;
|
119 |
+
font-weight: normal;
|
120 |
+
}
|
121 |
+
|
122 |
+
/* Content
|
123 |
+
------------------------------------- */
|
124 |
+
|
125 |
+
strong {
|
126 |
+
font-weight: bold;
|
127 |
+
}
|
128 |
+
|
129 |
+
address {
|
130 |
+
font-style: normal;
|
131 |
+
}
|
132 |
+
|
133 |
+
cite {
|
134 |
+
font-style: normal;
|
135 |
+
}
|
136 |
+
|
137 |
+
q,
|
138 |
+
blockquote {
|
139 |
+
quotes: none;
|
140 |
+
}
|
141 |
+
|
142 |
+
q:before,
|
143 |
+
q:after {
|
144 |
+
content: '';
|
145 |
+
}
|
146 |
+
|
147 |
+
small,big {
|
148 |
+
font-size: 1em;
|
149 |
+
}
|
150 |
+
|
151 |
+
sup {
|
152 |
+
font-size: 1em;
|
153 |
+
vertical-align: top;
|
154 |
+
}
|
155 |
+
|
156 |
+
/* Lists
|
157 |
+
------------------------------------- */
|
158 |
+
|
159 |
+
ul,ol {
|
160 |
+
list-style: none;
|
161 |
+
}
|
162 |
+
|
163 |
+
/* Tools
|
164 |
+
------------------------------------- */
|
165 |
+
|
166 |
+
.hidden {
|
167 |
+
display: block !important;
|
168 |
+
border: 0 !important;
|
169 |
+
margin: 0 !important;
|
170 |
+
padding: 0 !important;
|
171 |
+
font-size: 0 !important;
|
172 |
+
line-height: 0 !important;
|
173 |
+
width: 0 !important;
|
174 |
+
height: 0 !important;
|
175 |
+
overflow: hidden !important;
|
176 |
+
}
|
177 |
+
|
178 |
+
.nobr {
|
179 |
+
white-space: nowrap !important;
|
180 |
+
}
|
181 |
+
|
182 |
+
.wrap {
|
183 |
+
white-space: normal !important;
|
184 |
+
}
|
185 |
+
|
186 |
+
.a-left {
|
187 |
+
text-align: left !important;
|
188 |
+
}
|
189 |
+
|
190 |
+
.a-center {
|
191 |
+
text-align: center !important;
|
192 |
+
}
|
193 |
+
|
194 |
+
.a-right {
|
195 |
+
text-align: right !important;
|
196 |
+
}
|
197 |
+
|
198 |
+
.v-top {
|
199 |
+
vertical-align: top;
|
200 |
+
}
|
201 |
+
|
202 |
+
.v-middle {
|
203 |
+
vertical-align: middle;
|
204 |
+
}
|
205 |
+
|
206 |
+
.f-left,
|
207 |
+
.left {
|
208 |
+
float: left !important;
|
209 |
+
}
|
210 |
+
|
211 |
+
.f-right,
|
212 |
+
.right {
|
213 |
+
float: right !important;
|
214 |
+
}
|
215 |
+
|
216 |
+
.f-none {
|
217 |
+
float: none !important;
|
218 |
+
}
|
219 |
+
|
220 |
+
.f-fix {
|
221 |
+
float: left;
|
222 |
+
}
|
223 |
+
|
224 |
+
.no-display {
|
225 |
+
display: none;
|
226 |
+
}
|
227 |
+
|
228 |
+
.no-margin {
|
229 |
+
margin: 0 !important;
|
230 |
+
}
|
231 |
+
|
232 |
+
.no-padding {
|
233 |
+
padding: 0 !important;
|
234 |
+
}
|
235 |
+
|
236 |
+
.no-bg {
|
237 |
+
background: none !important;
|
238 |
+
}
|
239 |
+
|
240 |
+
/* LAYOUT
|
241 |
+
========================================== */
|
242 |
+
|
243 |
+
.wrapper {
|
244 |
+
|
245 |
+
}
|
246 |
+
|
247 |
+
.page {
|
248 |
+
min-width: 1234px;
|
249 |
+
text-align: left;
|
250 |
+
background-color: #fff;
|
251 |
+
margin: 0 auto;
|
252 |
+
}
|
253 |
+
|
254 |
+
.page-print {
|
255 |
+
background: #fff;
|
256 |
+
padding: 20px;
|
257 |
+
text-align: left;
|
258 |
+
}
|
259 |
+
|
260 |
+
.page-empty {
|
261 |
+
background: #fff;
|
262 |
+
padding: 20px;
|
263 |
+
text-align: left;
|
264 |
+
}
|
265 |
+
|
266 |
+
.page-popup {
|
267 |
+
padding: 20px;
|
268 |
+
text-align: left;
|
269 |
+
}
|
270 |
+
|
271 |
+
.main-supercontainer {
|
272 |
+
background: #222 url(../images/bg-darklinen2.png) repeat center top;
|
273 |
+
}
|
274 |
+
|
275 |
+
.main-container {
|
276 |
+
padding-bottom: 20px;
|
277 |
+
padding-top: 14px;
|
278 |
+
background: url(../images/shadow-main.png) repeat-x center top;
|
279 |
+
}
|
280 |
+
|
281 |
+
.main {
|
282 |
+
width: 1200px;
|
283 |
+
min-height: 260px;
|
284 |
+
margin: 0 auto;
|
285 |
+
border: 1px solid #222;
|
286 |
+
-moz-border-radius: 3px;
|
287 |
+
-webkit-border-radius: 3px;
|
288 |
+
border-radius: 3px;
|
289 |
+
padding: 16px;
|
290 |
+
background-color: #fff;
|
291 |
+
-moz-box-shadow: 0px 0px 12px #111;
|
292 |
+
-webkit-box-shadow: 0px 0px 12px #111;
|
293 |
+
box-shadow: 0px 0px 12px #111;
|
294 |
+
}
|
295 |
+
|
296 |
+
/* Base Columns
|
297 |
+
------------------------------------- */
|
298 |
+
|
299 |
+
.col-left {
|
300 |
+
float: left;
|
301 |
+
width: 220px;
|
302 |
+
}
|
303 |
+
|
304 |
+
.col-main {
|
305 |
+
float: left;
|
306 |
+
width: 960px;
|
307 |
+
}
|
308 |
+
|
309 |
+
.col-right {
|
310 |
+
float: right;
|
311 |
+
width: 220px;
|
312 |
+
}
|
313 |
+
|
314 |
+
/* 1 Column Layout
|
315 |
+
------------------------------------- */
|
316 |
+
|
317 |
+
.col1-layout .col-main {
|
318 |
+
float: none;
|
319 |
+
width: auto;
|
320 |
+
}
|
321 |
+
|
322 |
+
/* 2 Columns Layout
|
323 |
+
------------------------------------- */
|
324 |
+
|
325 |
+
.col2-left-layout .col-main {
|
326 |
+
float: right;
|
327 |
+
}
|
328 |
+
|
329 |
+
.col2-right-layout .col-main {
|
330 |
+
|
331 |
+
}
|
332 |
+
|
333 |
+
/* 3 Columns Layout
|
334 |
+
------------------------------------- */
|
335 |
+
|
336 |
+
.col3-layout .col-main {
|
337 |
+
width: 720px;
|
338 |
+
}
|
339 |
+
|
340 |
+
.col3-layout .col-wrapper {
|
341 |
+
float: left;
|
342 |
+
width: 960px;
|
343 |
+
}
|
344 |
+
|
345 |
+
.col3-layout .col-wrapper .col-main {
|
346 |
+
float: right;
|
347 |
+
}
|
348 |
+
|
349 |
+
/* Content Columns
|
350 |
+
------------------------------------- */
|
351 |
+
|
352 |
+
.col2-set .col-1 {
|
353 |
+
float: left;
|
354 |
+
width: 49%;
|
355 |
+
}
|
356 |
+
|
357 |
+
.col2-set .col-2 {
|
358 |
+
float: right;
|
359 |
+
width: 49%;
|
360 |
+
}
|
361 |
+
|
362 |
+
.col2-set .col-narrow {
|
363 |
+
width: 33%;
|
364 |
+
}
|
365 |
+
|
366 |
+
.col2-set .col-wide {
|
367 |
+
width: 65%;
|
368 |
+
}
|
369 |
+
|
370 |
+
.col3-set .col-1 {
|
371 |
+
float: left;
|
372 |
+
width: 32%;
|
373 |
+
}
|
374 |
+
|
375 |
+
.col3-set .col-2 {
|
376 |
+
float: left;
|
377 |
+
width: 32%;
|
378 |
+
margin-left: 2%;
|
379 |
+
}
|
380 |
+
|
381 |
+
.col3-set .col-3 {
|
382 |
+
float: right;
|
383 |
+
width: 32%;
|
384 |
+
}
|
385 |
+
|
386 |
+
.col4-set .col-1 {
|
387 |
+
float: left;
|
388 |
+
width: 23.5%;
|
389 |
+
}
|
390 |
+
|
391 |
+
.col4-set .col-2 {
|
392 |
+
float: left;
|
393 |
+
width: 23.5%;
|
394 |
+
margin: 0 2%;
|
395 |
+
}
|
396 |
+
|
397 |
+
.col4-set .col-3 {
|
398 |
+
float: left;
|
399 |
+
width: 23.5%;
|
400 |
+
}
|
401 |
+
|
402 |
+
.col4-set .col-4 {
|
403 |
+
float: right;
|
404 |
+
width: 23.5%;
|
405 |
+
}
|
406 |
+
|
407 |
+
/* COMPARE PAGE POPUP
|
408 |
+
========================================== */
|
409 |
+
|
410 |
+
.page-popup.catalog-product-compare-index {
|
411 |
+
|
412 |
+
}
|
413 |
+
|
414 |
+
.page-popup.catalog-product-compare-index .price-box{
|
415 |
+
margin-top: 8px;
|
416 |
+
margin-bottom: 8px;
|
417 |
+
}
|
418 |
+
|
419 |
+
.page-popup.catalog-product-compare-index .add-to-links{
|
420 |
+
margin-top: 8px;
|
421 |
+
}
|
422 |
+
|
423 |
+
/* BUTTONS
|
424 |
+
========================================== */
|
425 |
+
|
426 |
+
button.button {
|
427 |
+
-webkit-border-fit: lines;
|
428 |
+
overflow: visible;
|
429 |
+
cursor: pointer;
|
430 |
+
height: 26px !important;
|
431 |
+
width: auto;
|
432 |
+
margin: 0;
|
433 |
+
padding: 0 6px;
|
434 |
+
background-color: #222;
|
435 |
+
border: 1px solid #222;
|
436 |
+
font: bold 12px/24px Arial, Helvetica, sans-serif;
|
437 |
+
text-align: center;
|
438 |
+
color: #fff;
|
439 |
+
white-space: nowrap;
|
440 |
+
-moz-border-radius: 3px;
|
441 |
+
-webkit-border-radius: 3px;
|
442 |
+
border-radius: 3px;
|
443 |
+
}
|
444 |
+
|
445 |
+
button.button:hover {
|
446 |
+
border-color: #222;
|
447 |
+
background-color: #666;
|
448 |
+
color: #fff;
|
449 |
+
outline: 0;
|
450 |
+
}
|
451 |
+
|
452 |
+
button.button span {
|
453 |
+
white-space: nowrap;
|
454 |
+
text-align: center;
|
455 |
+
}
|
456 |
+
|
457 |
+
button.button::-moz-focus-inner {
|
458 |
+
padding: 0;
|
459 |
+
border: 0;
|
460 |
+
}
|
461 |
+
|
462 |
+
button.disabled {
|
463 |
+
|
464 |
+
}
|
465 |
+
|
466 |
+
button.disabled span {
|
467 |
+
|
468 |
+
}
|
469 |
+
|
470 |
+
button.btn-checkout span {
|
471 |
+
|
472 |
+
}
|
473 |
+
|
474 |
+
button.btn-checkout.no-checkout {
|
475 |
+
|
476 |
+
}
|
477 |
+
|
478 |
+
p.control input.checkbox,
|
479 |
+
p.control input.radio {
|
480 |
+
margin-right: 6px;
|
481 |
+
}
|
482 |
+
|
483 |
+
/* Buttons Set
|
484 |
+
------------------------------------- */
|
485 |
+
|
486 |
+
.buttons-set {
|
487 |
+
clear: both;
|
488 |
+
margin: 5px 0 0;
|
489 |
+
}
|
490 |
+
|
491 |
+
.buttons-set .back-link {
|
492 |
+
float: left;
|
493 |
+
}
|
494 |
+
|
495 |
+
.buttons-set button.button {
|
496 |
+
float: right;
|
497 |
+
margin-left: 6px;
|
498 |
+
}
|
499 |
+
|
500 |
+
.buttons-set p.required {
|
501 |
+
margin: 0 0 5px;
|
502 |
+
}
|
503 |
+
|
504 |
+
.buttons-set-order {
|
505 |
+
|
506 |
+
}
|
507 |
+
|
508 |
+
/* FORM ELEMENTS
|
509 |
+
========================================== */
|
510 |
+
|
511 |
+
input,select,textarea,button {
|
512 |
+
font: 12px Arial, Helvetica, sans-serif;
|
513 |
+
vertical-align: middle;
|
514 |
+
color: #000;
|
515 |
+
}
|
516 |
+
|
517 |
+
input.input-text,select,textarea {
|
518 |
+
background: #fff;
|
519 |
+
border: 1px solid #ccc;
|
520 |
+
}
|
521 |
+
|
522 |
+
input.input-text,textarea {
|
523 |
+
padding: 4px;
|
524 |
+
}
|
525 |
+
|
526 |
+
select {
|
527 |
+
padding: 1px;
|
528 |
+
}
|
529 |
+
|
530 |
+
select option {
|
531 |
+
padding-right: 10px;
|
532 |
+
}
|
533 |
+
|
534 |
+
select.multiselect option {
|
535 |
+
border-bottom: 1px solid #ddd;
|
536 |
+
padding: 2px 5px;
|
537 |
+
}
|
538 |
+
|
539 |
+
select.multiselect option:last-child {
|
540 |
+
border-bottom: 0;
|
541 |
+
}
|
542 |
+
|
543 |
+
textarea {
|
544 |
+
overflow: auto;
|
545 |
+
}
|
546 |
+
|
547 |
+
input.radio {
|
548 |
+
margin-right: 3px;
|
549 |
+
}
|
550 |
+
|
551 |
+
input.checkbox {
|
552 |
+
margin-right: 3px;
|
553 |
+
}
|
554 |
+
|
555 |
+
input.qty {
|
556 |
+
width: 2.5em !important;
|
557 |
+
text-align: center;
|
558 |
+
}
|
559 |
+
|
560 |
+
/*input.input-text:focus,
|
561 |
+
select:focus,
|
562 |
+
textarea:focus {
|
563 |
+
}*/
|
564 |
+
|
565 |
+
/*.highlight {
|
566 |
+
background:#efefef;
|
567 |
+
}*/
|
568 |
+
|
569 |
+
/* Form lists
|
570 |
+
------------------------------------- */
|
571 |
+
|
572 |
+
/*.form-list {
|
573 |
+
width:535px;
|
574 |
+
margin:0 auto;
|
575 |
+
overflow:hidden;
|
576 |
+
}*/
|
577 |
+
|
578 |
+
.form-list li {
|
579 |
+
margin: 0 0 8px;
|
580 |
+
}
|
581 |
+
|
582 |
+
.form-list label {
|
583 |
+
float: left;
|
584 |
+
color: #111;
|
585 |
+
font-weight: bold;
|
586 |
+
position: relative;
|
587 |
+
z-index: 0;
|
588 |
+
}
|
589 |
+
|
590 |
+
.form-list label.required {
|
591 |
+
|
592 |
+
}
|
593 |
+
|
594 |
+
.form-list label.required em {
|
595 |
+
float: right;
|
596 |
+
font-style: normal;
|
597 |
+
color: #eb340a;
|
598 |
+
position: absolute;
|
599 |
+
top: 0;
|
600 |
+
right: -8px;
|
601 |
+
}
|
602 |
+
|
603 |
+
.form-list li.control label {
|
604 |
+
float: none;
|
605 |
+
}
|
606 |
+
|
607 |
+
.form-list li.control input.radio,
|
608 |
+
.form-list li.control input.checkbox {
|
609 |
+
margin-right: 6px;
|
610 |
+
}
|
611 |
+
|
612 |
+
.form-list li.control .input-box {
|
613 |
+
clear: none;
|
614 |
+
display: inline;
|
615 |
+
width: auto;
|
616 |
+
}
|
617 |
+
|
618 |
+
/*.form-list li.fields {
|
619 |
+
margin-right:-15px;
|
620 |
+
}*/
|
621 |
+
|
622 |
+
.form-list .input-box {
|
623 |
+
display: block;
|
624 |
+
clear: both;
|
625 |
+
width: 260px;
|
626 |
+
}
|
627 |
+
|
628 |
+
.form-list .field {
|
629 |
+
float: left;
|
630 |
+
width: 275px;
|
631 |
+
}
|
632 |
+
|
633 |
+
.form-list input.input-text {
|
634 |
+
width: 254px;
|
635 |
+
}
|
636 |
+
|
637 |
+
.form-list textarea {
|
638 |
+
width: 254px;
|
639 |
+
height: 10em;
|
640 |
+
}
|
641 |
+
|
642 |
+
.form-list select {
|
643 |
+
width: 260px;
|
644 |
+
}
|
645 |
+
|
646 |
+
.form-list li.wide .input-box {
|
647 |
+
width: 535px;
|
648 |
+
}
|
649 |
+
|
650 |
+
.form-list li.wide input.input-text {
|
651 |
+
width: 529px;
|
652 |
+
}
|
653 |
+
|
654 |
+
.form-list li.wide textarea {
|
655 |
+
width: 529px;
|
656 |
+
}
|
657 |
+
|
658 |
+
.form-list li.wide select {
|
659 |
+
width: 535px;
|
660 |
+
}
|
661 |
+
|
662 |
+
.form-list li.additional-row {
|
663 |
+
border-top: 1px solid #ccc;
|
664 |
+
margin-top: 10px;
|
665 |
+
padding-top: 7px;
|
666 |
+
}
|
667 |
+
|
668 |
+
.form-list li.additional-row .btn-remove {
|
669 |
+
float: right;
|
670 |
+
margin: 5px 0 0;
|
671 |
+
}
|
672 |
+
|
673 |
+
.form-list .input-range input.input-text {
|
674 |
+
width: 74px;
|
675 |
+
}
|
676 |
+
|
677 |
+
/* Form lists Customer
|
678 |
+
------------------------------------- */
|
679 |
+
|
680 |
+
.form-list .customer-name-prefix .input-box,
|
681 |
+
.form-list .customer-name-suffix .input-box,
|
682 |
+
.form-list .customer-name-prefix-suffix .input-box,
|
683 |
+
.form-list .customer-name-prefix-middlename .input-box,
|
684 |
+
.form-list .customer-name-middlename-suffix .input-box,
|
685 |
+
.form-list .customer-name-prefix-middlename-suffix .input-box {
|
686 |
+
width: auto;
|
687 |
+
}
|
688 |
+
|
689 |
+
.form-list .name-prefix {
|
690 |
+
width: 65px;
|
691 |
+
}
|
692 |
+
|
693 |
+
.form-list .name-prefix select {
|
694 |
+
width: 55px;
|
695 |
+
}
|
696 |
+
|
697 |
+
.form-list .name-prefix input.input-text {
|
698 |
+
width: 49px;
|
699 |
+
}
|
700 |
+
|
701 |
+
.form-list .name-suffix {
|
702 |
+
width: 65px;
|
703 |
+
}
|
704 |
+
|
705 |
+
.form-list .name-suffix select {
|
706 |
+
width: 55px;
|
707 |
+
}
|
708 |
+
|
709 |
+
.form-list .name-suffix input.input-text {
|
710 |
+
width: 49px;
|
711 |
+
}
|
712 |
+
|
713 |
+
.form-list .name-middlename {
|
714 |
+
width: 70px;
|
715 |
+
}
|
716 |
+
|
717 |
+
.form-list .name-middlename input.input-text {
|
718 |
+
width: 49px;
|
719 |
+
}
|
720 |
+
|
721 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname,
|
722 |
+
.form-list .customer-name-prefix-middlename .name-firstname {
|
723 |
+
width: 140px;
|
724 |
+
}
|
725 |
+
|
726 |
+
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
|
727 |
+
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
|
728 |
+
width: 124px;
|
729 |
+
}
|
730 |
+
|
731 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname {
|
732 |
+
width: 205px;
|
733 |
+
}
|
734 |
+
|
735 |
+
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
|
736 |
+
width: 189px;
|
737 |
+
}
|
738 |
+
|
739 |
+
.form-list .customer-name-prefix-suffix .name-firstname {
|
740 |
+
width: 210px;
|
741 |
+
}
|
742 |
+
|
743 |
+
.form-list .customer-name-prefix-suffix .name-lastname {
|
744 |
+
width: 205px;
|
745 |
+
}
|
746 |
+
|
747 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
748 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
|
749 |
+
width: 189px;
|
750 |
+
}
|
751 |
+
|
752 |
+
.form-list .customer-name-prefix-suffix .name-firstname {
|
753 |
+
width: 210px;
|
754 |
+
}
|
755 |
+
|
756 |
+
.form-list .customer-name-prefix-suffix .name-lastname {
|
757 |
+
width: 205px;
|
758 |
+
}
|
759 |
+
|
760 |
+
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
|
761 |
+
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
|
762 |
+
width: 189px;
|
763 |
+
}
|
764 |
+
|
765 |
+
.form-list .customer-name-prefix .name-firstname,
|
766 |
+
.form-list .customer-name-middlename .name-firstname {
|
767 |
+
width: 210px;
|
768 |
+
}
|
769 |
+
|
770 |
+
.form-list .customer-name-suffix .name-lastname,
|
771 |
+
.form-list .customer-name-middlename .name-firstname,
|
772 |
+
.form-list .customer-name-middlename-suffix .name-firstname,
|
773 |
+
.form-list .customer-name-middlename-suffix .name-lastname {
|
774 |
+
width: 205px;
|
775 |
+
}
|
776 |
+
|
777 |
+
.form-list .customer-name-prefix .name-firstname input.input-text,
|
778 |
+
.form-list .customer-name-suffix .name-lastname input.input-text,
|
779 |
+
.form-list .customer-name-middlename .name-firstname input.input-text,
|
780 |
+
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
|
781 |
+
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
|
782 |
+
width: 189px;
|
783 |
+
}
|
784 |
+
|
785 |
+
.form-list .customer-dob .dob-month,
|
786 |
+
.form-list .customer-dob .dob-day,
|
787 |
+
.form-list .customer-dob .dob-year {
|
788 |
+
float: left;
|
789 |
+
width: 85px;
|
790 |
+
}
|
791 |
+
|
792 |
+
.form-list .customer-dob input.input-text {
|
793 |
+
display: block;
|
794 |
+
width: 74px;
|
795 |
+
}
|
796 |
+
|
797 |
+
.form-list .customer-dob label {
|
798 |
+
font-size: 10px;
|
799 |
+
font-weight: normal;
|
800 |
+
color: #888;
|
801 |
+
}
|
802 |
+
|
803 |
+
.form-list .customer-dob .dob-day,
|
804 |
+
.form-list .customer-dob .dob-month {
|
805 |
+
width: 60px;
|
806 |
+
}
|
807 |
+
|
808 |
+
.form-list .customer-dob .dob-day input.input-text,
|
809 |
+
.form-list .customer-dob .dob-month input.input-text {
|
810 |
+
width: 46px;
|
811 |
+
}
|
812 |
+
|
813 |
+
.form-list .customer-dob .dob-year {
|
814 |
+
width: 140px;
|
815 |
+
}
|
816 |
+
|
817 |
+
.form-list .customer-dob .dob-year input.input-text {
|
818 |
+
width: 134px;
|
819 |
+
}
|
820 |
+
|
821 |
+
.fieldset {
|
822 |
+
border: 1px solid #ccc;
|
823 |
+
background: #f6f6f6;
|
824 |
+
padding: 22px 25px 12px 33px;
|
825 |
+
margin: 22px 0;
|
826 |
+
}
|
827 |
+
|
828 |
+
.fieldset .legend {
|
829 |
+
float: left;
|
830 |
+
font-weight: bold;
|
831 |
+
font-size: 13px;
|
832 |
+
background: #ccc;
|
833 |
+
margin: -35px 0 0 -10px;
|
834 |
+
padding: 5px 10px;
|
835 |
+
position: relative;
|
836 |
+
border: 1px solid #fff;
|
837 |
+
}
|
838 |
+
|
839 |
+
/* Form Validation */
|
840 |
+
|
841 |
+
.validation-advice {
|
842 |
+
clear: both;
|
843 |
+
min-height: 13px;
|
844 |
+
margin: 3px 0 0;
|
845 |
+
padding-left: 17px;
|
846 |
+
font-size: 10px;
|
847 |
+
line-height: 13px;
|
848 |
+
background: url(../images/validation_advice_bg.gif) 2px 1px no-repeat;
|
849 |
+
color: #f00;
|
850 |
+
}
|
851 |
+
|
852 |
+
.validation-failed {
|
853 |
+
border: 1px dashed #f00 !important;
|
854 |
+
background: #faebe7 !important;
|
855 |
+
}
|
856 |
+
|
857 |
+
.validation-passed {
|
858 |
+
|
859 |
+
}
|
860 |
+
|
861 |
+
p.required {
|
862 |
+
text-align: right;
|
863 |
+
color: #f00;
|
864 |
+
}
|
865 |
+
|
866 |
+
/* Expiration date and CVV number validation fix */
|
867 |
+
|
868 |
+
.v-fix {
|
869 |
+
float: left;
|
870 |
+
}
|
871 |
+
|
872 |
+
.v-fix .validation-advice {
|
873 |
+
display: block;
|
874 |
+
width: 12em;
|
875 |
+
margin-right: -12em;
|
876 |
+
position: relative;
|
877 |
+
}
|
878 |
+
|
879 |
+
/* GLOBAL MESSAGES
|
880 |
+
========================================== */
|
881 |
+
|
882 |
+
.success {
|
883 |
+
color: #3d6611;
|
884 |
+
font-weight: bold;
|
885 |
+
}
|
886 |
+
|
887 |
+
.error {
|
888 |
+
color: #f00;
|
889 |
+
font-weight: bold;
|
890 |
+
}
|
891 |
+
|
892 |
+
.notice {
|
893 |
+
color: #ccc;
|
894 |
+
}
|
895 |
+
|
896 |
+
.messages,
|
897 |
+
.messages ul {
|
898 |
+
list-style: none !important;
|
899 |
+
margin: 0 !important;
|
900 |
+
padding: 0 !important;
|
901 |
+
}
|
902 |
+
|
903 |
+
.messages {
|
904 |
+
width: 100%;
|
905 |
+
overflow: hidden;
|
906 |
+
}
|
907 |
+
|
908 |
+
.messages li {
|
909 |
+
margin: 0 0 10px;
|
910 |
+
}
|
911 |
+
|
912 |
+
.messages li li {
|
913 |
+
margin: 0 0 3px;
|
914 |
+
}
|
915 |
+
|
916 |
+
.error-msg,
|
917 |
+
.success-msg,
|
918 |
+
.note-msg,
|
919 |
+
.notice-msg {
|
920 |
+
border-style: solid !important;
|
921 |
+
border-width: 1px !important;
|
922 |
+
background-position: 10px 9px !important;
|
923 |
+
background-repeat: no-repeat !important;
|
924 |
+
min-height: 24px !important;
|
925 |
+
padding: 8px 8px 8px 32px !important;
|
926 |
+
font-size: 11px !important;
|
927 |
+
font-weight: bold !important;
|
928 |
+
}
|
929 |
+
|
930 |
+
.error-msg {
|
931 |
+
border-color: #f16048;
|
932 |
+
background-color: #faebe7;
|
933 |
+
background-image: url(../images/i_msg-error.gif);
|
934 |
+
color: #df280a;
|
935 |
+
}
|
936 |
+
|
937 |
+
.success-msg {
|
938 |
+
border-color: #446423;
|
939 |
+
background-color: #eff5ea;
|
940 |
+
background-image: url(../images/i_msg-success.gif);
|
941 |
+
color: #3d6611;
|
942 |
+
}
|
943 |
+
|
944 |
+
.note-msg,
|
945 |
+
.notice-msg {
|
946 |
+
border-color: #fcd344;
|
947 |
+
background-color: #fafaec;
|
948 |
+
background-image: url(../images/i_msg-note.gif);
|
949 |
+
color: #3d6611;
|
950 |
+
}
|
951 |
+
|
952 |
+
/* BREADCRUMBS
|
953 |
+
========================================== */
|
954 |
+
|
955 |
+
.breadcrumbs-container {
|
956 |
+
|
957 |
+
}
|
958 |
+
|
959 |
+
.breadcrumbs {
|
960 |
+
margin: 0 auto 12px;
|
961 |
+
width: 1234px;
|
962 |
+
font-size: 13px;
|
963 |
+
color: #ddd;
|
964 |
+
}
|
965 |
+
|
966 |
+
.breadcrumbs .headline {
|
967 |
+
float: left;
|
968 |
+
text-transform: uppercase;
|
969 |
+
margin-right: 7px;
|
970 |
+
}
|
971 |
+
|
972 |
+
.breadcrumbs li {
|
973 |
+
display: inline;
|
974 |
+
}
|
975 |
+
|
976 |
+
.breadcrumbs a {
|
977 |
+
color: #ddd;
|
978 |
+
}
|
979 |
+
|
980 |
+
.breadcrumbs a:hover {
|
981 |
+
color: #fff;
|
982 |
+
}
|
983 |
+
|
984 |
+
.breadcrumbs span {
|
985 |
+
color: #999;
|
986 |
+
}
|
987 |
+
|
988 |
+
/* PAGE HEADING
|
989 |
+
========================================== */
|
990 |
+
|
991 |
+
.page-title {
|
992 |
+
margin: 0 0 8px;
|
993 |
+
}
|
994 |
+
|
995 |
+
.page-title h1,
|
996 |
+
.page-title h2 {
|
997 |
+
font-weight: bold;
|
998 |
+
}
|
999 |
+
|
1000 |
+
.page-title .separator {
|
1001 |
+
margin: 0 3px;
|
1002 |
+
}
|
1003 |
+
|
1004 |
+
.page-title .link-rss {
|
1005 |
+
float: right;
|
1006 |
+
padding: 4px 4px 4px 22px;
|
1007 |
+
background: #f6f6f6 url(../images/i_rss.gif) no-repeat 5px center;
|
1008 |
+
border: 1px solid #ddd;
|
1009 |
+
font-size: 11px;
|
1010 |
+
-moz-border-radius: 3px;
|
1011 |
+
-webkit-border-radius: 3px;
|
1012 |
+
border-radius: 3px;
|
1013 |
+
color: #444;
|
1014 |
+
}
|
1015 |
+
|
1016 |
+
.title-buttons {
|
1017 |
+
text-align: right;
|
1018 |
+
}
|
1019 |
+
|
1020 |
+
.title-buttons h1,
|
1021 |
+
.title-buttons h2,
|
1022 |
+
.title-buttons h3,
|
1023 |
+
.title-buttons h4,
|
1024 |
+
.title-buttons h5,
|
1025 |
+
.title-buttons h6 {
|
1026 |
+
float: left;
|
1027 |
+
}
|
1028 |
+
|
1029 |
+
.subtitle,
|
1030 |
+
.sub-title {
|
1031 |
+
clear: both;
|
1032 |
+
}
|
1033 |
+
|
1034 |
+
/* PAGER
|
1035 |
+
========================================== */
|
1036 |
+
|
1037 |
+
.pager {
|
1038 |
+
padding: 8px;
|
1039 |
+
margin: 5px 0 0;
|
1040 |
+
text-align: center;
|
1041 |
+
border: 1px solid #ddd;
|
1042 |
+
color: #555;
|
1043 |
+
}
|
1044 |
+
|
1045 |
+
.pager .amount {
|
1046 |
+
float: left;
|
1047 |
+
}
|
1048 |
+
|
1049 |
+
.pager .limiter {
|
1050 |
+
float: right;
|
1051 |
+
}
|
1052 |
+
|
1053 |
+
.pager .pages {
|
1054 |
+
margin: 0 135px;
|
1055 |
+
}
|
1056 |
+
|
1057 |
+
.pager .pages ol {
|
1058 |
+
display: inline;
|
1059 |
+
font-size: 14px;
|
1060 |
+
font-weight: bold;
|
1061 |
+
margin-left: 8px;
|
1062 |
+
}
|
1063 |
+
|
1064 |
+
.pager .pages li {
|
1065 |
+
display: inline;
|
1066 |
+
}
|
1067 |
+
|
1068 |
+
.pager .pages a{
|
1069 |
+
display: inline-block;
|
1070 |
+
padding: 1px 5px;
|
1071 |
+
background-color: #222;
|
1072 |
+
color: #fff;
|
1073 |
+
border: 1px solid #222;
|
1074 |
+
-moz-border-radius: 2px;
|
1075 |
+
-webkit-border-radius: 2px;
|
1076 |
+
border-radius: 2px;
|
1077 |
+
}
|
1078 |
+
|
1079 |
+
.pager .pages a:hover{
|
1080 |
+
text-decoration: none;
|
1081 |
+
background-color: #666;
|
1082 |
+
border: 1px solid #222;
|
1083 |
+
}
|
1084 |
+
|
1085 |
+
.pager .pages img{
|
1086 |
+
margin-top: -3px;
|
1087 |
+
padding-right: 1px;
|
1088 |
+
padding-left: 1px;
|
1089 |
+
}
|
1090 |
+
|
1091 |
+
.pager .pages .current {
|
1092 |
+
color: #222;
|
1093 |
+
}
|
1094 |
+
|
1095 |
+
/* SORTER
|
1096 |
+
========================================== */
|
1097 |
+
|
1098 |
+
.sorter {
|
1099 |
+
padding: 8px;
|
1100 |
+
background: #f6f6f6 url(../images/bg-cleanpaper-light.png) repeat left top;
|
1101 |
+
|
1102 |
+
margin-right: 0;
|
1103 |
+
margin-left: 0;
|
1104 |
+
margin-bottom: 12px;
|
1105 |
+
border: 1px solid #ddd;
|
1106 |
+
color: #555;
|
1107 |
+
border-top-color: #fff;
|
1108 |
+
}
|
1109 |
+
|
1110 |
+
.sorter .view-mode {
|
1111 |
+
float: left;
|
1112 |
+
}
|
1113 |
+
|
1114 |
+
.sorter .view-mode strong{
|
1115 |
+
color: #222;
|
1116 |
+
}
|
1117 |
+
|
1118 |
+
.sorter .sort-by {
|
1119 |
+
float: right;
|
1120 |
+
}
|
1121 |
+
|
1122 |
+
.sorter .link-feed {
|
1123 |
+
|
1124 |
+
}
|
1125 |
+
|
1126 |
+
/* TOOLBAR
|
1127 |
+
========================================== */
|
1128 |
+
|
1129 |
+
.toolbar {
|
1130 |
+
|
1131 |
+
}
|
1132 |
+
|
1133 |
+
.toolbar .pager {
|
1134 |
+
|
1135 |
+
}
|
1136 |
+
|
1137 |
+
.toolbar .sorter {
|
1138 |
+
|
1139 |
+
}
|
1140 |
+
|
1141 |
+
.toolbar-bottom {
|
1142 |
+
|
1143 |
+
}
|
1144 |
+
|
1145 |
+
/* DATA TABLE
|
1146 |
+
========================================== */
|
1147 |
+
|
1148 |
+
.data-table {
|
1149 |
+
width: 100%;
|
1150 |
+
}
|
1151 |
+
|
1152 |
+
.data-table th {
|
1153 |
+
padding: 5px;
|
1154 |
+
border: 1px solid #ddd;
|
1155 |
+
font-weight: bold;
|
1156 |
+
white-space: nowrap;
|
1157 |
+
}
|
1158 |
+
|
1159 |
+
.data-table td {
|
1160 |
+
padding: 5px;
|
1161 |
+
border: 1px solid #ddd;
|
1162 |
+
}
|
1163 |
+
|
1164 |
+
.data-table thead {
|
1165 |
+
background-color: #eee;
|
1166 |
+
}
|
1167 |
+
|
1168 |
+
.data-table tbody {
|
1169 |
+
|
1170 |
+
}
|
1171 |
+
|
1172 |
+
.data-table tfoot {
|
1173 |
+
|
1174 |
+
}
|
1175 |
+
|
1176 |
+
.data-table tr.first {
|
1177 |
+
|
1178 |
+
}
|
1179 |
+
|
1180 |
+
.data-table tr.last {
|
1181 |
+
|
1182 |
+
}
|
1183 |
+
|
1184 |
+
.data-table tr.odd {
|
1185 |
+
|
1186 |
+
}
|
1187 |
+
|
1188 |
+
.data-table tr.even {
|
1189 |
+
background-color: #f6f6f6;
|
1190 |
+
}
|
1191 |
+
|
1192 |
+
.data-table tbody.odd {
|
1193 |
+
|
1194 |
+
}
|
1195 |
+
|
1196 |
+
.data-table tbody.odd td {
|
1197 |
+
border-width: 0 1px;
|
1198 |
+
}
|
1199 |
+
|
1200 |
+
.data-table tbody.even {
|
1201 |
+
background-color: #f6f6f6;
|
1202 |
+
}
|
1203 |
+
|
1204 |
+
.data-table tbody.even td {
|
1205 |
+
border-width: 0 1px;
|
1206 |
+
}
|
1207 |
+
|
1208 |
+
.data-table tbody.odd tr.border td,
|
1209 |
+
.data-table tbody.even tr.border td {
|
1210 |
+
border-bottom-width: 1px;
|
1211 |
+
}
|
1212 |
+
|
1213 |
+
.data-table th .tax-flag {
|
1214 |
+
white-space: nowrap;
|
1215 |
+
font-weight: normal;
|
1216 |
+
}
|
1217 |
+
|
1218 |
+
.data-table td.label,
|
1219 |
+
.data-table th.label {
|
1220 |
+
font-weight: bold;
|
1221 |
+
background-color: #f6f6f6;
|
1222 |
+
}
|
1223 |
+
|
1224 |
+
.data-table td.value {
|
1225 |
+
|
1226 |
+
}
|
1227 |
+
|
1228 |
+
/* CART
|
1229 |
+
========================================== */
|
1230 |
+
|
1231 |
+
/* Shopping cart total summary row expandable to details
|
1232 |
+
------------------------------------- */
|
1233 |
+
|
1234 |
+
tr.summary-total {
|
1235 |
+
cursor: pointer;
|
1236 |
+
}
|
1237 |
+
|
1238 |
+
tr.summary-total td {
|
1239 |
+
|
1240 |
+
}
|
1241 |
+
|
1242 |
+
tr.summary-total .summary-collapse {
|
1243 |
+
float: right;
|
1244 |
+
text-align: right;
|
1245 |
+
padding-left: 20px;
|
1246 |
+
background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
|
1247 |
+
cursor: pointer;
|
1248 |
+
}
|
1249 |
+
|
1250 |
+
tr.show-details .summary-collapse {
|
1251 |
+
background-position: 0 -53px;
|
1252 |
+
}
|
1253 |
+
|
1254 |
+
tr.show-details td {
|
1255 |
+
|
1256 |
+
}
|
1257 |
+
|
1258 |
+
tr.summary-details td {
|
1259 |
+
font-size: 11px;
|
1260 |
+
background-color: #dae1e4;
|
1261 |
+
color: #626465;
|
1262 |
+
}
|
1263 |
+
|
1264 |
+
tr.summary-details-first td {
|
1265 |
+
border-top: 1px solid #d2d8db;
|
1266 |
+
}
|
1267 |
+
|
1268 |
+
tr.summary-details-excluded {
|
1269 |
+
font-style: italic;
|
1270 |
+
}
|
1271 |
+
|
1272 |
+
/* Shopping cart tax info
|
1273 |
+
------------------------------------- */
|
1274 |
+
|
1275 |
+
.cart-tax-info {
|
1276 |
+
display: block;
|
1277 |
+
}
|
1278 |
+
|
1279 |
+
.cart-tax-info,
|
1280 |
+
.cart-tax-info .cart-price {
|
1281 |
+
padding-right: 20px;
|
1282 |
+
}
|
1283 |
+
|
1284 |
+
.cart-tax-total {
|
1285 |
+
display: block;
|
1286 |
+
padding-right: 20px;
|
1287 |
+
background: url(../images/bkg_collapse.gif) 100% 4px no-repeat;
|
1288 |
+
cursor: pointer;
|
1289 |
+
}
|
1290 |
+
|
1291 |
+
.cart-tax-info .price,
|
1292 |
+
.cart-tax-total .price {
|
1293 |
+
display: inline !important;
|
1294 |
+
font-weight: normal !important;
|
1295 |
+
}
|
1296 |
+
|
1297 |
+
.cart-tax-total-expanded {
|
1298 |
+
background-position: 100% -53px;
|
1299 |
+
}
|
1300 |
+
|
1301 |
+
/* STD | admin-controlled content
|
1302 |
+
========================================== */
|
1303 |
+
|
1304 |
+
.std .subtitle {
|
1305 |
+
padding: 0;
|
1306 |
+
}
|
1307 |
+
|
1308 |
+
.std ol.ol {
|
1309 |
+
list-style: decimal outside;
|
1310 |
+
padding-left: 1.5em;
|
1311 |
+
}
|
1312 |
+
|
1313 |
+
.std ul.disc {
|
1314 |
+
list-style: disc outside;
|
1315 |
+
padding-left: 18px;
|
1316 |
+
margin: 0 0 10px;
|
1317 |
+
}
|
1318 |
+
|
1319 |
+
.std dl dt {
|
1320 |
+
font-weight: bold;
|
1321 |
+
}
|
1322 |
+
|
1323 |
+
.std dl dd {
|
1324 |
+
margin: 0 0 10px;
|
1325 |
+
}
|
1326 |
+
|
1327 |
+
.std ul,
|
1328 |
+
.std ol,
|
1329 |
+
.std dl,
|
1330 |
+
.std p,
|
1331 |
+
.std address,
|
1332 |
+
.std blockquote {
|
1333 |
+
margin: 0 0 1em;
|
1334 |
+
padding: 0;
|
1335 |
+
}
|
1336 |
+
|
1337 |
+
.std ul {
|
1338 |
+
list-style: disc outside;
|
1339 |
+
padding-left: 1.5em;
|
1340 |
+
}
|
1341 |
+
|
1342 |
+
.std ol {
|
1343 |
+
list-style: decimal outside;
|
1344 |
+
padding-left: 1.5em;
|
1345 |
+
}
|
1346 |
+
|
1347 |
+
.std ul ul {
|
1348 |
+
list-style-type: circle;
|
1349 |
+
}
|
1350 |
+
|
1351 |
+
.std ul ul,
|
1352 |
+
.std ol ol,
|
1353 |
+
.std ul ol,
|
1354 |
+
.std ol ul {
|
1355 |
+
margin: .5em 0;
|
1356 |
+
}
|
1357 |
+
|
1358 |
+
.std dt {
|
1359 |
+
font-weight: bold;
|
1360 |
+
}
|
1361 |
+
|
1362 |
+
.std dd {
|
1363 |
+
padding: 0 0 0 1.5em;
|
1364 |
+
}
|
1365 |
+
|
1366 |
+
.std blockquote {
|
1367 |
+
font-style: italic;
|
1368 |
+
padding: 0 0 0 1.5em;
|
1369 |
+
}
|
1370 |
+
|
1371 |
+
.std address {
|
1372 |
+
font-style: normal;
|
1373 |
+
}
|
1374 |
+
|
1375 |
+
.std b,
|
1376 |
+
.std strong {
|
1377 |
+
font-weight: bold;
|
1378 |
+
}
|
1379 |
+
|
1380 |
+
.std i,
|
1381 |
+
.std em {
|
1382 |
+
font-style: italic;
|
1383 |
+
}
|
1384 |
+
|
1385 |
+
/* MISC
|
1386 |
+
========================================== */
|
1387 |
+
|
1388 |
+
.links li {
|
1389 |
+
display: inline;
|
1390 |
+
margin-left: 5px;
|
1391 |
+
border-left: 1px solid #bbb;
|
1392 |
+
padding-left: 6px;
|
1393 |
+
}
|
1394 |
+
|
1395 |
+
.links li.first {
|
1396 |
+
margin-left: 0;
|
1397 |
+
padding-left: 0;
|
1398 |
+
border-left: 0;
|
1399 |
+
}
|
1400 |
+
|
1401 |
+
.links li.last {
|
1402 |
+
background: none !important;
|
1403 |
+
padding-right: 0 !important;
|
1404 |
+
}
|
1405 |
+
|
1406 |
+
a.link-cart{
|
1407 |
+
color: #e75600;
|
1408 |
+
}
|
1409 |
+
|
1410 |
+
.link-wishlist {
|
1411 |
+
font-weight: bold;
|
1412 |
+
}
|
1413 |
+
|
1414 |
+
.link-reorder {
|
1415 |
+
font-weight: bold;
|
1416 |
+
}
|
1417 |
+
|
1418 |
+
.link-compare {
|
1419 |
+
font-weight: bold;
|
1420 |
+
}
|
1421 |
+
|
1422 |
+
.link-print {
|
1423 |
+
background: url(../images/i_print.gif) 0 2px no-repeat;
|
1424 |
+
padding: 2px 0 2px 25px;
|
1425 |
+
}
|
1426 |
+
|
1427 |
+
.link-rss {
|
1428 |
+
background: url(../images/i_rss.gif) 0 1px no-repeat;
|
1429 |
+
padding-left: 18px;
|
1430 |
+
white-space: nowrap;
|
1431 |
+
}
|
1432 |
+
|
1433 |
+
.btn-remove {
|
1434 |
+
display: block;
|
1435 |
+
width: 11px;
|
1436 |
+
height: 11px;
|
1437 |
+
font-size: 0;
|
1438 |
+
line-height: 0;
|
1439 |
+
background: url(../images/btn_remove.gif) 0 0 no-repeat;
|
1440 |
+
text-indent: -999em;
|
1441 |
+
overflow: hidden;
|
1442 |
+
}
|
1443 |
+
|
1444 |
+
.btn-remove2 {
|
1445 |
+
display: block;
|
1446 |
+
width: 16px;
|
1447 |
+
height: 16px;
|
1448 |
+
font-size: 0;
|
1449 |
+
line-height: 0;
|
1450 |
+
background: url(../images/btn_trash.gif) 0 0 no-repeat;
|
1451 |
+
text-indent: -999em;
|
1452 |
+
overflow: hidden;
|
1453 |
+
}
|
1454 |
+
|
1455 |
+
.btn-edit {
|
1456 |
+
display: block;
|
1457 |
+
width: 11px;
|
1458 |
+
height: 11px;
|
1459 |
+
font-size: 0;
|
1460 |
+
line-height: 0;
|
1461 |
+
background: url(../images/btn_edit.gif) 0 0 no-repeat;
|
1462 |
+
text-indent: -999em;
|
1463 |
+
overflow: hidden;
|
1464 |
+
}
|
1465 |
+
|
1466 |
+
.cards-list dt {
|
1467 |
+
margin: 5px 0 0;
|
1468 |
+
}
|
1469 |
+
|
1470 |
+
.cards-list .offset {
|
1471 |
+
padding: 2px 0 2px 20px;
|
1472 |
+
}
|
1473 |
+
|
1474 |
+
.separator {
|
1475 |
+
margin: 0 3px;
|
1476 |
+
}
|
1477 |
+
|
1478 |
+
.divider {
|
1479 |
+
clear: both;
|
1480 |
+
display: block;
|
1481 |
+
font-size: 0;
|
1482 |
+
line-height: 0;
|
1483 |
+
height: 1px;
|
1484 |
+
margin: 10px 0;
|
1485 |
+
background: #ddd;
|
1486 |
+
text-indent: -999em;
|
1487 |
+
overflow: hidden;
|
1488 |
+
}
|
1489 |
+
|
1490 |
+
/* Noscript Notice
|
1491 |
+
------------------------------------- */
|
1492 |
+
|
1493 |
+
.noscript {
|
1494 |
+
border: 1px solid #ddd;
|
1495 |
+
border-width: 0 0 1px;
|
1496 |
+
background: #ffff90;
|
1497 |
+
font-size: 12px;
|
1498 |
+
line-height: 1.25;
|
1499 |
+
text-align: center;
|
1500 |
+
color: #2f2f2f;
|
1501 |
+
}
|
1502 |
+
|
1503 |
+
.noscript .noscript-inner {
|
1504 |
+
width: 1000px;
|
1505 |
+
margin: 0 auto;
|
1506 |
+
padding: 12px 0 12px;
|
1507 |
+
background: url(../images/i_notice.gif) 20px 50% no-repeat;
|
1508 |
+
}
|
1509 |
+
|
1510 |
+
.noscript p {
|
1511 |
+
margin: 0;
|
1512 |
+
}
|
1513 |
+
|
1514 |
+
/* Demo Notice
|
1515 |
+
------------------------------------- */
|
1516 |
+
|
1517 |
+
.demo-notice {
|
1518 |
+
margin: 0;
|
1519 |
+
padding: 6px 10px;
|
1520 |
+
background: #d75f07;
|
1521 |
+
font-size: 12px;
|
1522 |
+
line-height: 1.15;
|
1523 |
+
text-align: center;
|
1524 |
+
color: #fff;
|
1525 |
+
}
|
1526 |
+
|
1527 |
+
/* Cookie Notice
|
1528 |
+
------------------------------------- */
|
1529 |
+
|
1530 |
+
.notice-cookie {
|
1531 |
+
border-bottom: 1px solid #ccc;
|
1532 |
+
background: #ffff90;
|
1533 |
+
font-size: 12px;
|
1534 |
+
line-height: 1.25;
|
1535 |
+
text-align: center;
|
1536 |
+
color: #2f2f2f;
|
1537 |
+
}
|
1538 |
+
|
1539 |
+
.notice-cookie .notice-inner {
|
1540 |
+
width: 900px;
|
1541 |
+
margin: 0 auto;
|
1542 |
+
padding: 8px 0 8px 80px;
|
1543 |
+
background: url(../images/i_notice.gif) 20px 25px no-repeat;
|
1544 |
+
text-align: left;
|
1545 |
+
}
|
1546 |
+
|
1547 |
+
.notice-cookie .notice-inner p {
|
1548 |
+
margin: 0 0 6px;
|
1549 |
+
border: 1px dashed #aaa;
|
1550 |
+
padding: 6px;
|
1551 |
+
background-color: #ffffe5;
|
1552 |
+
}
|
1553 |
+
|
1554 |
+
.notice-cookie .notice-inner p a{
|
1555 |
+
font-weight: bold;
|
1556 |
+
}
|
1557 |
+
|
1558 |
+
.notice-cookie .notice-inner .actions {
|
1559 |
+
|
1560 |
+
}
|
1561 |
+
|
1562 |
+
/* HEADER
|
1563 |
+
========================================== */
|
1564 |
+
|
1565 |
+
.logo {
|
1566 |
+
float: left;
|
1567 |
+
}
|
1568 |
+
|
1569 |
+
.header-container {
|
1570 |
+
}
|
1571 |
+
|
1572 |
+
.header-top {
|
1573 |
+
padding: 16px 0 24px;
|
1574 |
+
}
|
1575 |
+
|
1576 |
+
.header{
|
1577 |
+
width: 1234px;
|
1578 |
+
margin: 0 auto;
|
1579 |
+
}
|
1580 |
+
|
1581 |
+
.header .logo {
|
1582 |
+
float: left;
|
1583 |
+
text-decoration: none !important;
|
1584 |
+
}
|
1585 |
+
|
1586 |
+
.header .logo strong {
|
1587 |
+
position: absolute;
|
1588 |
+
top: -999em;
|
1589 |
+
left: -999em;
|
1590 |
+
width: 0;
|
1591 |
+
height: 0;
|
1592 |
+
font-size: 0;
|
1593 |
+
line-height: 0;
|
1594 |
+
text-indent: -999em;
|
1595 |
+
overflow: hidden;
|
1596 |
+
}
|
1597 |
+
|
1598 |
+
.header h1.logo {
|
1599 |
+
margin: 0;
|
1600 |
+
padding: 0;
|
1601 |
+
}
|
1602 |
+
|
1603 |
+
.header-usps {
|
1604 |
+
float: left;
|
1605 |
+
font-size: 13px;
|
1606 |
+
color: #777;
|
1607 |
+
margin: 10px 0 0 120px;
|
1608 |
+
}
|
1609 |
+
|
1610 |
+
.header-usps .headline{
|
1611 |
+
text-transform: uppercase;
|
1612 |
+
margin-bottom: 1px;
|
1613 |
+
color: #222;
|
1614 |
+
font: 18px "Times New Roman", Times, Georgia, serif;
|
1615 |
+
}
|
1616 |
+
|
1617 |
+
.header-usps .headline a{
|
1618 |
+
color: #555;
|
1619 |
+
}
|
1620 |
+
|
1621 |
+
.header-usps .usp1{
|
1622 |
+
float: left;
|
1623 |
+
width: 220px;
|
1624 |
+
}
|
1625 |
+
|
1626 |
+
.header-usps .usp2{
|
1627 |
+
float: left;
|
1628 |
+
width: 220px;
|
1629 |
+
}
|
1630 |
+
|
1631 |
+
.header-usps .usp3{
|
1632 |
+
float: left;
|
1633 |
+
width: 220px;
|
1634 |
+
}
|
1635 |
+
|
1636 |
+
.header .header-right {
|
1637 |
+
float: right;
|
1638 |
+
}
|
1639 |
+
|
1640 |
+
.header .welcome-msg {
|
1641 |
+
text-align: right;
|
1642 |
+
margin-bottom: 4px;
|
1643 |
+
color: #555;
|
1644 |
+
font-style: italic;
|
1645 |
+
}
|
1646 |
+
|
1647 |
+
.header .welcome-msg a {
|
1648 |
+
|
1649 |
+
}
|
1650 |
+
|
1651 |
+
.header-container .form-language {
|
1652 |
+
float: right;
|
1653 |
+
text-align: right;
|
1654 |
+
margin-bottom: 10px;
|
1655 |
+
}
|
1656 |
+
|
1657 |
+
.header-container .form-search label {
|
1658 |
+
display: none;
|
1659 |
+
}
|
1660 |
+
|
1661 |
+
.header-container .form-search {
|
1662 |
+
float: left;
|
1663 |
+
}
|
1664 |
+
|
1665 |
+
.header-container .form-search input{
|
1666 |
+
width: 320px;
|
1667 |
+
padding: 8px 8px 8px 38px;
|
1668 |
+
font-size: 13px;
|
1669 |
+
color: #444;
|
1670 |
+
-moz-border-radius: 3px;
|
1671 |
+
-webkit-border-radius: 3px;
|
1672 |
+
border-radius: 3px;
|
1673 |
+
border: 1px solid #bbb;
|
1674 |
+
background: #fff url(../images/search-icon-bg.png) no-repeat 12px 6px;
|
1675 |
+
}
|
1676 |
+
|
1677 |
+
.header-container .form-search button{
|
1678 |
+
-webkit-border-fit: lines;
|
1679 |
+
overflow: visible;
|
1680 |
+
margin: 0;
|
1681 |
+
width: auto;
|
1682 |
+
height: 33px !important;
|
1683 |
+
cursor: pointer;
|
1684 |
+
font: 12px/33px Arial, Helvetica, sans-serif;
|
1685 |
+
text-align: center;
|
1686 |
+
color: #fff;
|
1687 |
+
white-space: nowrap;
|
1688 |
+
padding-left: 12px;
|
1689 |
+
padding-right: 12px;
|
1690 |
+
}
|
1691 |
+
|
1692 |
+
.header-container .form-search button:hover{
|
1693 |
+
|
1694 |
+
}
|
1695 |
+
|
1696 |
+
.header-container .form-search .search-autocomplete {
|
1697 |
+
z-index: 999;
|
1698 |
+
}
|
1699 |
+
|
1700 |
+
.header-container .form-search .search-autocomplete ul {
|
1701 |
+
border: 1px solid #ddd;
|
1702 |
+
background-color: #fff;
|
1703 |
+
}
|
1704 |
+
|
1705 |
+
.header-container .form-search .search-autocomplete li {
|
1706 |
+
padding: 3px;
|
1707 |
+
border-bottom: 1px solid #ddd;
|
1708 |
+
cursor: pointer;
|
1709 |
+
}
|
1710 |
+
|
1711 |
+
.header-container .form-search .search-autocomplete li .amount {
|
1712 |
+
float: right;
|
1713 |
+
font-weight: bold;
|
1714 |
+
}
|
1715 |
+
|
1716 |
+
.header-container .form-search .search-autocomplete li.selected {
|
1717 |
+
|
1718 |
+
}
|
1719 |
+
|
1720 |
+
.header-container .top-container {
|
1721 |
+
clear: both;
|
1722 |
+
text-align: right;
|
1723 |
+
}
|
1724 |
+
|
1725 |
+
.header-container .quick-access-container {
|
1726 |
+
background: #eee url(../images/bg-cleanpaper.png) repeat center top;
|
1727 |
+
border-bottom: 1px solid #fff;
|
1728 |
+
padding: 6px 0;
|
1729 |
+
}
|
1730 |
+
|
1731 |
+
.header-container .quick-access {
|
1732 |
+
width: 1234px;
|
1733 |
+
margin: 0 auto;
|
1734 |
+
}
|
1735 |
+
|
1736 |
+
.header-container .quick-access .links {
|
1737 |
+
float: right;
|
1738 |
+
text-align: right;
|
1739 |
+
margin-top: 7px;
|
1740 |
+
font-size: 13px;
|
1741 |
+
}
|
1742 |
+
|
1743 |
+
|
1744 |
+
/* TOP NAVIGATION
|
1745 |
+
========================================== */
|
1746 |
+
|
1747 |
+
.nav-container {
|
1748 |
+
display: block;
|
1749 |
+
background: #111 url(../images/bg-darknoise2.png) repeat center top;
|
1750 |
+
}
|
1751 |
+
|
1752 |
+
#nav {
|
1753 |
+
width: 1234px;
|
1754 |
+
margin: 0 auto;
|
1755 |
+
font-size: 14px;
|
1756 |
+
}
|
1757 |
+
|
1758 |
+
/* All Levels
|
1759 |
+
------------------------------------- */
|
1760 |
+
|
1761 |
+
#nav li {
|
1762 |
+
text-align: left;
|
1763 |
+
position: relative;
|
1764 |
+
}
|
1765 |
+
|
1766 |
+
#nav li.over {
|
1767 |
+
z-index: 998;
|
1768 |
+
}
|
1769 |
+
|
1770 |
+
#nav li.parent {
|
1771 |
+
|
1772 |
+
}
|
1773 |
+
|
1774 |
+
#nav ul li.parent a {
|
1775 |
+
background: url(../images/bkg_parent.gif) no-repeat 95% center;
|
1776 |
+
}
|
1777 |
+
|
1778 |
+
#nav ul li.parent li a {
|
1779 |
+
background-image: none;
|
1780 |
+
}
|
1781 |
+
|
1782 |
+
#nav li a {
|
1783 |
+
display: block;
|
1784 |
+
text-decoration: none;
|
1785 |
+
text-transform: uppercase;
|
1786 |
+
}
|
1787 |
+
|
1788 |
+
#nav li a:hover {
|
1789 |
+
text-decoration: none;
|
1790 |
+
}
|
1791 |
+
|
1792 |
+
#nav li a span {
|
1793 |
+
display: block;
|
1794 |
+
white-space: nowrap;
|
1795 |
+
cursor: pointer;
|
1796 |
+
}
|
1797 |
+
|
1798 |
+
#nav li ul a span {
|
1799 |
+
white-space: normal;
|
1800 |
+
}
|
1801 |
+
|
1802 |
+
/* 1st Level
|
1803 |
+
------------------------------------- */
|
1804 |
+
|
1805 |
+
#nav li {
|
1806 |
+
float: left;
|
1807 |
+
}
|
1808 |
+
|
1809 |
+
#nav li a {
|
1810 |
+
float: left;
|
1811 |
+
color: #fff;
|
1812 |
+
border-right: 1px solid #777;
|
1813 |
+
padding: 14px 20px;
|
1814 |
+
}
|
1815 |
+
|
1816 |
+
#nav li.level0.nav-1.first a {
|
1817 |
+
border-left: 1px solid #777;
|
1818 |
+
}
|
1819 |
+
|
1820 |
+
#nav li a:hover {
|
1821 |
+
color: #fff;
|
1822 |
+
background-color: #000;
|
1823 |
+
}
|
1824 |
+
|
1825 |
+
#nav li.over a{
|
1826 |
+
color: #fff;
|
1827 |
+
background-color: #4b4c4c;
|
1828 |
+
}
|
1829 |
+
|
1830 |
+
#nav li.active a {
|
1831 |
+
color: #fff;
|
1832 |
+
background-color: #4b4c4c;
|
1833 |
+
}
|
1834 |
+
|
1835 |
+
/* 2nd Level
|
1836 |
+
------------------------------------- */
|
1837 |
+
|
1838 |
+
#nav ul,
|
1839 |
+
#nav div {
|
1840 |
+
position: absolute;
|
1841 |
+
top: 44px;
|
1842 |
+
left: -10000px;
|
1843 |
+
border: 1px solid #999;
|
1844 |
+
background: #fff;
|
1845 |
+
width: 250px;
|
1846 |
+
}
|
1847 |
+
|
1848 |
+
#nav div ul {
|
1849 |
+
position: static;
|
1850 |
+
width: auto;
|
1851 |
+
border: none;
|
1852 |
+
}
|
1853 |
+
|
1854 |
+
/* 3rd+ Level
|
1855 |
+
------------------------------------- */
|
1856 |
+
|
1857 |
+
#nav ul ul,
|
1858 |
+
#nav ul div {
|
1859 |
+
top: 7px;
|
1860 |
+
}
|
1861 |
+
|
1862 |
+
#nav ul li {
|
1863 |
+
float: none;
|
1864 |
+
border-bottom: 1px solid #ccc;
|
1865 |
+
}
|
1866 |
+
|
1867 |
+
#nav ul li.last {
|
1868 |
+
border-bottom: 0;
|
1869 |
+
}
|
1870 |
+
|
1871 |
+
#nav ul li a {
|
1872 |
+
float: none;
|
1873 |
+
padding: 6px 9px;
|
1874 |
+
font-weight: normal;
|
1875 |
+
color: #222 !important;
|
1876 |
+
background-color: #fff !important;
|
1877 |
+
border: none !important;
|
1878 |
+
text-transform: none;
|
1879 |
+
}
|
1880 |
+
|
1881 |
+
#nav ul li a:hover {
|
1882 |
+
color: #000 !important;
|
1883 |
+
background-color: #eee !important;
|
1884 |
+
}
|
1885 |
+
|
1886 |
+
#nav ul li.active > a,
|
1887 |
+
#nav ul li.over > a {
|
1888 |
+
color: #000 !important;
|
1889 |
+
background-color: #eee !important;
|
1890 |
+
}
|
1891 |
+
|
1892 |
+
/* Show menu
|
1893 |
+
------------------------------------- */
|
1894 |
+
|
1895 |
+
#nav li ul.shown-sub,
|
1896 |
+
#nav li div.shown-sub {
|
1897 |
+
left: 0;
|
1898 |
+
z-index: 999;
|
1899 |
+
}
|
1900 |
+
|
1901 |
+
#nav li .shown-sub ul.shown-sub,
|
1902 |
+
#nav li .shown-sub li div.shown-sub {
|
1903 |
+
left: 100px;
|
1904 |
+
}
|
1905 |
+
|
1906 |
+
/* SIDEBAR
|
1907 |
+
========================================== */
|
1908 |
+
|
1909 |
+
.block {
|
1910 |
+
margin: 0 0 14px;
|
1911 |
+
}
|
1912 |
+
|
1913 |
+
.block .block-title {
|
1914 |
+
padding: 9px 1px 9px 10px;
|
1915 |
+
font-size: 13px;
|
1916 |
+
border: 1px solid #ccc;
|
1917 |
+
-webkit-border-top-left-radius: 3px;
|
1918 |
+
-webkit-border-top-right-radius: 3px;
|
1919 |
+
-moz-border-radius-topleft: 3px;
|
1920 |
+
-moz-border-radius-topright: 3px;
|
1921 |
+
border-top-left-radius: 3px;
|
1922 |
+
border-top-right-radius: 3px;
|
1923 |
+
background: #eee url(../images/bg-cleanpaper.png) repeat left top;
|
1924 |
+
border-bottom: 1px solid #ddd;
|
1925 |
+
}
|
1926 |
+
|
1927 |
+
.block .block-title strong {
|
1928 |
+
display: block;
|
1929 |
+
line-height: 16px;
|
1930 |
+
background-position: left top;
|
1931 |
+
background-repeat: no-repeat;
|
1932 |
+
font-weight: bold;
|
1933 |
+
}
|
1934 |
+
|
1935 |
+
.block .block-title strong span {
|
1936 |
+
|
1937 |
+
}
|
1938 |
+
|
1939 |
+
.block .block-title a {
|
1940 |
+
text-decoration: none !important;
|
1941 |
+
}
|
1942 |
+
|
1943 |
+
.block .block-subtitle {
|
1944 |
+
font-size: 13px;
|
1945 |
+
font-weight: bold;
|
1946 |
+
color: #555;
|
1947 |
+
margin-bottom: 5px;
|
1948 |
+
font-style: italic;
|
1949 |
+
}
|
1950 |
+
|
1951 |
+
.block .block-content {
|
1952 |
+
border: 1px solid #ccc;
|
1953 |
+
padding: 10px;
|
1954 |
+
border-top-style: none;
|
1955 |
+
}
|
1956 |
+
|
1957 |
+
.block .block-content li.item.last {
|
1958 |
+
border-bottom-style: none;
|
1959 |
+
}
|
1960 |
+
|
1961 |
+
.block .block-content li.item {
|
1962 |
+
padding: 5px 0;
|
1963 |
+
border-top-style: none;
|
1964 |
+
border-bottom: 1px solid #ddd;
|
1965 |
+
}
|
1966 |
+
|
1967 |
+
.block .block-content li.item .price-box{
|
1968 |
+
margin-top: 3px;
|
1969 |
+
margin-bottom: 3px;
|
1970 |
+
}
|
1971 |
+
|
1972 |
+
.block .block-content li.item .old-price .price-label,
|
1973 |
+
.block .block-content li.item .special-price .price-label{
|
1974 |
+
display: none;
|
1975 |
+
}
|
1976 |
+
|
1977 |
+
.block .block-content li.item .product-name{
|
1978 |
+
margin-bottom: 3px;
|
1979 |
+
line-height: 1.2;
|
1980 |
+
}
|
1981 |
+
|
1982 |
+
.block .btn-remove,
|
1983 |
+
.block .btn-edit {
|
1984 |
+
float: right;
|
1985 |
+
}
|
1986 |
+
|
1987 |
+
.block .actions {
|
1988 |
+
text-align: right;
|
1989 |
+
border-top: 1px solid #ccc;
|
1990 |
+
padding-top: 7px;
|
1991 |
+
margin-top: 7px;
|
1992 |
+
}
|
1993 |
+
|
1994 |
+
.block .actions a {
|
1995 |
+
float: left;
|
1996 |
+
}
|
1997 |
+
|
1998 |
+
.block .empty {
|
1999 |
+
|
2000 |
+
}
|
2001 |
+
|
2002 |
+
.block li.odd {
|
2003 |
+
|
2004 |
+
}
|
2005 |
+
|
2006 |
+
.block li.even {
|
2007 |
+
|
2008 |
+
}
|
2009 |
+
|
2010 |
+
/* Mini Products List
|
2011 |
+
------------------------------------- */
|
2012 |
+
|
2013 |
+
.mini-products-list li {
|
2014 |
+
padding: 5px 0;
|
2015 |
+
}
|
2016 |
+
|
2017 |
+
.mini-products-list .product-image {
|
2018 |
+
float: left;
|
2019 |
+
width: 50px;
|
2020 |
+
}
|
2021 |
+
|
2022 |
+
.mini-products-list .product-details {
|
2023 |
+
margin-left: 62px;
|
2024 |
+
}
|
2025 |
+
|
2026 |
+
.mini-products-list .product-details h4 {
|
2027 |
+
font-size: 1em;
|
2028 |
+
font-weight: bold;
|
2029 |
+
margin: 0;
|
2030 |
+
}
|
2031 |
+
|
2032 |
+
.block-cart .mini-products-list .product-details .product-name,
|
2033 |
+
.block-cart .mini-products-list .product-details .nobr small {
|
2034 |
+
word-wrap: break-word;
|
2035 |
+
}
|
2036 |
+
|
2037 |
+
.block-cart .mini-products-list .product-details .nobr {
|
2038 |
+
white-space: normal !important;
|
2039 |
+
}
|
2040 |
+
|
2041 |
+
/* Block: Account
|
2042 |
+
------------------------------------- */
|
2043 |
+
|
2044 |
+
.block-account {
|
2045 |
+
|
2046 |
+
}
|
2047 |
+
|
2048 |
+
.block-account li{
|
2049 |
+
margin-bottom: 5px;
|
2050 |
+
}
|
2051 |
+
|
2052 |
+
/* Block: Currency Switcher
|
2053 |
+
------------------------------------- */
|
2054 |
+
|
2055 |
+
.block-currency {
|
2056 |
+
|
2057 |
+
}
|
2058 |
+
|
2059 |
+
.block-currency select {
|
2060 |
+
width: 100%;
|
2061 |
+
border: 1px solid #888;
|
2062 |
+
}
|
2063 |
+
|
2064 |
+
/* Block: Layered Navigation
|
2065 |
+
------------------------------------- */
|
2066 |
+
|
2067 |
+
.block-layered-nav {
|
2068 |
+
|
2069 |
+
}
|
2070 |
+
|
2071 |
+
.block-layered-nav .block-title {
|
2072 |
+
background: #111 url(../images/bg-darknoise2.png) repeat left top;
|
2073 |
+
color: #fff;
|
2074 |
+
border-color: #333;
|
2075 |
+
border-bottom-style: none;
|
2076 |
+
}
|
2077 |
+
|
2078 |
+
.block-layered-nav .price {
|
2079 |
+
font-weight: normal;
|
2080 |
+
font-style: normal;
|
2081 |
+
}
|
2082 |
+
|
2083 |
+
.block-layered-nav .block-content {
|
2084 |
+
}
|
2085 |
+
|
2086 |
+
.block-layered-nav dt {
|
2087 |
+
font-weight: bold;
|
2088 |
+
text-transform: uppercase;
|
2089 |
+
font-size: 14px;
|
2090 |
+
margin-top: 3px;
|
2091 |
+
margin-bottom: 3px;
|
2092 |
+
}
|
2093 |
+
|
2094 |
+
.block-layered-nav .actions {
|
2095 |
+
margin-bottom: 8px;
|
2096 |
+
padding-bottom: 7px;
|
2097 |
+
border-bottom: 1px solid #ccc;
|
2098 |
+
margin-top: 8px;
|
2099 |
+
}
|
2100 |
+
|
2101 |
+
.block-layered-nav .actions a{
|
2102 |
+
text-transform: uppercase;
|
2103 |
+
font-weight: bold;
|
2104 |
+
color: #f00;
|
2105 |
+
}
|
2106 |
+
|
2107 |
+
.block-layered-nav .currently {
|
2108 |
+
background-color: #f2f2f2;
|
2109 |
+
padding: 6px 0 6px 6px;
|
2110 |
+
}
|
2111 |
+
|
2112 |
+
.block-layered-nav .currently .block-subtitle{
|
2113 |
+
|
2114 |
+
}
|
2115 |
+
|
2116 |
+
.block-layered-nav .currently li{
|
2117 |
+
margin-bottom: 3px;
|
2118 |
+
}
|
2119 |
+
|
2120 |
+
.block-layered-nav .currently .label{
|
2121 |
+
font-weight: bold;
|
2122 |
+
}
|
2123 |
+
|
2124 |
+
.block-layered-nav .btn-remove {
|
2125 |
+
float: left;
|
2126 |
+
margin: 2px 3px 0 0;
|
2127 |
+
}
|
2128 |
+
|
2129 |
+
.block-layered-nav dd {
|
2130 |
+
margin-bottom: 8px;
|
2131 |
+
color: #666;
|
2132 |
+
border-bottom: 1px solid #ddd;
|
2133 |
+
padding-bottom: 8px;
|
2134 |
+
}
|
2135 |
+
|
2136 |
+
.block-layered-nav dd.last {
|
2137 |
+
margin-bottom: 0;
|
2138 |
+
padding-bottom: 0;
|
2139 |
+
border-bottom-style: none;
|
2140 |
+
}
|
2141 |
+
|
2142 |
+
.block-layered-nav dd li {
|
2143 |
+
margin-bottom: 1px;
|
2144 |
+
}
|
2145 |
+
|
2146 |
+
/* Block: Cart
|
2147 |
+
------------------------------------- */
|
2148 |
+
|
2149 |
+
.block-cart {
|
2150 |
+
|
2151 |
+
}
|
2152 |
+
|
2153 |
+
.block-cart .block-title {
|
2154 |
+
|
2155 |
+
}
|
2156 |
+
|
2157 |
+
.block-cart .summary {
|
2158 |
+
|
2159 |
+
}
|
2160 |
+
|
2161 |
+
.block-cart .btn-remove {
|
2162 |
+
margin-left: 2px;
|
2163 |
+
}
|
2164 |
+
|
2165 |
+
.block-cart .amount {
|
2166 |
+
margin-bottom: 2px;
|
2167 |
+
}
|
2168 |
+
|
2169 |
+
.block-cart .subtotal {
|
2170 |
+
margin-bottom: 4px;
|
2171 |
+
}
|
2172 |
+
|
2173 |
+
.block-cart .subtotal .price{
|
2174 |
+
font-weight: bold;
|
2175 |
+
font-size: 14px;
|
2176 |
+
}
|
2177 |
+
|
2178 |
+
.block-cart .actions .button{
|
2179 |
+
float: left;
|
2180 |
+
}
|
2181 |
+
|
2182 |
+
.block-cart .actions .paypal-logo {
|
2183 |
+
float: left;
|
2184 |
+
width: 100%;
|
2185 |
+
margin: 3px 0 0;
|
2186 |
+
text-align: right;
|
2187 |
+
}
|
2188 |
+
|
2189 |
+
.block-cart .actions .paypal-logo .paypal-or {
|
2190 |
+
clear: both;
|
2191 |
+
display: block;
|
2192 |
+
padding: 0 55px 5px 0;
|
2193 |
+
}
|
2194 |
+
|
2195 |
+
.block-cart .block-subtitle{
|
2196 |
+
border-top: 1px solid #ddd;
|
2197 |
+
border-bottom: 1px solid #ddd;
|
2198 |
+
font-size: 12px;
|
2199 |
+
font-weight: normal;
|
2200 |
+
font-style: normal;
|
2201 |
+
padding: 5px;
|
2202 |
+
margin-bottom: 4px;
|
2203 |
+
margin-top: 8px;
|
2204 |
+
background-color: #f6f6f6;
|
2205 |
+
}
|
2206 |
+
|
2207 |
+
|
2208 |
+
/* Block: Wishlist
|
2209 |
+
------------------------------------- */
|
2210 |
+
|
2211 |
+
.block-wishlist {
|
2212 |
+
|
2213 |
+
}
|
2214 |
+
|
2215 |
+
/* Block: Related
|
2216 |
+
------------------------------------- */
|
2217 |
+
|
2218 |
+
.block-related {
|
2219 |
+
|
2220 |
+
}
|
2221 |
+
|
2222 |
+
.block-related li {
|
2223 |
+
padding: 5px 0;
|
2224 |
+
}
|
2225 |
+
|
2226 |
+
.block-related input.checkbox {
|
2227 |
+
float: left;
|
2228 |
+
margin-right: -20px;
|
2229 |
+
}
|
2230 |
+
|
2231 |
+
.block-related .product {
|
2232 |
+
margin-left: 20px;
|
2233 |
+
}
|
2234 |
+
|
2235 |
+
.block-related .product .product-image {
|
2236 |
+
float: left;
|
2237 |
+
margin-right: -65px;
|
2238 |
+
}
|
2239 |
+
|
2240 |
+
.block-related .product .product-details {
|
2241 |
+
margin-left: 62px;
|
2242 |
+
}
|
2243 |
+
|
2244 |
+
.block-related .product .product-details a.link-wishlist{
|
2245 |
+
font-weight: normal;
|
2246 |
+
font-style: normal;
|
2247 |
+
font-size: 11px;
|
2248 |
+
color: #555;
|
2249 |
+
}
|
2250 |
+
|
2251 |
+
/* Block: Compare Products
|
2252 |
+
------------------------------------- */
|
2253 |
+
|
2254 |
+
.block-compare {
|
2255 |
+
|
2256 |
+
}
|
2257 |
+
|
2258 |
+
.block-compare li {
|
2259 |
+
padding: 5px 0;
|
2260 |
+
}
|
2261 |
+
|
2262 |
+
/* Block: Recently Viewed
|
2263 |
+
------------------------------------- */
|
2264 |
+
|
2265 |
+
.block-viewed {
|
2266 |
+
|
2267 |
+
}
|
2268 |
+
|
2269 |
+
/* Block: Recently Compared
|
2270 |
+
------------------------------------- */
|
2271 |
+
|
2272 |
+
.block-compared {
|
2273 |
+
|
2274 |
+
}
|
2275 |
+
|
2276 |
+
/* Block: Poll
|
2277 |
+
------------------------------------- */
|
2278 |
+
|
2279 |
+
.block-poll label {
|
2280 |
+
|
2281 |
+
}
|
2282 |
+
|
2283 |
+
.block-poll input.radio {
|
2284 |
+
float: left;
|
2285 |
+
margin: 1px -18px 0 0;
|
2286 |
+
}
|
2287 |
+
|
2288 |
+
.block-poll .label {
|
2289 |
+
display: block;
|
2290 |
+
margin-left: 18px;
|
2291 |
+
}
|
2292 |
+
|
2293 |
+
.block-poll li {
|
2294 |
+
border-top: 1px solid #ddd;
|
2295 |
+
padding-bottom: 4px;
|
2296 |
+
padding-top: 4px;
|
2297 |
+
}
|
2298 |
+
|
2299 |
+
.block-poll .actions {
|
2300 |
+
margin: 5px 0 0;
|
2301 |
+
}
|
2302 |
+
|
2303 |
+
.block-poll .answer {
|
2304 |
+
font-weight: bold;
|
2305 |
+
}
|
2306 |
+
|
2307 |
+
.block-poll .votes {
|
2308 |
+
float: right;
|
2309 |
+
margin-left: 10px;
|
2310 |
+
}
|
2311 |
+
|
2312 |
+
/* Block: Tags
|
2313 |
+
------------------------------------- */
|
2314 |
+
|
2315 |
+
.block-tags li {
|
2316 |
+
display: inline;
|
2317 |
+
line-height: 1.2;
|
2318 |
+
font-size: 16px;
|
2319 |
+
text-align: center;
|
2320 |
+
}
|
2321 |
+
|
2322 |
+
.block-tags li a{
|
2323 |
+
display: inline-block;
|
2324 |
+
color: #444;
|
2325 |
+
padding: 0 0 2px 3px;
|
2326 |
+
text-transform: lowercase;
|
2327 |
+
}
|
2328 |
+
|
2329 |
+
/* Block: Subscribe
|
2330 |
+
------------------------------------- */
|
2331 |
+
|
2332 |
+
.block-subscribe {
|
2333 |
+
|
2334 |
+
}
|
2335 |
+
|
2336 |
+
.block-subscribe .input-box{
|
2337 |
+
margin: 6px 0;
|
2338 |
+
}
|
2339 |
+
|
2340 |
+
/* Block: Reorder
|
2341 |
+
------------------------------------- */
|
2342 |
+
|
2343 |
+
.block-reorder {
|
2344 |
+
|
2345 |
+
}
|
2346 |
+
|
2347 |
+
.block-reorder li {
|
2348 |
+
padding: 5px 0;
|
2349 |
+
}
|
2350 |
+
|
2351 |
+
.block-reorder input.checkbox {
|
2352 |
+
float: left;
|
2353 |
+
margin: 3px -20px 0 0;
|
2354 |
+
}
|
2355 |
+
|
2356 |
+
.block-reorder .product-name {
|
2357 |
+
margin-left: 20px;
|
2358 |
+
}
|
2359 |
+
|
2360 |
+
/* Block: Banner
|
2361 |
+
------------------------------------- */
|
2362 |
+
|
2363 |
+
.block-banner {
|
2364 |
+
|
2365 |
+
}
|
2366 |
+
|
2367 |
+
.block-banner .block-content {
|
2368 |
+
|
2369 |
+
}
|
2370 |
+
|
2371 |
+
/* Block: Login
|
2372 |
+
------------------------------------- */
|
2373 |
+
|
2374 |
+
.block-login label {
|
2375 |
+
font-weight: bold;
|
2376 |
+
color: #666;
|
2377 |
+
}
|
2378 |
+
|
2379 |
+
.block-login input.input-text {
|
2380 |
+
display: block;
|
2381 |
+
width: 167px;
|
2382 |
+
margin: 3px 0;
|
2383 |
+
}
|
2384 |
+
|
2385 |
+
/* Paypal
|
2386 |
+
------------------------------------- */
|
2387 |
+
|
2388 |
+
.sidebar .paypal-logo {
|
2389 |
+
display: block;
|
2390 |
+
margin: 10px 0;
|
2391 |
+
text-align: center;
|
2392 |
+
}
|
2393 |
+
|
2394 |
+
.sidebar .paypal-logo a {
|
2395 |
+
float: none;
|
2396 |
+
}
|
2397 |
+
|
2398 |
+
/* CATEGORY PAGE
|
2399 |
+
========================================== */
|
2400 |
+
|
2401 |
+
.category-title {
|
2402 |
+
|
2403 |
+
}
|
2404 |
+
|
2405 |
+
.category-image {
|
2406 |
+
width: 100%;
|
2407 |
+
overflow: hidden;
|
2408 |
+
margin: 0 0 10px;
|
2409 |
+
text-align: center;
|
2410 |
+
}
|
2411 |
+
|
2412 |
+
.category-image img {
|
2413 |
+
|
2414 |
+
}
|
2415 |
+
|
2416 |
+
.category-description {
|
2417 |
+
margin: 0 0 10px;
|
2418 |
+
color: #555;
|
2419 |
+
}
|
2420 |
+
|
2421 |
+
.category-products {
|
2422 |
+
|
2423 |
+
}
|
2424 |
+
|
2425 |
+
/* Category View Type: GRID
|
2426 |
+
------------------------------------- */
|
2427 |
+
|
2428 |
+
.products-grid {
|
2429 |
+
position: relative;
|
2430 |
+
margin-bottom: 12px;
|
2431 |
+
}
|
2432 |
+
|
2433 |
+
.products-grid.last {
|
2434 |
+
border-bottom: 0;
|
2435 |
+
}
|
2436 |
+
|
2437 |
+
.products-grid li.item {
|
2438 |
+
float: left;
|
2439 |
+
width: 230px;
|
2440 |
+
border: 1px solid #ccc;
|
2441 |
+
margin-right: 11px;
|
2442 |
+
-moz-border-radius: 3px;
|
2443 |
+
-webkit-border-radius: 3px;
|
2444 |
+
border-radius: 3px;
|
2445 |
+
}
|
2446 |
+
|
2447 |
+
.col1-layout .products-grid li.item,
|
2448 |
+
.col2-left-layout .products-grid li.item,
|
2449 |
+
.col2-right-layout .products-grid li.item{
|
2450 |
+
width: 229px;
|
2451 |
+
margin-right: 11px;
|
2452 |
+
}
|
2453 |
+
|
2454 |
+
.products-grid li.item:hover {
|
2455 |
+
-moz-box-shadow: 0px 0px 11px #aaa;
|
2456 |
+
-webkit-box-shadow: 0px 0px 11px #aaa;
|
2457 |
+
box-shadow: 0px 0px 11px #aaa;
|
2458 |
+
}
|
2459 |
+
|
2460 |
+
.products-grid li.item.last {
|
2461 |
+
margin-right: 0;
|
2462 |
+
}
|
2463 |
+
|
2464 |
+
.products-grid .label-sale {
|
2465 |
+
position: absolute;
|
2466 |
+
}
|
2467 |
+
|
2468 |
+
.products-grid .product-image {
|
2469 |
+
display: block;
|
2470 |
+
width: 210px;
|
2471 |
+
height: 210px;
|
2472 |
+
padding: 10px 10px 0;
|
2473 |
+
}
|
2474 |
+
|
2475 |
+
.products-grid .item-review {
|
2476 |
+
height: 14px;
|
2477 |
+
padding: 6px 0 9px 10px;
|
2478 |
+
}
|
2479 |
+
|
2480 |
+
.products-grid .ratings{
|
2481 |
+
margin: 0;
|
2482 |
+
}
|
2483 |
+
|
2484 |
+
.products-grid .ratings a{
|
2485 |
+
color: #666;
|
2486 |
+
}
|
2487 |
+
|
2488 |
+
.products-grid .item-bottom {
|
2489 |
+
padding: 10px;
|
2490 |
+
background: #f6f6f6 url(../images/bg-cleanpaper-light.png) repeat left top;
|
2491 |
+
}
|
2492 |
+
|
2493 |
+
.products-grid .product-name {
|
2494 |
+
|
2495 |
+
}
|
2496 |
+
|
2497 |
+
.products-grid .product-name a {
|
2498 |
+
display: block;
|
2499 |
+
color: #222;
|
2500 |
+
height: 44px;
|
2501 |
+
font-size: 13px;
|
2502 |
+
font-weight: bold;
|
2503 |
+
}
|
2504 |
+
|
2505 |
+
|
2506 |
+
.products-grid .price-box {
|
2507 |
+
margin: 5px 0;
|
2508 |
+
height: 58px;
|
2509 |
+
}
|
2510 |
+
|
2511 |
+
.products-grid .price-label{
|
2512 |
+
color: #555;
|
2513 |
+
margin-right: 2px;
|
2514 |
+
font-size: 11px;
|
2515 |
+
}
|
2516 |
+
|
2517 |
+
.products-grid .price{
|
2518 |
+
font-size: 15px;
|
2519 |
+
}
|
2520 |
+
|
2521 |
+
.products-grid .availability {
|
2522 |
+
margin: 0;
|
2523 |
+
}
|
2524 |
+
|
2525 |
+
.products-grid .actions {
|
2526 |
+
height: 26px;
|
2527 |
+
}
|
2528 |
+
|
2529 |
+
.products-grid .btn-cart,
|
2530 |
+
.products-grid .btn-cart:hover {
|
2531 |
+
cursor: pointer;
|
2532 |
+
border: 1px solid #777;
|
2533 |
+
font: bold 11px/25px Arial, Helvetica, sans-serif;
|
2534 |
+
color: #fff;
|
2535 |
+
height: 25px;
|
2536 |
+
background: #777;
|
2537 |
+
background-image: -moz-linear-gradient(top,#bbbbbb,#777777);
|
2538 |
+
background-image: -webkit-gradient(linear,left top,left bottom,from(#bbbbbb),to(#777777));
|
2539 |
+
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#bbbbbb,endColorStr=#777777);
|
2540 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#bbbbbb, endColorStr=#777777)";
|
2541 |
+
text-transform: uppercase;
|
2542 |
+
padding-right: 12px;
|
2543 |
+
padding-left: 12px;
|
2544 |
+
}
|
2545 |
+
|
2546 |
+
.col2-left-layout .products-grid,
|
2547 |
+
.col2-right-layout .products-grid {
|
2548 |
+
|
2549 |
+
}
|
2550 |
+
|
2551 |
+
.col1-layout .products-grid {
|
2552 |
+
|
2553 |
+
}
|
2554 |
+
|
2555 |
+
/* Category View Type: LIST
|
2556 |
+
------------------------------------- */
|
2557 |
+
|
2558 |
+
.products-list li.item {
|
2559 |
+
padding: 18px 0 14px;
|
2560 |
+
background: url(../images/griditem-bottom.gif) repeat-x left top;
|
2561 |
+
|
2562 |
+
}
|
2563 |
+
|
2564 |
+
.products-list li.item.last {
|
2565 |
+
border-bottom: 0;
|
2566 |
+
}
|
2567 |
+
|
2568 |
+
.products-list li .label-sale {
|
2569 |
+
position: absolute;
|
2570 |
+
margin-top: -18px;
|
2571 |
+
}
|
2572 |
+
|
2573 |
+
.products-list .product-image {
|
2574 |
+
float: left;
|
2575 |
+
width: 180px;
|
2576 |
+
height: 180px;
|
2577 |
+
padding-left: 12px;
|
2578 |
+
}
|
2579 |
+
|
2580 |
+
.products-list .product-shop {
|
2581 |
+
margin-left: 227px;
|
2582 |
+
}
|
2583 |
+
|
2584 |
+
.products-list .product-name {
|
2585 |
+
|
2586 |
+
}
|
2587 |
+
|
2588 |
+
.products-list .product-name a {
|
2589 |
+
color: #222;
|
2590 |
+
height: 40px;
|
2591 |
+
font-size: 13px;
|
2592 |
+
font-weight: bold;
|
2593 |
+
}
|
2594 |
+
|
2595 |
+
.products-list .price-box {
|
2596 |
+
margin: 8px 0;
|
2597 |
+
}
|
2598 |
+
|
2599 |
+
.products-list .price-label{
|
2600 |
+
color: #555;
|
2601 |
+
margin-right: 2px;
|
2602 |
+
font-size: 11px;
|
2603 |
+
}
|
2604 |
+
|
2605 |
+
.products-list .price-label{
|
2606 |
+
color: #555;
|
2607 |
+
margin-right: 2px;
|
2608 |
+
font-size: 11px;
|
2609 |
+
}
|
2610 |
+
|
2611 |
+
.products-list .price{
|
2612 |
+
font-size: 15px;
|
2613 |
+
}
|
2614 |
+
|
2615 |
+
.products-list .availability {
|
2616 |
+
float: left;
|
2617 |
+
margin: 3px 0 0;
|
2618 |
+
}
|
2619 |
+
|
2620 |
+
.products-list .desc {
|
2621 |
+
clear: both;
|
2622 |
+
padding: 8px 0 0;
|
2623 |
+
margin: 0 0 12px;
|
2624 |
+
line-height: 1.35;
|
2625 |
+
}
|
2626 |
+
|
2627 |
+
.products-list .desc .link-learn {
|
2628 |
+
font-weight: bold;
|
2629 |
+
}
|
2630 |
+
|
2631 |
+
.products-list .add-to-links {
|
2632 |
+
clear: both;
|
2633 |
+
margin-bottom: 0;
|
2634 |
+
}
|
2635 |
+
|
2636 |
+
.products-list .add-to-links li {
|
2637 |
+
display: inline;
|
2638 |
+
}
|
2639 |
+
|
2640 |
+
.products-list .add-to-links .separator {
|
2641 |
+
display: inline;
|
2642 |
+
margin: 0 2px;
|
2643 |
+
color: #999;
|
2644 |
+
}
|
2645 |
+
|
2646 |
+
.products-list .add-to-links a {
|
2647 |
+
color: #555;
|
2648 |
+
font-weight: normal;
|
2649 |
+
font-style: normal;
|
2650 |
+
}
|
2651 |
+
|
2652 |
+
.products-list .btn-cart,
|
2653 |
+
.products-list .btn-cart:hover {
|
2654 |
+
cursor: pointer;
|
2655 |
+
border: 1px solid #777;
|
2656 |
+
font: bold 11px/25px Arial, Helvetica, sans-serif;
|
2657 |
+
color: #fff;
|
2658 |
+
height: 25px;
|
2659 |
+
background: #777;
|
2660 |
+
background-image: -moz-linear-gradient(top,#bbbbbb,#777777);
|
2661 |
+
background-image: -webkit-gradient(linear,left top,left bottom,from(#bbbbbb),to(#777777));
|
2662 |
+
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#bbbbbb,endColorStr=#777777);
|
2663 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#bbbbbb, endColorStr=#777777)";
|
2664 |
+
text-transform: uppercase;
|
2665 |
+
padding-right: 12px;
|
2666 |
+
padding-left: 12px;
|
2667 |
+
}
|
2668 |
+
|
2669 |
+
/* PRODUCT VIEW
|
2670 |
+
========================================== */
|
2671 |
+
|
2672 |
+
/* Rating
|
2673 |
+
------------------------------------- */
|
2674 |
+
|
2675 |
+
.no-rating {
|
2676 |
+
margin: 0;
|
2677 |
+
}
|
2678 |
+
|
2679 |
+
.ratings {
|
2680 |
+
font-size: 11px;
|
2681 |
+
margin: 7px 0;
|
2682 |
+
}
|
2683 |
+
|
2684 |
+
.ratings strong {
|
2685 |
+
float: left;
|
2686 |
+
margin: 1px 3px 0 0;
|
2687 |
+
}
|
2688 |
+
|
2689 |
+
.ratings .rating-links {
|
2690 |
+
margin: 0;
|
2691 |
+
}
|
2692 |
+
|
2693 |
+
.ratings .rating-links .separator {
|
2694 |
+
margin: 0 2px;
|
2695 |
+
}
|
2696 |
+
|
2697 |
+
.ratings dt {
|
2698 |
+
|
2699 |
+
}
|
2700 |
+
|
2701 |
+
.ratings dd {
|
2702 |
+
|
2703 |
+
}
|
2704 |
+
|
2705 |
+
.rating-box {
|
2706 |
+
width: 69px;
|
2707 |
+
height: 13px;
|
2708 |
+
font-size: 0;
|
2709 |
+
line-height: 0;
|
2710 |
+
background: url(../images/bkg_rating.gif) 0 0 repeat-x;
|
2711 |
+
text-indent: -999em;
|
2712 |
+
overflow: hidden;
|
2713 |
+
}
|
2714 |
+
|
2715 |
+
.rating-box .rating {
|
2716 |
+
float: left;
|
2717 |
+
height: 13px;
|
2718 |
+
background: url(../images/bkg_rating.gif) 0 100% repeat-x;
|
2719 |
+
}
|
2720 |
+
|
2721 |
+
.ratings .rating-box {
|
2722 |
+
float: left;
|
2723 |
+
margin-right: 3px;
|
2724 |
+
}
|
2725 |
+
|
2726 |
+
.ratings .amount {
|
2727 |
+
|
2728 |
+
}
|
2729 |
+
|
2730 |
+
.ratings-table th,
|
2731 |
+
.ratings-table td {
|
2732 |
+
font-size: 11px;
|
2733 |
+
line-height: 1.15;
|
2734 |
+
padding: 3px 0;
|
2735 |
+
}
|
2736 |
+
|
2737 |
+
.ratings-table th {
|
2738 |
+
font-weight: bold;
|
2739 |
+
padding-right: 8px;
|
2740 |
+
}
|
2741 |
+
|
2742 |
+
/* Availability
|
2743 |
+
------------------------------------- */
|
2744 |
+
|
2745 |
+
.availability {
|
2746 |
+
margin: 10px 0;
|
2747 |
+
font-weight: bold;
|
2748 |
+
}
|
2749 |
+
|
2750 |
+
.availability span {
|
2751 |
+
font-weight: bold;
|
2752 |
+
}
|
2753 |
+
|
2754 |
+
.availability.in-stock span {
|
2755 |
+
|
2756 |
+
}
|
2757 |
+
|
2758 |
+
.availability.in-stock span {
|
2759 |
+
color: #198504;
|
2760 |
+
text-transform: uppercase;
|
2761 |
+
}
|
2762 |
+
|
2763 |
+
.availability.out-of-stock span {
|
2764 |
+
color: #d83820;
|
2765 |
+
text-transform: uppercase;
|
2766 |
+
}
|
2767 |
+
|
2768 |
+
.availability-only {
|
2769 |
+
margin: 0 0 7px;
|
2770 |
+
}
|
2771 |
+
|
2772 |
+
.availability-only a {
|
2773 |
+
background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
|
2774 |
+
cursor: pointer;
|
2775 |
+
padding-right: 15px;
|
2776 |
+
}
|
2777 |
+
|
2778 |
+
.availability-only .expanded {
|
2779 |
+
background-position: 100% -15px;
|
2780 |
+
}
|
2781 |
+
|
2782 |
+
.availability-only strong {
|
2783 |
+
|
2784 |
+
}
|
2785 |
+
|
2786 |
+
.availability-only-details {
|
2787 |
+
margin: 0 0 7px;
|
2788 |
+
}
|
2789 |
+
|
2790 |
+
.availability-only-details th {
|
2791 |
+
background: #f2f2f2;
|
2792 |
+
font-size: 10px;
|
2793 |
+
padding: 0 8px;
|
2794 |
+
}
|
2795 |
+
|
2796 |
+
.availability-only-details td {
|
2797 |
+
border-bottom: 1px solid #ddd;
|
2798 |
+
font-size: 11px;
|
2799 |
+
padding: 2px 8px 1px;
|
2800 |
+
}
|
2801 |
+
|
2802 |
+
.availability-only-details tr.odd td.last {
|
2803 |
+
|
2804 |
+
}
|
2805 |
+
|
2806 |
+
/* Email to a Friend
|
2807 |
+
------------------------------------- */
|
2808 |
+
|
2809 |
+
.email-friend {
|
2810 |
+
margin-bottom: 2px;
|
2811 |
+
font-weight: bold;
|
2812 |
+
}
|
2813 |
+
|
2814 |
+
/* Alerts
|
2815 |
+
------------------------------------- */
|
2816 |
+
|
2817 |
+
.alert-price {
|
2818 |
+
|
2819 |
+
}
|
2820 |
+
|
2821 |
+
.alert-stock {
|
2822 |
+
|
2823 |
+
}
|
2824 |
+
|
2825 |
+
/* PRICES
|
2826 |
+
========================================== */
|
2827 |
+
|
2828 |
+
.price {
|
2829 |
+
white-space: nowrap !important;
|
2830 |
+
font-weight: bold;
|
2831 |
+
}
|
2832 |
+
|
2833 |
+
.price-box {
|
2834 |
+
|
2835 |
+
}
|
2836 |
+
|
2837 |
+
.price-box .price {
|
2838 |
+
}
|
2839 |
+
|
2840 |
+
/* Regular price
|
2841 |
+
------------------------------------- */
|
2842 |
+
|
2843 |
+
.regular-price {
|
2844 |
+
|
2845 |
+
}
|
2846 |
+
|
2847 |
+
.regular-price .price {
|
2848 |
+
|
2849 |
+
}
|
2850 |
+
|
2851 |
+
/* Old price
|
2852 |
+
------------------------------------- */
|
2853 |
+
|
2854 |
+
.old-price {
|
2855 |
+
|
2856 |
+
}
|
2857 |
+
|
2858 |
+
.old-price .price-label {
|
2859 |
+
white-space: nowrap;
|
2860 |
+
}
|
2861 |
+
|
2862 |
+
.old-price .price {
|
2863 |
+
text-decoration: line-through;
|
2864 |
+
}
|
2865 |
+
|
2866 |
+
/* Special price
|
2867 |
+
------------------------------------- */
|
2868 |
+
|
2869 |
+
.special-price {
|
2870 |
+
|
2871 |
+
}
|
2872 |
+
|
2873 |
+
.special-price .price-label {
|
2874 |
+
white-space: nowrap;
|
2875 |
+
}
|
2876 |
+
|
2877 |
+
.special-price .price {
|
2878 |
+
color: #ae0000;
|
2879 |
+
}
|
2880 |
+
|
2881 |
+
/* Minimal price (as low as)
|
2882 |
+
------------------------------------- */
|
2883 |
+
|
2884 |
+
.minimal-price {
|
2885 |
+
|
2886 |
+
}
|
2887 |
+
|
2888 |
+
.minimal-price .price-label {
|
2889 |
+
white-space: nowrap;
|
2890 |
+
}
|
2891 |
+
|
2892 |
+
.minimal-price-link {
|
2893 |
+
display: block;
|
2894 |
+
}
|
2895 |
+
|
2896 |
+
.minimal-price-link .label {
|
2897 |
+
|
2898 |
+
}
|
2899 |
+
|
2900 |
+
.minimal-price-link .price {
|
2901 |
+
color: #e54100;
|
2902 |
+
}
|
2903 |
+
|
2904 |
+
a.minimal-price-link{
|
2905 |
+
color: #e54100;
|
2906 |
+
}
|
2907 |
+
|
2908 |
+
a.minimal-price-link:hover{
|
2909 |
+
text-decoration: none;
|
2910 |
+
cursor: text;
|
2911 |
+
}
|
2912 |
+
|
2913 |
+
a.minimal-price-link .label{
|
2914 |
+
color: #555;
|
2915 |
+
font-size: 11px;
|
2916 |
+
margin-right: 2px;
|
2917 |
+
}
|
2918 |
+
|
2919 |
+
/* Excluding tax
|
2920 |
+
------------------------------------- */
|
2921 |
+
|
2922 |
+
.price-excluding-tax {
|
2923 |
+
display: block;
|
2924 |
+
}
|
2925 |
+
|
2926 |
+
.price-excluding-tax .label {
|
2927 |
+
white-space: nowrap;
|
2928 |
+
}
|
2929 |
+
|
2930 |
+
.price-excluding-tax .price {
|
2931 |
+
font-weight: normal;
|
2932 |
+
}
|
2933 |
+
|
2934 |
+
/* Including tax
|
2935 |
+
------------------------------------- */
|
2936 |
+
|
2937 |
+
.price-including-tax {
|
2938 |
+
display: block;
|
2939 |
+
}
|
2940 |
+
|
2941 |
+
.price-including-tax .label {
|
2942 |
+
white-space: nowrap;
|
2943 |
+
}
|
2944 |
+
|
2945 |
+
.price-including-tax .price {
|
2946 |
+
font-weight: bold;
|
2947 |
+
}
|
2948 |
+
|
2949 |
+
/* Configured price
|
2950 |
+
------------------------------------- */
|
2951 |
+
|
2952 |
+
.configured-price {
|
2953 |
+
|
2954 |
+
}
|
2955 |
+
|
2956 |
+
.configured-price .price-label {
|
2957 |
+
font-weight: bold;
|
2958 |
+
white-space: nowrap;
|
2959 |
+
}
|
2960 |
+
|
2961 |
+
.configured-price .price {
|
2962 |
+
font-weight: bold;
|
2963 |
+
}
|
2964 |
+
|
2965 |
+
/* FPT
|
2966 |
+
------------------------------------- */
|
2967 |
+
|
2968 |
+
.weee {
|
2969 |
+
display: block;
|
2970 |
+
font-size: 11px;
|
2971 |
+
color: #444;
|
2972 |
+
}
|
2973 |
+
|
2974 |
+
.weee .price {
|
2975 |
+
font-size: 11px;
|
2976 |
+
font-weight: normal;
|
2977 |
+
}
|
2978 |
+
|
2979 |
+
/* Excl tax (for order tables)
|
2980 |
+
------------------------------------- */
|
2981 |
+
|
2982 |
+
.price-excl-tax {
|
2983 |
+
display: block;
|
2984 |
+
}
|
2985 |
+
|
2986 |
+
.price-excl-tax .label {
|
2987 |
+
display: block;
|
2988 |
+
white-space: nowrap;
|
2989 |
+
}
|
2990 |
+
|
2991 |
+
.price-excl-tax .price {
|
2992 |
+
display: block;
|
2993 |
+
}
|
2994 |
+
|
2995 |
+
/* Incl tax (for order tables)
|
2996 |
+
------------------------------------- */
|
2997 |
+
|
2998 |
+
.price-incl-tax {
|
2999 |
+
display: block;
|
3000 |
+
}
|
3001 |
+
|
3002 |
+
.price-incl-tax .label {
|
3003 |
+
display: block;
|
3004 |
+
white-space: nowrap;
|
3005 |
+
}
|
3006 |
+
|
3007 |
+
.price-incl-tax .price {
|
3008 |
+
display: block;
|
3009 |
+
font-weight: bold;
|
3010 |
+
}
|
3011 |
+
|
3012 |
+
/* Price range
|
3013 |
+
------------------------------------- */
|
3014 |
+
|
3015 |
+
.price-from {
|
3016 |
+
|
3017 |
+
}
|
3018 |
+
|
3019 |
+
.price-from .price-label {
|
3020 |
+
white-space: nowrap;
|
3021 |
+
}
|
3022 |
+
|
3023 |
+
.price-to {
|
3024 |
+
|
3025 |
+
}
|
3026 |
+
|
3027 |
+
.price-to .price-label {
|
3028 |
+
white-space: nowrap;
|
3029 |
+
}
|
3030 |
+
|
3031 |
+
/* Price notice next to the options
|
3032 |
+
------------------------------------- */
|
3033 |
+
|
3034 |
+
.price-notice {
|
3035 |
+
padding-left: 5px;
|
3036 |
+
color: #666;
|
3037 |
+
}
|
3038 |
+
|
3039 |
+
.price-notice .price {
|
3040 |
+
font-weight: bold;
|
3041 |
+
color: #333;
|
3042 |
+
margin-left: 2px;
|
3043 |
+
}
|
3044 |
+
|
3045 |
+
/* Price as configured
|
3046 |
+
------------------------------------- */
|
3047 |
+
|
3048 |
+
.price-as-configured {
|
3049 |
+
|
3050 |
+
}
|
3051 |
+
|
3052 |
+
.price-as-configured .price-label {
|
3053 |
+
font-weight: bold;
|
3054 |
+
white-space: nowrap;
|
3055 |
+
}
|
3056 |
+
|
3057 |
+
.price-box-bundle {
|
3058 |
+
|
3059 |
+
}
|
3060 |
+
|
3061 |
+
/* Tier Prices
|
3062 |
+
------------------------------------- */
|
3063 |
+
|
3064 |
+
.tier-prices .price {
|
3065 |
+
font-weight: bold;
|
3066 |
+
}
|
3067 |
+
|
3068 |
+
.tier-prices .benefit {
|
3069 |
+
|
3070 |
+
}
|
3071 |
+
|
3072 |
+
.tier-prices-grouped {
|
3073 |
+
|
3074 |
+
}
|
3075 |
+
|
3076 |
+
/* ADD TO LINKS
|
3077 |
+
========================================== */
|
3078 |
+
|
3079 |
+
.add-to-links .separator {
|
3080 |
+
display: none;
|
3081 |
+
}
|
3082 |
+
|
3083 |
+
/* Add to Cart
|
3084 |
+
------------------------------------- */
|
3085 |
+
|
3086 |
+
.add-to-cart label {
|
3087 |
+
display: none;
|
3088 |
+
float: left;
|
3089 |
+
margin-right: 5px;
|
3090 |
+
}
|
3091 |
+
|
3092 |
+
.add-to-cart .qty {
|
3093 |
+
float: left;
|
3094 |
+
width: 2.5em !important;
|
3095 |
+
text-align: center;
|
3096 |
+
padding: 7px 5px;
|
3097 |
+
font-size: 16px;
|
3098 |
+
margin-right: 4px;
|
3099 |
+
}
|
3100 |
+
|
3101 |
+
.add-to-cart button.button,
|
3102 |
+
.add-to-cart button.button:hover {
|
3103 |
+
float: left;
|
3104 |
+
padding: 0 16px;
|
3105 |
+
cursor: pointer;
|
3106 |
+
border: 1px solid #777;
|
3107 |
+
font: bold 15px/34px Arial, Helvetica, sans-serif;
|
3108 |
+
color: #fff;
|
3109 |
+
height: 34px !important;
|
3110 |
+
text-transform: uppercase;
|
3111 |
+
background: #777;
|
3112 |
+
background-image: -moz-linear-gradient(top,#bbbbbb,#777777);
|
3113 |
+
background-image: -webkit-gradient(linear,left top,left bottom,from(#bbbbbb),to(#777777));
|
3114 |
+
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#bbbbbb,endColorStr=#777777);
|
3115 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#bbbbbb, endColorStr=#777777)";
|
3116 |
+
}
|
3117 |
+
|
3118 |
+
.add-to-cart .paypal-logo {
|
3119 |
+
clear: left;
|
3120 |
+
text-align: right;
|
3121 |
+
}
|
3122 |
+
|
3123 |
+
.add-to-cart .paypal-logo .paypal-or {
|
3124 |
+
clear: both;
|
3125 |
+
display: block;
|
3126 |
+
margin: 5px 60px 5px 0;
|
3127 |
+
}
|
3128 |
+
|
3129 |
+
.product-view .add-to-cart .paypal-logo {
|
3130 |
+
margin: 0;
|
3131 |
+
}
|
3132 |
+
|
3133 |
+
/* Add to Links + Add to Cart
|
3134 |
+
------------------------------------- */
|
3135 |
+
|
3136 |
+
.add-to-box {
|
3137 |
+
background: #f6f6f6 url(../images/bg-cleanpaper-light.png) repeat left top;
|
3138 |
+
|
3139 |
+
padding: 10px;
|
3140 |
+
border: 1px solid #ccc;
|
3141 |
+
margin: 12px 0;
|
3142 |
+
}
|
3143 |
+
|
3144 |
+
.add-to-box .add-to-cart {
|
3145 |
+
margin: 12px 0;
|
3146 |
+
}
|
3147 |
+
|
3148 |
+
.add-to-box .or {
|
3149 |
+
|
3150 |
+
}
|
3151 |
+
|
3152 |
+
.add-to-links {
|
3153 |
+
margin: 12px 0;
|
3154 |
+
}
|
3155 |
+
|
3156 |
+
.add-to-links li{
|
3157 |
+
margin-bottom: 2px;
|
3158 |
+
}
|
3159 |
+
|
3160 |
+
/* PRODUCT IMAGES
|
3161 |
+
========================================== */
|
3162 |
+
|
3163 |
+
.product-view .product-img-box {
|
3164 |
+
float: left;
|
3165 |
+
width: 450px;
|
3166 |
+
}
|
3167 |
+
|
3168 |
+
.col3-layout .product-view .product-img-box {
|
3169 |
+
float: none;
|
3170 |
+
margin: 0 auto;
|
3171 |
+
}
|
3172 |
+
|
3173 |
+
.product-view .product-img-box .product-image {
|
3174 |
+
|
3175 |
+
}
|
3176 |
+
|
3177 |
+
.product-view .product-img-box .product-image-zoom {
|
3178 |
+
position: relative;
|
3179 |
+
width: 450px;
|
3180 |
+
height: 450px;
|
3181 |
+
overflow: hidden;
|
3182 |
+
z-index: 9;
|
3183 |
+
}
|
3184 |
+
|
3185 |
+
.product-view .product-img-box .product-image-zoom img {
|
3186 |
+
position: absolute;
|
3187 |
+
left: 0;
|
3188 |
+
top: 0;
|
3189 |
+
cursor: move;
|
3190 |
+
}
|
3191 |
+
|
3192 |
+
.product-view .product-img-box .zoom-notice {
|
3193 |
+
text-align: center;
|
3194 |
+
margin-top: 8px;
|
3195 |
+
margin-bottom: 8px;
|
3196 |
+
color: #555;
|
3197 |
+
font-size: 12px;
|
3198 |
+
}
|
3199 |
+
|
3200 |
+
.product-view .product-img-box .zoom {
|
3201 |
+
position: relative;
|
3202 |
+
z-index: 9;
|
3203 |
+
height: 18px;
|
3204 |
+
margin: 0 auto 14px;
|
3205 |
+
padding: 0 28px;
|
3206 |
+
background: url(../images/slider_bg.gif) 50% 50% no-repeat;
|
3207 |
+
cursor: pointer;
|
3208 |
+
}
|
3209 |
+
|
3210 |
+
.product-view .product-img-box .zoom.disabled {
|
3211 |
+
-moz-opacity: .3;
|
3212 |
+
-webkit-opacity: .3;
|
3213 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
|
3214 |
+
/*IE8*/ opacity: .3;
|
3215 |
+
}
|
3216 |
+
|
3217 |
+
.product-view .product-img-box .zoom #track {
|
3218 |
+
position: relative;
|
3219 |
+
height: 18px;
|
3220 |
+
}
|
3221 |
+
|
3222 |
+
.product-view .product-img-box .zoom #handle {
|
3223 |
+
position: absolute;
|
3224 |
+
left: 0;
|
3225 |
+
width: 10px;
|
3226 |
+
height: 20px;
|
3227 |
+
background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
|
3228 |
+
}
|
3229 |
+
|
3230 |
+
.product-view .product-img-box .zoom .btn-zoom-out {
|
3231 |
+
position: absolute;
|
3232 |
+
left: 0;
|
3233 |
+
top: 0;
|
3234 |
+
}
|
3235 |
+
|
3236 |
+
.product-view .product-img-box .zoom .btn-zoom-in {
|
3237 |
+
position: absolute;
|
3238 |
+
right: 0;
|
3239 |
+
top: 0;
|
3240 |
+
}
|
3241 |
+
|
3242 |
+
.product-view .product-img-box .more-views {
|
3243 |
+
margin-bottom: 8px;
|
3244 |
+
}
|
3245 |
+
|
3246 |
+
.product-view .product-img-box .more-views h2 {
|
3247 |
+
color: #555;
|
3248 |
+
font-size: 12px;
|
3249 |
+
margin-bottom: 5px;
|
3250 |
+
}
|
3251 |
+
|
3252 |
+
.product-view .product-img-box .more-views ul {
|
3253 |
+
}
|
3254 |
+
|
3255 |
+
.product-view .product-img-box .more-views li {
|
3256 |
+
float: left;
|
3257 |
+
margin: 0 8px 8px 0;
|
3258 |
+
}
|
3259 |
+
|
3260 |
+
.product-image-popup {
|
3261 |
+
margin: 0 auto;
|
3262 |
+
}
|
3263 |
+
|
3264 |
+
.product-image-popup .buttons-set {
|
3265 |
+
float: right;
|
3266 |
+
clear: none;
|
3267 |
+
border: 0;
|
3268 |
+
margin: 0;
|
3269 |
+
padding: 0;
|
3270 |
+
}
|
3271 |
+
|
3272 |
+
.product-image-popup .nav {
|
3273 |
+
margin: 0 100px;
|
3274 |
+
text-align: center;
|
3275 |
+
}
|
3276 |
+
|
3277 |
+
.product-image-popup .image {
|
3278 |
+
display: block;
|
3279 |
+
}
|
3280 |
+
|
3281 |
+
.product-image-popup .image-label {
|
3282 |
+
|
3283 |
+
}
|
3284 |
+
|
3285 |
+
/* PRODUCT SHOP
|
3286 |
+
========================================== */
|
3287 |
+
|
3288 |
+
.product-view .product-shop {
|
3289 |
+
float: right;
|
3290 |
+
width: 470px;
|
3291 |
+
}
|
3292 |
+
|
3293 |
+
.col1-layout .product-view .product-shop {
|
3294 |
+
float: right;
|
3295 |
+
width: 700px;
|
3296 |
+
}
|
3297 |
+
|
3298 |
+
.col3-layout .product-view .product-shop {
|
3299 |
+
float: none;
|
3300 |
+
width: auto;
|
3301 |
+
}
|
3302 |
+
|
3303 |
+
.product-view .product-shop .ratings {
|
3304 |
+
font-size: 12px;
|
3305 |
+
margin: 8px 0;
|
3306 |
+
}
|
3307 |
+
|
3308 |
+
.product-view .product-name h1{
|
3309 |
+
margin-bottom: 10px;
|
3310 |
+
font-weight: bold;
|
3311 |
+
font-size: 22px;
|
3312 |
+
}
|
3313 |
+
|
3314 |
+
.product-view .item-options {
|
3315 |
+
margin-top: 10px;
|
3316 |
+
}
|
3317 |
+
|
3318 |
+
.product-view .short-description {
|
3319 |
+
margin-top: 16px;
|
3320 |
+
color: #555;
|
3321 |
+
}
|
3322 |
+
|
3323 |
+
.product-view .short-description h2{
|
3324 |
+
font-size: 14px;
|
3325 |
+
font-weight: bold;
|
3326 |
+
text-transform: uppercase;
|
3327 |
+
color: #222;
|
3328 |
+
}
|
3329 |
+
|
3330 |
+
.product-view .product-essential .price-label{
|
3331 |
+
margin-right: 4px;
|
3332 |
+
color: #555;
|
3333 |
+
}
|
3334 |
+
|
3335 |
+
.product-view .product-essential .price-box .price{
|
3336 |
+
font-size: 22px;
|
3337 |
+
}
|
3338 |
+
|
3339 |
+
.product-view .product-essential .price-from .price,
|
3340 |
+
.product-view .product-essential .price-to .price{
|
3341 |
+
font-size: 15px;
|
3342 |
+
color: #333;
|
3343 |
+
}
|
3344 |
+
|
3345 |
+
.product-view .product-essential .price-box .regular-price .price{
|
3346 |
+
|
3347 |
+
}
|
3348 |
+
|
3349 |
+
.product-view .product-essential .price-box .old-price .price{
|
3350 |
+
font-size: 15px;
|
3351 |
+
color: #333;
|
3352 |
+
}
|
3353 |
+
|
3354 |
+
.product-view .product-essential .price-box .special-price .price{
|
3355 |
+
|
3356 |
+
}
|
3357 |
+
|
3358 |
+
.product-shop .tier-prices{
|
3359 |
+
margin-bottom: 3px;
|
3360 |
+
margin-top: 3px;
|
3361 |
+
}
|
3362 |
+
|
3363 |
+
/* PRODUCT OPTIONS
|
3364 |
+
========================================== */
|
3365 |
+
|
3366 |
+
.product-options {
|
3367 |
+
padding: 10px;
|
3368 |
+
margin: 14px 0 0;
|
3369 |
+
border: 1px solid #ccc;
|
3370 |
+
background: #f6f6f6 url(../images/bg-cleanpaper-light.png) repeat left top;
|
3371 |
+
}
|
3372 |
+
|
3373 |
+
.product-options dt label {
|
3374 |
+
font-weight: bold;
|
3375 |
+
font-size: 14px;
|
3376 |
+
}
|
3377 |
+
|
3378 |
+
.product-options dt label em{
|
3379 |
+
margin-right: 2px;
|
3380 |
+
margin-left: 2px;
|
3381 |
+
color: #f00;
|
3382 |
+
font-weight: normal;
|
3383 |
+
font-style: normal;
|
3384 |
+
}
|
3385 |
+
|
3386 |
+
.product-options dt .qty-holder {
|
3387 |
+
float: right;
|
3388 |
+
}
|
3389 |
+
|
3390 |
+
.product-options dt .qty-holder label {
|
3391 |
+
vertical-align: middle;
|
3392 |
+
}
|
3393 |
+
|
3394 |
+
.product-options dt .qty-disabled {
|
3395 |
+
background: none;
|
3396 |
+
border: 0;
|
3397 |
+
padding: 3px;
|
3398 |
+
color: #000;
|
3399 |
+
}
|
3400 |
+
|
3401 |
+
.product-options dd {
|
3402 |
+
margin: 0 0 10px;
|
3403 |
+
border-bottom: 1px solid #ccc;
|
3404 |
+
padding: 6px 10px 10px;
|
3405 |
+
}
|
3406 |
+
|
3407 |
+
.product-options dl dd.last {
|
3408 |
+
border-bottom-style: none;
|
3409 |
+
padding-bottom: 0;
|
3410 |
+
margin-bottom: 0;
|
3411 |
+
}
|
3412 |
+
|
3413 |
+
.product-options dd input.input-text {
|
3414 |
+
width: 100%;
|
3415 |
+
margin-bottom: 2px;
|
3416 |
+
}
|
3417 |
+
|
3418 |
+
.product-options dd input.datetime-picker {
|
3419 |
+
width: 150px;
|
3420 |
+
}
|
3421 |
+
|
3422 |
+
.product-options dd .time-picker {
|
3423 |
+
display: -moz-inline-box;
|
3424 |
+
display: inline-block;
|
3425 |
+
padding: 2px 0;
|
3426 |
+
vertical-align: middle;
|
3427 |
+
}
|
3428 |
+
|
3429 |
+
.product-options dd textarea {
|
3430 |
+
width: 98%;
|
3431 |
+
height: 8em;
|
3432 |
+
}
|
3433 |
+
|
3434 |
+
.product-options dd select {
|
3435 |
+
width: 100%;
|
3436 |
+
}
|
3437 |
+
|
3438 |
+
.product-options dd .qty-holder {
|
3439 |
+
display: block;
|
3440 |
+
padding: 10px 0 0;
|
3441 |
+
}
|
3442 |
+
|
3443 |
+
.product-options .options-list {
|
3444 |
+
margin-top: 2px;
|
3445 |
+
}
|
3446 |
+
|
3447 |
+
.product-options .options-list li {
|
3448 |
+
margin-bottom: 4px;
|
3449 |
+
}
|
3450 |
+
|
3451 |
+
.product-options .options-list input.radio {
|
3452 |
+
float: left;
|
3453 |
+
margin: 3px -18px 0 0;
|
3454 |
+
}
|
3455 |
+
|
3456 |
+
.product-options .options-list input.checkbox {
|
3457 |
+
float: left;
|
3458 |
+
margin: 3px -20px 0 0;
|
3459 |
+
}
|
3460 |
+
|
3461 |
+
.product-options .options-list .label {
|
3462 |
+
display: block;
|
3463 |
+
margin-left: 20px;
|
3464 |
+
}
|
3465 |
+
|
3466 |
+
.product-options ul.validation-failed {
|
3467 |
+
padding: 0 7px;
|
3468 |
+
}
|
3469 |
+
|
3470 |
+
.product-options p.required {
|
3471 |
+
padding: 6px 0 0;
|
3472 |
+
}
|
3473 |
+
|
3474 |
+
.product-options-bottom {
|
3475 |
+
padding: 10px;
|
3476 |
+
border: 1px solid #ccc;
|
3477 |
+
border-top: 0;
|
3478 |
+
background: #fff;
|
3479 |
+
}
|
3480 |
+
|
3481 |
+
.product-options-bottom .price-box {
|
3482 |
+
margin: 0 0 10px;
|
3483 |
+
}
|
3484 |
+
|
3485 |
+
/* GROUPED PRODUCT
|
3486 |
+
========================================== */
|
3487 |
+
|
3488 |
+
.product-view .grouped-items-table {
|
3489 |
+
|
3490 |
+
}
|
3491 |
+
|
3492 |
+
.product-view .grouped-items-table .price-box .price{
|
3493 |
+
font-size: 15px;
|
3494 |
+
}
|
3495 |
+
|
3496 |
+
/* PRODUCT ESSENTIAL
|
3497 |
+
========================================== */
|
3498 |
+
|
3499 |
+
.product-essential {
|
3500 |
+
|
3501 |
+
}
|
3502 |
+
|
3503 |
+
|
3504 |
+
/* PRODUCT BLOCKS - BOXES
|
3505 |
+
========================================== */
|
3506 |
+
|
3507 |
+
.product-collateral .box-collateral {
|
3508 |
+
margin-top: 22px;
|
3509 |
+
}
|
3510 |
+
|
3511 |
+
.product-collateral .box-collateral h2{
|
3512 |
+
background: #111 url(../images/bg-darknoise2.png) repeat left top;
|
3513 |
+
padding: 6px 6px 6px 8px;
|
3514 |
+
margin: 12px 0;
|
3515 |
+
font-size: 14px;
|
3516 |
+
color: #eee;
|
3517 |
+
font-weight: bold;
|
3518 |
+
text-transform: uppercase;
|
3519 |
+
}
|
3520 |
+
|
3521 |
+
/* Block: Description
|
3522 |
+
------------------------------------- */
|
3523 |
+
|
3524 |
+
.product-view .box-description {
|
3525 |
+
|
3526 |
+
}
|
3527 |
+
|
3528 |
+
/* Block: Additional
|
3529 |
+
------------------------------------- */
|
3530 |
+
|
3531 |
+
.product-view .box-additional h2{
|
3532 |
+
background: none;
|
3533 |
+
border: none;
|
3534 |
+
padding: 0;
|
3535 |
+
color: #222;
|
3536 |
+
}
|
3537 |
+
|
3538 |
+
/* Block: Upsell
|
3539 |
+
------------------------------------- */
|
3540 |
+
|
3541 |
+
.product-view .box-up-sell {
|
3542 |
+
|
3543 |
+
}
|
3544 |
+
|
3545 |
+
.product-view .box-up-sell .products-grid {
|
3546 |
+
margin: 0;
|
3547 |
+
border-bottom-style: none;
|
3548 |
+
}
|
3549 |
+
|
3550 |
+
.product-view .box-up-sell .products-grid td {
|
3551 |
+
width: 25%;
|
3552 |
+
padding-left: 14px;
|
3553 |
+
padding-right: 14px;
|
3554 |
+
}
|
3555 |
+
|
3556 |
+
.product-view .box-up-sell .products-grid .product-image {
|
3557 |
+
width: 210px;
|
3558 |
+
height: 210px;
|
3559 |
+
padding: 0 0 10px;
|
3560 |
+
}
|
3561 |
+
|
3562 |
+
.product-view .box-up-sell .products-grid .product-name a {
|
3563 |
+
height: auto;
|
3564 |
+
margin-bottom: 12px;
|
3565 |
+
}
|
3566 |
+
|
3567 |
+
.product-view .box-up-sell .products-grid .price-box {
|
3568 |
+
height: auto;
|
3569 |
+
margin-bottom: 8px;
|
3570 |
+
}
|
3571 |
+
|
3572 |
+
.product-view .box-up-sell .rating-links {
|
3573 |
+
display: none;
|
3574 |
+
}
|
3575 |
+
|
3576 |
+
/* Block: Tags
|
3577 |
+
------------------------------------- */
|
3578 |
+
|
3579 |
+
.product-view .box-tags {
|
3580 |
+
background: #f6f6f6 url(../images/bg-cleanpaper-light.png) repeat left top;
|
3581 |
+
padding: 12px 8px;
|
3582 |
+
border: 1px solid #ddd;
|
3583 |
+
}
|
3584 |
+
|
3585 |
+
.product-view .box-tags h2{
|
3586 |
+
background: none;
|
3587 |
+
border: none;
|
3588 |
+
padding: 0;
|
3589 |
+
margin-top: 0;
|
3590 |
+
color: #222;
|
3591 |
+
}
|
3592 |
+
|
3593 |
+
.product-view .box-tags li{
|
3594 |
+
display: inline-block;
|
3595 |
+
margin-right: 12px;
|
3596 |
+
margin-bottom: 8px;
|
3597 |
+
}
|
3598 |
+
|
3599 |
+
.product-view .box-tags .form-add{
|
3600 |
+
margin-bottom: 10px;
|
3601 |
+
}
|
3602 |
+
|
3603 |
+
.product-view .box-tags .form-add label {
|
3604 |
+
display: none;
|
3605 |
+
float: left;
|
3606 |
+
font-weight: bold;
|
3607 |
+
}
|
3608 |
+
|
3609 |
+
.product-view .box-tags .form-add .input-box {
|
3610 |
+
float: left;
|
3611 |
+
margin-right: 5px;
|
3612 |
+
}
|
3613 |
+
|
3614 |
+
.product-view .box-tags .form-add input.input-text {
|
3615 |
+
padding: 5px;
|
3616 |
+
width: 420px;
|
3617 |
+
margin-right: 3px;
|
3618 |
+
}
|
3619 |
+
|
3620 |
+
.product-view .box-tags .form-add p {
|
3621 |
+
clear: both;
|
3622 |
+
}
|
3623 |
+
|
3624 |
+
.product-view .box-tags .note {
|
3625 |
+
color: #555;
|
3626 |
+
}
|
3627 |
+
|
3628 |
+
/* Block: Reviews
|
3629 |
+
------------------------------------- */
|
3630 |
+
|
3631 |
+
.product-view .box-reviews {
|
3632 |
+
|
3633 |
+
}
|
3634 |
+
|
3635 |
+
.product-view .box-reviews .form-add {
|
3636 |
+
|
3637 |
+
}
|
3638 |
+
|
3639 |
+
.product-view .box-reviews .form-add .data-table{
|
3640 |
+
margin-top: 16px;
|
3641 |
+
margin-bottom: 16px;
|
3642 |
+
}
|
3643 |
+
|
3644 |
+
.product-view .box-reviews .form-add .form-list{
|
3645 |
+
background: #f6f6f6;
|
3646 |
+
padding: 12px;
|
3647 |
+
border: 1px solid #ddd;
|
3648 |
+
}
|
3649 |
+
|
3650 |
+
.product-view .box-reviews .form-add .buttons-set button{
|
3651 |
+
float: left;
|
3652 |
+
}
|
3653 |
+
|
3654 |
+
.product-view .box-reviews dt{
|
3655 |
+
font-size: 13px;
|
3656 |
+
color: #555;
|
3657 |
+
}
|
3658 |
+
|
3659 |
+
.product-view .box-reviews dt a{
|
3660 |
+
font-weight: bold;
|
3661 |
+
font-size: 14px;
|
3662 |
+
margin-right: 5px;
|
3663 |
+
}
|
3664 |
+
|
3665 |
+
.product-view .box-reviews dd{
|
3666 |
+
margin-bottom: 12px;
|
3667 |
+
padding-bottom: 12px;
|
3668 |
+
border-bottom: 1px solid #ccc;
|
3669 |
+
}
|
3670 |
+
|
3671 |
+
.product-view .box-reviews .pager{
|
3672 |
+
margin: 12px 0;
|
3673 |
+
}
|
3674 |
+
|
3675 |
+
.product-view .box-reviews .ratings-table{
|
3676 |
+
margin-bottom: 10px;
|
3677 |
+
margin-top: 10px;
|
3678 |
+
}
|
3679 |
+
|
3680 |
+
/* Send a Friend
|
3681 |
+
------------------------------------- */
|
3682 |
+
|
3683 |
+
.send-friend {
|
3684 |
+
|
3685 |
+
}
|
3686 |
+
|
3687 |
+
/* CONTENT STYLES
|
3688 |
+
========================================== */
|
3689 |
+
|
3690 |
+
.product-name {
|
3691 |
+
font-size: 1em;
|
3692 |
+
font-weight: normal;
|
3693 |
+
}
|
3694 |
+
|
3695 |
+
.product-name a {
|
3696 |
+
|
3697 |
+
}
|
3698 |
+
|
3699 |
+
/* PRODUCT TAGS
|
3700 |
+
========================================== */
|
3701 |
+
|
3702 |
+
.tags-list li {
|
3703 |
+
display: inline;
|
3704 |
+
}
|
3705 |
+
|
3706 |
+
/* ADVANCED SEARCH
|
3707 |
+
========================================== */
|
3708 |
+
|
3709 |
+
.advanced-search {
|
3710 |
+
|
3711 |
+
}
|
3712 |
+
|
3713 |
+
.advanced-search-amount {
|
3714 |
+
|
3715 |
+
}
|
3716 |
+
|
3717 |
+
.advanced-search-summary {
|
3718 |
+
|
3719 |
+
}
|
3720 |
+
|
3721 |
+
/* CMS: Homepage
|
3722 |
+
========================================== */
|
3723 |
+
|
3724 |
+
.homepage {
|
3725 |
+
margin-bottom: 16px;
|
3726 |
+
}
|
3727 |
+
|
3728 |
+
.homepage .home-box1 {
|
3729 |
+
float: left;
|
3730 |
+
width: 291px;
|
3731 |
+
margin-right: 12px;
|
3732 |
+
}
|
3733 |
+
|
3734 |
+
.homepage .home-box2 {
|
3735 |
+
float: left;
|
3736 |
+
width: 291px;
|
3737 |
+
margin-right: 12px;
|
3738 |
+
}
|
3739 |
+
|
3740 |
+
.homepage .home-box3 {
|
3741 |
+
float: left;
|
3742 |
+
width: 291px;
|
3743 |
+
}
|
3744 |
+
|
3745 |
+
.homepage .home-box4 {
|
3746 |
+
float: right;
|
3747 |
+
width: 291px;
|
3748 |
+
}
|
3749 |
+
|
3750 |
+
.cms-home .toolbar-bottom{
|
3751 |
+
display: none;
|
3752 |
+
}
|
3753 |
+
|
3754 |
+
/* SITEMAP
|
3755 |
+
========================================== */
|
3756 |
+
|
3757 |
+
.page-sitemap .links {
|
3758 |
+
text-align: right;
|
3759 |
+
margin: 0 8px -22px 0;
|
3760 |
+
}
|
3761 |
+
|
3762 |
+
.page-sitemap .links a {
|
3763 |
+
text-decoration: none;
|
3764 |
+
position: relative;
|
3765 |
+
}
|
3766 |
+
|
3767 |
+
.page-sitemap .links a:hover {
|
3768 |
+
text-decoration: underline;
|
3769 |
+
}
|
3770 |
+
|
3771 |
+
.page-sitemap .sitemap {
|
3772 |
+
margin: 12px;
|
3773 |
+
}
|
3774 |
+
|
3775 |
+
.page-sitemap .sitemap a {
|
3776 |
+
|
3777 |
+
}
|
3778 |
+
|
3779 |
+
.page-sitemap .sitemap li {
|
3780 |
+
margin: 3px 0;
|
3781 |
+
}
|
3782 |
+
|
3783 |
+
.page-sitemap .sitemap li.level-0 {
|
3784 |
+
margin: 10px 0 0;
|
3785 |
+
font-weight: bold;
|
3786 |
+
}
|
3787 |
+
|
3788 |
+
.page-sitemap .sitemap li.level-0 a {
|
3789 |
+
|
3790 |
+
}
|
3791 |
+
|
3792 |
+
/* RSS
|
3793 |
+
========================================== */
|
3794 |
+
|
3795 |
+
.rss-title h1 {
|
3796 |
+
background: url(../images/i_rss-big.png) 0 4px no-repeat;
|
3797 |
+
padding-left: 27px;
|
3798 |
+
}
|
3799 |
+
|
3800 |
+
.rss-table .link-rss {
|
3801 |
+
display: block;
|
3802 |
+
line-height: 1.35;
|
3803 |
+
background-position: 0 2px;
|
3804 |
+
}
|
3805 |
+
|
3806 |
+
/* SHOPPING CART
|
3807 |
+
========================================== */
|
3808 |
+
|
3809 |
+
.cart {
|
3810 |
+
|
3811 |
+
}
|
3812 |
+
|
3813 |
+
/* Checkout Types
|
3814 |
+
------------------------------------- */
|
3815 |
+
|
3816 |
+
.cart .checkout-types {
|
3817 |
+
float: right;
|
3818 |
+
text-align: right;
|
3819 |
+
}
|
3820 |
+
|
3821 |
+
.cart .title-buttons .checkout-types li {
|
3822 |
+
float: left;
|
3823 |
+
margin: 0 0 5px 5px;
|
3824 |
+
}
|
3825 |
+
|
3826 |
+
.cart .checkout-types .paypal-or {
|
3827 |
+
margin: 0 8px;
|
3828 |
+
line-height: 2.3;
|
3829 |
+
}
|
3830 |
+
|
3831 |
+
.cart .totals .checkout-types .paypal-or {
|
3832 |
+
clear: both;
|
3833 |
+
display: block;
|
3834 |
+
padding: 3px 55px 8px 0;
|
3835 |
+
line-height: 1.0;
|
3836 |
+
font-size: 11px;
|
3837 |
+
}
|
3838 |
+
|
3839 |
+
.checkout-types button.button,
|
3840 |
+
.checkout-types button.button:hover {
|
3841 |
+
padding: 0 16px;
|
3842 |
+
cursor: pointer;
|
3843 |
+
border: 1px solid #777;
|
3844 |
+
font: bold 15px/34px Arial, Helvetica, sans-serif;
|
3845 |
+
color: #fff;
|
3846 |
+
height: 34px !important;
|
3847 |
+
text-transform: uppercase;
|
3848 |
+
background: #777;
|
3849 |
+
background-image: -moz-linear-gradient(top,#bbbbbb,#777777);
|
3850 |
+
background-image: -webkit-gradient(linear,left top,left bottom,from(#bbbbbb),to(#777777));
|
3851 |
+
filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#bbbbbb,endColorStr=#777777);
|
3852 |
+
-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr=#bbbbbb, endColorStr=#777777)";
|
3853 |
+
}
|
3854 |
+
|
3855 |
+
/* Shopping Cart Table
|
3856 |
+
------------------------------------- */
|
3857 |
+
|
3858 |
+
.cart-table .item-msg {
|
3859 |
+
font-size: 10px;
|
3860 |
+
}
|
3861 |
+
|
3862 |
+
/* Shopping Cart Collateral boxes
|
3863 |
+
------------------------------------- */
|
3864 |
+
|
3865 |
+
.cart .cart-collaterals {
|
3866 |
+
padding: 25px 0 0;
|
3867 |
+
}
|
3868 |
+
|
3869 |
+
.cart .cart-collaterals .col2-set {
|
3870 |
+
float: left;
|
3871 |
+
width: 700px;
|
3872 |
+
}
|
3873 |
+
|
3874 |
+
.cart .crosssell {
|
3875 |
+
background: #f6f6f6;
|
3876 |
+
border: 1px solid #ccc;
|
3877 |
+
padding: 10px;
|
3878 |
+
}
|
3879 |
+
|
3880 |
+
.cart .crosssell h2 {
|
3881 |
+
font-size: 13px;
|
3882 |
+
font-weight: bold;
|
3883 |
+
}
|
3884 |
+
|
3885 |
+
.cart .crosssell .product-image {
|
3886 |
+
float: left;
|
3887 |
+
width: 75px;
|
3888 |
+
height: 75px;
|
3889 |
+
border: 1px solid #ddd;
|
3890 |
+
}
|
3891 |
+
|
3892 |
+
.cart .crosssell .product-details {
|
3893 |
+
margin-left: 90px;
|
3894 |
+
}
|
3895 |
+
|
3896 |
+
.cart .crosssell li.item {
|
3897 |
+
margin: 10px 0 0;
|
3898 |
+
border-top: 1px solid #ccc;
|
3899 |
+
padding-top: 10px;
|
3900 |
+
}
|
3901 |
+
|
3902 |
+
.cart .crosssell .add-to-links{
|
3903 |
+
margin: 5px 0 0;
|
3904 |
+
}
|
3905 |
+
|
3906 |
+
.cart .crosssell .add-to-links a{
|
3907 |
+
font-size: 11px;
|
3908 |
+
font-weight: normal;
|
3909 |
+
font-style: normal;
|
3910 |
+
color: #555;
|
3911 |
+
}
|
3912 |
+
|
3913 |
+
.cart .crosssell .price-box{
|
3914 |
+
margin-bottom: 6px;
|
3915 |
+
}
|
3916 |
+
|
3917 |
+
/* Discount Codes & Estimate Shipping and Tax Boxes
|
3918 |
+
------------------------------------- */
|
3919 |
+
|
3920 |
+
.cart .discount,
|
3921 |
+
.cart .shipping {
|
3922 |
+
margin-bottom: 12px;
|
3923 |
+
background: #f6f6f6;
|
3924 |
+
border: 1px solid #ccc;
|
3925 |
+
padding: 10px;
|
3926 |
+
}
|
3927 |
+
|
3928 |
+
/* Shopping Cart Totals
|
3929 |
+
------------------------------------- */
|
3930 |
+
|
3931 |
+
.cart .totals {
|
3932 |
+
float: right;
|
3933 |
+
}
|
3934 |
+
|
3935 |
+
.cart .totals table {
|
3936 |
+
width: 100%;
|
3937 |
+
}
|
3938 |
+
|
3939 |
+
.cart .totals table th,
|
3940 |
+
.cart .totals table td {
|
3941 |
+
padding: 5px;
|
3942 |
+
}
|
3943 |
+
|
3944 |
+
.cart .totals table th {
|
3945 |
+
font-weight: bold;
|
3946 |
+
}
|
3947 |
+
|
3948 |
+
.cart .totals table tfoot th {
|
3949 |
+
|
3950 |
+
}
|
3951 |
+
|
3952 |
+
/* Options Tool Tip
|
3953 |
+
------------------------------------- */
|
3954 |
+
|
3955 |
+
.item-options dt {
|
3956 |
+
font-weight: bold;
|
3957 |
+
font-style: italic;
|
3958 |
+
}
|
3959 |
+
|
3960 |
+
.item-options dd {
|
3961 |
+
padding-left: 10px;
|
3962 |
+
}
|
3963 |
+
|
3964 |
+
.truncated {
|
3965 |
+
cursor: help;
|
3966 |
+
}
|
3967 |
+
|
3968 |
+
.truncated a.dots {
|
3969 |
+
cursor: help;
|
3970 |
+
}
|
3971 |
+
|
3972 |
+
.truncated a.details {
|
3973 |
+
cursor: help;
|
3974 |
+
}
|
3975 |
+
|
3976 |
+
.truncated .truncated_full_value {
|
3977 |
+
position: relative;
|
3978 |
+
z-index: 999;
|
3979 |
+
}
|
3980 |
+
|
3981 |
+
.truncated .truncated_full_value .item-options {
|
3982 |
+
position: absolute;
|
3983 |
+
top: -99999em;
|
3984 |
+
left: -99999em;
|
3985 |
+
z-index: 999;
|
3986 |
+
width: 250px;
|
3987 |
+
padding: 8px;
|
3988 |
+
border: 1px solid #ddd;
|
3989 |
+
background-color: #f6f6f6;
|
3990 |
+
}
|
3991 |
+
|
3992 |
+
.truncated .truncated_full_value .item-options > p {
|
3993 |
+
font-weight: bold;
|
3994 |
+
text-transform: uppercase;
|
3995 |
+
}
|
3996 |
+
|
3997 |
+
.truncated .show .item-options {
|
3998 |
+
top: -20px;
|
3999 |
+
left: 50%;
|
4000 |
+
}
|
4001 |
+
|
4002 |
+
.col-left .truncated .show .item-options {
|
4003 |
+
left: 30px;
|
4004 |
+
top: 7px;
|
4005 |
+
}
|
4006 |
+
|
4007 |
+
.col-right .truncated .show .item-options {
|
4008 |
+
left: -240px;
|
4009 |
+
top: 7px;
|
4010 |
+
}
|
4011 |
+
|
4012 |
+
/* CHECKOUT
|
4013 |
+
========================================== */
|
4014 |
+
|
4015 |
+
/* Shipping and Payment methods
|
4016 |
+
------------------------------------- */
|
4017 |
+
|
4018 |
+
.sp-methods dt {
|
4019 |
+
font-weight: bold;
|
4020 |
+
}
|
4021 |
+
|
4022 |
+
.sp-methods .price {
|
4023 |
+
font-weight: bold;
|
4024 |
+
}
|
4025 |
+
|
4026 |
+
.sp-methods .form-list {
|
4027 |
+
padding-left: 20px;
|
4028 |
+
}
|
4029 |
+
|
4030 |
+
.sp-methods select.month {
|
4031 |
+
width: 150px;
|
4032 |
+
margin-right: 10px;
|
4033 |
+
}
|
4034 |
+
|
4035 |
+
.sp-methods select.year {
|
4036 |
+
width: 96px;
|
4037 |
+
}
|
4038 |
+
|
4039 |
+
.sp-methods input.cvv {
|
4040 |
+
width: 3em !important;
|
4041 |
+
}
|
4042 |
+
|
4043 |
+
.sp-methods .checkmo-list li {
|
4044 |
+
margin: 0 0 5px;
|
4045 |
+
}
|
4046 |
+
|
4047 |
+
.sp-methods .checkmo-list label {
|
4048 |
+
width: 135px;
|
4049 |
+
padding-right: 10px;
|
4050 |
+
text-align: right;
|
4051 |
+
}
|
4052 |
+
|
4053 |
+
.sp-methods .checkmo-list address {
|
4054 |
+
float: left;
|
4055 |
+
}
|
4056 |
+
|
4057 |
+
.sp-methods .centinel-logos a {
|
4058 |
+
margin-right: 3px;
|
4059 |
+
}
|
4060 |
+
|
4061 |
+
.sp-methods .centinel-logos img {
|
4062 |
+
vertical-align: middle;
|
4063 |
+
}
|
4064 |
+
|
4065 |
+
.sp-methods .release-amounts {
|
4066 |
+
margin: 0.5em 0 1em;
|
4067 |
+
}
|
4068 |
+
|
4069 |
+
.sp-methods .release-amounts button {
|
4070 |
+
float: left;
|
4071 |
+
margin: 5px 10px 0 0;
|
4072 |
+
}
|
4073 |
+
|
4074 |
+
.please-wait {
|
4075 |
+
float: right;
|
4076 |
+
margin-right: 5px;
|
4077 |
+
}
|
4078 |
+
|
4079 |
+
.please-wait img {
|
4080 |
+
vertical-align: middle;
|
4081 |
+
}
|
4082 |
+
|
4083 |
+
.cvv-what-is-this {
|
4084 |
+
cursor: help;
|
4085 |
+
margin-left: 5px;
|
4086 |
+
}
|
4087 |
+
|
4088 |
+
/* Tooltip
|
4089 |
+
------------------------------------- */
|
4090 |
+
|
4091 |
+
.tool-tip {
|
4092 |
+
border: 1px solid #ddd;
|
4093 |
+
background-color: #f6f6f6;
|
4094 |
+
padding: 5px;
|
4095 |
+
position: absolute;
|
4096 |
+
z-index: 9999;
|
4097 |
+
}
|
4098 |
+
|
4099 |
+
.tool-tip .btn-close {
|
4100 |
+
text-align: right;
|
4101 |
+
}
|
4102 |
+
|
4103 |
+
.tool-tip .btn-close a {
|
4104 |
+
display: block;
|
4105 |
+
margin: 0 0 0 auto;
|
4106 |
+
width: 15px;
|
4107 |
+
height: 15px;
|
4108 |
+
background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
|
4109 |
+
text-align: left;
|
4110 |
+
text-indent: -999em;
|
4111 |
+
overflow: hidden;
|
4112 |
+
}
|
4113 |
+
|
4114 |
+
.tool-tip .tool-tip-content {
|
4115 |
+
padding: 5px;
|
4116 |
+
}
|
4117 |
+
|
4118 |
+
/* Gift Messages
|
4119 |
+
------------------------------------- */
|
4120 |
+
|
4121 |
+
.gift-messages {
|
4122 |
+
|
4123 |
+
}
|
4124 |
+
|
4125 |
+
.gift-messages-form {
|
4126 |
+
border: 1px solid #ddd;
|
4127 |
+
background-color: #f6f6f6;
|
4128 |
+
}
|
4129 |
+
|
4130 |
+
.gift-messages-form {
|
4131 |
+
position: relative;
|
4132 |
+
}
|
4133 |
+
|
4134 |
+
.gift-messages-form label {
|
4135 |
+
float: none !important;
|
4136 |
+
position: static !important;
|
4137 |
+
}
|
4138 |
+
|
4139 |
+
.gift-messages-form h4 {
|
4140 |
+
|
4141 |
+
}
|
4142 |
+
|
4143 |
+
.gift-messages-form .whole-order {
|
4144 |
+
|
4145 |
+
}
|
4146 |
+
|
4147 |
+
.gift-messages-form .item {
|
4148 |
+
margin: 0 0 10px;
|
4149 |
+
}
|
4150 |
+
|
4151 |
+
.gift-messages-form .item .product-img-box {
|
4152 |
+
float: left;
|
4153 |
+
width: 75px;
|
4154 |
+
}
|
4155 |
+
|
4156 |
+
.gift-messages-form .item .product-image {
|
4157 |
+
margin: 0 0 7px;
|
4158 |
+
}
|
4159 |
+
|
4160 |
+
.gift-messages-form .item .number {
|
4161 |
+
margin: 0;
|
4162 |
+
font-weight: bold;
|
4163 |
+
text-align: center;
|
4164 |
+
}
|
4165 |
+
|
4166 |
+
.gift-messages-form .item .details {
|
4167 |
+
margin-left: 90px;
|
4168 |
+
}
|
4169 |
+
|
4170 |
+
.gift-messages-form .item .details .product-name {
|
4171 |
+
|
4172 |
+
}
|
4173 |
+
|
4174 |
+
.gift-message-link {
|
4175 |
+
display: block;
|
4176 |
+
background: url(../images/bkg_collapse.gif) 0 4px no-repeat;
|
4177 |
+
padding-left: 20px;
|
4178 |
+
}
|
4179 |
+
|
4180 |
+
.gift-message-link.expanded {
|
4181 |
+
background-position: 0 -53px;
|
4182 |
+
}
|
4183 |
+
|
4184 |
+
.gift-message-row {
|
4185 |
+
|
4186 |
+
}
|
4187 |
+
|
4188 |
+
.gift-message-row .btn-close {
|
4189 |
+
float: right;
|
4190 |
+
}
|
4191 |
+
|
4192 |
+
.gift-message dt strong {
|
4193 |
+
font-weight: bold;
|
4194 |
+
}
|
4195 |
+
|
4196 |
+
/* Checkout Agreements
|
4197 |
+
------------------------------------- */
|
4198 |
+
|
4199 |
+
.checkout-agreements {
|
4200 |
+
|
4201 |
+
}
|
4202 |
+
|
4203 |
+
.checkout-agreements li {
|
4204 |
+
margin: 10px 0;
|
4205 |
+
}
|
4206 |
+
|
4207 |
+
.checkout-agreements .agreement-content {
|
4208 |
+
border: 1px solid #ddd;
|
4209 |
+
background-color: #f6f6f6;
|
4210 |
+
padding: 5px;
|
4211 |
+
height: 10em;
|
4212 |
+
overflow: auto;
|
4213 |
+
}
|
4214 |
+
|
4215 |
+
.checkout-agreements .agree {
|
4216 |
+
padding: 6px;
|
4217 |
+
}
|
4218 |
+
|
4219 |
+
/* Centinel
|
4220 |
+
------------------------------------- */
|
4221 |
+
|
4222 |
+
.centinel {
|
4223 |
+
|
4224 |
+
}
|
4225 |
+
|
4226 |
+
.centinel .authentication {
|
4227 |
+
border: 1px solid #ddd;
|
4228 |
+
background: #fff;
|
4229 |
+
}
|
4230 |
+
|
4231 |
+
.centinel .authentication iframe {
|
4232 |
+
width: 99%;
|
4233 |
+
height: 400px;
|
4234 |
+
background: transparent !important;
|
4235 |
+
margin: 0 !important;
|
4236 |
+
padding: 0 !important;
|
4237 |
+
border: 0 !important;
|
4238 |
+
}
|
4239 |
+
|
4240 |
+
/* Generic Info Set
|
4241 |
+
------------------------------------- */
|
4242 |
+
|
4243 |
+
.info-set {
|
4244 |
+
|
4245 |
+
}
|
4246 |
+
|
4247 |
+
/* One Page Checkout
|
4248 |
+
------------------------------------- */
|
4249 |
+
|
4250 |
+
.block-progress {
|
4251 |
+
|
4252 |
+
}
|
4253 |
+
|
4254 |
+
.block-progress dt {
|
4255 |
+
font-weight: bold;
|
4256 |
+
margin-bottom: 3px;
|
4257 |
+
}
|
4258 |
+
|
4259 |
+
.block-progress dd {
|
4260 |
+
margin-bottom: 8px;
|
4261 |
+
border-bottom: 1px solid #ddd;
|
4262 |
+
padding-bottom: 8px;
|
4263 |
+
}
|
4264 |
+
|
4265 |
+
.block-progress dt.complete,
|
4266 |
+
.block-progress dd.complete {
|
4267 |
+
|
4268 |
+
}
|
4269 |
+
|
4270 |
+
.opc {
|
4271 |
+
border-bottom: 1px solid #ddd;
|
4272 |
+
position: relative;
|
4273 |
+
}
|
4274 |
+
|
4275 |
+
.opc li.section {
|
4276 |
+
border: 1px solid #ddd;
|
4277 |
+
border-bottom: 0;
|
4278 |
+
}
|
4279 |
+
|
4280 |
+
.opc .buttons-set.disabled button.button {
|
4281 |
+
display: none;
|
4282 |
+
}
|
4283 |
+
|
4284 |
+
.opc .buttons-set .please-wait {
|
4285 |
+
height: 21px;
|
4286 |
+
line-height: 21px;
|
4287 |
+
}
|
4288 |
+
|
4289 |
+
.opc .step-title {
|
4290 |
+
background-color: #f6f6f6;
|
4291 |
+
padding: 0 5px;
|
4292 |
+
text-align: right;
|
4293 |
+
}
|
4294 |
+
|
4295 |
+
.opc .step-title .number {
|
4296 |
+
float: left;
|
4297 |
+
line-height: 22px;
|
4298 |
+
margin-right: 7px;
|
4299 |
+
}
|
4300 |
+
|
4301 |
+
.opc .step-title h2 {
|
4302 |
+
float: left;
|
4303 |
+
font-weight: bold;
|
4304 |
+
font-size: 14px;
|
4305 |
+
margin-top: 3px;
|
4306 |
+
}
|
4307 |
+
|
4308 |
+
.opc .step-title a {
|
4309 |
+
display: none;
|
4310 |
+
float: right;
|
4311 |
+
}
|
4312 |
+
|
4313 |
+
.opc .allow .step-title {
|
4314 |
+
cursor: pointer;
|
4315 |
+
}
|
4316 |
+
|
4317 |
+
/*.opc .allow .step-title a {
|
4318 |
+
display:block;
|
4319 |
+
}*/
|
4320 |
+
|
4321 |
+
.opc .active {
|
4322 |
+
|
4323 |
+
}
|
4324 |
+
|
4325 |
+
.opc .active .step-title {
|
4326 |
+
background-color: #ccc;
|
4327 |
+
cursor: default;
|
4328 |
+
}
|
4329 |
+
|
4330 |
+
/*.opc .active .step-title a {
|
4331 |
+
display:none;
|
4332 |
+
}*/
|
4333 |
+
|
4334 |
+
.opc .step {
|
4335 |
+
border-top: 1px solid #ddd;
|
4336 |
+
padding: 10px;
|
4337 |
+
position: relative;
|
4338 |
+
}
|
4339 |
+
|
4340 |
+
.opc .step .tool-tip {
|
4341 |
+
right: 10px;
|
4342 |
+
}
|
4343 |
+
|
4344 |
+
.opc .order-review {
|
4345 |
+
|
4346 |
+
}
|
4347 |
+
|
4348 |
+
.opc .order-review .authentication {
|
4349 |
+
|
4350 |
+
}
|
4351 |
+
|
4352 |
+
.opc .order-review .warning-message {
|
4353 |
+
|
4354 |
+
}
|
4355 |
+
|
4356 |
+
.opc dt {
|
4357 |
+
margin-bottom: 4px;
|
4358 |
+
}
|
4359 |
+
|
4360 |
+
/* Multiple Addresses Checkout
|
4361 |
+
------------------------------------- */
|
4362 |
+
|
4363 |
+
.checkout-progress {
|
4364 |
+
padding: 0 50px;
|
4365 |
+
margin: 10px 0;
|
4366 |
+
}
|
4367 |
+
|
4368 |
+
.checkout-progress li {
|
4369 |
+
float: left;
|
4370 |
+
width: 20%;
|
4371 |
+
border-top: 5px solid #ccc;
|
4372 |
+
text-align: center;
|
4373 |
+
color: #ccc;
|
4374 |
+
}
|
4375 |
+
|
4376 |
+
.checkout-progress li.active {
|
4377 |
+
border-top-color: #000;
|
4378 |
+
color: #000;
|
4379 |
+
}
|
4380 |
+
|
4381 |
+
.multiple-checkout {
|
4382 |
+
position: relative;
|
4383 |
+
}
|
4384 |
+
|
4385 |
+
.multiple-checkout .tool-tip {
|
4386 |
+
top: 50%;
|
4387 |
+
margin-top: -120px;
|
4388 |
+
right: 10px;
|
4389 |
+
}
|
4390 |
+
|
4391 |
+
.multiple-checkout .grand-total {
|
4392 |
+
font-size: 1.5em;
|
4393 |
+
text-align: right;
|
4394 |
+
}
|
4395 |
+
|
4396 |
+
.multiple-checkout .grand-total big {
|
4397 |
+
|
4398 |
+
}
|
4399 |
+
|
4400 |
+
.multiple-checkout .grand-total .price {
|
4401 |
+
|
4402 |
+
}
|
4403 |
+
|
4404 |
+
/* ACCOUNT: Login/Create Pages
|
4405 |
+
========================================== */
|
4406 |
+
|
4407 |
+
.account-login {
|
4408 |
+
}
|
4409 |
+
|
4410 |
+
.account-login h1{
|
4411 |
+
margin-bottom: 10px;
|
4412 |
+
}
|
4413 |
+
|
4414 |
+
.account-login h2{
|
4415 |
+
text-transform: uppercase;
|
4416 |
+
font-weight: bold;
|
4417 |
+
font-size: 18px;
|
4418 |
+
margin-bottom: 9px;
|
4419 |
+
}
|
4420 |
+
|
4421 |
+
.account-login .new-users {
|
4422 |
+
|
4423 |
+
}
|
4424 |
+
|
4425 |
+
.account-login .registered-users {
|
4426 |
+
|
4427 |
+
}
|
4428 |
+
|
4429 |
+
.account-create {
|
4430 |
+
|
4431 |
+
}
|
4432 |
+
|
4433 |
+
/* Captcha
|
4434 |
+
------------------------------------- */
|
4435 |
+
|
4436 |
+
.captcha-note {
|
4437 |
+
|
4438 |
+
}
|
4439 |
+
|
4440 |
+
.captcha-image {
|
4441 |
+
float: left;
|
4442 |
+
position: relative;
|
4443 |
+
}
|
4444 |
+
|
4445 |
+
.captcha-img {
|
4446 |
+
border: 1px solid #ccc;
|
4447 |
+
}
|
4448 |
+
|
4449 |
+
.registered-users .captcha-image {
|
4450 |
+
|
4451 |
+
}
|
4452 |
+
|
4453 |
+
#checkout-step-login .captcha-image {
|
4454 |
+
|
4455 |
+
}
|
4456 |
+
|
4457 |
+
.captcha-reload {
|
4458 |
+
position: absolute;
|
4459 |
+
top: 2px;
|
4460 |
+
right: 2px;
|
4461 |
+
}
|
4462 |
+
|
4463 |
+
.captcha-reload.refreshing {
|
4464 |
+
animation: rotate 1.5s infinite linear;
|
4465 |
+
-webkit-animation: rotate 1.5s infinite linear;
|
4466 |
+
-moz-animation: rotate 1.5s infinite linear;
|
4467 |
+
}
|
4468 |
+
|
4469 |
+
@-webkit-keyframes rotate {
|
4470 |
+
0% { -webkit-transform: rotate(0);
|
4471 |
+
}
|
4472 |
+
|
4473 |
+
0% {
|
4474 |
+
-webkit-transform: rotate(-360deg);
|
4475 |
+
}
|
4476 |
+
|
4477 |
+
}
|
4478 |
+
@-moz-keyframes rotate {
|
4479 |
+
0% { -moz-transform: rotate(0);
|
4480 |
+
}
|
4481 |
+
|
4482 |
+
0% {
|
4483 |
+
-moz-transform: rotate(-360deg);
|
4484 |
+
}
|
4485 |
+
|
4486 |
+
}
|
4487 |
+
@keyframes rotate {
|
4488 |
+
0% { transform: rotate(0);
|
4489 |
+
}
|
4490 |
+
|
4491 |
+
0% {
|
4492 |
+
transform: rotate(-360deg);
|
4493 |
+
}
|
4494 |
+
|
4495 |
+
}
|
4496 |
+
|
4497 |
+
/* REMEMBER ME Popup
|
4498 |
+
========================================== */
|
4499 |
+
|
4500 |
+
.window-overlay {
|
4501 |
+
background: url(../images/window_overlay.png) repeat;
|
4502 |
+
background: rgba(0, 0, 0, 0.35);
|
4503 |
+
position: absolute;
|
4504 |
+
top: 0;
|
4505 |
+
left: 0;
|
4506 |
+
height: 100%;
|
4507 |
+
width: 100%;
|
4508 |
+
z-index: 990;
|
4509 |
+
}
|
4510 |
+
|
4511 |
+
.remember-me label {
|
4512 |
+
|
4513 |
+
}
|
4514 |
+
|
4515 |
+
.remember-me-popup {
|
4516 |
+
|
4517 |
+
}
|
4518 |
+
|
4519 |
+
.remember-me-popup h3 {
|
4520 |
+
|
4521 |
+
}
|
4522 |
+
|
4523 |
+
.remember-me-popup .remember-me-popup-head {
|
4524 |
+
|
4525 |
+
}
|
4526 |
+
|
4527 |
+
.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
|
4528 |
+
|
4529 |
+
}
|
4530 |
+
|
4531 |
+
.remember-me-popup .remember-me-popup-body {
|
4532 |
+
|
4533 |
+
}
|
4534 |
+
|
4535 |
+
.remember-me-popup .remember-me-popup-body a {
|
4536 |
+
|
4537 |
+
}
|
4538 |
+
|
4539 |
+
/* MY ACCOUNT
|
4540 |
+
========================================== */
|
4541 |
+
|
4542 |
+
.my-account .title-buttons .link-rss {
|
4543 |
+
float: none;
|
4544 |
+
margin: 0;
|
4545 |
+
}
|
4546 |
+
|
4547 |
+
/* Dashboard
|
4548 |
+
------------------------------------- */
|
4549 |
+
|
4550 |
+
.dashboard {
|
4551 |
+
|
4552 |
+
}
|
4553 |
+
|
4554 |
+
.dashboard .welcome-msg {
|
4555 |
+
border-bottom: 1px solid #ccc;
|
4556 |
+
margin-bottom: 12px;
|
4557 |
+
padding-bottom: 12px;
|
4558 |
+
}
|
4559 |
+
|
4560 |
+
.dashboard .welcome-msg .hello {
|
4561 |
+
font-weight: bold;
|
4562 |
+
font-size: 16px;
|
4563 |
+
margin-bottom: 5px;
|
4564 |
+
}
|
4565 |
+
|
4566 |
+
/* Block: Recent Orders
|
4567 |
+
------------------------------------- */
|
4568 |
+
|
4569 |
+
.dashboard .box-recent {
|
4570 |
+
margin: 10px 0 20px;
|
4571 |
+
}
|
4572 |
+
|
4573 |
+
/* Block: Account Information
|
4574 |
+
------------------------------------- */
|
4575 |
+
|
4576 |
+
.dashboard .box-info {
|
4577 |
+
|
4578 |
+
}
|
4579 |
+
|
4580 |
+
.dashboard .box-info .box-title{
|
4581 |
+
margin-bottom: 6px;
|
4582 |
+
}
|
4583 |
+
|
4584 |
+
.dashboard .col2-set {
|
4585 |
+
padding-bottom: 12px;
|
4586 |
+
border-bottom: 1px solid #ccc;
|
4587 |
+
margin-bottom: 12px;
|
4588 |
+
}
|
4589 |
+
|
4590 |
+
/* Block: Reviews
|
4591 |
+
------------------------------------- */
|
4592 |
+
|
4593 |
+
.dashboard .box-reviews .number {
|
4594 |
+
float: left;
|
4595 |
+
font-size: 10px;
|
4596 |
+
font-weight: bold;
|
4597 |
+
line-height: 1;
|
4598 |
+
color: #fff;
|
4599 |
+
margin: 3px -20px 0 0;
|
4600 |
+
padding: 2px 3px;
|
4601 |
+
background: #ddd;
|
4602 |
+
}
|
4603 |
+
|
4604 |
+
.dashboard .box-reviews .details {
|
4605 |
+
margin-left: 20px;
|
4606 |
+
}
|
4607 |
+
|
4608 |
+
/* Block: Tags
|
4609 |
+
------------------------------------- */
|
4610 |
+
|
4611 |
+
.dashboard .box-tags .number {
|
4612 |
+
float: left;
|
4613 |
+
font-size: 10px;
|
4614 |
+
font-weight: bold;
|
4615 |
+
line-height: 1;
|
4616 |
+
color: #fff;
|
4617 |
+
margin: 3px -20px 0 0;
|
4618 |
+
padding: 2px 3px;
|
4619 |
+
background: #ddd;
|
4620 |
+
}
|
4621 |
+
|
4622 |
+
.dashboard .box-tags .details {
|
4623 |
+
margin-left: 20px;
|
4624 |
+
}
|
4625 |
+
|
4626 |
+
/* Address Book
|
4627 |
+
------------------------------------- */
|
4628 |
+
|
4629 |
+
.addresses-list {
|
4630 |
+
|
4631 |
+
}
|
4632 |
+
|
4633 |
+
.addresses-list .item{
|
4634 |
+
margin-bottom: 20px;
|
4635 |
+
}
|
4636 |
+
|
4637 |
+
.addresses-list-additional li.item {
|
4638 |
+
|
4639 |
+
}
|
4640 |
+
|
4641 |
+
/* Order View
|
4642 |
+
------------------------------------- */
|
4643 |
+
|
4644 |
+
.order-info {
|
4645 |
+
border: 1px solid #ddd;
|
4646 |
+
padding: 5px;
|
4647 |
+
}
|
4648 |
+
|
4649 |
+
.order-info dt,
|
4650 |
+
.order-info dd,
|
4651 |
+
.order-info ul,
|
4652 |
+
.order-info li {
|
4653 |
+
display: inline;
|
4654 |
+
}
|
4655 |
+
|
4656 |
+
.order-info dt {
|
4657 |
+
font-weight: bold;
|
4658 |
+
}
|
4659 |
+
|
4660 |
+
.order-date {
|
4661 |
+
margin: 10px 0;
|
4662 |
+
}
|
4663 |
+
|
4664 |
+
.order-info-box {
|
4665 |
+
|
4666 |
+
}
|
4667 |
+
|
4668 |
+
.order-info-box .box{
|
4669 |
+
margin-bottom: 12px;
|
4670 |
+
}
|
4671 |
+
|
4672 |
+
.order-items {
|
4673 |
+
width: 100%;
|
4674 |
+
overflow-x: auto;
|
4675 |
+
}
|
4676 |
+
|
4677 |
+
.order-additional {
|
4678 |
+
margin: 15px 0;
|
4679 |
+
}
|
4680 |
+
|
4681 |
+
/* Order Gift Message
|
4682 |
+
------------------------------------- */
|
4683 |
+
|
4684 |
+
.gift-message dt strong {
|
4685 |
+
color: #666;
|
4686 |
+
}
|
4687 |
+
|
4688 |
+
.gift-message dd {
|
4689 |
+
font-size: 13px;
|
4690 |
+
margin: 5px 0 0;
|
4691 |
+
}
|
4692 |
+
|
4693 |
+
/* Order Comments
|
4694 |
+
------------------------------------- */
|
4695 |
+
|
4696 |
+
.order-about dt {
|
4697 |
+
font-weight: bold;
|
4698 |
+
}
|
4699 |
+
|
4700 |
+
.order-about dd {
|
4701 |
+
font-size: 13px;
|
4702 |
+
margin: 0 0 7px;
|
4703 |
+
}
|
4704 |
+
|
4705 |
+
.tracking-table {
|
4706 |
+
margin: 0 0 15px;
|
4707 |
+
}
|
4708 |
+
|
4709 |
+
.tracking-table th {
|
4710 |
+
font-weight: bold;
|
4711 |
+
white-space: nowrap;
|
4712 |
+
}
|
4713 |
+
|
4714 |
+
.tracking-table-popup {
|
4715 |
+
width: 100%;
|
4716 |
+
}
|
4717 |
+
|
4718 |
+
.tracking-table-popup th {
|
4719 |
+
font-weight: bold;
|
4720 |
+
white-space: nowrap;
|
4721 |
+
}
|
4722 |
+
|
4723 |
+
.tracking-table-popup th,
|
4724 |
+
.tracking-table-popup td {
|
4725 |
+
padding: 1px 8px;
|
4726 |
+
}
|
4727 |
+
|
4728 |
+
/* Order Print Pages
|
4729 |
+
------------------------------------- */
|
4730 |
+
|
4731 |
+
.page-print .print-head {
|
4732 |
+
|
4733 |
+
}
|
4734 |
+
|
4735 |
+
.page-print .print-head img {
|
4736 |
+
float: left;
|
4737 |
+
}
|
4738 |
+
|
4739 |
+
.page-print .print-head address {
|
4740 |
+
float: left;
|
4741 |
+
margin-left: 15px;
|
4742 |
+
}
|
4743 |
+
|
4744 |
+
/* Price Rewrites
|
4745 |
+
------------------------------------- */
|
4746 |
+
|
4747 |
+
.page-print .gift-message-link {
|
4748 |
+
display: none;
|
4749 |
+
}
|
4750 |
+
|
4751 |
+
.page-print .price-excl-tax,
|
4752 |
+
.page-print .price-incl-tax {
|
4753 |
+
display: block;
|
4754 |
+
white-space: nowrap;
|
4755 |
+
}
|
4756 |
+
|
4757 |
+
.page-print .cart-price,
|
4758 |
+
.page-print .price-excl-tax .label,
|
4759 |
+
.page-print .price-incl-tax .label,
|
4760 |
+
.page-print .price-excl-tax .price,
|
4761 |
+
.page-print .price-incl-tax .price {
|
4762 |
+
display: inline;
|
4763 |
+
}
|
4764 |
+
|
4765 |
+
/* My Reviews
|
4766 |
+
------------------------------------- */
|
4767 |
+
|
4768 |
+
.product-review .product-img-box {
|
4769 |
+
float: left;
|
4770 |
+
width: 140px;
|
4771 |
+
}
|
4772 |
+
|
4773 |
+
.product-review .product-img-box .product-image {
|
4774 |
+
display: block;
|
4775 |
+
width: 125px;
|
4776 |
+
height: 125px;
|
4777 |
+
}
|
4778 |
+
|
4779 |
+
.product-review .product-img-box .label {
|
4780 |
+
font-size: 11px;
|
4781 |
+
margin: 0 0 3px;
|
4782 |
+
}
|
4783 |
+
|
4784 |
+
.product-review .product-img-box .ratings .rating-box {
|
4785 |
+
float: none;
|
4786 |
+
display: block;
|
4787 |
+
margin: 0 0 3px;
|
4788 |
+
}
|
4789 |
+
|
4790 |
+
.product-review .product-details {
|
4791 |
+
margin-left: 150px;
|
4792 |
+
}
|
4793 |
+
|
4794 |
+
.product-review .product-name {
|
4795 |
+
font-size: 16px;
|
4796 |
+
font-weight: bold;
|
4797 |
+
margin: 0 0 10px;
|
4798 |
+
}
|
4799 |
+
|
4800 |
+
.product-review h3 {
|
4801 |
+
|
4802 |
+
}
|
4803 |
+
|
4804 |
+
.product-review .ratings-table {
|
4805 |
+
margin: 0 0 10px;
|
4806 |
+
}
|
4807 |
+
|
4808 |
+
.product-review dt {
|
4809 |
+
font-weight: bold;
|
4810 |
+
}
|
4811 |
+
|
4812 |
+
.product-review dd {
|
4813 |
+
font-size: 13px;
|
4814 |
+
margin: 5px 0 0;
|
4815 |
+
}
|
4816 |
+
|
4817 |
+
/* Wishlist
|
4818 |
+
------------------------------------- */
|
4819 |
+
|
4820 |
+
.my-wishlist {
|
4821 |
+
|
4822 |
+
}
|
4823 |
+
|
4824 |
+
.my-wishlist textarea{
|
4825 |
+
width: 75%;
|
4826 |
+
height: 50px;
|
4827 |
+
margin-top: 10px;
|
4828 |
+
}
|
4829 |
+
|
4830 |
+
.my-wishlist .qty{
|
4831 |
+
margin-top: 5px;
|
4832 |
+
margin-bottom: 5px;
|
4833 |
+
}
|
4834 |
+
|
4835 |
+
/* SALES GUEST FORM
|
4836 |
+
========================================== */
|
4837 |
+
|
4838 |
+
.sales-guest-form .form-alt .input-box{
|
4839 |
+
margin-bottom: 8px;
|
4840 |
+
}
|
4841 |
+
|
4842 |
+
.sales-guest-form .form-alt .input-box label{
|
4843 |
+
font-weight: bold;
|
4844 |
+
}
|
4845 |
+
|
4846 |
+
|
4847 |
+
/* SPLASH PAGES
|
4848 |
+
========================================== */
|
4849 |
+
|
4850 |
+
.splash-group-simple li{
|
4851 |
+
padding-bottom: 3px;
|
4852 |
+
padding-top: 3px;
|
4853 |
+
}
|
4854 |
+
|
4855 |
+
.splash-group-grid {
|
4856 |
+
}
|
4857 |
+
|
4858 |
+
.splash-group-grid li{
|
4859 |
+
display: inline-block;
|
4860 |
+
margin: 12px 0 0 16px;
|
4861 |
+
}
|
4862 |
+
|
4863 |
+
.splash-group-grid .product-image{
|
4864 |
+
display: block;
|
4865 |
+
border: 1px solid #ddd;
|
4866 |
+
padding: 5px;
|
4867 |
+
margin-bottom: 4px;
|
4868 |
+
}
|
4869 |
+
|
4870 |
+
/* FOOTER
|
4871 |
+
========================================== */
|
4872 |
+
|
4873 |
+
/* Footer Basics
|
4874 |
+
------------------------------------- */
|
4875 |
+
|
4876 |
+
.footer-container {
|
4877 |
+
|
4878 |
+
}
|
4879 |
+
|
4880 |
+
.footer {
|
4881 |
+
|
4882 |
+
}
|
4883 |
+
|
4884 |
+
.footer1-container {
|
4885 |
+
padding: 14px 0 18px;
|
4886 |
+
background: #eee url(../images/bg-cleanpaper.png) repeat left top;
|
4887 |
+
}
|
4888 |
+
|
4889 |
+
.footer1 {
|
4890 |
+
margin: 0 auto;
|
4891 |
+
width: 1200px;
|
4892 |
+
}
|
4893 |
+
|
4894 |
+
.footer2-container {
|
4895 |
+
background: #111 url(../images/bg-darknoise2.png) repeat center top;
|
4896 |
+
padding: 24px 0;
|
4897 |
+
}
|
4898 |
+
|
4899 |
+
.footer2-container a{
|
4900 |
+
color: #fff;
|
4901 |
+
}
|
4902 |
+
|
4903 |
+
.footer2 {
|
4904 |
+
margin: 0 auto;
|
4905 |
+
width: 1200px;
|
4906 |
+
}
|
4907 |
+
|
4908 |
+
.footer3-container {
|
4909 |
+
padding: 16px 0 22px;
|
4910 |
+
}
|
4911 |
+
|
4912 |
+
.footer3 {
|
4913 |
+
margin: 0 auto;
|
4914 |
+
width: 1200px;
|
4915 |
+
}
|
4916 |
+
|
4917 |
+
/* Footer 1
|
4918 |
+
------------------------------------- */
|
4919 |
+
|
4920 |
+
.footer1 .headline{
|
4921 |
+
text-transform: uppercase;
|
4922 |
+
font: 16px "Times New Roman", Times, Georgia, serif;
|
4923 |
+
margin-bottom: 12px;
|
4924 |
+
}
|
4925 |
+
|
4926 |
+
.footer1 .newsletter{
|
4927 |
+
float: left;
|
4928 |
+
width: 480px;
|
4929 |
+
}
|
4930 |
+
|
4931 |
+
.footer1 .newsletter input{
|
4932 |
+
float: left;
|
4933 |
+
width: 260px;
|
4934 |
+
padding: 8px;
|
4935 |
+
font-size: 13px;
|
4936 |
+
color: #444;
|
4937 |
+
-moz-border-radius: 3px;
|
4938 |
+
-webkit-border-radius: 3px;
|
4939 |
+
border-radius: 3px;
|
4940 |
+
border: 1px solid #bbb;
|
4941 |
+
margin-right: 3px;
|
4942 |
+
background-color: #fff;
|
4943 |
+
}
|
4944 |
+
|
4945 |
+
.footer1 .newsletter button{
|
4946 |
+
-webkit-border-fit: lines;
|
4947 |
+
overflow: visible;
|
4948 |
+
margin: 0;
|
4949 |
+
width: auto;
|
4950 |
+
height: 33px !important;
|
4951 |
+
cursor: pointer;
|
4952 |
+
font: 12px/33px Arial, Helvetica, sans-serif;
|
4953 |
+
text-align: center;
|
4954 |
+
color: #fff;
|
4955 |
+
white-space: nowrap;
|
4956 |
+
padding-left: 12px;
|
4957 |
+
padding-right: 12px;
|
4958 |
+
}
|
4959 |
+
|
4960 |
+
.footer1 .newsletter button:hover{
|
4961 |
+
}
|
4962 |
+
|
4963 |
+
.footer1 .footer-social{
|
4964 |
+
float: right;
|
4965 |
+
}
|
4966 |
+
|
4967 |
+
.footer1 .footer-social .social-icons li{
|
4968 |
+
display: inline-block;
|
4969 |
+
margin-left: 4px;
|
4970 |
+
}
|
4971 |
+
|
4972 |
+
.footer1 .footer-social .social-icons a img:hover{
|
4973 |
+
opacity: 0.7;
|
4974 |
+
}
|
4975 |
+
|
4976 |
+
/* Footer 2
|
4977 |
+
------------------------------------- */
|
4978 |
+
|
4979 |
+
.footer2{
|
4980 |
+
font-size: 13px;
|
4981 |
+
color: #fff;
|
4982 |
+
}
|
4983 |
+
|
4984 |
+
.footer2 .box1,
|
4985 |
+
.footer2 .box2,
|
4986 |
+
.footer2 .box3,
|
4987 |
+
.footer2 .box4,
|
4988 |
+
.footer2 .box5{
|
4989 |
+
float: left;
|
4990 |
+
width: 240px;
|
4991 |
+
}
|
4992 |
+
|
4993 |
+
.footer2 .headline{
|
4994 |
+
text-transform: uppercase;
|
4995 |
+
font: 18px "Times New Roman", Times, Georgia, serif;
|
4996 |
+
color: #fff;
|
4997 |
+
margin-bottom: 12px;
|
4998 |
+
}
|
4999 |
+
|
5000 |
+
.footer2 a{
|
5001 |
+
color: #aaa;
|
5002 |
+
}
|
5003 |
+
|
5004 |
+
.footer2 li{
|
5005 |
+
margin-bottom: 5px;
|
5006 |
+
}
|
5007 |
+
|
5008 |
+
/* Footer 3
|
5009 |
+
------------------------------------- */
|
5010 |
+
|
5011 |
+
.footer3 .links {
|
5012 |
+
margin-bottom: 3px;
|
5013 |
+
}
|
5014 |
+
|
5015 |
+
.footer3 .copyright {
|
5016 |
+
margin-top: 12px;
|
5017 |
+
color: #555;
|
5018 |
+
}
|
5019 |
+
|
5020 |
+
.footer3 .copyright a{
|
5021 |
+
color: #555;
|
5022 |
+
}
|
5023 |
+
|
5024 |
+
.footer3 .footer-payments{
|
5025 |
+
float: right;
|
5026 |
+
}
|
5027 |
+
|
5028 |
+
.footer3 .footer-payments .payment-icons li{
|
5029 |
+
display: inline-block;
|
5030 |
+
margin-left: 4px;
|
5031 |
+
}
|
5032 |
+
|
5033 |
+
/* SLIDER
|
5034 |
+
========================================== */
|
5035 |
+
|
5036 |
+
#slider {
|
5037 |
+
float: left;
|
5038 |
+
height: 450px;
|
5039 |
+
position: relative;
|
5040 |
+
width: 1200px;
|
5041 |
+
overflow: hidden;
|
5042 |
+
margin-bottom: 12px;
|
5043 |
+
}
|
5044 |
+
|
5045 |
+
#slider p {
|
5046 |
+
margin: 0;
|
5047 |
+
padding: 0;
|
5048 |
+
}
|
5049 |
+
|
5050 |
+
div.scroller {
|
5051 |
+
height: 450px;
|
5052 |
+
overflow: hidden;
|
5053 |
+
width: 1200px;
|
5054 |
+
zoom: 1;
|
5055 |
+
}
|
5056 |
+
|
5057 |
+
div.scroller .content {
|
5058 |
+
padding: 0;
|
5059 |
+
}
|
5060 |
+
|
5061 |
+
div.slidercontrolwr-left {
|
5062 |
+
position: absolute;
|
5063 |
+
left: 0px;
|
5064 |
+
bottom: 0;
|
5065 |
+
}
|
5066 |
+
|
5067 |
+
div.slidercontrolwr-right {
|
5068 |
+
position: absolute;
|
5069 |
+
right: 0px;
|
5070 |
+
bottom: 0;
|
5071 |
+
}
|
5072 |
+
|
5073 |
+
div.scroller img {
|
5074 |
+
border: none;
|
5075 |
+
}
|
5076 |
+
|
5077 |
+
div.scroller div.section {
|
5078 |
+
height: 450px;
|
5079 |
+
overflow: hidden;
|
5080 |
+
float: left;
|
5081 |
+
width: 1200px;
|
5082 |
+
}
|
5083 |
+
|
5084 |
+
div.scroller div.content {
|
5085 |
+
width: 10000px;
|
5086 |
+
float: left;
|
5087 |
+
}
|
5088 |
+
|
5089 |
+
.slidercontrol {
|
5090 |
+
list-style: none;
|
5091 |
+
margin: 0px;
|
5092 |
+
padding: 0px;
|
5093 |
+
}
|
5094 |
+
|
5095 |
+
.slidercontrol a {
|
5096 |
+
color: #aaa;
|
5097 |
+
filter: alpha(opacity=60);
|
5098 |
+
float: left;
|
5099 |
+
opacity: 0.6;
|
5100 |
+
overflow: hidden;
|
5101 |
+
text-decoration: none;
|
5102 |
+
text-indent: -1000px;
|
5103 |
+
width: 30px;
|
5104 |
+
height: 450px;
|
5105 |
+
padding-right: 0px;
|
5106 |
+
padding-left: 0px;
|
5107 |
+
background-position: center center;
|
5108 |
+
margin-left: -1px;
|
5109 |
+
margin-right: -1px;
|
5110 |
+
}
|
5111 |
+
|
5112 |
+
.slidercontrol a:hover {
|
5113 |
+
filter: alpha(opacity=100);
|
5114 |
+
opacity: 1;
|
5115 |
+
}
|
5116 |
+
|
5117 |
+
.aprev {
|
5118 |
+
background: url(../images/aprev.png) no-repeat 0 0;
|
5119 |
+
}
|
5120 |
+
|
5121 |
+
.anext {
|
5122 |
+
background: url(../images/anext.png) no-repeat 0 0;
|
5123 |
+
}
|
5124 |
+
|
5125 |
+
/* CLEARS
|
5126 |
+
========================================== */
|
5127 |
+
|
5128 |
+
.clearer:after,
|
5129 |
+
.header-container:after,
|
5130 |
+
.header-container .top-container:after,
|
5131 |
+
.header:after,
|
5132 |
+
.header .quick-access:after,
|
5133 |
+
#nav:after,
|
5134 |
+
.main:after,
|
5135 |
+
.footer:after,
|
5136 |
+
.footer-container .bottom-container:after,
|
5137 |
+
.col-main:after,
|
5138 |
+
.col2-set:after,
|
5139 |
+
.col3-set:after,
|
5140 |
+
.col4-set:after,
|
5141 |
+
.search-autocomplete li:after,
|
5142 |
+
.block .block-content:after,
|
5143 |
+
.block .actions:after,
|
5144 |
+
.block li.item:after,
|
5145 |
+
.block-poll li:after,
|
5146 |
+
.block-layered-nav .currently li:after,
|
5147 |
+
.page-title:after,
|
5148 |
+
.products-grid:after,
|
5149 |
+
.products-list li.item:after,
|
5150 |
+
.box-account .box-head:after,
|
5151 |
+
.dashboard .box .box-title:after,
|
5152 |
+
.box-reviews li.item:after,
|
5153 |
+
.box-tags li.item:after,
|
5154 |
+
.pager:after,
|
5155 |
+
.sorter:after,
|
5156 |
+
.ratings:after,
|
5157 |
+
.add-to-box:after,
|
5158 |
+
.add-to-cart:after,
|
5159 |
+
.product-essential:after,
|
5160 |
+
.product-collateral:after,
|
5161 |
+
.product-view .product-img-box .more-views ul:after,
|
5162 |
+
.product-view .product-shop .short-description:after,
|
5163 |
+
.product-view .box-description:after,
|
5164 |
+
.product-view .box-tags .form-add:after,
|
5165 |
+
.product-options .options-list li:after,
|
5166 |
+
.product-options-bottom:after,
|
5167 |
+
.product-review:after,
|
5168 |
+
.cart:after,
|
5169 |
+
.cart-collaterals:after,
|
5170 |
+
.cart .crosssell li.item:after,
|
5171 |
+
.opc .step-title:after,
|
5172 |
+
.checkout-progress:after,
|
5173 |
+
.multiple-checkout .place-order:after,
|
5174 |
+
.group-select li:after,
|
5175 |
+
.form-list li:after,
|
5176 |
+
.form-list .field:after,
|
5177 |
+
.buttons-set:after,
|
5178 |
+
.page-print .print-head:after,
|
5179 |
+
.advanced-search-summary:after,
|
5180 |
+
.gift-messages-form .item:after,
|
5181 |
+
.send-friend .form-list li p:after {
|
5182 |
+
display: block;
|
5183 |
+
content: ".";
|
5184 |
+
clear: both;
|
5185 |
+
font-size: 0;
|
5186 |
+
line-height: 0;
|
5187 |
+
height: 0;
|
5188 |
+
overflow: hidden;
|
5189 |
+
}
|
skin/frontend/default/pagayo-theme-003/favicon.ico
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/anext.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/aprev.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-cleanpaper-light.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-cleanpaper.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-darklinen.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-darklinen2.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-darknoise.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-darknoise2.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-greylinen.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-greylinen2.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bg-lighlinen.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bkg_button.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bkg_collapse.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bkg_parent.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/bkg_rating.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/btn_edit.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/btn_remove.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/btn_trash.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/btn_window_close.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/catalog/product/placeholder/image.jpg
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/catalog/product/placeholder/small_image.jpg
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/catalog/product/placeholder/thumbnail.jpg
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/cvv.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/fam_book_open.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/griditem-bottom.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/header-bg.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_asc_arrow.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_availability_only_arrow.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_desc_arrow.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_msg-error.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_msg-note.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_msg-success.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_notice.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_pager-next.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_pager-prev.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_print.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_rss-big.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/i_rss.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/label-sale.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/logo.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/logo_email.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/logo_print.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/magnifier_handle.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/main-bg.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/opc-ajax-loader.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/pagentopic.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/pager_arrow_left.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/pager_arrow_right.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/search-icon-bg.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/shadow-footer.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/shadow-main.png
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/slider_bg.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/slider_btn_zoom_in.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/slider_btn_zoom_out.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/spacer.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/images/validation_advice_bg.gif
ADDED
Binary file
|
skin/frontend/default/pagayo-theme-003/js/glider.js
ADDED
@@ -0,0 +1,178 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* @author Bruno Bornsztein <bruno@missingmethod.com>
|
3 |
+
* @copyright 2007 Curbly LLC
|
4 |
+
* @package Glider
|
5 |
+
* @license MIT
|
6 |
+
* @url http://www.missingmethod.com/projects/glider/
|
7 |
+
* @version 0.0.3
|
8 |
+
* @dependencies prototype.js 1.5.1+, effects.js
|
9 |
+
*/
|
10 |
+
|
11 |
+
/* Thanks to Andrew Dupont for refactoring help and code cleanup - http://andrewdupont.net/ */
|
12 |
+
|
13 |
+
Glider = Class.create();
|
14 |
+
Object.extend(Object.extend(Glider.prototype, Abstract.prototype), {
|
15 |
+
initialize: function(wrapper, options){
|
16 |
+
this.handStopped = false;
|
17 |
+
this.scrolling = false;
|
18 |
+
this.wrapper = $(wrapper);
|
19 |
+
this.scroller = this.wrapper.down('div.scroller');
|
20 |
+
this.sections = this.wrapper.getElementsBySelector('div.section');
|
21 |
+
this.options = Object.extend({ duration: 1.0, frequency: 3 }, options || {});
|
22 |
+
|
23 |
+
this.sections.each( function(section, index) {
|
24 |
+
section._index = index;
|
25 |
+
});
|
26 |
+
|
27 |
+
this.events = {
|
28 |
+
click: this.click.bind(this),
|
29 |
+
mouseover: this.pause.bind(this),
|
30 |
+
mouseout: this.resume.bind(this)
|
31 |
+
};
|
32 |
+
|
33 |
+
this.addObservers();
|
34 |
+
if(this.options.initialSection)
|
35 |
+
this.moveTo(this.options.initialSection, this.scroller, { duration:this.options.duration }); // initialSection should be the id of the section you want to show up on load
|
36 |
+
if(this.options.autoGlide)
|
37 |
+
this.start();
|
38 |
+
},
|
39 |
+
|
40 |
+
addObservers: function() {
|
41 |
+
this.wrapper.observe('mouseover', this.events.mouseover);
|
42 |
+
this.wrapper.observe('mouseout', this.events.mouseout);
|
43 |
+
|
44 |
+
var descriptions = this.wrapper.getElementsBySelector('div.sliderdescription');
|
45 |
+
descriptions.invoke('observe', 'mouseover', this.makeActive);
|
46 |
+
descriptions.invoke('observe', 'mouseout', this.makeInactive);
|
47 |
+
|
48 |
+
var controls = this.wrapper.getElementsBySelector('div.controls a');
|
49 |
+
controls.invoke('observe', 'click', this.events.click);
|
50 |
+
},
|
51 |
+
|
52 |
+
click: function(event) {
|
53 |
+
this.stop();
|
54 |
+
var element = Event.findElement(event, 'a');
|
55 |
+
if (this.scrolling) this.scrolling.cancel();
|
56 |
+
|
57 |
+
this.moveTo(element.href.split("#")[1], this.scroller, { duration:this.options.duration });
|
58 |
+
Event.stop(event);
|
59 |
+
},
|
60 |
+
|
61 |
+
moveTo: function(element, container, options) {
|
62 |
+
this.current = $(element);
|
63 |
+
|
64 |
+
Position.prepare();
|
65 |
+
var containerOffset = Position.cumulativeOffset(container);
|
66 |
+
var elementOffset = Position.cumulativeOffset($(element));
|
67 |
+
|
68 |
+
this.scrolling = new Effect.SmoothScroll(container, {
|
69 |
+
duration:options.duration,
|
70 |
+
x:(elementOffset[0]-containerOffset[0]),
|
71 |
+
y:(elementOffset[1]-containerOffset[1])
|
72 |
+
});
|
73 |
+
return false;
|
74 |
+
},
|
75 |
+
|
76 |
+
next: function(){
|
77 |
+
if (this.current) {
|
78 |
+
var currentIndex = this.current._index;
|
79 |
+
var nextIndex = (this.sections.length - 1 == currentIndex) ? 0 : currentIndex + 1;
|
80 |
+
} else var nextIndex = 1;
|
81 |
+
|
82 |
+
this.moveTo(this.sections[nextIndex], this.scroller, {
|
83 |
+
duration: this.options.duration
|
84 |
+
});
|
85 |
+
},
|
86 |
+
|
87 |
+
previous: function(){
|
88 |
+
if (this.current) {
|
89 |
+
var currentIndex = this.current._index;
|
90 |
+
var prevIndex = (currentIndex == 0) ? this.sections.length - 1 :
|
91 |
+
currentIndex - 1;
|
92 |
+
} else var prevIndex = this.sections.length - 1;
|
93 |
+
|
94 |
+
this.moveTo(this.sections[prevIndex], this.scroller, {
|
95 |
+
duration: this.options.duration
|
96 |
+
});
|
97 |
+
},
|
98 |
+
|
99 |
+
makeActive: function(event)
|
100 |
+
{
|
101 |
+
var element = Event.findElement(event, 'div');
|
102 |
+
element.addClassName('active');
|
103 |
+
},
|
104 |
+
|
105 |
+
makeInactive: function(event)
|
106 |
+
{
|
107 |
+
var element = Event.findElement(event, 'div');
|
108 |
+
element.removeClassName('active');
|
109 |
+
},
|
110 |
+
|
111 |
+
stop: function()
|
112 |
+
{
|
113 |
+
this.handStopped = true;
|
114 |
+
clearTimeout(this.timer);
|
115 |
+
},
|
116 |
+
|
117 |
+
start: function()
|
118 |
+
{
|
119 |
+
this.handStopped = false;
|
120 |
+
this.periodicallyUpdate();
|
121 |
+
},
|
122 |
+
|
123 |
+
pause: function()
|
124 |
+
{
|
125 |
+
if (!this.handStopped) {
|
126 |
+
clearTimeout(this.timer);
|
127 |
+
this.timer = null;
|
128 |
+
}
|
129 |
+
},
|
130 |
+
|
131 |
+
resume: function()
|
132 |
+
{
|
133 |
+
if (!this.handStopped)
|
134 |
+
this.periodicallyUpdate();
|
135 |
+
},
|
136 |
+
|
137 |
+
periodicallyUpdate: function()
|
138 |
+
{
|
139 |
+
if (this.timer != null) {
|
140 |
+
clearTimeout(this.timer);
|
141 |
+
this.next();
|
142 |
+
}
|
143 |
+
this.timer = setTimeout(this.periodicallyUpdate.bind(this), this.options.frequency*1600);
|
144 |
+
}
|
145 |
+
|
146 |
+
});
|
147 |
+
|
148 |
+
Effect.SmoothScroll = Class.create();
|
149 |
+
Object.extend(Object.extend(Effect.SmoothScroll.prototype, Effect.Base.prototype), {
|
150 |
+
initialize: function(element) {
|
151 |
+
this.element = $(element);
|
152 |
+
var options = Object.extend({
|
153 |
+
x: 0,
|
154 |
+
y: 0,
|
155 |
+
mode: 'absolute'
|
156 |
+
} , arguments[1] || {} );
|
157 |
+
this.start(options);
|
158 |
+
},
|
159 |
+
setup: function() {
|
160 |
+
if (this.options.continuous && !this.element._ext ) {
|
161 |
+
this.element.cleanWhitespace();
|
162 |
+
this.element._ext=true;
|
163 |
+
this.element.appendChild(this.element.firstChild);
|
164 |
+
}
|
165 |
+
|
166 |
+
this.originalLeft=this.element.scrollLeft;
|
167 |
+
this.originalTop=this.element.scrollTop;
|
168 |
+
|
169 |
+
if(this.options.mode == 'absolute') {
|
170 |
+
this.options.x -= this.originalLeft;
|
171 |
+
this.options.y -= this.originalTop;
|
172 |
+
}
|
173 |
+
},
|
174 |
+
update: function(position) {
|
175 |
+
this.element.scrollLeft = this.options.x * position + this.originalLeft;
|
176 |
+
this.element.scrollTop = this.options.y * position + this.originalTop;
|
177 |
+
}
|
178 |
+
});
|