magento_absolute_theme_free - Version 1.7.0.2

Version Notes

Magento Absolute Theme

Download this release

Release Info

Developer TemplatesMaster
Extension magento_absolute_theme_free
Version 1.7.0.2
Comparing to
See all releases


Code changes from version 1.4.1.0 to 1.7.0.2

Files changed (251) hide show
  1. app/code/local/TM/Featured/Block/Featured.php +14 -6
  2. app/code/local/TM/Featured/etc/config.xml +15 -15
  3. app/code/local/TM/Templatef001/etc/config.xml +20 -0
  4. app/design/frontend/default/f001/layout/catalog.xml +32 -45
  5. app/design/frontend/default/f001/layout/newsletter.xml +4 -9
  6. app/design/frontend/default/f001/layout/page.xml +27 -36
  7. app/design/frontend/default/f001/template/callouts/right_col.phtml +0 -39
  8. app/design/frontend/default/f001/template/catalog/layer/view.phtml +0 -56
  9. app/design/frontend/default/f001/template/catalog/navigation/left.phtml +0 -60
  10. app/design/frontend/default/f001/template/catalog/navigation/sidebox.phtml +31 -12
  11. app/design/frontend/default/f001/template/catalog/navigation/top.phtml +13 -8
  12. app/design/frontend/default/f001/template/catalog/product/compare/sidebar.phtml +0 -56
  13. app/design/frontend/default/f001/template/catalog/product/featured.phtml +2 -2
  14. app/design/frontend/default/f001/template/catalog/product/list.phtml +17 -12
  15. app/design/frontend/default/f001/template/catalog/product/new.phtml +12 -10
  16. app/design/frontend/default/f001/template/catalogsearch/form.mini.phtml +8 -5
  17. app/design/frontend/default/f001/template/page/1column.phtml +1 -1
  18. app/design/frontend/default/f001/template/page/2columns-left.phtml +2 -2
  19. app/design/frontend/default/f001/template/page/2columns-right.phtml +1 -1
  20. app/design/frontend/default/f001/template/page/3columns.phtml +1 -1
  21. app/design/frontend/default/f001/template/page/html/footer.phtml +15 -15
  22. app/design/frontend/default/f001/template/page/html/header.phtml +13 -7
  23. app/design/frontend/default/f001/template/{callouts/left_col.phtml → page/html/topmenu.phtml} +16 -12
  24. app/design/frontend/default/f001/template/page/switch/stores.phtml +0 -47
  25. app/etc/modules/TM_Ajax.xml +1 -1
  26. app/etc/modules/TM_Featured.xml +11 -11
  27. app/etc/modules/TM_Templatef001.xml +10 -0
  28. package.xml +7 -7
  29. skin/frontend/default/f001/css/custom.css +314 -287
  30. skin/frontend/default/f001/css/ie8.css +16 -13
  31. skin/frontend/default/f001/css/styles-ie.css +13 -7
  32. skin/frontend/default/f001/css/styles.css +244 -59
  33. skin/frontend/default/f001/images/bkg_nav2.gif +0 -0
  34. skin/frontend/default/f001/images/bkg_tfoot.gif +0 -0
  35. skin/frontend/default/f001/images/bkg_th.gif +0 -0
  36. skin/frontend/default/f001/images/btn_edit.gif +0 -0
  37. skin/frontend/default/f001/images/btn_previous.gif +0 -0
  38. skin/frontend/default/f001/images/btn_search.gif +0 -0
  39. skin/frontend/default/f001/images/calendar.gif +0 -0
  40. skin/frontend/default/f001/images/catalog/product/placeholder/image.jpg +0 -0
  41. skin/frontend/default/f001/images/catalog/product/placeholder/small_image.jpg +0 -0
  42. skin/frontend/default/f001/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  43. skin/frontend/default/f001/images/fam_book_open.png +0 -0
  44. skin/frontend/default/f001/images/free_shipping_callout.jpg +0 -0
  45. skin/frontend/default/f001/images/grid-cal.gif +0 -0
  46. skin/frontend/default/f001/images/i_availability_only.gif +0 -0
  47. skin/frontend/default/f001/images/i_availability_only_arrow.gif +0 -0
  48. skin/frontend/default/f001/images/map_popup_arrow.gif +0 -0
  49. skin/frontend/default/f001/images/np_cart_thumb.gif +0 -0
  50. skin/frontend/default/f001/images/np_more_img.gif +0 -0
  51. skin/frontend/default/f001/images/np_product_main.gif +0 -0
  52. skin/frontend/default/f001/images/np_thumb.gif +0 -0
  53. skin/frontend/default/f001/images/np_thumb2.gif +0 -0
  54. skin/frontend/default/f001/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  55. skin/frontend/default/f001/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  56. skin/frontend/default/f001/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  57. skin/frontend/default/f001/images/xmlconnect/tab_account.png +0 -0
  58. skin/frontend/default/f001/images/xmlconnect/tab_cart.png +0 -0
  59. skin/frontend/default/f001/images/xmlconnect/tab_home.png +0 -0
  60. skin/frontend/default/f001/images/xmlconnect/tab_more.png +0 -0
  61. skin/frontend/default/f001/images/xmlconnect/tab_page.png +0 -0
  62. skin/frontend/default/f001/images/xmlconnect/tab_search.png +0 -0
  63. skin/frontend/default/f001/images/xmlconnect/tab_shop.png +0 -0
  64. skin/frontend/default/f001/js/productInfo.js +23 -18
  65. skin/frontend/default/f001/js/slider.js +89 -89
  66. skin/frontend/default/f001_green/css/custom.css +329 -302
  67. skin/frontend/default/f001_green/css/ie8.css +16 -13
  68. skin/frontend/default/f001_green/css/styles-ie.css +13 -7
  69. skin/frontend/default/f001_green/css/styles.css +244 -59
  70. skin/frontend/default/f001_green/images/bkg_nav2.gif +0 -0
  71. skin/frontend/default/f001_green/images/bkg_tfoot.gif +0 -0
  72. skin/frontend/default/f001_green/images/bkg_th.gif +0 -0
  73. skin/frontend/default/f001_green/images/btn_edit.gif +0 -0
  74. skin/frontend/default/f001_green/images/btn_previous.gif +0 -0
  75. skin/frontend/default/f001_green/images/btn_search.gif +0 -0
  76. skin/frontend/default/f001_green/images/calendar.gif +0 -0
  77. skin/frontend/default/f001_green/images/catalog/product/placeholder/image.jpg +0 -0
  78. skin/frontend/default/f001_green/images/catalog/product/placeholder/small_image.jpg +0 -0
  79. skin/frontend/default/f001_green/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  80. skin/frontend/default/f001_green/images/fam_book_open.png +0 -0
  81. skin/frontend/default/f001_green/images/free_shipping_callout.jpg +0 -0
  82. skin/frontend/default/f001_green/images/grid-cal.gif +0 -0
  83. skin/frontend/default/f001_green/images/i_availability_only.gif +0 -0
  84. skin/frontend/default/f001_green/images/i_availability_only_arrow.gif +0 -0
  85. skin/frontend/default/f001_green/images/map_popup_arrow.gif +0 -0
  86. skin/frontend/default/f001_green/images/np_cart_thumb.gif +0 -0
  87. skin/frontend/default/f001_green/images/np_more_img.gif +0 -0
  88. skin/frontend/default/f001_green/images/np_product_main.gif +0 -0
  89. skin/frontend/default/f001_green/images/np_thumb.gif +0 -0
  90. skin/frontend/default/f001_green/images/np_thumb2.gif +0 -0
  91. skin/frontend/default/f001_green/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  92. skin/frontend/default/f001_green/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  93. skin/frontend/default/f001_green/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  94. skin/frontend/default/f001_green/images/xmlconnect/tab_account.png +0 -0
  95. skin/frontend/default/f001_green/images/xmlconnect/tab_cart.png +0 -0
  96. skin/frontend/default/f001_green/images/xmlconnect/tab_home.png +0 -0
  97. skin/frontend/default/f001_green/images/xmlconnect/tab_more.png +0 -0
  98. skin/frontend/default/f001_green/images/xmlconnect/tab_page.png +0 -0
  99. skin/frontend/default/f001_green/images/xmlconnect/tab_search.png +0 -0
  100. skin/frontend/default/f001_green/images/xmlconnect/tab_shop.png +0 -0
  101. skin/frontend/default/f001_green/js/productInfo.js +23 -18
  102. skin/frontend/default/f001_green/js/slider.js +89 -89
  103. skin/frontend/default/f001_grey/css/custom.css +329 -302
  104. skin/frontend/default/f001_grey/css/ie8.css +16 -13
  105. skin/frontend/default/f001_grey/css/styles-ie.css +13 -7
  106. skin/frontend/default/f001_grey/css/styles.css +244 -59
  107. skin/frontend/default/f001_grey/images/bkg_nav2.gif +0 -0
  108. skin/frontend/default/f001_grey/images/bkg_tfoot.gif +0 -0
  109. skin/frontend/default/f001_grey/images/bkg_th.gif +0 -0
  110. skin/frontend/default/f001_grey/images/btn_edit.gif +0 -0
  111. skin/frontend/default/f001_grey/images/btn_previous.gif +0 -0
  112. skin/frontend/default/f001_grey/images/btn_search.gif +0 -0
  113. skin/frontend/default/f001_grey/images/calendar.gif +0 -0
  114. skin/frontend/default/f001_grey/images/catalog/product/placeholder/image.jpg +0 -0
  115. skin/frontend/default/f001_grey/images/catalog/product/placeholder/small_image.jpg +0 -0
  116. skin/frontend/default/f001_grey/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  117. skin/frontend/default/f001_grey/images/fam_book_open.png +0 -0
  118. skin/frontend/default/f001_grey/images/free_shipping_callout.jpg +0 -0
  119. skin/frontend/default/f001_grey/images/grid-cal.gif +0 -0
  120. skin/frontend/default/f001_grey/images/i_availability_only.gif +0 -0
  121. skin/frontend/default/f001_grey/images/i_availability_only_arrow.gif +0 -0
  122. skin/frontend/default/f001_grey/images/map_popup_arrow.gif +0 -0
  123. skin/frontend/default/f001_grey/images/np_cart_thumb.gif +0 -0
  124. skin/frontend/default/f001_grey/images/np_more_img.gif +0 -0
  125. skin/frontend/default/f001_grey/images/np_product_main.gif +0 -0
  126. skin/frontend/default/f001_grey/images/np_thumb.gif +0 -0
  127. skin/frontend/default/f001_grey/images/np_thumb2.gif +0 -0
  128. skin/frontend/default/f001_grey/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  129. skin/frontend/default/f001_grey/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  130. skin/frontend/default/f001_grey/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  131. skin/frontend/default/f001_grey/images/xmlconnect/tab_account.png +0 -0
  132. skin/frontend/default/f001_grey/images/xmlconnect/tab_cart.png +0 -0
  133. skin/frontend/default/f001_grey/images/xmlconnect/tab_home.png +0 -0
  134. skin/frontend/default/f001_grey/images/xmlconnect/tab_more.png +0 -0
  135. skin/frontend/default/f001_grey/images/xmlconnect/tab_page.png +0 -0
  136. skin/frontend/default/f001_grey/images/xmlconnect/tab_search.png +0 -0
  137. skin/frontend/default/f001_grey/images/xmlconnect/tab_shop.png +0 -0
  138. skin/frontend/default/f001_grey/js/productInfo.js +23 -18
  139. skin/frontend/default/f001_grey/js/slider.js +89 -89
  140. skin/frontend/default/f001_orange/css/custom.css +331 -304
  141. skin/frontend/default/f001_orange/css/ie8.css +16 -13
  142. skin/frontend/default/f001_orange/css/styles-ie.css +13 -7
  143. skin/frontend/default/f001_orange/css/styles.css +244 -59
  144. skin/frontend/default/f001_orange/images/bkg_nav2.gif +0 -0
  145. skin/frontend/default/f001_orange/images/bkg_tfoot.gif +0 -0
  146. skin/frontend/default/f001_orange/images/bkg_th.gif +0 -0
  147. skin/frontend/default/f001_orange/images/btn_edit.gif +0 -0
  148. skin/frontend/default/f001_orange/images/btn_previous.gif +0 -0
  149. skin/frontend/default/f001_orange/images/btn_search.gif +0 -0
  150. skin/frontend/default/f001_orange/images/calendar.gif +0 -0
  151. skin/frontend/default/f001_orange/images/catalog/product/placeholder/image.jpg +0 -0
  152. skin/frontend/default/f001_orange/images/catalog/product/placeholder/small_image.jpg +0 -0
  153. skin/frontend/default/f001_orange/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  154. skin/frontend/default/f001_orange/images/fam_book_open.png +0 -0
  155. skin/frontend/default/f001_orange/images/free_shipping_callout.jpg +0 -0
  156. skin/frontend/default/f001_orange/images/grid-cal.gif +0 -0
  157. skin/frontend/default/f001_orange/images/i_availability_only.gif +0 -0
  158. skin/frontend/default/f001_orange/images/i_availability_only_arrow.gif +0 -0
  159. skin/frontend/default/f001_orange/images/map_popup_arrow.gif +0 -0
  160. skin/frontend/default/f001_orange/images/np_cart_thumb.gif +0 -0
  161. skin/frontend/default/f001_orange/images/np_more_img.gif +0 -0
  162. skin/frontend/default/f001_orange/images/np_product_main.gif +0 -0
  163. skin/frontend/default/f001_orange/images/np_thumb.gif +0 -0
  164. skin/frontend/default/f001_orange/images/np_thumb2.gif +0 -0
  165. skin/frontend/default/f001_orange/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  166. skin/frontend/default/f001_orange/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  167. skin/frontend/default/f001_orange/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  168. skin/frontend/default/f001_orange/images/xmlconnect/tab_account.png +0 -0
  169. skin/frontend/default/f001_orange/images/xmlconnect/tab_cart.png +0 -0
  170. skin/frontend/default/f001_orange/images/xmlconnect/tab_home.png +0 -0
  171. skin/frontend/default/f001_orange/images/xmlconnect/tab_more.png +0 -0
  172. skin/frontend/default/f001_orange/images/xmlconnect/tab_page.png +0 -0
  173. skin/frontend/default/f001_orange/images/xmlconnect/tab_search.png +0 -0
  174. skin/frontend/default/f001_orange/images/xmlconnect/tab_shop.png +0 -0
  175. skin/frontend/default/f001_orange/js/productInfo.js +23 -18
  176. skin/frontend/default/f001_orange/js/slider.js +89 -89
  177. skin/frontend/default/f001_pink/css/custom.css +333 -306
  178. skin/frontend/default/f001_pink/css/ie8.css +16 -13
  179. skin/frontend/default/f001_pink/css/styles-ie.css +13 -7
  180. skin/frontend/default/f001_pink/css/styles.css +244 -59
  181. skin/frontend/default/f001_pink/images/bkg_nav2.gif +0 -0
  182. skin/frontend/default/f001_pink/images/bkg_tfoot.gif +0 -0
  183. skin/frontend/default/f001_pink/images/bkg_th.gif +0 -0
  184. skin/frontend/default/f001_pink/images/btn_edit.gif +0 -0
  185. skin/frontend/default/f001_pink/images/btn_previous.gif +0 -0
  186. skin/frontend/default/f001_pink/images/btn_search.gif +0 -0
  187. skin/frontend/default/f001_pink/images/calendar.gif +0 -0
  188. skin/frontend/default/f001_pink/images/catalog/product/placeholder/image.jpg +0 -0
  189. skin/frontend/default/f001_pink/images/catalog/product/placeholder/small_image.jpg +0 -0
  190. skin/frontend/default/f001_pink/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  191. skin/frontend/default/f001_pink/images/fam_book_open.png +0 -0
  192. skin/frontend/default/f001_pink/images/free_shipping_callout.jpg +0 -0
  193. skin/frontend/default/f001_pink/images/grid-cal.gif +0 -0
  194. skin/frontend/default/f001_pink/images/i_availability_only.gif +0 -0
  195. skin/frontend/default/f001_pink/images/i_availability_only_arrow.gif +0 -0
  196. skin/frontend/default/f001_pink/images/map_popup_arrow.gif +0 -0
  197. skin/frontend/default/f001_pink/images/np_cart_thumb.gif +0 -0
  198. skin/frontend/default/f001_pink/images/np_more_img.gif +0 -0
  199. skin/frontend/default/f001_pink/images/np_product_main.gif +0 -0
  200. skin/frontend/default/f001_pink/images/np_thumb.gif +0 -0
  201. skin/frontend/default/f001_pink/images/np_thumb2.gif +0 -0
  202. skin/frontend/default/f001_pink/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  203. skin/frontend/default/f001_pink/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  204. skin/frontend/default/f001_pink/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  205. skin/frontend/default/f001_pink/images/xmlconnect/tab_account.png +0 -0
  206. skin/frontend/default/f001_pink/images/xmlconnect/tab_cart.png +0 -0
  207. skin/frontend/default/f001_pink/images/xmlconnect/tab_home.png +0 -0
  208. skin/frontend/default/f001_pink/images/xmlconnect/tab_more.png +0 -0
  209. skin/frontend/default/f001_pink/images/xmlconnect/tab_page.png +0 -0
  210. skin/frontend/default/f001_pink/images/xmlconnect/tab_search.png +0 -0
  211. skin/frontend/default/f001_pink/images/xmlconnect/tab_shop.png +0 -0
  212. skin/frontend/default/f001_pink/js/productInfo.js +23 -18
  213. skin/frontend/default/f001_pink/js/slider.js +89 -89
  214. skin/frontend/default/f001_red/css/custom.css +315 -288
  215. skin/frontend/default/f001_red/css/ie8.css +16 -13
  216. skin/frontend/default/f001_red/css/styles-ie.css +13 -7
  217. skin/frontend/default/f001_red/css/styles.css +244 -59
  218. skin/frontend/default/f001_red/images/bkg_nav2.gif +0 -0
  219. skin/frontend/default/f001_red/images/bkg_tfoot.gif +0 -0
  220. skin/frontend/default/f001_red/images/bkg_th.gif +0 -0
  221. skin/frontend/default/f001_red/images/btn_edit.gif +0 -0
  222. skin/frontend/default/f001_red/images/btn_previous.gif +0 -0
  223. skin/frontend/default/f001_red/images/btn_search.gif +0 -0
  224. skin/frontend/default/f001_red/images/calendar.gif +0 -0
  225. skin/frontend/default/f001_red/images/catalog/product/placeholder/image.jpg +0 -0
  226. skin/frontend/default/f001_red/images/catalog/product/placeholder/small_image.jpg +0 -0
  227. skin/frontend/default/f001_red/images/catalog/product/placeholder/thumbnail.jpg +0 -0
  228. skin/frontend/default/f001_red/images/fam_book_open.png +0 -0
  229. skin/frontend/default/f001_red/images/free_shipping_callout.jpg +0 -0
  230. skin/frontend/default/f001_red/images/grid-cal.gif +0 -0
  231. skin/frontend/default/f001_red/images/i_availability_only.gif +0 -0
  232. skin/frontend/default/f001_red/images/i_availability_only_arrow.gif +0 -0
  233. skin/frontend/default/f001_red/images/map_popup_arrow.gif +0 -0
  234. skin/frontend/default/f001_red/images/np_cart_thumb.gif +0 -0
  235. skin/frontend/default/f001_red/images/np_more_img.gif +0 -0
  236. skin/frontend/default/f001_red/images/np_product_main.gif +0 -0
  237. skin/frontend/default/f001_red/images/np_thumb.gif +0 -0
  238. skin/frontend/default/f001_red/images/np_thumb2.gif +0 -0
  239. skin/frontend/default/f001_red/images/xmlconnect/catalog/category/placeholder/image.jpg +0 -0
  240. skin/frontend/default/f001_red/images/xmlconnect/catalog/category/placeholder/small_image.jpg +0 -0
  241. skin/frontend/default/f001_red/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg +0 -0
  242. skin/frontend/default/f001_red/images/xmlconnect/tab_account.png +0 -0
  243. skin/frontend/default/f001_red/images/xmlconnect/tab_cart.png +0 -0
  244. skin/frontend/default/f001_red/images/xmlconnect/tab_home.png +0 -0
  245. skin/frontend/default/f001_red/images/xmlconnect/tab_more.png +0 -0
  246. skin/frontend/default/f001_red/images/xmlconnect/tab_page.png +0 -0
  247. skin/frontend/default/f001_red/images/xmlconnect/tab_search.png +0 -0
  248. skin/frontend/default/f001_red/images/xmlconnect/tab_shop.png +0 -0
  249. skin/frontend/default/f001_red/js/productInfo.js +23 -18
  250. skin/frontend/default/f001_red/js/slider.js +89 -89
  251. skin/frontend/default/f001_sea_green/css/custom.css +130 -301
app/code/local/TM/Featured/Block/Featured.php CHANGED
@@ -5,26 +5,34 @@ class TM_Featured_Block_Featured extends Mage_Catalog_Block_Product_Abstract
5
  protected $_productsCount = null;
6
 
7
  const DEFAULT_PRODUCTS_COUNT = 5;
8
-
9
  protected function _beforeToHtml()
10
  {
11
  $collection = Mage::getResourceModel('catalog/product_collection');
12
-
13
  Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);
14
  Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);
15
-
16
  $collection = $this->_addProductAttributesAndPrices($collection)
17
  ->addStoreFilter(Mage::app()->getStore()->getId())
18
- ->addAttributeToFilter('featured', array('Yes' => true))
19
  ->setPageSize($this->getProductsCount())
20
  ->setCurPage(1);
21
 
 
 
 
 
 
 
 
 
 
22
  $this->addPriceBlockType('bundle', 'bundle/catalog_product_price', 'bundle/catalog/product/price.phtml');
23
  $this->setProductCollection($collection);
24
-
25
  return parent::_beforeToHtml();
26
  }
27
-
28
  public function setProductsCount($count)
29
  {
30
  $this->_productsCount = $count;
5
  protected $_productsCount = null;
6
 
7
  const DEFAULT_PRODUCTS_COUNT = 5;
8
+
9
  protected function _beforeToHtml()
10
  {
11
  $collection = Mage::getResourceModel('catalog/product_collection');
12
+
13
  Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);
14
  Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);
15
+
16
  $collection = $this->_addProductAttributesAndPrices($collection)
17
  ->addStoreFilter(Mage::app()->getStore()->getId())
 
18
  ->setPageSize($this->getProductsCount())
19
  ->setCurPage(1);
20
 
21
+ try {
22
+ if (!$collection->getAttribute("featured")) { // Mage 1.6.0.0 fix
23
+ throw new Exception("Attribute featured not found");
24
+ }
25
+ $collection->addAttributeToFilter("featured", array('Yes' => true));
26
+ } catch (Exception $e) {
27
+ $collection = false;
28
+ }
29
+
30
  $this->addPriceBlockType('bundle', 'bundle/catalog_product_price', 'bundle/catalog/product/price.phtml');
31
  $this->setProductCollection($collection);
32
+
33
  return parent::_beforeToHtml();
34
  }
35
+
36
  public function setProductsCount($count)
37
  {
38
  $this->_productsCount = $count;
app/code/local/TM/Featured/etc/config.xml CHANGED
@@ -1,15 +1,15 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <config>
3
- <modules>
4
- <TM_Featured>
5
- <version>1.1.0</version>
6
- </TM_Featured>
7
- </modules>
8
- <global>
9
- <blocks>
10
- <featured>
11
- <class>TM_Featured_Block</class>
12
- </featured>
13
- </blocks>
14
- </global>
15
- </config>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <config>
3
+ <modules>
4
+ <TM_Featured>
5
+ <version>1.1.0</version>
6
+ </TM_Featured>
7
+ </modules>
8
+ <global>
9
+ <blocks>
10
+ <featured>
11
+ <class>TM_Featured_Block</class>
12
+ </featured>
13
+ </blocks>
14
+ </global>
15
+ </config>
app/code/local/TM/Templatef001/etc/config.xml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <config>
3
+ <modules>
4
+ <TM_Templatef001>
5
+ <version>1.7.0.0</version>
6
+ </TM_Templatef001>
7
+ </modules>
8
+ <global>
9
+ <resources>
10
+ <templatef001_setup>
11
+ <setup>
12
+ <module>TM_Templatef001</module>
13
+ </setup>
14
+ <connection>
15
+ <use>core_setup</use>
16
+ </connection>
17
+ </templatef001_setup>
18
+ </resources>
19
+ </global>
20
+ </config>
app/design/frontend/default/f001/layout/catalog.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package base_default
24
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
@@ -45,9 +45,6 @@ Default layout, loads most of the pages
45
  <default>
46
 
47
  <!-- Mage_Catalog -->
48
- <reference name="top.menu">
49
- <block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>
50
- </reference>
51
  <reference name="left">
52
  <!--
53
  <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
@@ -60,8 +57,11 @@ Default layout, loads most of the pages
60
  <reference name="right">
61
  <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
62
  <!--
63
- <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml"/>
64
- -->
 
 
 
65
  </reference>
66
  <reference name="footer_links">
67
  <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
@@ -133,7 +133,7 @@ Category layered navigation layout
133
  <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
134
  <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
135
  <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
136
- <action method="addPagerLimit"><mode>grid</mode><limit>all</limit><label>All</label></action>
137
  -->
138
  </block>
139
  <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
@@ -147,14 +147,6 @@ Category layered navigation layout
147
  </reference>
148
  </catalog_category_layered>
149
 
150
- <catalog_category_layered_nochildren translate="label">
151
- <label>Catalog Category (Without Subcategories)</label>
152
- <remove name="right.reports.product.viewed" />
153
- <reference name="right">
154
- <block type="reports/product_viewed" before="right.permanent.callout" name="left.reports.product.viewed" template="reports/product_viewed.phtml" />
155
- </reference>
156
- </catalog_category_layered_nochildren>
157
-
158
  <!--
159
  Compare products page
160
  -->
@@ -175,7 +167,6 @@ Compare products page
175
  </catalog_product_compare_index>
176
 
177
  <customer_account_index>
178
-
179
  <reference name="right">
180
  <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
181
  </reference>
@@ -193,6 +184,7 @@ Product view
193
  </reference>
194
  <reference name="head">
195
  <action method="addJs"><script>varien/product.js</script></action>
 
196
 
197
  <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
198
  <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
@@ -224,15 +216,13 @@ Product view
224
  <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
225
  <action method="addToParentGroup"><group>detailed_info</group></action>
226
  </block>
 
 
227
 
228
  <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
229
  <label>Product View Extra Hint</label>
230
  </block>
231
 
232
-
233
- <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
234
- <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
235
-
236
  <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
237
  <label>Info Column Options Wrapper</label>
238
  <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
@@ -249,6 +239,7 @@ Product view
249
  <action method="insert"><block>product.tierprices</block></action>
250
  <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
251
  <action method="append"><block>product.info.addtocart</block></action>
 
252
  </block>
253
 
254
  <block type="core/template_facade" name="product.info.container1" as="container1">
@@ -278,16 +269,20 @@ Additional block dependant on product type
278
  <PRODUCT_TYPE_simple translate="label" module="catalog">
279
  <label>Catalog Product View (Simple)</label>
280
  <reference name="product.info">
281
- <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/simple.phtml">
282
- <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra"/>
 
 
283
  </block>
284
  </reference>
285
  </PRODUCT_TYPE_simple>
286
  <PRODUCT_TYPE_configurable translate="label" module="catalog">
287
  <label>Catalog Product View (Configurable)</label>
288
  <reference name="product.info">
289
- <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/configurable.phtml">
290
- <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra"/>
 
 
291
  </block>
292
  </reference>
293
  <reference name="product.info.options.wrapper">
@@ -298,15 +293,19 @@ Additional block dependant on product type
298
  <label>Catalog Product View (Grouped)</label>
299
  <reference name="product.info">
300
  <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
301
- <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra"/>
 
 
302
  </block>
303
  </reference>
304
  </PRODUCT_TYPE_grouped>
305
  <PRODUCT_TYPE_virtual translate="label" module="catalog">
306
  <label>Catalog Product View (Virtual)</label>
307
  <reference name="product.info">
308
- <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/virtual.phtml">
309
- <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra"/>
 
 
310
  </block>
311
  </reference>
312
  </PRODUCT_TYPE_virtual>
@@ -370,6 +369,9 @@ SEO Site Map
370
 
371
  <catalog_seo_sitemap_category translate="label">
372
  <label>Catalog Seo Sitemap (Category List)</label>
 
 
 
373
  <update handle="catalog_seo_sitemap" />
374
  <reference name="seo.sitemap.container">
375
  <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
@@ -401,6 +403,9 @@ SEO Site Map
401
 
402
  <catalog_seo_sitemap_product translate="label">
403
  <label>Catalog Seo Sitemap (Product List)</label>
 
 
 
404
  <update handle="catalog_seo_sitemap" />
405
  <reference name="seo.sitemap.container">
406
  <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
@@ -414,22 +419,4 @@ SEO Site Map
414
  <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
415
  </reference>
416
  </catalog_seo_sitemap_product>
417
-
418
-
419
- <!--
420
- Catalog search terms block
421
- -->
422
-
423
- <catalog_seo_searchterm_popular translate="label">
424
- <label>Catalog Seo Popular Search Terms</label>
425
- <remove name="right"/>
426
- <remove name="left"/>
427
- <reference name="root">
428
- <action method="setTemplate"><template>page/1column.phtml</template></action>
429
- </reference>
430
- <reference name="content">
431
- <block type="catalog/seo_searchterm" name="seo.searchterm" template="catalog/seo/searchterm.phtml"/>
432
- </reference>
433
- </catalog_seo_searchterm_popular>
434
-
435
  </layout>
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
 
45
  <default>
46
 
47
  <!-- Mage_Catalog -->
 
 
 
48
  <reference name="left">
49
  <!--
50
  <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
57
  <reference name="right">
58
  <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
59
  <!--
60
+ <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
61
+ <action method="setImgSrc"><src>images/media/col_right_callout.jpg</src></action>
62
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special Back to School items and save A LOT!</alt></action>
63
+ </block>
64
+ -->
65
  </reference>
66
  <reference name="footer_links">
67
  <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
133
  <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
134
  <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
135
  <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
136
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
137
  -->
138
  </block>
139
  <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
147
  </reference>
148
  </catalog_category_layered>
149
 
 
 
 
 
 
 
 
 
150
  <!--
151
  Compare products page
152
  -->
167
  </catalog_product_compare_index>
168
 
169
  <customer_account_index>
 
170
  <reference name="right">
171
  <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
172
  </reference>
184
  </reference>
185
  <reference name="head">
186
  <action method="addJs"><script>varien/product.js</script></action>
187
+ <action method="addJs"><script>varien/configurable.js</script></action>
188
 
189
  <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
190
  <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
216
  <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
217
  <action method="addToParentGroup"><group>detailed_info</group></action>
218
  </block>
219
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
220
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
221
 
222
  <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
223
  <label>Product View Extra Hint</label>
224
  </block>
225
 
 
 
 
 
226
  <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
227
  <label>Info Column Options Wrapper</label>
228
  <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
239
  <action method="insert"><block>product.tierprices</block></action>
240
  <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
241
  <action method="append"><block>product.info.addtocart</block></action>
242
+ <action method="append"><block>product.info.addto</block></action>
243
  </block>
244
 
245
  <block type="core/template_facade" name="product.info.container1" as="container1">
269
  <PRODUCT_TYPE_simple translate="label" module="catalog">
270
  <label>Catalog Product View (Simple)</label>
271
  <reference name="product.info">
272
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
273
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
274
+ <label>Product Extra Info</label>
275
+ </block>
276
  </block>
277
  </reference>
278
  </PRODUCT_TYPE_simple>
279
  <PRODUCT_TYPE_configurable translate="label" module="catalog">
280
  <label>Catalog Product View (Configurable)</label>
281
  <reference name="product.info">
282
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
283
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
284
+ <label>Product Extra Info</label>
285
+ </block>
286
  </block>
287
  </reference>
288
  <reference name="product.info.options.wrapper">
293
  <label>Catalog Product View (Grouped)</label>
294
  <reference name="product.info">
295
  <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
296
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
297
+ <label>Product Extra Info</label>
298
+ </block>
299
  </block>
300
  </reference>
301
  </PRODUCT_TYPE_grouped>
302
  <PRODUCT_TYPE_virtual translate="label" module="catalog">
303
  <label>Catalog Product View (Virtual)</label>
304
  <reference name="product.info">
305
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
306
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
307
+ <label>Product Extra Info</label>
308
+ </block>
309
  </block>
310
  </reference>
311
  </PRODUCT_TYPE_virtual>
369
 
370
  <catalog_seo_sitemap_category translate="label">
371
  <label>Catalog Seo Sitemap (Category List)</label>
372
+ <reference name="head">
373
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
374
+ </reference>
375
  <update handle="catalog_seo_sitemap" />
376
  <reference name="seo.sitemap.container">
377
  <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
403
 
404
  <catalog_seo_sitemap_product translate="label">
405
  <label>Catalog Seo Sitemap (Product List)</label>
406
+ <reference name="head">
407
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
408
+ </reference>
409
  <update handle="catalog_seo_sitemap" />
410
  <reference name="seo.sitemap.container">
411
  <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
419
  <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
420
  </reference>
421
  </catalog_seo_sitemap_product>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
422
  </layout>
app/design/frontend/default/f001/layout/newsletter.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package base_default
24
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
 
@@ -52,21 +52,16 @@ Customer account pages, rendered for all tabs in dashboard
52
  <reference name="customer_account_navigation">
53
  <action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
54
  </reference>
 
55
  </customer_account>
56
 
57
- <customer_account_index>
58
-
59
- <reference name="right">
60
- <action method="unsetChild"><name>right.newsletter</name></action>
61
- </reference>
62
- </customer_account_index>
63
-
64
  <newsletter_manage_index translate="label">
65
  <label>Customer My Account Newsletter Subscriptions</label>
66
  <update handle="customer_account"/>
67
  <reference name="my.account.wrapper">
68
  <block type="customer/newsletter" name="customer_newsletter">
69
- <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before">
 
70
  <action method="setMayBeInvisible"><value>1</value></action>
71
  </block>
72
  </block>
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
 
52
  <reference name="customer_account_navigation">
53
  <action method="addLink" translate="label" module="newsletter"><name>newsletter</name><path>newsletter/manage/</path><label>Newsletter Subscriptions</label></action>
54
  </reference>
55
+ <remove name="left.newsletter"/>
56
  </customer_account>
57
 
 
 
 
 
 
 
 
58
  <newsletter_manage_index translate="label">
59
  <label>Customer My Account Newsletter Subscriptions</label>
60
  <update handle="customer_account"/>
61
  <reference name="my.account.wrapper">
62
  <block type="customer/newsletter" name="customer_newsletter">
63
+ <block type="page/html_wrapper" name="customer.newsletter.form.before" as="form_before" translate="label">
64
+ <label>Newsletter Subscription Form Before</label>
65
  <action method="setMayBeInvisible"><value>1</value></action>
66
  </block>
67
  </block>
app/design/frontend/default/f001/layout/page.xml CHANGED
@@ -21,7 +21,7 @@
21
  *
22
  * @category design
23
  * @package base_default
24
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
25
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
  */
27
  -->
@@ -36,8 +36,7 @@ Default layout, loads most of the pages
36
 
37
  <block type="page/html_head" name="head" as="head">
38
  <action method="addJs"><script>prototype/prototype.js</script></action>
39
- <action method="addJs" ifconfig="dev/js/deprecation"><script>prototype/deprecation.js</script></action>
40
- <action method="addJs"><script>lib/ccard.js</script></action>
41
  <action method="addJs"><script>prototype/validation.js</script></action>
42
  <action method="addJs"><script>scriptaculous/builder.js</script></action>
43
  <action method="addJs"><script>scriptaculous/effects.js</script></action>
@@ -49,40 +48,38 @@ Default layout, loads most of the pages
49
  <action method="addJs"><script>varien/menu.js</script></action>
50
  <action method="addJs"><script>mage/translate.js</script></action>
51
  <action method="addJs"><script>mage/cookies.js</script></action>
52
- <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
 
 
53
  <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
54
-
55
- <!--
56
- <action method="addCss"><stylesheet>css/reset.css</stylesheet></action>
57
- <action method="addCss"><stylesheet>css/boxes.css</stylesheet></action>
58
- <action method="addCss"><stylesheet>css/menu.css</stylesheet></action>
59
- <action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
60
-
61
- <action method="addItem"><type>skin_css</type><name>css/iestyles.css</name><params/><if>lt IE 8</if></action>
62
- <action method="addItem"><type>skin_css</type><name>css/ie7minus.css</name><params/><if>lt IE 7</if></action>
63
- -->
64
-
65
- <action method="addItem"><type>skin_css</type><name>css/styles.css</name></action>
66
  <action method="addItem"><type>skin_css</type><name>css/custom.css</name></action>
67
  <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
68
-
69
  <action method="addItem"><type>skin_css</type><name>css/ie8.css</name><params/><if>IE 8</if></action>
70
-
 
71
  <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
72
  <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
73
-
74
- <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
75
  </block>
76
 
77
- <block type="core/text_list" name="after_body_start" as="after_body_start"/>
 
 
78
 
79
  <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
80
 
81
  <block type="page/html_header" name="header" as="header">
82
  <block type="page/template_links" name="top.links" as="topLinks"/>
83
  <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
84
- <block type="core/text_list" name="top.menu" as="topMenu"/>
 
 
 
85
  <block type="checkout/cart_sidebar" name="headerCart" as="headerCart" template="checkout/cart/header.phtml"/>
 
 
 
 
86
  </block>
87
 
88
  <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
@@ -90,9 +87,8 @@ Default layout, loads most of the pages
90
  <block type="core/text_list" name="left" as="left" translate="label">
91
  <label>Left Column</label>
92
  </block>
93
-
94
  <block type="core/text_list" name="before_footer" as="before_footer"/>
95
-
96
  <block type="core/messages" name="global_messages" as="global_messages"/>
97
  <block type="core/messages" name="messages" as="messages"/>
98
 
@@ -113,7 +109,9 @@ Default layout, loads most of the pages
113
  <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
114
  </block>
115
 
116
- <block type="core/text_list" name="before_body_end" as="before_body_end"/>
 
 
117
  </block>
118
 
119
  <block type="core/profiler" output="toHtml" name="core_profiler"/>
@@ -127,25 +125,18 @@ Default layout, loads most of the pages
127
  <block type="page/html_head" name="head" as="head">
128
  <action method="addJs"><script>prototype/prototype.js</script></action>
129
  <action method="addJs"><script>mage/translate.js</script></action>
130
- <action method="addJs"><script>lib/ccard.js</script></action>
131
  <action method="addJs"><script>prototype/validation.js</script></action>
132
  <action method="addJs"><script>varien/js.js</script></action>
133
 
134
- <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
135
  <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
136
-
137
- <action method="addCss"><stylesheet>css/reset.css</stylesheet></action>
138
- <action method="addCss"><stylesheet>css/boxes.css</stylesheet></action>
139
- <action method="addCss"><stylesheet>css/menu.css</stylesheet></action>
140
- <action method="addCss"><stylesheet>css/clears.css</stylesheet></action>
141
-
142
- <action method="addItem"><type>skin_css</type><name>css/iestyles.css</name><params/><if>lt IE 8</if></action>
143
- <action method="addItem"><type>skin_css</type><name>css/ie7minus.css</name><params/><if>lt IE 7</if></action>
144
 
145
  <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
146
  <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
147
 
148
- <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
149
  </block>
150
 
151
  <block type="core/text_list" name="content" as="content" translate="label">
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
  -->
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>
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/custom.css</name></action>
56
  <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
57
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
58
  <action method="addItem"><type>skin_css</type><name>css/ie8.css</name><params/><if>IE 8</if></action>
59
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
60
+
61
  <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
62
  <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
 
 
63
  </block>
64
 
65
+ <block type="core/text_list" name="after_body_start" as="after_body_start" translate="label">
66
+ <label>Page Top</label>
67
+ </block>
68
 
69
  <block type="page/html_notices" name="global_notices" as="global_notices" template="page/html/notices.phtml" />
70
 
71
  <block type="page/html_header" name="header" as="header">
72
  <block type="page/template_links" name="top.links" as="topLinks"/>
73
  <block type="page/switch" name="store_language" as="store_language" template="page/switch/languages.phtml"/>
74
+ <block type="core/text_list" name="top.menu" as="topMenu" translate="label">
75
+ <label>Navigation Bar</label>
76
+ <block type="page/html_topmenu" name="catalog.topnav" template="page/html/topmenu.phtml"/>
77
+ </block>
78
  <block type="checkout/cart_sidebar" name="headerCart" as="headerCart" template="checkout/cart/header.phtml"/>
79
+ <block type="page/html_wrapper" name="top.container" as="topContainer" translate="label">
80
+ <label>Page Header</label>
81
+ <action method="setElementClass"><value>top-container</value></action>
82
+ </block>
83
  </block>
84
 
85
  <block type="page/html_breadcrumbs" name="breadcrumbs" as="breadcrumbs"/>
87
  <block type="core/text_list" name="left" as="left" translate="label">
88
  <label>Left Column</label>
89
  </block>
90
+
91
  <block type="core/text_list" name="before_footer" as="before_footer"/>
 
92
  <block type="core/messages" name="global_messages" as="global_messages"/>
93
  <block type="core/messages" name="messages" as="messages"/>
94
 
109
  <block type="page/template_links" name="footer_links" as="footer_links" template="page/template/links.phtml"/>
110
  </block>
111
 
112
+ <block type="core/text_list" name="before_body_end" as="before_body_end" translate="label">
113
+ <label>Page Bottom</label>
114
+ </block>
115
  </block>
116
 
117
  <block type="core/profiler" output="toHtml" name="core_profiler"/>
125
  <block type="page/html_head" name="head" as="head">
126
  <action method="addJs"><script>prototype/prototype.js</script></action>
127
  <action method="addJs"><script>mage/translate.js</script></action>
128
+ <action method="addJs"><script>lib/ccard.js</script></action>
129
  <action method="addJs"><script>prototype/validation.js</script></action>
130
  <action method="addJs"><script>varien/js.js</script></action>
131
 
 
132
  <action method="addCss"><stylesheet>css/styles.css</stylesheet></action>
133
+ <action method="addItem"><type>skin_css</type><name>css/styles-ie.css</name><params/><if>lt IE 8</if></action>
134
+ <action method="addCss"><stylesheet>css/widgets.css</stylesheet></action>
135
+ <action method="addCss"><stylesheet>css/print.css</stylesheet><params>media="print"</params></action>
 
 
 
 
 
136
 
137
  <action method="addItem"><type>js</type><name>lib/ds-sleight.js</name><params/><if>lt IE 7</if></action>
138
  <action method="addItem"><type>skin_js</type><name>js/ie6.js</name><params/><if>lt IE 7</if></action>
139
 
 
140
  </block>
141
 
142
  <block type="core/text_list" name="content" as="content" translate="label">
app/design/frontend/default/f001/template/callouts/right_col.phtml DELETED
@@ -1,39 +0,0 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Academic Free License (AFL 3.0)
8
- * that is bundled with this package in the file LICENSE_AFL.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/afl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * DISCLAIMER
16
- *
17
- * Do not edit or add to this file if you wish to upgrade Magento to newer
18
- * versions in the future. If you wish to customize Magento for your
19
- * needs please refer to http://www.magentocommerce.com for more information.
20
- *
21
- * @category design
22
- * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
- */
26
- ?>
27
- <div class="block block-banner">
28
- <div class="block-content">
29
- <?php if(strtolower(substr($this->getLinkUrl(),0,4))==='http'): ?>
30
- <a href="<?php echo $this->getLinkUrl() ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
31
- <?php elseif($this->getLinkUrl()): ?>
32
- <a href="<?php echo $this->getUrl($this->getLinkUrl()) ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
33
- <?php endif; ?>
34
- <img src="<?php echo $this->getSkinUrl($this->getImgSrc()) ?>"<?php if(!$this->getLinkUrl()): ?> title="<?php echo $this->__($this->getImgAlt()) ?>"<?php endif; ?> alt="<?php echo $this->__($this->getImgAlt()) ?>" />
35
- <?php if($this->getLinkUrl()): ?>
36
- </a>
37
- <?php endif ?>
38
- </div>
39
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/default/f001/template/catalog/layer/view.phtml DELETED
@@ -1,56 +0,0 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Academic Free License (AFL 3.0)
8
- * that is bundled with this package in the file LICENSE_AFL.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/afl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * DISCLAIMER
16
- *
17
- * Do not edit or add to this file if you wish to upgrade Magento to newer
18
- * versions in the future. If you wish to customize Magento for your
19
- * needs please refer to http://www.magentocommerce.com for more information.
20
- *
21
- * @category design
22
- * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
- */
26
- ?>
27
- <?php
28
- /**
29
- * Category layered navigation
30
- *
31
- * @see Mage_Catalog_Block_Layer_View
32
- */
33
- ?>
34
- <?php if($this->canShowBlock()): ?>
35
- <div class="block block-layered-nav">
36
- <div class="block-title">
37
- <strong><span><?php echo $this->__('Shop by') ?></span></strong>
38
- </div>
39
- <div class="block-content">
40
- <?php echo $this->getStateHtml() ?>
41
- <?php if($this->canShowOptions()): ?>
42
- <p class="block-subtitle"><?php echo $this->__('Shopping Options') ?></p>
43
- <dl id="narrow-by-list">
44
- <?php $_filters = $this->getFilters() ?>
45
- <?php foreach ($_filters as $_filter): ?>
46
- <?php if($_filter->getItemsCount()): ?>
47
- <dt><?php echo $this->__($_filter->getName()) ?></dt>
48
- <dd><?php echo $_filter->getHtml() ?></dd>
49
- <?php endif; ?>
50
- <?php endforeach; ?>
51
- </dl>
52
- <script type="text/javascript">decorateDataList('narrow-by-list')</script>
53
- <?php endif; ?>
54
- </div>
55
- </div>
56
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/default/f001/template/catalog/navigation/left.phtml DELETED
@@ -1,60 +0,0 @@
1
- <?php if (!Mage::registry('current_category')) return ?>
2
- <?php
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) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
25
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
26
- */
27
-
28
- /**
29
- * Category left navigation
30
- *
31
- * @see Mage_Catalog_Block_Navigation
32
- */
33
- ?>
34
- <?php if (!Mage::registry('current_category')) return ?>
35
- <?php $_categories=$this->getCurrentChildCategories() ?>
36
- <?php $_count = is_array($_categories)?count($_categories):$_categories->count(); ?>
37
- <?php if($_count): ?>
38
- <div class="block block-layered-nav">
39
- <div class="block-title">
40
- <strong><span><?php echo $this->__('Browse By') ?></span></strong>
41
- </div>
42
- <div class="block-content">
43
- <dl id="narrow-by-list2">
44
- <dt><?php echo $this->__('Category') ?></dt>
45
- <dd>
46
- <ol>
47
- <?php foreach ($_categories as $_category): ?>
48
- <?php if($_category->getIsActive()): ?>
49
- <li>
50
- <a href="<?php echo $this->getCategoryUrl($_category) ?>"<?php if ($this->isCategoryActive($_category)): ?> class="current"<?php endif; ?>><?php echo $this->htmlEscape($_category->getName()) ?></a> (<?php echo $_category->getProductCount() ?>)
51
- </li>
52
- <?php endif; ?>
53
- <?php endforeach ?>
54
- </ol>
55
- </dd>
56
- </dl>
57
- <script type="text/javascript">decorateDataList('narrow-by-list2')</script>
58
- </div>
59
- </div>
60
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/default/f001/template/catalog/navigation/sidebox.phtml CHANGED
@@ -1,12 +1,31 @@
1
- <div class="box base-mini box-navigation">
2
- <div class="head">
3
- <h4><span><?php echo $this->__('Categories') ?></span></h4>
4
- </div>
5
- <div class="content">
6
- <ul id="nav-sidebox">
7
- <?php foreach ($this->getStoreCategories() as $_category): ?>
8
- <?php echo $this->drawItem($_category) ?>
9
- <?php endforeach ?>
10
- </ul>
11
- </div>
12
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Top menu for store
4
+ *
5
+ * @see Mage_Catalog_Block_Navigation
6
+ */
7
+ ?>
8
+ <?php
9
+ /**
10
+ * $this->renderCategoriesMenuHtml() supports optional arguments:
11
+ * int Level number for list item class to start from
12
+ * string Extra class of outermost list items
13
+ * string If specified wraps children list in div with this class
14
+ */
15
+ ?>
16
+ <?php $_menu = $this->renderCategoriesMenuHtml(0,'level-top') ?>
17
+ <?php if($_menu): ?>
18
+ <div class="block block-navigation">
19
+ <div class="block-title"><strong><span><?php echo $this->__('Store Catalog') ?></span></strong></div>
20
+ <div class="block-content">
21
+ <ul id="nav-sidebox">
22
+ <?php echo $_menu ?>
23
+ </ul>
24
+ </div>
25
+ </div>
26
+ <script type="text/javascript">
27
+ document.observe("dom:loaded", function() {
28
+ mainNav("nav-sidebox", {"show_delay":"100","hide_delay":"100"});
29
+ });
30
+ </script>
31
+ <?php endif ?>
app/design/frontend/default/f001/template/catalog/navigation/top.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -31,16 +31,21 @@
31
  * @see Mage_Catalog_Block_Navigation
32
  */
33
  ?>
34
- <?php $_menu = ''?>
35
- <?php foreach ($this->getStoreCategories() as $_category): ?>
36
- <?php $_menu .= $this->drawItem($_category) ?>
37
- <?php endforeach ?>
38
- <?php if ($_menu): ?>
 
 
 
 
39
  <div class="nav-container">
40
  <ul id="nav">
41
  <li class="level0 first nav-home"><a href="<?php echo $this->getUrl() ?>"><span><?php echo $this->__('Home') ?></span></a></li>
42
- <?php echo $_menu; ?>
 
 
43
  <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('menu')->toHtml() ?>
44
  </ul>
45
  </div>
46
- <?php endif; ?>
20
  *
21
  * @category design
22
  * @package base_default
23
+ * @copyright Copyright (c) 2011 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
31
  * @see Mage_Catalog_Block_Navigation
32
  */
33
  ?>
34
+ <?php
35
+ /**
36
+ * $this->renderCategoriesMenuHtml() supports optional arguments:
37
+ * int Level number for list item class to start from
38
+ * string Extra class of outermost list items
39
+ * string If specified wraps children list in div with this class
40
+ */
41
+ ?>
42
+ <?php $_menu = $this->renderCategoriesMenuHtml(0,'level-top') ?>
43
  <div class="nav-container">
44
  <ul id="nav">
45
  <li class="level0 first nav-home"><a href="<?php echo $this->getUrl() ?>"><span><?php echo $this->__('Home') ?></span></a></li>
46
+ <?php if ($_menu): ?>
47
+ <?php echo $_menu; ?>
48
+ <?php endif ?>
49
  <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('menu')->toHtml() ?>
50
  </ul>
51
  </div>
 
app/design/frontend/default/f001/template/catalog/product/compare/sidebar.phtml DELETED
@@ -1,56 +0,0 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Academic Free License (AFL 3.0)
8
- * that is bundled with this package in the file LICENSE_AFL.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/afl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * DISCLAIMER
16
- *
17
- * Do not edit or add to this file if you wish to upgrade Magento to newer
18
- * versions in the future. If you wish to customize Magento for your
19
- * needs please refer to http://www.magentocommerce.com for more information.
20
- *
21
- * @category design
22
- * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
- */
26
- /* @var $this Mage_Catalog_Block_Product_Compare_Sidebar */
27
- ?>
28
- <div class="block block-compare">
29
- <div class="block-title">
30
- <strong><span><?php echo $this->__('Compare Products') ?>
31
- <?php if($this->helper('catalog/product_compare')->getItemCount()>0): ?>
32
- <small><?php echo $this->__('(%d)', $this->helper('catalog/product_compare')->getItemCount()) ?></small>
33
- <?php endif; ?>
34
- </span></strong>
35
- </div>
36
- <div class="block-content">
37
- <?php if($this->helper('catalog/product_compare')->getItemCount()>0): ?>
38
- <ol id="compare-items">
39
- <?php foreach($this->helper('catalog/product_compare')->getItemCollection() as $_index=>$_item): ?>
40
- <li class="item">
41
- <input type="hidden" class="compare-item-id" value="<?php echo $_item->getId() ?>" />
42
- <a href="<?php echo $this->helper('catalog/product_compare')->getRemoveUrl($_item) ?>" title="<?php echo $this->__('Remove This Item') ?>" class="btn-remove" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove this item from the comparison list?') ?>');"><?php echo $this->__('Remove This Item') ?></a>
43
- <p class="product-name"><a href="<?php echo $this->getProductUrl($_item) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_item, $_item->getName(), 'name') ?></a></p>
44
- </li>
45
- <?php endforeach; ?>
46
- </ol>
47
- <script type="text/javascript">decorateList('compare-items')</script>
48
- <div class="actions">
49
- <a href="<?php echo $this->helper('catalog/product_compare')->getClearListUrl() ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove all products from your comparison?') ?>');"><?php echo $this->__('Clear All') ?></a>
50
- <button type="button" title="<?php echo $this->__('Compare') ?>" class="button" onclick="popWin('<?php echo $this->helper('catalog/product_compare')->getListUrl() ?>','compare','top:0,left:0,width=820,height=600,resizable=yes,scrollbars=yes')"><span><span><?php echo $this->__('Compare') ?></span></span></button>
51
- </div>
52
- <?php else: ?>
53
- <p class="empty"><?php echo $this->__('You have no items to compare.') ?></p>
54
- <?php endif; ?>
55
- </div>
56
- </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/design/frontend/default/f001/template/catalog/product/featured.phtml CHANGED
@@ -21,9 +21,9 @@
21
  <a href="#" id="move-right">Move right</a>
22
  <a href="#" id="move-left">Move left</a>
23
  </div>
24
-
25
  <script type="text/javascript">
26
- new Slider('slider-container', 'move-left', 'move-right');
27
  </script>
28
  <?php endif; ?>
29
  </div>
21
  <a href="#" id="move-right">Move right</a>
22
  <a href="#" id="move-left">Move left</a>
23
  </div>
24
+
25
  <script type="text/javascript">
26
+ new Slider('slider-container', 'move-left', 'move-right');
27
  </script>
28
  <?php endif; ?>
29
  </div>
app/design/frontend/default/f001/template/catalog/product/list.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -47,24 +47,28 @@
47
  <?php foreach ($_productCollection as $_product): ?>
48
  <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
49
  <?php // Product Image ?>
50
- <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
 
 
 
51
  <?php // Product description ?>
52
  <div class="product-shop">
53
  <div class="f-fix">
54
- <h5><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h5>
 
55
  <?php if($_product->getRatingSummary()): ?>
56
  <?php echo $this->getReviewsSummaryHtml($_product) ?>
57
  <?php endif; ?>
58
  <?php echo $this->getPriceHtml($_product, true) ?>
59
  <?php if($_product->isSaleable()): ?>
60
- <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>
61
  <?php else: ?>
62
  <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
63
  <?php endif; ?>
64
- <div class="clear"></div>
65
  <div class="desc std">
66
  <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
67
- <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="link-more"><?php echo $this->__('Learn More') ?></a>
68
  </div>
69
  <ul class="add-to-links">
70
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
@@ -91,14 +95,14 @@
91
  <?php if ($i++%$_columnCount==0): ?>
92
  <ul class="products-grid">
93
  <?php endif ?>
94
- <li class="item">
95
  <p class="product-image">
96
- <a href="<?php echo $this->getUrl('ajax/product/quickview/id/' . $_product->getId()) ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="ajax"><?php echo $this->__('Quick view') ?></a>
97
- <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>">
98
- <img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135, 135); ?>" width="135" height="135" alt="<?php echo $this->htmlEscape($this->getImageLabel($_product, 'small_image')) ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
99
  </a>
100
  </p>
101
- <h5><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a></h5>
102
  <?php if($_product->getRatingSummary()): ?>
103
  <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
104
  <?php endif; ?>
@@ -123,8 +127,9 @@
123
  </ul>
124
  <?php endif ?>
125
  <?php endforeach ?>
126
- <script type="text/javascript">decorateGeneric($$('.products-grid'), ['last', 'odd', 'even']);</script>
127
  <?php endif; ?>
 
128
  <div class="toolbar-bottom">
129
  <?php echo $this->getToolbarHtml() ?>
130
  </div>
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
  ?>
47
  <?php foreach ($_productCollection as $_product): ?>
48
  <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?>">
49
  <?php // Product Image ?>
50
+ <p class="product-image">
51
+ <a href="<?php echo $this->getUrl('ajax/product/quickview/id/' . $_product->getId()) ?>" rel="nofollow" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="ajax"><?php echo $this->__('Quick view') ?></a>
52
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
53
+ </p>
54
  <?php // Product description ?>
55
  <div class="product-shop">
56
  <div class="f-fix">
57
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
58
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
59
  <?php if($_product->getRatingSummary()): ?>
60
  <?php echo $this->getReviewsSummaryHtml($_product) ?>
61
  <?php endif; ?>
62
  <?php echo $this->getPriceHtml($_product, true) ?>
63
  <?php if($_product->isSaleable()): ?>
64
+ <p><button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button></p>
65
  <?php else: ?>
66
  <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
67
  <?php endif; ?>
68
+ <div class="clear"></div>
69
  <div class="desc std">
70
  <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
71
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
72
  </div>
73
  <ul class="add-to-links">
74
  <?php if ($this->helper('wishlist')->isAllow()) : ?>
95
  <?php if ($i++%$_columnCount==0): ?>
96
  <ul class="products-grid">
97
  <?php endif ?>
98
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?>">
99
  <p class="product-image">
100
+ <a href="<?php echo $this->getUrl('ajax/product/quickview/id/' . $_product->getId()) ?>" rel="nofollow" title="<?php echo $this->htmlEscape($_product->getName()) ?>" class="ajax"><?php echo $this->__('Quick view') ?></a>
101
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image">
102
+ <img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
103
  </a>
104
  </p>
105
+ <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>
106
  <?php if($_product->getRatingSummary()): ?>
107
  <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
108
  <?php endif; ?>
127
  </ul>
128
  <?php endif ?>
129
  <?php endforeach ?>
130
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
131
  <?php endif; ?>
132
+
133
  <div class="toolbar-bottom">
134
  <?php echo $this->getToolbarHtml() ?>
135
  </div>
app/design/frontend/default/f001/template/catalog/product/new.phtml CHANGED
@@ -20,16 +20,16 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <?php
28
  $_columnsCount = 4;
29
  if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
30
  <div class="box recently">
31
  <div class="category-head">
32
- <h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
33
  </div>
34
  <?php $i=0; foreach ($_products->getItems() as $_product): ?>
35
  <?php if ($i++%$_columnsCount==0): ?>
@@ -41,15 +41,17 @@ if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
41
  <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>">
42
  <img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(150, 150) ?>" width="150" height="150" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" />
43
  </a>
44
- </p>
45
  <h5><a class="product-name" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>)"><?php echo $this->htmlEscape($_product->getName()) ?></a></h5>
46
  <?php echo $this->getPriceHtml($_product, true, $this->getPriceSuffix()) ?>
47
- <?php if($_product->isSaleable()): ?>
48
- <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>
49
- <?php else: ?>
50
- <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
51
- <?php endif ?>
52
- </li>
 
 
53
  <?php if ($i%$_columnsCount==0 || $i==count($_products)): ?>
54
  </ol>
55
  <?php endif ?>
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
  $_columnsCount = 4;
29
  if (($_products = $this->getProductCollection()) && $_products->getSize()): ?>
30
  <div class="box recently">
31
  <div class="category-head">
32
+ <h2 class="subtitle"><?php echo $this->__('New Products') ?></h2>
33
  </div>
34
  <?php $i=0; foreach ($_products->getItems() as $_product): ?>
35
  <?php if ($i++%$_columnsCount==0): ?>
41
  <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>">
42
  <img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(150, 150) ?>" width="150" height="150" alt="<?php echo $this->htmlEscape($_product->getName()) ?>" />
43
  </a>
44
+ </p>
45
  <h5><a class="product-name" href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->htmlEscape($_product->getName()) ?>)"><?php echo $this->htmlEscape($_product->getName()) ?></a></h5>
46
  <?php echo $this->getPriceHtml($_product, true, $this->getPriceSuffix()) ?>
47
+ <div class="actions">
48
+ <?php if($_product->isSaleable()): ?>
49
+ <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>
50
+ <?php else: ?>
51
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
52
+ <?php endif; ?>
53
+ </div>
54
+ </li>
55
  <?php if ($i%$_columnsCount==0 || $i==count($_products)): ?>
56
  </ol>
57
  <?php endif ?>
app/design/frontend/default/f001/template/catalogsearch/form.mini.phtml CHANGED
@@ -20,20 +20,23 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
 
 
 
26
  ?>
27
- <form id="search_mini_form" action="<?php echo $this->helper('catalogsearch')->getResultUrl() ?>" method="get">
28
  <div class="form-search">
29
  <label for="search"><?php echo $this->__('Search:') ?></label>
30
- <input id="search" type="text" name="<?php echo $this->helper('catalogsearch')->getQueryParamName() ?>" value="<?php echo $this->helper('catalogsearch')->getEscapedQueryText() ?>" class="input-text" />
31
- <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><!--<?php echo $this->__('Search') ?>--></span></button>
32
  <div id="search_autocomplete" class="search-autocomplete"></div>
33
  <script type="text/javascript">
34
  //<![CDATA[
35
  var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here...') ?>');
36
- searchForm.initAutocomplete('<?php echo $this->helper('catalogsearch')->getSuggestUrl() ?>', 'search_autocomplete');
37
  //]]>
38
  </script>
39
  </div>
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_Core_Block_Template */
27
+ /* @var $catalogSearchHelper Mage_Catalogsearch_Helper_Data */
28
+ $catalogSearchHelper = $this->helper('catalogsearch');
29
  ?>
30
+ <form id="search_mini_form" action="<?php echo $catalogSearchHelper->getResultUrl() ?>" method="get">
31
  <div class="form-search">
32
  <label for="search"><?php echo $this->__('Search:') ?></label>
33
+ <input id="search" type="text" name="<?php echo $catalogSearchHelper->getQueryParamName() ?>" value="<?php echo $catalogSearchHelper->getEscapedQueryText() ?>" class="input-text" maxlength="<?php echo $catalogSearchHelper->getMaxQueryLength();?>" />
34
+ <button type="submit" title="<?php echo $this->__('Search') ?>" class="button"><span><!--<span><?php echo $this->__('Search') ?></span>--></span></button>
35
  <div id="search_autocomplete" class="search-autocomplete"></div>
36
  <script type="text/javascript">
37
  //<![CDATA[
38
  var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search entire store here...') ?>');
39
+ searchForm.initAutocomplete('<?php echo $catalogSearchHelper->getSuggestUrl() ?>', 'search_autocomplete');
40
  //]]>
41
  </script>
42
  </div>
app/design/frontend/default/f001/template/page/1column.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
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
  ?>
app/design/frontend/default/f001/template/page/2columns-left.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
@@ -50,7 +50,7 @@
50
  <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
51
  </div>
52
  </div>
53
- <?php echo $this->getChildHtml('before_footer') ?>
54
  <?php echo $this->getChildHtml('footer') ?>
55
  <?php echo $this->getChildHtml('before_body_end') ?>
56
  </div>
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
  ?>
50
  <div class="col-left sidebar"><?php echo $this->getChildHtml('left') ?></div>
51
  </div>
52
  </div>
53
+ <?php echo $this->getChildHtml('before_footer') ?>
54
  <?php echo $this->getChildHtml('footer') ?>
55
  <?php echo $this->getChildHtml('before_body_end') ?>
56
  </div>
app/design/frontend/default/f001/template/page/2columns-right.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
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
  ?>
app/design/frontend/default/f001/template/page/3columns.phtml CHANGED
@@ -20,7 +20,7 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
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
  ?>
app/design/frontend/default/f001/template/page/html/footer.phtml CHANGED
@@ -20,32 +20,32 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
  <div class="footer-container">
28
  <div class="footer">
29
- <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('footer_links')->toHtml() ?>
30
- <div class="clear"></div>
31
- <div class="contacts">
32
- <div class="f-left"><?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('contacts')->toHtml() ?></div>
33
- <img class="payments" src="<?php echo $this->getSkinUrl('images/payments.gif') ?>" alt="MasterCard, Maestro, Visa, AmericanExpress"/>
34
- </div>
35
- <br clear="all" />
36
- <p class="legality">
37
- <?php echo $this->getCopyright() ?>
38
- <!-- This theme is avalable udner Creative Commons License http://creativecommons.org/licenses/by/3.0/ Removing links to is similarly prohibited. --><a href="http://templates-master.com" title="Magento Theme">Magento Theme</a> by <a href="http://templates-master.com" title="Magento Theme">Templates Master</a><!-- Removing links to is similarly prohibited. -->
39
- <?php echo $this->getChildHtml('store_switcher') ?>
40
- </p>
41
- <div class="clear"></div>
42
  </div>
43
  </div>
44
 
45
  <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/productInfo.js') ?>"></script>
46
  <script type="text/javascript">
47
  Event.observe(window, 'load', function() {
48
- new ProductInfo('.ajax', '.product-image', {
49
  'loader': "<?php echo $this->getSkinUrl('images/ajax_loader.gif')?>",
50
  'loadingMessage': "<?php echo $this->__('Loading') ?>"
51
  });
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="footer-container">
28
  <div class="footer">
29
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('footer_links')->toHtml() ?>
30
+ <div class="clear"></div>
31
+ <div class="contacts">
32
+ <div class="f-left"><?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('contacts')->toHtml() ?></div>
33
+ <img class="payments" src="<?php echo $this->getSkinUrl('images/payments.gif') ?>" alt="MasterCard, Maestro, Visa, AmericanExpress"/>
34
+ </div>
35
+ <br />
36
+ <p class="legality">
37
+ <?php echo $this->getCopyright() ?>
38
+ <!-- This theme is avalable udner Creative Commons License http://creativecommons.org/licenses/by/3.0/ Removing links to is similarly prohibited. --><a href="http://templates-master.com" title="Magento Themes">Magento Themes</a> by <a href="http://templates-master.com" title="Magento Themes">Templates Master</a><!-- Removing links to is similarly prohibited. -->
39
+ <?php echo $this->getChildHtml('store_switcher') ?>
40
+ </p>
41
+ <div class="clear"></div>
42
  </div>
43
  </div>
44
 
45
  <script type="text/javascript" src="<?php echo $this->getSkinUrl('js/productInfo.js') ?>"></script>
46
  <script type="text/javascript">
47
  Event.observe(window, 'load', function() {
48
+ new ProductInfo('.ajax', 'p.product-image a', {
49
  'loader': "<?php echo $this->getSkinUrl('images/ajax_loader.gif')?>",
50
  'loadingMessage': "<?php echo $this->__('Loading') ?>"
51
  });
app/design/frontend/default/f001/template/page/html/header.phtml CHANGED
@@ -20,25 +20,31 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
 
 
 
26
  ?>
27
  <div class="header-container">
28
  <div class="header">
29
- <h1 class="logo"><a href="<?php echo $this->getUrl('') ?>"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
 
 
 
 
30
  <h5 class="slogan"><?php echo $this->__('best free magento theme') ?></h5>
31
  <p class="no-display"><a href="#main"><strong><?php echo $this->__('Skip to Main Content') ?> &raquo;</strong></a></p>
32
  <?php echo $this->getChildHtml('topSearch') ?>
33
  <div class="quick-access">
34
- <p class="welcome-message"><?php echo $this->getWelcome() ?></p>
35
  <div class="shop-access">
36
- <?php echo $this->getChildHtml('topLinks') ?>
37
- </div>
38
  </div>
 
39
  <?php echo $this->getChildHtml('store_language') ?>
40
  <?php echo $this->getChildHtml('headerCart') ?>
41
- </div>
42
  <?php echo $this->getChildHtml('topMenu') ?>
43
-
44
  </div>
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
  <div class="header-container">
31
  <div class="header">
32
+ <?php if ($this->getIsHomePage()):?>
33
+ <h1 class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a></h1>
34
+ <?php else:?>
35
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>" class="logo"><strong><?php echo $this->getLogoAlt() ?></strong><img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" /></a>
36
+ <?php endif?>
37
  <h5 class="slogan"><?php echo $this->__('best free magento theme') ?></h5>
38
  <p class="no-display"><a href="#main"><strong><?php echo $this->__('Skip to Main Content') ?> &raquo;</strong></a></p>
39
  <?php echo $this->getChildHtml('topSearch') ?>
40
  <div class="quick-access">
41
+ <p class="welcome-msg"><?php echo $this->getWelcome() ?> <?php echo $this->getAdditionalHtml() ?></p>
42
  <div class="shop-access">
43
+ <?php echo $this->getChildHtml('topLinks') ?>
 
44
  </div>
45
+ </div>
46
  <?php echo $this->getChildHtml('store_language') ?>
47
  <?php echo $this->getChildHtml('headerCart') ?>
48
+ </div>
49
  <?php echo $this->getChildHtml('topMenu') ?>
 
50
  </div>
app/design/frontend/default/f001/template/{callouts/left_col.phtml → page/html/topmenu.phtml} RENAMED
@@ -20,20 +20,24 @@
20
  *
21
  * @category design
22
  * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
- <div class="block block-banner">
28
- <div class="block-content">
29
- <?php if(strtolower(substr($this->getLinkUrl(),0,4))==='http'): ?>
30
- <a href="<?php echo $this->getLinkUrl() ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
31
- <?php elseif($this->getLinkUrl()): ?>
32
- <a href="<?php echo $this->getUrl($this->getLinkUrl()) ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
33
- <?php endif; ?>
34
- <img src="<?php echo $this->getSkinUrl($this->getImgSrc()) ?>"<?php if(!$this->getLinkUrl()): ?> title="<?php echo $this->__($this->getImgAlt()) ?>"<?php endif; ?> alt="<?php echo $this->__($this->getImgAlt()) ?>" />
35
- <?php if($this->getLinkUrl()): ?>
36
- </a>
 
 
 
37
  <?php endif ?>
38
- </div>
 
39
  </div>
20
  *
21
  * @category design
22
  * @package base_default
23
+ * @copyright Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
24
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
  */
26
  ?>
27
+ <?php
28
+ /**
29
+ * Top menu for store
30
+ *
31
+ * @see Mage_Page_Block_Html_Topmenu
32
+ */
33
+ ?>
34
+ <?php $_menu = $this->getHtml('level-top') ?>
35
+ <div class="nav-container">
36
+ <ul id="nav">
37
+ <li class="level0 first nav-home"><a href="<?php echo $this->getUrl() ?>"><span><?php echo $this->__('Home') ?></span></a></li>
38
+ <?php if($_menu): ?>
39
+ <?php echo $_menu ?>
40
  <?php endif ?>
41
+ <?php echo $this->getLayout()->createBlock('cms/block')->setBlockId('menu')->toHtml() ?>
42
+ </ul>
43
  </div>
app/design/frontend/default/f001/template/page/switch/stores.phtml DELETED
@@ -1,47 +0,0 @@
1
- <?php
2
- /**
3
- * Magento
4
- *
5
- * NOTICE OF LICENSE
6
- *
7
- * This source file is subject to the Academic Free License (AFL 3.0)
8
- * that is bundled with this package in the file LICENSE_AFL.txt.
9
- * It is also available through the world-wide-web at this URL:
10
- * http://opensource.org/licenses/afl-3.0.php
11
- * If you did not receive a copy of the license and are unable to
12
- * obtain it through the world-wide-web, please send an email
13
- * to license@magentocommerce.com so we can send you a copy immediately.
14
- *
15
- * DISCLAIMER
16
- *
17
- * Do not edit or add to this file if you wish to upgrade Magento to newer
18
- * versions in the future. If you wish to customize Magento for your
19
- * needs please refer to http://www.magentocommerce.com for more information.
20
- *
21
- * @category design
22
- * @package base_default
23
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
24
- * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
25
- */
26
- ?>
27
- <?php
28
- /**
29
- * Store switcher template
30
- *
31
- * @see Mage_Core_Block_Store_Switcher
32
- */
33
- ?>
34
- <?php if(count($this->getGroups())>1): ?>
35
- <div class="store-switcher">
36
- <label for="select-store"><?php echo $this->__('Select Store:') ?></label>
37
- <select id="select-store" title="<?php echo $this->__('Select Store') ?>" onchange="location.href=this.value">
38
- <?php /*foreach ($this->getStores() as $_store): ?>
39
- <option value="<?php echo $_store->getUrl('') ?>"<?php if($_store->getId()==$this->getCurrentStoreId()): ?> selected="selected"<?php endif; ?>><?php echo $_store->getName() ?></option>
40
- <?php endforeach;*/ ?>
41
- <?php foreach ($this->getGroups() as $_group): ?>
42
- <?php $_selected = ($_group->getId()==$this->getCurrentGroupId()) ? ' selected="selected"' : '' ?>
43
- <option value="<?php echo $_group->getHomeUrl() ?>"<?php echo $_selected ?>><?php echo $this->htmlEscape($_group->getName()) ?></option>
44
- <?php endforeach; ?>
45
- </select>
46
- </div>
47
- <?php endif; ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
app/etc/modules/TM_Ajax.xml CHANGED
@@ -6,4 +6,4 @@
6
  <codePool>local</codePool>
7
  </TM_Ajax>
8
  </modules>
9
- </config>
6
  <codePool>local</codePool>
7
  </TM_Ajax>
8
  </modules>
9
+ </config>
app/etc/modules/TM_Featured.xml CHANGED
@@ -1,12 +1,12 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <config>
3
- <modules>
4
- <TM_Featured>
5
- <active>true</active>
6
- <codePool>local</codePool>
7
- <depends>
8
- <Mage_Catalog />
9
- </depends>
10
- </TM_Featured>
11
- </modules>
12
  </config>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <config>
3
+ <modules>
4
+ <TM_Featured>
5
+ <active>true</active>
6
+ <codePool>local</codePool>
7
+ <depends>
8
+ <Mage_Catalog />
9
+ </depends>
10
+ </TM_Featured>
11
+ </modules>
12
  </config>
app/etc/modules/TM_Templatef001.xml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <TM_Templatef001>
5
+ <active>true</active>
6
+ <codePool>local</codePool>
7
+ <tm_link><![CDATA[http://templates-master.com/magento-templates/free-absolute-magento-theme.html]]></tm_link>
8
+ </TM_Templatef001>
9
+ </modules>
10
+ </config>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>magento_absolute_theme_free</name>
4
- <version>1.4.1.0</version>
5
  <stability>stable</stability>
6
- <license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons License</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento Absolute Theme</summary>
10
  <description>Magento Absolute Template based on 2 column home page layout with products slider and image slider on welcome page. JavaScript slider on front page is easy to use and SEO friendly.</description>
11
  <notes>Magento Absolute Theme</notes>
12
- <authors><author><name>TemplatesMaster</name><user>auto-converted</user><email>support@templates-master.com</email></author></authors>
13
- <date>2010-07-05</date>
14
- <time>11:44:31</time>
15
- <contents><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="f001"><dir name="css"><file name="custom.css" hash="901f72522ebd962554fec41104c7bba5"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="b64aaf7cf66b29979609d6e4e2249a48"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="7e6c364b484caf8d20bfbe6f7a3d3231"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.png" hash="fb6dd894a89491093e5478582a2f4f85"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="57780ee8e915941b3614c1033be45034"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="eb465b91728c58f5689ede4fde04dac5"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="c6a557e47b7b1c0a9a4d64e2ff207ef1"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="68898e14ec31e32c965e99ba64bbc02b"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="403cb6d1f0e6218952941d86599a2ce6"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="803b83fe695baed72b7333ed95d20b6e"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="aeab65b269a5fffe798b0ea0546b6394"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="434343db9f0887c4ed5c56bb1f588517"/><file name="callout_side2.jpg" hash="386bb9b19e3e4a8e2eb2b594a9c5e961"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir><dir name="slider"><file name="slider1.jpg" hash="e2d9cb0bd51fa97fed13a73f63e14627"/><file name="slider2.jpg" hash="49674fbfc58aea297c7c0b2ac817e328"/><file name="slider3.jpg" hash="fcf194ccac88253c332c7fa32376b526"/><file name="slider4.jpg" hash="641e84ecf3268c3dc2e4ee6ee3354597"/><file name="slider5.jpg" hash="57a552086c1ee7481e59d3226298b29b"/><file name="Thumbs.db" hash="8a87784142b0e07a892484023d31a7a8"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_green"><dir name="css"><file name="custom.css" hash="22c674d6cb105774319fe95d96136870"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="ea4e9ef0134e99675e61ff385bbbfc2d"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="16926ff1b34f816d18e46bdcdd5d43db"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="acdec4dc2fac0e12d13cbfbbb9a93c03"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="8a4a4e73ff01ee1b3e36e0a4a66ec500"/><file name="callout_side1.jpg" hash="678b14edb3ea17bbb3067ca8fde8de66"/><file name="callout_side2.jpg" hash="852d135c70eb52c68e7c2eeb15a67483"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="263614de994bffba8507cb143bc88448"/><file name="container.gif" hash="e7c533bcf201f18b0c59fe76eea777c4"/><file name="container.png" hash="e734791ccb935606b59e9731c5aa47e1"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="5897be8b0ae3a295d32e41e666c65e44"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="4595a9c19ce0bbb1da019414e78f3cdb"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="21b22479dd05e2ffd3440a7b6f61aff4"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="ae0001e526ba724882f508fac17a0108"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="403cb6d1f0e6218952941d86599a2ce6"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="7691e972420aa28dc13fb374ccf7114c"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="fba09675b0f15221b8e3df4c31c04021"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="678b14edb3ea17bbb3067ca8fde8de66"/><file name="callout_side2.jpg" hash="852d135c70eb52c68e7c2eeb15a67483"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_grey"><dir name="css"><file name="custom.css" hash="6430779885b82d0c618a11a812405ef5"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="a1a2766d6bf127e942c4758c3fc45360"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="8fc79281f79d759b1956b6c652b77ee4"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="container.png" hash="d151ba54bbc5952827fff671cb74d1e5"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="6752ad6abd0fa2e6e9a13654eca24987"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="80b32c240a2580fae18458ef30017ec4"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="c8e5df7334eaf17c218294dde11cdc46"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="5d1bd1b915045263cf57efc27490ff42"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="c09df53946d819dc3f6d401bbc019838"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="b305b1cab762ff4ec05d9cd7c92f9a41"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="434343db9f0887c4ed5c56bb1f588517"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_orange"><dir name="css"><file name="custom.css" hash="dadfa7edb03ef601ad12c524a3673bef"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="129ccfc4db22b2a9b33a4b76a249763f"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="62716db929c7b26be53febe2337376a3"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.png" hash="8bbf714e8f1b3ed8fc6991ce54b922a4"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="18dcb00c059031489adcaa5919327d30"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="08df2159554c5f700a3abde378d4ef63"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="254b1c9810d0e68ebd4e22cc7e62a7d9"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="f23995ba564be57ffb1150ff65af8205"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="f731fb638fbdb071337d86153f09edee"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="7cdda682dc5a0bac7e4be6c8cf6fab29"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="a82693e74779b2095a94a40c9d5d7cc4"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="d57ff42c6a76b9d80cae2b20f50bd8ed"/><file name="callout_side2.jpg" hash="554879fc61f1c404b9fc27f275067220"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_pink"><dir name="css"><file name="custom.css" hash="d2327c69b20d5630916612a1498a7378"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="20035e62cb673ddc34a699fcf2e318fe"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="9e424fa456d23bf9cff04ca8bb32d5f6"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="8fc79281f79d759b1956b6c652b77ee4"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="container.png" hash="c915f8754bc12e0004b58727e71f7d9a"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="59a8edd2e0636e7ace27c879a4b61ebe"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="10502aa0aba5d3aca8fae78e69e68188"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="c8e5df7334eaf17c218294dde11cdc46"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="96804ce76cca8d3d6d699b8eaf64237d"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="a1da3005852d780ee6eb6b9df15de8cb"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="a941dc6450f16333a22b21c752f252d5"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="7b922ff69fa25d993da8a070c15586df"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="5133d2785f3d7a2dfbb1f7dd5ce9368b"/><file name="callout_side2.jpg" hash="5aa052d413633736c71ae6e874f2e906"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_red"><dir name="css"><file name="custom.css" hash="1f4a42949c9a81e68cc3e97a07f5984f"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="dea11da7257ee62fa93e58cc45ad2525"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="37df2c010a2270fdcd07ab35c8f13675"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.png" hash="787633791a751b11def8d8eb307058e7"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="8d3c3d071b7c74b2d701be9253b663bf"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="38e0ca2d946b22f85757db0aef3b4a72"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="0d5b374c40498b1be97ac59a94e25228"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="7971c3fe80424327487720949b7f167e"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="6feb3506bbb60623c3ebb652aa6e99b3"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="956cc822ffa012feb18c40638ab7e13c"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="2fbe39de64a57f4d6e677719ac6ca41a"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="310d19d6a140aee110260a48cc7c84b0"/><file name="callout_side2.jpg" hash="e6f57ce0d4ac6e8f6e6ecf192e604338"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_sea_green"><dir name="css"><file name="custom.css" hash="7133218268b676172ba8a05538e898e5"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="20035e62cb673ddc34a699fcf2e318fe"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="e7955dcd324b4c7aaa9fb5128a41a35f"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="4bc4310a93fb3e67c536134c725d6542"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="86cd0c9b9e2f2b85b4f3bd67be8f7a2c"/><file name="callout_side1.jpg" hash="678b14edb3ea17bbb3067ca8fde8de66"/><file name="callout_side2.jpg" hash="852d135c70eb52c68e7c2eeb15a67483"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="2fc4a5ef5051b3c2615abf6672b3d1d8"/><file name="container.gif" hash="e7c533bcf201f18b0c59fe76eea777c4"/><file name="container.png" hash="8b91469008df5dc280a9f377a47e78c7"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="2ab8f3bf4a603e59a203f534e644ac9b"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="bd4edb4ecaccf6ec15184ce4e08d6db3"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="5ef56b7d1d87cf7f403654c3230a9fe8"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="119fc3484ea9de980b3b227a8c825a1c"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="eb98a3262d39e1100b723f2feed62c72"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="397d5fdf6deeec011a88df938099258f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="5324de8ba8f39ae0140bce46fc1c9080"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="24366a5a372cf30e287c932b7ad4417b"/><file name="callout_side2.jpg" hash="9a0f541b3bba6e978b0872b90d6b959d"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_silver"><dir name="css"><file name="custom.css" hash="f36f3c1a20a57fbdd4c7ef102f17cfe3"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="20035e62cb673ddc34a699fcf2e318fe"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="8395b4931d7b9f9e0700a9539d90b5e0"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="8fc79281f79d759b1956b6c652b77ee4"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="container.png" hash="061086f1eaa34a46e433206d23b8d406"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="3af4ec304d0ff76429b080684e97fcf7"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="94e2d86a01158c79b5989a575605ccd6"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="c8e5df7334eaf17c218294dde11cdc46"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="bf43329b06a2183554484016fae4c762"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="169d8f2d26b064b888fd0d63ef4b4efb"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="174208ac2d2f3a9031aa39d62759d821"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="206886b2eec1f4d7034826322d319a58"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="80969192e8fb1d0c2109a470caeacc26"/><file name="callout_side2.jpg" hash="e3614f262687005e23006f654bce522b"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_violet"><dir name="css"><file name="custom.css" hash="dde00a69a9d9290152e244e1be5326f0"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="20035e62cb673ddc34a699fcf2e318fe"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="0b7c75ee0f04cc386d8147ede4de6251"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="6bf3a12f5d8b50758982ded9f8461182"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="container.png" hash="3fd8c4ed0278b532e16f61cc087e0a66"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="6abd434c5d2dd651bc96196937433848"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="db3ec3c1675e57e9ee9754564da05627"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="937d758c68df0b2515002c684036236a"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="280db6c4c1e0cbf22ef065713bceb83c"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="17d2f7694aeb1292ce5447219da3c9db"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="05f717c66625a1e3ea22b04bd318c721"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="e689b301e4b5f2c941e06b9290bac387"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="80969192e8fb1d0c2109a470caeacc26"/><file name="callout_side2.jpg" hash="1beff3be378b35b75ea9a55beee7df04"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir><dir name="f001_yellow"><dir name="css"><file name="custom.css" hash="8df3df1f235b1f3df81645898551db12"/><file name="ie8.css" hash="98a249a97b7612cb5857ae3d8570768d"/><file name="styles-ie.css" hash="290f4ecadebc32111bb620d324a4f794"/><file name="styles.css" hash="9246b840a6e94e60d0a4aed66cd2312c"/></dir><dir name="images"><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="body_bg.gif" hash="c63b0077f3052ff5a00fb0a8d58f4638"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="7d24442ed060adcaabe84b6fa0d2b1b5"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.png" hash="aff1d7d151a8fba6995d2f9552095b70"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="ba81114d24532bd0319dcb8c8e62857b"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="4e296efa86f508a96f94510e6f178eeb"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mini_search_bg.gif" hash="8f1f190643c8d4a94209b30c5fe5e756"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="1423ac32de587be6301798ef3bb4968c"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="payments.gif" hash="0be1590aac8f347d52d1cb696f5d3b3d"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="06875ee060353a26729cb3147467c35b"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="ie"><file name="container.gif" hash="6cc2a8428f13e2b33e88448abb646766"/><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/></dir><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="d47f87e077fe7c6fb8563b14c32ba7d0"/><file name="callout_side2.jpg" hash="24670765f1f834125a19f3e4c37c0d95"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="06ed15b29a7c5ce98e2434fe3acd4dda"/><file name="slider.js" hash="cfdf405bec54421a66039c0a41f62a9f"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="f001"><dir name="layout"><file name="catalog.xml" hash="e46adac152357c7a8a2840ef58307c58"/><file name="newsletter.xml" hash="970ce5d4435c46467f27010177ace03f"/><file name="page.xml" hash="1ebbaeff67760f447a490d2c2b0e67c8"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="457b6b450e46822c93405efb93c5bd37"/></dir></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="73e413af5a0628b671cf1df356129ecd"/><file name="right_col.phtml" hash="73e413af5a0628b671cf1df356129ecd"/></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="4bc89bb3567ee375bdf64635722c09fa"/></dir><dir name="catalog"><dir name="layer"><file name="view.phtml" hash="1c831996d9dbca2add7447c9613dd800"/></dir><dir name="navigation"><file name="left.phtml" hash="d585515af749827bb999ed23ee8884bd"/><file name="sidebox.phtml" hash="205c05da49482744fa5a6d6e6917591e"/><file name="top.phtml" hash="296131c7e8e7cacf3d7154611e627fd7"/></dir><dir name="product"><file name="featured.phtml" hash="8c665a024b4ffae2e9def96948dc8bef"/><file name="list.phtml" hash="9d504137c4e1f92a2de2afc2d1fdab86"/><file name="new.phtml" hash="8953c84dda7cc9b0deecb4386b91a1f4"/><dir name="compare"><file name="sidebar.phtml" hash="74961bd6c516a22aae7d22b525da5f35"/></dir></dir></dir><dir name="checkout"><dir name="cart"><file name="header.phtml" hash="8b9ccc7f5e2ad092341283039919ceb0"/></dir></dir><dir name="page"><file name="1column.phtml" hash="f60de229fa6fb0fd49249cfd2c3c15a5"/><file name="2columns-left.phtml" hash="ca3996fa22a872b673410e5f84f52528"/><file name="2columns-right.phtml" hash="b80a1138fe3b714e527ee8d7cf2a9383"/><file name="3columns.phtml" hash="2deacba6eca09d18734e63c55ed11e34"/><dir name="html"><file name="footer.phtml" hash="b45c669b0b370abba648a2b54306adea"/><file name="header.phtml" hash="88d2376f72b24d39cddde118ad215440"/></dir><dir name="switch"><file name="stores.phtml" hash="0d17589a4bb5864088d1bc989c395777"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TM_Ajax.xml" hash="9a91443169a792f5ee45cb24ad566b70"/><file name="TM_Featured.xml" hash="3b9d222a29b5136fd1a84d5d8931b822"/></dir></target><target name="magelocal"><dir name="TM"><dir name="Ajax"><dir name="controllers"><file name="ProductController.php" hash="1f987dc417b9a0549b27ebfd5330ce41"/></dir><dir name="etc"><file name="config.xml" hash="89de1a3ab210c048ecf4736347bfd558"/></dir></dir><dir name="Featured"><dir name="Block"><file name="Featured.php" hash="a3ae6c5de6bcc32ac4ca7e3489e2eb43"/></dir><dir name="etc"><file name="config.xml" hash="5245acac004a1c746d33a51b038805d4"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
- <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>magento_absolute_theme_free</name>
4
+ <version>1.7.0.2</version>
5
  <stability>stable</stability>
6
+ <license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons License </license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Magento Absolute Theme</summary>
10
  <description>Magento Absolute Template based on 2 column home page layout with products slider and image slider on welcome page. JavaScript slider on front page is easy to use and SEO friendly.</description>
11
  <notes>Magento Absolute Theme</notes>
12
+ <authors><author><name>TemplatesMaster</name><user>TemplatesMaster</user><email>support@templates-master.com</email></author></authors>
13
+ <date>2012-08-14</date>
14
+ <time>09:56:51</time>
15
+ <contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="f001"><dir name="layout"><file name="catalog.xml" hash="60cba63d3e9a3ec7c9154c84ecdf86fc"/><file name="newsletter.xml" hash="2483c7e07f0e0b421dc4e04cc83b35b3"/><file name="page.xml" hash="61d30182aa8f86c60c055c439e447b64"/></dir><dir name="locale"><dir name="en_US"><file name="translate.csv" hash="457b6b450e46822c93405efb93c5bd37"/></dir></dir><dir name="template"><dir name="catalog"><dir name="navigation"><file name="sidebox.phtml" hash="60d840429020cabe6e71d670a2b43edc"/><file name="top.phtml" hash="1d1ec8283aee977eb593951bf32824de"/></dir><dir name="product"><file name="featured.phtml" hash="ea7f2c01bcfc1bcfdcda28d66b91c4eb"/><file name="list.phtml" hash="a53b69013755953e8d91f1ac82595c40"/><file name="new.phtml" hash="4c6330e7a3cace8c53e2328134c85ab5"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="020da532207364ebc0445765f141f7df"/></dir><dir name="checkout"><dir name="cart"><file name="header.phtml" hash="8b9ccc7f5e2ad092341283039919ceb0"/></dir></dir><dir name="page"><file name="1column.phtml" hash="24019992f30be20cc541a6553bdee260"/><file name="2columns-left.phtml" hash="8638d9c5e7865302a24e16127e16e7d6"/><file name="2columns-right.phtml" hash="4828de7bbbfae3305a21d751541ab04f"/><file name="3columns.phtml" hash="40b1f5035277c533d05c1c5169086600"/><dir name="html"><file name="footer.phtml" hash="60e8c1ee59eb7f6852c0af01bc23b084"/><file name="header.phtml" hash="5908a8ea17c284b6867b02ff26cfa715"/><file name="topmenu.phtml" hash="1451f8154d775585b43e187317fc6453"/></dir></dir></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="f001"><dir name="css"><file name="custom.css" hash="4162f5b5d50114dd6d8777deac61958d"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="b64aaf7cf66b29979609d6e4e2249a48"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="7e6c364b484caf8d20bfbe6f7a3d3231"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.png" hash="fb6dd894a89491093e5478582a2f4f85"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="57780ee8e915941b3614c1033be45034"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="aeab65b269a5fffe798b0ea0546b6394"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="eb465b91728c58f5689ede4fde04dac5"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="434343db9f0887c4ed5c56bb1f588517"/><file name="callout_side2.jpg" hash="386bb9b19e3e4a8e2eb2b594a9c5e961"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="c6a557e47b7b1c0a9a4d64e2ff207ef1"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="68898e14ec31e32c965e99ba64bbc02b"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="403cb6d1f0e6218952941d86599a2ce6"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><dir name="slider"><file name="Thumbs.db" hash="8a87784142b0e07a892484023d31a7a8"/><file name="slider1.jpg" hash="e2d9cb0bd51fa97fed13a73f63e14627"/><file name="slider2.jpg" hash="49674fbfc58aea297c7c0b2ac817e328"/><file name="slider3.jpg" hash="fcf194ccac88253c332c7fa32376b526"/><file name="slider4.jpg" hash="641e84ecf3268c3dc2e4ee6ee3354597"/><file name="slider5.jpg" hash="57a552086c1ee7481e59d3226298b29b"/></dir><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="803b83fe695baed72b7333ed95d20b6e"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_green"><dir name="css"><file name="custom.css" hash="da03ce3e8e6078eda03ef4663be20270"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="ea4e9ef0134e99675e61ff385bbbfc2d"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="16926ff1b34f816d18e46bdcdd5d43db"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="acdec4dc2fac0e12d13cbfbbb9a93c03"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="8a4a4e73ff01ee1b3e36e0a4a66ec500"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout_side1.jpg" hash="678b14edb3ea17bbb3067ca8fde8de66"/><file name="callout_side2.jpg" hash="852d135c70eb52c68e7c2eeb15a67483"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="263614de994bffba8507cb143bc88448"/><file name="container.gif" hash="e7c533bcf201f18b0c59fe76eea777c4"/><file name="container.png" hash="e734791ccb935606b59e9731c5aa47e1"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="5897be8b0ae3a295d32e41e666c65e44"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="fba09675b0f15221b8e3df4c31c04021"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="4595a9c19ce0bbb1da019414e78f3cdb"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="678b14edb3ea17bbb3067ca8fde8de66"/><file name="callout_side2.jpg" hash="852d135c70eb52c68e7c2eeb15a67483"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="21b22479dd05e2ffd3440a7b6f61aff4"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="ae0001e526ba724882f508fac17a0108"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="403cb6d1f0e6218952941d86599a2ce6"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="7691e972420aa28dc13fb374ccf7114c"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_grey"><dir name="css"><file name="custom.css" hash="115ac97890b68414409df276234ca9c2"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="a1a2766d6bf127e942c4758c3fc45360"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="8fc79281f79d759b1956b6c652b77ee4"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="container.png" hash="d151ba54bbc5952827fff671cb74d1e5"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="6752ad6abd0fa2e6e9a13654eca24987"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="80b32c240a2580fae18458ef30017ec4"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="434343db9f0887c4ed5c56bb1f588517"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="c8e5df7334eaf17c218294dde11cdc46"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="5d1bd1b915045263cf57efc27490ff42"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="c09df53946d819dc3f6d401bbc019838"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="b305b1cab762ff4ec05d9cd7c92f9a41"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_orange"><dir name="css"><file name="custom.css" hash="cc249981c1e60b5e672b6464730bf52b"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="129ccfc4db22b2a9b33a4b76a249763f"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="62716db929c7b26be53febe2337376a3"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.png" hash="8bbf714e8f1b3ed8fc6991ce54b922a4"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="18dcb00c059031489adcaa5919327d30"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="a82693e74779b2095a94a40c9d5d7cc4"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="08df2159554c5f700a3abde378d4ef63"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="d57ff42c6a76b9d80cae2b20f50bd8ed"/><file name="callout_side2.jpg" hash="554879fc61f1c404b9fc27f275067220"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="254b1c9810d0e68ebd4e22cc7e62a7d9"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="f23995ba564be57ffb1150ff65af8205"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="f731fb638fbdb071337d86153f09edee"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="7cdda682dc5a0bac7e4be6c8cf6fab29"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_pink"><dir name="css"><file name="custom.css" hash="148e293aedb20e037674844f854bb2a6"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="20035e62cb673ddc34a699fcf2e318fe"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="9e424fa456d23bf9cff04ca8bb32d5f6"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="8fc79281f79d759b1956b6c652b77ee4"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="container.png" hash="c915f8754bc12e0004b58727e71f7d9a"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="59a8edd2e0636e7ace27c879a4b61ebe"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="7b922ff69fa25d993da8a070c15586df"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="10502aa0aba5d3aca8fae78e69e68188"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="5133d2785f3d7a2dfbb1f7dd5ce9368b"/><file name="callout_side2.jpg" hash="5aa052d413633736c71ae6e874f2e906"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="c8e5df7334eaf17c218294dde11cdc46"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="96804ce76cca8d3d6d699b8eaf64237d"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="a1da3005852d780ee6eb6b9df15de8cb"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="a941dc6450f16333a22b21c752f252d5"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_red"><dir name="css"><file name="custom.css" hash="b669159caa11c21b91c4ae5c9c3ce772"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="dea11da7257ee62fa93e58cc45ad2525"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="37df2c010a2270fdcd07ab35c8f13675"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.png" hash="787633791a751b11def8d8eb307058e7"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="8d3c3d071b7c74b2d701be9253b663bf"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="2fbe39de64a57f4d6e677719ac6ca41a"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="38e0ca2d946b22f85757db0aef3b4a72"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="310d19d6a140aee110260a48cc7c84b0"/><file name="callout_side2.jpg" hash="e6f57ce0d4ac6e8f6e6ecf192e604338"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="0d5b374c40498b1be97ac59a94e25228"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="7971c3fe80424327487720949b7f167e"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="6feb3506bbb60623c3ebb652aa6e99b3"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="956cc822ffa012feb18c40638ab7e13c"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_sea_green"><dir name="css"><file name="custom.css" hash="23de118ff7cdbaaf6bd596ca4ae5e59f"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="20035e62cb673ddc34a699fcf2e318fe"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="e7955dcd324b4c7aaa9fb5128a41a35f"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="4bc4310a93fb3e67c536134c725d6542"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="86cd0c9b9e2f2b85b4f3bd67be8f7a2c"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout_side1.jpg" hash="678b14edb3ea17bbb3067ca8fde8de66"/><file name="callout_side2.jpg" hash="852d135c70eb52c68e7c2eeb15a67483"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="2fc4a5ef5051b3c2615abf6672b3d1d8"/><file name="container.gif" hash="e7c533bcf201f18b0c59fe76eea777c4"/><file name="container.png" hash="8b91469008df5dc280a9f377a47e78c7"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="2ab8f3bf4a603e59a203f534e644ac9b"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="5324de8ba8f39ae0140bce46fc1c9080"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="bd4edb4ecaccf6ec15184ce4e08d6db3"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="24366a5a372cf30e287c932b7ad4417b"/><file name="callout_side2.jpg" hash="9a0f541b3bba6e978b0872b90d6b959d"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="5ef56b7d1d87cf7f403654c3230a9fe8"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="119fc3484ea9de980b3b227a8c825a1c"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="eb98a3262d39e1100b723f2feed62c72"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="397d5fdf6deeec011a88df938099258f"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_silver"><dir name="css"><file name="custom.css" hash="5c0a0d7277bb1f3b2911757a0d1643a6"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="20035e62cb673ddc34a699fcf2e318fe"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="8395b4931d7b9f9e0700a9539d90b5e0"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="8fc79281f79d759b1956b6c652b77ee4"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="container.png" hash="061086f1eaa34a46e433206d23b8d406"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="3af4ec304d0ff76429b080684e97fcf7"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="206886b2eec1f4d7034826322d319a58"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="94e2d86a01158c79b5989a575605ccd6"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="80969192e8fb1d0c2109a470caeacc26"/><file name="callout_side2.jpg" hash="e3614f262687005e23006f654bce522b"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="c8e5df7334eaf17c218294dde11cdc46"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="bf43329b06a2183554484016fae4c762"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="169d8f2d26b064b888fd0d63ef4b4efb"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="174208ac2d2f3a9031aa39d62759d821"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_violet"><dir name="css"><file name="custom.css" hash="7eb51a4336b8490ccba87874c3470da7"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="20035e62cb673ddc34a699fcf2e318fe"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="0b7c75ee0f04cc386d8147ede4de6251"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="6bf3a12f5d8b50758982ded9f8461182"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="callout_side2.jpg" hash="57edc617e508bc1aa689004bcc4befa9"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.gif" hash="edbf3f7cc53509dda1dae27f793ecb93"/><file name="container.png" hash="3fd8c4ed0278b532e16f61cc087e0a66"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="6abd434c5d2dd651bc96196937433848"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="e689b301e4b5f2c941e06b9290bac387"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="db3ec3c1675e57e9ee9754564da05627"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="80969192e8fb1d0c2109a470caeacc26"/><file name="callout_side2.jpg" hash="1beff3be378b35b75ea9a55beee7df04"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="937d758c68df0b2515002c684036236a"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="280db6c4c1e0cbf22ef065713bceb83c"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="17d2f7694aeb1292ce5447219da3c9db"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="05f717c66625a1e3ea22b04bd318c721"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir><dir name="f001_yellow"><dir name="css"><file name="custom.css" hash="a26ef0cbce8f52a9e2b74f66554156fd"/><file name="ie8.css" hash="2c0e336c3723f1368a432450508442a1"/><file name="styles-ie.css" hash="ce8c20ad4ee3cd959f33dc765670ff01"/><file name="styles.css" hash="cef1d6c09295c50a2905221d11caf160"/></dir><dir name="images"><file name="Thumbs.db" hash="686fb02ed065d4345257fcaf6ff795d8"/><file name="account_box_bg.gif" hash="dd98174b6e3e5605a3f9551a59c66841"/><file name="account_nav_head_bg.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="ajax_loader.gif" hash="394bafc3cc4dfb3a0ee48c1f54669539"/><file name="base_mini_actions_bg.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="base_mini_alt_bg.gif" hash="8ed2830e375cc42ae4d1e892ab3e0cb1"/><file name="base_mini_bg.gif" hash="0a60f9efc48dcdabf974952046cee397"/><file name="base_mini_head_bg.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="base_mini_tabs_bg.gif" hash="6dc92b0e2458683c3c7559f388214d78"/><file name="best_selling_tr_even_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="best_selling_tr_odd_bg.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bg_tierico.gif" hash="e650201649ce0393ffca68132328b7e9"/><file name="bg_tierico1.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="bkg_account_box.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_block-actions.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_block-currency.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="bkg_block-layered-dd.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="bkg_block-layered-dt.gif" hash="ba8229068657b80f2c42111c5a1a307e"/><file name="bkg_block-layered-label.gif" hash="14687dfa3921cfd12d2149c1497d9765"/><file name="bkg_block-layered-li.gif" hash="753ebb76a4fc2b5b6915c536fcf4d487"/><file name="bkg_block-layered-title.gif" hash="c92e29b30af7abf4e0bc3f714a246f55"/><file name="bkg_block-layered1.gif" hash="607167f198572e83a0e728b6b9383a70"/><file name="bkg_block-title-account.gif" hash="a64f1df5a7e3d0f6a58b017f74311cb1"/><file name="bkg_block-title.gif" hash="f8c1f130ad69464fe7aff2f589b2ec75"/><file name="bkg_checkout.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="bkg_collapse-gm.gif" hash="37418f23e65006dcfde07ce9b249e057"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_divider1.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="bkg_form-search.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grand-total.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_grid.gif" hash="a6f64fedbac51fb1b86184cd488cc4e6"/><file name="bkg_nav2.gif" hash="a64c8f5165b239e432d26a62ae5f79b6"/><file name="bkg_opc-title-off.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="bkg_pipe1.gif" hash="7852290f6a443000ead96b8cec5cd7c7"/><file name="bkg_pipe2.gif" hash="7da64eefaf4da3855ab6ee76dbced0c2"/><file name="bkg_pipe3.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="bkg_product-view.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="bkg_products-grid3.gif" hash="e8fbc47f9fec21d6f5c3422523f3854e"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="bkg_sp-methods.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="bkg_tfoot.gif" hash="da2970eac0a22c850b19ee3680475d51"/><file name="bkg_th-v.gif" hash="325472601571f31e1bf00674c368d335"/><file name="bkg_th.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="body_bg.gif" hash="c63b0077f3052ff5a00fb0a8d58f4638"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_gm-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="btn_google_checkout.gif" hash="843d75249ce05b5d87ca5419f37b1c3b"/><file name="btn_mini_search.gif" hash="7d24442ed060adcaabe84b6fa0d2b1b5"/><file name="btn_paypal_checkout.gif" hash="6edd61270b7b5632eafad10557129114"/><file name="btn_place_order.gif" hash="d35219f86ae2c983ee1a31557e37b612"/><file name="btn_previous.gif" hash="63473a1520a73bb0c9b47b685d17cd21"/><file name="btn_proceed_to_checkout.gif" hash="4daac687b514fecfd1068539500ac3d7"/><file name="btn_proceed_to_checkout.png" hash="a65868bfdf37e6c9bc8651fc402c43b3"/><file name="btn_proceed_to_checkout_bg.gif" hash="d1f61b4cd9db50e0322d23b291f1f4c4"/><file name="btn_proceed_to_checkout_dis.gif" hash="9e152c01d5d88f690dc52cb62428f3b6"/><file name="btn_proceed_to_checkout_rad.gif" hash="ee0f96c5b22aab80149238c210d1bf95"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_remove2.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="btn_search.gif" hash="2d93b43c0a1c1182358677661e26a978"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="button.gif" hash="976d2bed18d0e7782c6b2654ea50c582"/><file name="calendar.gif" hash="b1468e5239504974c689eea5d93f86d4"/><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="chart_remove.gif" hash="234bddc4c5878c5ef16407a944824236"/><file name="checkout_progress_corner.gif" hash="fc7378ed1e65293ec9774759f6b62010"/><file name="close.gif" hash="6999746d88c47e91d087014d405afe8e"/><file name="common.gif" hash="b37bfb6d1dc7154cad41a64656d6f043"/><file name="container.png" hash="aff1d7d151a8fba6995d2f9552095b70"/><file name="currency_switcher_bg.gif" hash="bfaad1b64557c05ad6f4b124ad3d3532"/><file name="customer_reviews_pager_bg.gif" hash="662cb447367de70d5d99f391b773d7f1"/><file name="cvv.gif" hash="ed0f392004a405466291071a760b285d"/><file name="cvv.jpg" hash="e27210d810bbab732935d9410936ef87"/><file name="data_table_th_bg.gif" hash="f249911b08f2822fc0b561b7f98575d2"/><file name="dotted_divider.gif" hash="260ebae91ffb1b7c663906b29a069925"/><file name="error_msg_icon.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fam_world.png" hash="05ca48f89822be2e26e8eb2124e09ea5"/><file name="footer_bg.gif" hash="ba81114d24532bd0319dcb8c8e62857b"/><file name="form_button.gif" hash="9466fb8f71d54bb031ab10480bc69401"/><file name="form_button_alt.gif" hash="684707e1b859a2b822d05f20286174ce"/><file name="free_shipping_callout.jpg" hash="cbf2e494ef7ca50acf8826321d739559"/><file name="gift-message-close.gif" hash="346e26eece27449a2f224aef76ae372e"/><file name="gift-message-collapse.gif" hash="b051534bc90c9be80b5d4e9c978f05a8"/><file name="gift-message-expand.gif" hash="eca2e78f696f8d62537114e2ccf421c1"/><file name="glider_bg.gif" hash="98cc38844b9a8b5ff3d6b0d80fa9fb1a"/><file name="grid-cal.gif" hash="b1468e5239504974c689eea5d93f86d4"/><file name="i_arrow-top.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_availability_only.gif" hash="bca1f00a50864171ad98317b778e869c"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_block-cart.gif" hash="cc19e21f9c89b70cc10354ff588ca8ab"/><file name="i_block-currency.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><file name="i_block-list.gif" hash="fe8424127ecbe4b0d893bcf6f253dc1a"/><file name="i_block-poll.gif" hash="52d778dddbf48b8d04226bee9370a7ef"/><file name="i_block-related.gif" hash="4e277173b6372b1a90b0f19e0388ad54"/><file name="i_block-subscribe.gif" hash="9e5fee06a543742045118a95f2debcb8"/><file name="i_block-tags.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-viewed.gif" hash="67d1255c2c3e9ed1a5c845f8d4e4a3ba"/><file name="i_block-wishlist.gif" hash="8f8cda89ca20ba4a9b2f8c91f73fdff9"/><file name="i_cart_infobar.png" hash="2d1bdc2cce6e5ab41ea2ab553ee36de2"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_discount.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="i_facebook.gif" hash="8d5fb9870efe385d8f0a7125108ce298"/><file name="i_folder-table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_folder_table.gif" hash="bf006ddb591d8ac95d2e895bf2fdbc8d"/><file name="i_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_ma-info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma-reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma-tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="i_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="i_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="i_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><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_newsletter.gif" hash="ee0b22b46784038f6da02419e234fe4f"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="i_page1.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page2.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="i_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="i_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><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="i_search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="i_shipping.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="i_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="i_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="i_tier.gif" hash="c5189e25afeb7c1a8c4902a42832593e"/><file name="i_twitter.gif" hash="37c846cb733e5e21807b8931bd0d31d9"/><file name="i_twitter_large.gif" hash="ec60ceb3f498658bd87453970fa56774"/><file name="i_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="i_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="icon_asterick.gif" hash="908d44da90de5e54185764d093bbdb77"/><file name="icon_big_rss.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="icon_cart_item_remove.gif" hash="6aebfb294fa1f98ea6d8a53f438c0173"/><file name="icon_lorry.gif" hash="91a0d2cc2eb2391f90ec8a75c04b3183"/><file name="icon_ma_info.gif" hash="91259557447ee80eb1110fe0c85cb3b5"/><file name="icon_ma_reviews.gif" hash="859c97695ec396c0b284a0c3c7c416ad"/><file name="icon_ma_tags.gif" hash="1e83e3b0b677c92b3aa8a252268f7b86"/><file name="icon_opc_back.gif" hash="3dbb0584e8eb1d96cc3d3c40c17d7aaf"/><file name="icon_page_white.gif" hash="704f7d4eccbdf9cabbad7770f18856ff"/><file name="icon_page_white_text.gif" hash="57a04ca584e05e28dc94c7e68f0af62e"/><file name="icon_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icon_special_price.gif" hash="8c192cc00b2df327e27e7c72406a1967"/><file name="icon_tag_add.gif" hash="a736baa992aa55b6fb71e8742a04dc82"/><file name="icon_world.gif" hash="643024bcae5ece554fdbbc041aeb297c"/><dir name="ie"><file name="Thumbs.db" hash="42b5c75decba67d8069b1caa47a10cf2"/><file name="container.gif" hash="6cc2a8428f13e2b33e88448abb646766"/></dir><file name="list_remove_btn.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="listing_type_grid.gif" hash="a1e5d8ac36fb2891ea16e729b95c552c"/><file name="listing_type_list.gif" hash="61333d383ec142b8d270abe77324aa5d"/><file name="login_box_bg.gif" hash="5538675d7f1c35d96a2b8013948f42a6"/><file name="login_box_form_buttons_bg.gif" hash="2c641e927bc83156b7004ea37920513c"/><file name="logo.gif" hash="4e296efa86f508a96f94510e6f178eeb"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="map_popup_arrow.gif" hash="6383b40a9e7bd3c95260bef4fbb1b163"/><dir name="media"><file name="404_callout1.jpg" hash="834e53a03e2921a2fd3c135c0c7189df"/><file name="404_callout2.jpg" hash="016984b4a1579df34147f9407098db73"/><file name="Thumbs.db" hash="d8d000c2018e7004f2330cfe88465748"/><file name="about_us_img.jpg" hash="726f36dd75b5a709a1a14acab1660188"/><file name="best_selling_img01.jpg" hash="5e7337a4061a636df8ee4bf979a092ac"/><file name="best_selling_img02.jpg" hash="b9a49c0964938ec72fb834cb166b9352"/><file name="best_selling_img03.jpg" hash="e3581487fb4589baecc553f2ce8d5247"/><file name="best_selling_img04.jpg" hash="7e59bf99f5f813e327595c52d3320174"/><file name="best_selling_img05.jpg" hash="e396892daec7ffcf7244082b3e596911"/><file name="best_selling_img06.jpg" hash="2702839637efbe0fd0a4bad41cd6a551"/><file name="callout_side1.jpg" hash="d47f87e077fe7c6fb8563b14c32ba7d0"/><file name="callout_side2.jpg" hash="24670765f1f834125a19f3e4c37c0d95"/><file name="cell_phone_landing_banner1.jpg" hash="b25562360fc470f1091ca7ea014a3290"/><file name="col_left_callout.jpg" hash="5f762006021e046f9bd536f37ea7c463"/><file name="col_right_callout.jpg" hash="dae22f37a542da272a35195ec286ec25"/><file name="electronics_cellphones.jpg" hash="8f6badbc32ce806c6109c788df6ef5e9"/><file name="electronics_digitalcameras.jpg" hash="953b8d7db6f0bdcd53b1d6b1386962b9"/><file name="electronics_laptops.jpg" hash="e050e92d72000e6bdc763a7b5888ec8a"/><file name="furniture_callout_spot.jpg" hash="28edc7d72486ab2362324995550d87af"/><file name="furnitures_bed_room.jpg" hash="b8616c5bffc23a92d2a1c97dae57b262"/><file name="furnitures_living_room.jpg" hash="2663737f3997cb1a49ce24d07dc8aefb"/><file name="head_electronics_cellphones.gif" hash="a69425966444ea597fb7c629114d5165"/><file name="head_electronics_digicamera.gif" hash="bde3cec3fc16b2d0ae57e7783eb00652"/><file name="head_electronics_laptops.gif" hash="b2c55387ffa92277315bdedeb4cb9b8f"/><file name="laptop_callout_mid1.jpg" hash="4ffb50bd3b7b32a78fd059b1571c202e"/><file name="laptop_callout_mid2.jpg" hash="662cf3881b06b090e9500496b19b03e4"/><file name="laptop_callout_mid3.jpg" hash="22aa71ecfe0aa9b6936a1eddb62d889e"/><file name="laptop_callout_spot.jpg" hash="2e469d1bd871355eaef6076487a973db"/><file name="shirts_landing_banner1.jpg" hash="4acc8620b009d835e5c25587671ea25d"/></dir><file name="mini_search_bg.gif" hash="8f1f190643c8d4a94209b30c5fe5e756"/><file name="multi_address_box_bg.gif" hash="11258fe49feff5513c9608f2ea486776"/><file name="narrow_by_dd_bg.gif" hash="6ae6f8184e87de496fb74eeec65737c9"/><file name="nav.gif" hash="1423ac32de587be6301798ef3bb4968c"/><file name="np_cart_thumb.gif" hash="e9fdd943e0947e15f0638506f477e358"/><file name="np_more_img.gif" hash="ace357bfe3e81ffb62137cd5b25ae5e1"/><file name="np_product_main.gif" hash="d0cccda76de50efa025215ce85dacb1c"/><file name="np_thumb.gif" hash="e46270c89358ecc8341d1565c14644b8"/><file name="np_thumb2.gif" hash="8502866cdabc5c74aca7d7bd32a06a03"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="opc_off_head_bg.gif" hash="f69b40b5331ab3760f54d038daf287eb"/><file name="opc_on_box_bg.gif" hash="065d507000e7d0b887fcb324bb9d5995"/><file name="page_head_bg.gif" hash="1c76c180ce48580e8ee5e4f8ec2c9cf7"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_bg.gif" hash="e6967716de8c4bc4c96c206a0dbd2c5f"/><file name="payments.gif" hash="0be1590aac8f347d52d1cb696f5d3b3d"/><file name="point-con.gif" hash="3dce96d9fc4e43252c3060b148ba057f"/><file name="product_collateral_bg.gif" hash="1d4d6b22e5108aefae52709d3934f397"/><file name="product_essential_bg.gif" hash="2ab47f5c01447a7998118da5872f14b8"/><file name="product_info_box_bg.gif" hash="8c7cf4a861a3ac2216e646df71a8e479"/><file name="product_rating_blank_star.gif" hash="5e20a299c0ff16168be38b6dde580eda"/><file name="product_rating_full_star.gif" hash="dd5aae332178d928a7f49dea7691b5f6"/><file name="product_zoom_overlay_magnif.gif" hash="83834893e162221d6d9257fe67847370"/><file name="saved_head_bg.gif" hash="332be6a4f8ff25259e30c5bf89e484a4"/><file name="search_criteria.gif" hash="cf67b9cc5c311ae3f99e68cd29ae17be"/><file name="search_form_button.gif" hash="5a5b6d2825d7a730904836e9bd4618eb"/><file name="separator.gif" hash="11bfac1e590f0c77fb12f37d7f05cd3c"/><file name="shipping_method_pointer.gif" hash="17d68b5449adaa87dafc62ae0afa1b9a"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="slogan.gif" hash="06875ee060353a26729cb3147467c35b"/><file name="sort_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="sort_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="success_msg_icon.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><dir name="xmlconnect"><dir name="catalog"><dir name="category"><dir name="placeholder"><file name="image.jpg" hash="097ab8a3051bc037ea3de0e17f440540"/><file name="small_image.jpg" hash="f825d16f97a640453553c79c48ebaa73"/><file name="thumbnail.jpg" hash="b2b682d28a08a748a73d2cda70ab5a57"/></dir></dir></dir><file name="tab_account.png" hash="0498d73e47ed47179e5546dc15c17dc7"/><file name="tab_cart.png" hash="9055ba76e256a51d3fee53a8c41d5226"/><file name="tab_home.png" hash="07d0af93e167b9366d3d4fb3d6cdb31c"/><file name="tab_more.png" hash="b9fc21feb8d7655bc9c2985c37b0de2f"/><file name="tab_page.png" hash="ca05dbc42f944b8d4255f6675f6dd93a"/><file name="tab_search.png" hash="25e880eb2a4d06828e2e1c3f32d22400"/><file name="tab_shop.png" hash="fe602fc2e7093efef5ecc0b027a32d91"/></dir></dir><dir name="js"><file name="glider.js" hash="9892bdda246965be78ed1cbce4bd3069"/><file name="productInfo.js" hash="04c2ea86b785f1d04a8f22c251e7f030"/><file name="slider.js" hash="167adf4c67bb10f5fdf23b60e8c3e01f"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="TM_Ajax.xml" hash="8029cd8c445b6f76e4a50fd1d0b82eba"/><file name="TM_Featured.xml" hash="3ee4fe30b51b395481246bb876503f2d"/><file name="TM_Templatef001.xml" hash="f566cc9354a5b863d63d4802413e7691"/></dir></target><target name="magelocal"><dir name="TM"><dir name="Ajax"><dir name="controllers"><file name="ProductController.php" hash="1f987dc417b9a0549b27ebfd5330ce41"/></dir><dir name="etc"><file name="config.xml" hash="89de1a3ab210c048ecf4736347bfd558"/></dir></dir><dir name="Featured"><dir name="Block"><file name="Featured.php" hash="f8ae106bd3f27ae60fa14e3db21c2604"/></dir><dir name="etc"><file name="config.xml" hash="8836ec1f8701f05c008a21adebbe8cf7"/></dir></dir><dir name="Templatef001"><dir name="etc"><file name="config.xml" hash="bd79ab8ba1a949900828e6037cbd9ac4"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
skin/frontend/default/f001/css/custom.css CHANGED
@@ -1,287 +1,314 @@
1
- body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #00628E; color:#2F2F2F}
2
-
3
- h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
4
- a {color:#1E7EC8; text-decoration:underline; }
5
-
6
- .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
7
- .quick-access{float:right; margin-top:16px; padding:0 10px; text-align:right; width: 500px;}
8
-
9
- .header {z-index: 100;}
10
- .shop-access{float:right; margin:0; font-size:1em;}
11
- .shop-access a{color:#7386BE; text-decoration:none}
12
- .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
13
- .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
14
- .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
15
- .header .form-search label{display:none}
16
- .header .form-search button.button{width:20px}
17
-
18
- .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
19
- .page-title h1 {color:#459B06; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
20
-
21
- .block-content a{}
22
- .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
23
- .block-subscribe .block-title strong{background:none}
24
- .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
25
- .block-subscribe label{font-weight:bold; color:#FFF}
26
- .block-subscribe .actions{margin-top:15px}
27
- .block-cart .subtotal{background:#eee}
28
-
29
- .block-layered-nav{}
30
- .block-layered-nav .block-title{ padding:0px; }
31
-
32
- .block-layered-nav{padding:5px 10px}
33
- .block-layered-nav .block-subtitle,
34
- .block-layered-nav .block-content{background:none; border:0px solid #ddd}
35
- .block-layered-nav dt{padding:7px 10px 0 7px}
36
- .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
37
- .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
38
- .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
39
-
40
- h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
41
- .products-grid h5 a{color:#007ed3; text-decoration:none}
42
- .products-grid .ratings .amount{display:none}
43
- .products-grid .actions{position:static; bottom:12px}
44
- /*************************Buttons*************************/
45
- button.button{background:none; border:0px solid #000}
46
-
47
- .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
48
- .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
49
- .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
50
- .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
51
-
52
- /**ALT BTNS**/
53
- .grey-box .button span,
54
- .cart-table .btn-continue span,
55
- .cart-table .btn-update span,
56
- .cart .discount button span,
57
- .cart .shipping button span,
58
- .block-compare button.button span,
59
- .block-poll button.button span,
60
- .block-login .actions button.button span,
61
- .product-view .box-tags .form-add button.button span,
62
- .multiple-checkout .title-buttons button.button span,
63
- #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
64
- .grey-box .button:hover span,
65
- .cart-table .btn-continue:hover span,
66
- .cart-table .btn-update:hover span,
67
- .cart .discount button:hover span,
68
- .cart .shipping button:hover span,
69
- .block-compare button.button:hover span,
70
- .block-poll button.button:hover span,
71
- .block-login .actions button.button:hover span,
72
- .product-view .box-tags .form-add button.button:hover span,
73
- .multiple-checkout .title-buttons button.button:hover span,
74
- #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
75
- .grey-box .button span span,
76
- .cart-table .btn-continue span span,
77
- .cart-table .btn-update span span,
78
- .cart .discount button span span,
79
- .cart .shipping button span span,
80
- .block-compare button.button span span,
81
- .block-poll button.button span span,
82
- .block-login .actions button.button span span,
83
- .product-view .box-tags .form-add button.button span span,
84
- .multiple-checkout .title-buttons button.button span span,
85
- #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
86
- .grey-box .button:hover span span,
87
- .cart-table .btn-continue:hover span span,
88
- .cart-table .btn-update:hover span span,
89
- .cart .discount button:hover span span,
90
- .cart .shipping button:hover span span,
91
- .block-compare button.button:hover span span,
92
- .block-poll button.button:hover span span,
93
- .block-login .actions button.button:hover span span,
94
- .product-view .box-tags .form-add button.button:hover span span,
95
- .multiple-checkout .title-buttons button.button:hover span span,
96
- #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
97
-
98
- .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
99
- .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
100
-
101
- .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
102
- .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
103
-
104
- button.btn-checkout span span{padding:0 16px}
105
- /****************************End Buttons***************************/
106
- .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
107
- .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
108
-
109
-
110
- /**** Navigation *****/
111
- #nav{padding:0 0 3px; width:952px; margin:0 auto; background:url(../images/nav.gif) no-repeat 0 0; font:bold 1em Arial,Helvetica,sans-serif}
112
-
113
- /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
114
- #nav li{position:relative; text-align:left}
115
- #nav li.over{z-index:999}
116
- #nav a,
117
- #nav a:hover{display:block; line-height:1.3em; text-decoration:none}
118
- #nav span{display:block; cursor:pointer; white-space:nowrap}
119
- #nav li ul span{white-space:normal}
120
-
121
- /************ 0 LEVEL ***************/
122
- #nav li{float:left}
123
- #nav a{float:left; color:#c3d5e3; font-weight:bold}
124
- #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
125
- #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
126
- #nav li.first span{padding-left:18px}
127
- #nav li.over a,
128
- #nav a:hover{color:#fff}
129
-
130
- /************ 1ST LEVEL ************/
131
- #nav ul li,
132
- #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
133
- #nav li.active li a,
134
- #nav ul li.active a{background:#fff}
135
- /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
136
- */
137
- #nav ul li.last{background:#ecf3f6; padding-bottom:0}
138
-
139
- #nav ul a,
140
- #nav ul a:hover{float:none; padding:0; background:none}
141
- #nav ul li a{font-weight:normal !important}
142
-
143
- /************ 2ND LEVEL ************/
144
- #nav ul{position:absolute; width:15em; top:40px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
145
- #nav ul span{background:none}
146
-
147
- /* Show menu */
148
- #nav li.over >ul{left:-1px}
149
- #nav li.over >ul li.over >ul{left:100px}
150
- #nav li.over ul ul{left:-10000px}
151
-
152
- #nav ul li a{background:#fff}
153
- #nav ul li a:hover{background:#f4f4f4}
154
- #nav ul li.over >a{background:#f4f4f4}
155
- #nav ul li a,
156
- #nav ul li a:hover{color:#2f2f2f !important}
157
- #nav ul span, #nav ul li.last li span{padding:4px 15px 5px 15px}
158
-
159
- /************ 3RD+LEVEL ************/
160
- #nav ul ul{top:5px; border-top-width:1px}
161
-
162
- .cms-home .nav-home a,
163
- .contacts-index-index .nav-contacts a,
164
- .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
165
- .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
166
-
167
- .f-right{float:right}
168
- .f-left{float:left}
169
- .a-right{text-align:right}
170
- .a-left{text-align:left}
171
- .a-center{text-align:center}
172
-
173
- .welcome-message{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
174
-
175
- .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
176
- .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
177
- .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c3d5e3; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
178
- .header-cart .title a{color:#fff}
179
- .header-cart .content{background:#f3f8fb; padding:0}
180
- .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
181
- .header-cart .content li a:hover{color:#333}
182
- .header-cart .widget-btn{float:right; margin-top:2px}
183
- .header-cart .title a{color:#fff}
184
-
185
- .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
186
-
187
- #nav-sidebox{font-size:1.1em}
188
- #nav-sidebox a{text-decoration:none; color:#000}
189
- #nav-sidebox a:hover{text-decoration:underline}
190
- #nav-sidebox li{line-height:22px; font-weight:bold}
191
- #nav-sidebox li ul li{font-weight:normal; margin:0}
192
- #nav-sidebox ul{}
193
- #nav-sidebox ul li{padding-left:10px}
194
- #nav-sidebox ul li ul{display:none}
195
-
196
- .featured-container{margin-bottom:20px}
197
- .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
198
- .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
199
-
200
- .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
201
- .mini-newsletter label{color:#fff}
202
- .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
203
- .mini-newsletter .input-text{border:none; padding:4px 2px}
204
- .mini-newsletter .form-button-alt{background-position:100% -256px}
205
- .mini-newsletter .form-button-alt span{background-position:0 -228px}
206
- .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
207
- .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
208
- .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
209
-
210
- .recently .grid-row{border-bottom:1px solid #d9dde3}
211
-
212
- .recently .last{border-bottom:0px solid #FFF}
213
- .recently .subtitle{color:#459B06; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
214
- .recently li.item{width:167px; float:left; padding:10px}
215
- .recently li.item .price-box{}
216
-
217
- .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
218
- .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
219
- h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
220
-
221
- .regular-price .price{color:#777; font-size:13px; font-weight:bold}
222
-
223
- .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
224
- .footer .informational li{float:left; margin:0 40px}
225
- .footer .informational li ul li{float:none; margin:0}
226
- .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#D5E1E9; font-size:0.9em}
227
- .footer .informational h6{margin-bottom:0.4em; color:#d5e1e9; font-size:1.1em}
228
-
229
- .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #136793; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
230
-
231
- .footer .payments{float:right; margin:5px 0 0}
232
- .footer .legality{text-align:center; color:#FFF; font-size: .9em}
233
- .footer .legality a{color:#b5e2ff; text-decoration: none;}
234
-
235
- /* glider */
236
- #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
237
- div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
238
- div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
239
- div.scroller img{ border:none}
240
- div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
241
- div.scroller div.content{ width:10000px; padding:0px}
242
- .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
243
-
244
- .content .sliderdescription p{line-height:20px; text-align:center}
245
- div.sliderdescription:hover{background:#fff}
246
- .content a{text-decoration:none; color:#5a5a5a}
247
- .content a:hover{text-decoration:underline}
248
-
249
- .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
250
- .slidercontrol{list-style:none; padding:0px; margin:0px}
251
-
252
- .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
253
-
254
- .slidercontrol a:hover,
255
- .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
256
-
257
- /* slider */
258
- .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
259
- .featured-products h4{margin-right:10px; color:#459b06; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
260
- .featured-products .head{text-align:left; margin:0; padding:21px 0}
261
- .featured-products #move-left,
262
- .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
263
- .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
264
- .featured-products #move-left.disabled,
265
- .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
266
- .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
267
- .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
268
- .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
269
- .slider-wrapper .list-featured li.last{ margin:0px}
270
- .slider-wrapper .list-featured .product-image{ text-align:center}
271
- .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
272
- .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
273
-
274
- #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
275
- #quick-window .product-img-box{width:230px; float:left}
276
- #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
277
- #quickview-header{background-color:#888; height:26px; width:650px}
278
-
279
- #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
280
- #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
281
- #quick-window .product-shop{float:right; text-align:left; width:385px}
282
- #quick-window .product-essential{padding:25px 10px 25px 10px}
283
- .catalog-listing .product-image{position:relative}
284
- .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
285
-
286
- a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
287
- a.ajax:hover{text-decoration:none}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #00628E;color:#2F2F2F}
2
+
3
+ h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
4
+ a {color:#1E7EC8; text-decoration:underline; }
5
+
6
+ .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
7
+ .quick-access{float:right; margin-top:18px; padding:0 10px; text-align:right; width: 485px;}
8
+
9
+ .header {z-index: 100;}
10
+ .header .logo { margin: 0; }
11
+ .shop-access{float:right; margin:0; font-size:1em;}
12
+ .shop-access a{color:#7386BE; text-decoration:none}
13
+ .shop-access a:hover { text-decoration: underline; }
14
+ .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
15
+ .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
16
+ .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
17
+ .header .form-search label{display:none}
18
+ .header .form-search button.button{width:20px}
19
+ .header .form-search button.button span { background: none; }
20
+
21
+ .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
22
+ .page-title h1 {color:#459B06; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
23
+
24
+ .block-content a{}
25
+ .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
26
+ .block-subscribe .block-title strong{background:none}
27
+ .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
28
+ .block-subscribe label{font-weight:bold; color:#FFF}
29
+ .block-subscribe .actions{margin-top:15px}
30
+ .block-cart .subtotal{background:#eee}
31
+
32
+ .block-tags .block-content ul { border: none; }
33
+
34
+ .block-layered-nav{}
35
+ .block-layered-nav .block-title{ padding:0px; }
36
+
37
+ .block-layered-nav{padding:5px 10px}
38
+ .block-layered-nav .block-subtitle,
39
+ .block-layered-nav .block-content{background:none; border:0px solid #ddd}
40
+ .block-layered-nav dt{padding:7px 10px 0 7px}
41
+ .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
42
+ .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
43
+ .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
44
+ .block-layered-nav dd li a:hover { text-decoration: underline; }
45
+
46
+ h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
47
+ .products-grid h5 a{color:#007ed3; text-decoration:none}
48
+ .products-grid .ratings .amount{display:none}
49
+ .products-grid .actions{}
50
+ /*************************Buttons*************************/
51
+ button.button{background:none; border:0px solid #000}
52
+
53
+ .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
54
+ .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
55
+ .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
56
+ .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
57
+
58
+ /**ALT BTNS**/
59
+ .grey-box .button span,
60
+ .cart-table .btn-continue span,
61
+ .cart-table .btn-update span,
62
+ .cart-table .btn-empty span,
63
+ .cart .discount button span,
64
+ .cart .shipping button span,
65
+ .block-compare button.button span,
66
+ .block-poll button.button span,
67
+ .block-login .actions button.button span,
68
+ .product-view .box-tags .form-add button.button span,
69
+ .multiple-checkout .title-buttons button.button span,
70
+ #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
71
+ .grey-box .button:hover span,
72
+ .cart-table .btn-continue:hover span,
73
+ .cart-table .btn-update:hover span,
74
+ .cart-table .btn-empty:hover span,
75
+ .cart .discount button:hover span,
76
+ .cart .shipping button:hover span,
77
+ .block-compare button.button:hover span,
78
+ .block-poll button.button:hover span,
79
+ .block-login .actions button.button:hover span,
80
+ .product-view .box-tags .form-add button.button:hover span,
81
+ .multiple-checkout .title-buttons button.button:hover span,
82
+ #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
83
+ .grey-box .button span span,
84
+ .cart-table .btn-continue span span,
85
+ .cart-table .btn-update span span,
86
+ .cart-table .btn-empty span span,
87
+ .cart .discount button span span,
88
+ .cart .shipping button span span,
89
+ .block-compare button.button span span,
90
+ .block-poll button.button span span,
91
+ .block-login .actions button.button span span,
92
+ .product-view .box-tags .form-add button.button span span,
93
+ .multiple-checkout .title-buttons button.button span span,
94
+ #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
95
+ .grey-box .button:hover span span,
96
+ .cart-table .btn-continue:hover span span,
97
+ .cart-table .btn-update:hover span span,
98
+ .cart-table .btn-empty:hover span span,
99
+ .cart .discount button:hover span span,
100
+ .cart .shipping button:hover span span,
101
+ .block-compare button.button:hover span span,
102
+ .block-poll button.button:hover span span,
103
+ .block-login .actions button.button:hover span span,
104
+ .product-view .box-tags .form-add button.button:hover span span,
105
+ .multiple-checkout .title-buttons button.button:hover span span,
106
+ #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
107
+
108
+ .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
109
+ .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
110
+
111
+ .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
112
+ .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
113
+
114
+ button.btn-checkout span span{padding:0 16px}
115
+ /****************************End Buttons***************************/
116
+ .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
117
+ .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
118
+
119
+
120
+ /********** < Navigation */
121
+ #nav{padding:0 0 3px; width:952px; margin:0 auto;background:url(../images/nav.gif) no-repeat 0 0;font:bold 1em Arial,Helvetica,sans-serif}
122
+
123
+ /* All Levels */ /* Style consistent throughout all nav levels */
124
+ #nav li { position:relative; text-align:left; }
125
+ #nav li.over { z-index:998; }
126
+ #nav a,
127
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
128
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
129
+ #nav li ul span {white-space:normal; }
130
+
131
+ /* 0 Level */
132
+ #nav li { float:left; }
133
+ #nav a{float:left; color:#c3d5e3; font-weight:bold}
134
+ #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
135
+ #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
136
+ /*#nav li.first span{padding-left:18px}*/
137
+ #nav li.over a,
138
+ #nav a:hover{color:#fff}
139
+
140
+ /* 1st Level */
141
+ #nav ul li,
142
+ #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
143
+ #nav li.active li a,
144
+ #nav ul li.active a{background:#fff}
145
+ /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
146
+ */
147
+ #nav ul li.last { background:#ecf3f6; padding-bottom:0; }
148
+
149
+ #nav ul a,
150
+ #nav ul a:hover { float:none; padding:0; background:none; }
151
+ #nav ul li a { font-weight:normal !important; }
152
+
153
+ /* 2nd Level */
154
+ #nav ul,
155
+ #nav div {position:absolute; width:15em; top:39px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
156
+ #nav div ul { position:static; width:auto; border:none; }
157
+ #nav ul span {background:none}
158
+
159
+ /* 3rd+ Level */
160
+ #nav ul ul,
161
+ #nav ul div { top:5px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; }
162
+
163
+ #nav ul li a {background:#fff}
164
+ #nav ul li a:hover {background:#f4f4f4}
165
+ #nav ul li.over > a {background:#f4f4f4}
166
+ #nav ul li a,
167
+ #nav ul li a:hover {color:#2f2f2f !important}
168
+ #nav ul span,
169
+ #nav ul li.last li span {padding:4px 15px 5px 15px}
170
+
171
+ /* Show menu */
172
+ #nav li ul.shown-sub,
173
+ #nav li div.shown-sub { left:-1px; z-index:999; }
174
+ #nav li .shown-sub ul.shown-sub,
175
+ #nav li .shown-sub li div.shown-sub { left:100px; }
176
+ /********** Navigation > */
177
+ /* ======================================================================================= */
178
+
179
+ .cms-home .nav-home a,
180
+ .contacts-index-index .nav-contacts a,
181
+ .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
182
+ .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
183
+
184
+ .f-right{float:right}
185
+ .f-left{float:left}
186
+ .a-right{text-align:right}
187
+ .a-left{text-align:left}
188
+ .a-center{text-align:center}
189
+
190
+ .header .welcome-msg{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
191
+
192
+ .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
193
+ .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
194
+ .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c3d5e3; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
195
+ .header-cart .title a{color:#fff}
196
+ .header-cart .content{background:#f3f8fb; padding:0}
197
+ .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
198
+ .header-cart .content li a:hover{color:#333}
199
+ .header-cart .widget-btn{float:right; margin-left: 5px; margin-top: 4px;}
200
+ .header-cart .title a{color:#fff}
201
+
202
+ .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
203
+
204
+ #nav-sidebox{font-size:1.1em}
205
+ #nav-sidebox a{text-decoration:none; color:#000}
206
+ #nav-sidebox a:hover{text-decoration:underline}
207
+ #nav-sidebox li{line-height:22px; font-weight:bold}
208
+ #nav-sidebox li ul li{font-weight:normal; margin:0}
209
+ #nav-sidebox ul{}
210
+ #nav-sidebox ul li{padding-left:10px}
211
+ #nav-sidebox ul li ul{display:none}
212
+
213
+ .featured-container{margin-bottom:20px}
214
+ .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
215
+ .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
216
+
217
+ .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
218
+ .mini-newsletter label{color:#fff}
219
+ .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
220
+ .mini-newsletter .input-text{border:none; padding:4px 2px}
221
+ .mini-newsletter .form-button-alt{background-position:100% -256px}
222
+ .mini-newsletter .form-button-alt span{background-position:0 -228px}
223
+ .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
224
+ .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
225
+ .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
226
+
227
+ .recently .grid-row {border-bottom:1px solid #d9dde3; float: left; position: relative; }
228
+
229
+ .recently .last{border-bottom:0px solid #FFF}
230
+ .recently .subtitle{color:#459B06; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
231
+ .recently li.item{width:167px; float:left; padding:10px 10px 40px;}
232
+ .recently li.item .price-box{}
233
+ .recently li.item .actions { position: absolute; bottom: 12px; }
234
+
235
+ .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
236
+ .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
237
+ h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
238
+ a.product-name:hover { text-decoration: underline; }
239
+
240
+ .regular-price .price{color:#777; font-size:13px; font-weight:bold}
241
+
242
+ .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
243
+ .footer .informational li{float:left; margin:0 40px; display: inline;}
244
+ .footer .informational li ul li{float:none; margin:0; display: block;}
245
+ .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#D5E1E9; font-size:0.9em}
246
+ .footer .informational li ul li a:hover { text-decoration: underline; }
247
+ .footer .informational h6{margin-bottom:0.4em; color:#d5e1e9; font-size:1.1em}
248
+
249
+ .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #136793; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
250
+
251
+ .footer .payments{float:right; margin:5px 0 0}
252
+ .footer .legality{text-align:center; color:#FFF; font-size: .9em}
253
+ .footer .legality a{color:#b5e2ff; text-decoration: none;}
254
+
255
+ /* glider */
256
+ #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
257
+ div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
258
+ div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
259
+ div.scroller img{ border:none}
260
+ div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
261
+ div.scroller div.content{ width:10000px; padding:0px}
262
+ .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
263
+
264
+ .content .sliderdescription p{line-height:20px; text-align:center}
265
+ div.sliderdescription:hover{background:#fff}
266
+ .content a{text-decoration:none; color:#5a5a5a}
267
+ .content a:hover{text-decoration:underline}
268
+
269
+ .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
270
+ .slidercontrol{list-style:none; padding:0px; margin:0px}
271
+
272
+ .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
273
+
274
+ .slidercontrol a:hover,
275
+ .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
276
+
277
+ /* slider */
278
+ .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
279
+ .featured-products h4{margin-right:10px; color:#459b06; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
280
+ .featured-products .head{text-align:left; margin:0; padding:21px 0}
281
+ .featured-products #move-left,
282
+ .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
283
+ .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
284
+ .featured-products #move-left.disabled,
285
+ .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
286
+ .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
287
+ .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
288
+ .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
289
+ .slider-wrapper .list-featured li.last{ margin:0px}
290
+ .slider-wrapper .list-featured .product-image{ text-align:center}
291
+ .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
292
+ .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
293
+
294
+ #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
295
+ #quick-window .product-img-box{width:230px; float:left}
296
+ #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
297
+ #quickview-header{background-color:#888; height:26px; width:650px}
298
+
299
+ #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
300
+ #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
301
+ #quick-window .product-shop{float:right; text-align:left; width:385px}
302
+ #quick-window .product-essential{padding:25px 10px 25px 10px}
303
+ .catalog-listing .product-image{position:relative}
304
+ .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
305
+
306
+ a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
307
+ a.ajax:hover{text-decoration:none}
308
+
309
+
310
+ /****Update styles ****/
311
+
312
+ .footer li {background: none; display: block; padding: 0;}
313
+
314
+ .product-collateral { background: #faf7ee; }
skin/frontend/default/f001/css/ie8.css CHANGED
@@ -1,13 +1,16 @@
1
- .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
- .form-button:hover { background-position: 100% -84px; }
3
- .form-button-alt { background-position: 100% -142px; }
4
- .form-button-alt:hover { background-position: 100% -200px; }
5
- .form-button span, .form-button-alt span { background-position: 0 0; }
6
- .form-button:hover span { background-position: 0 -56px; }
7
- .form-button-alt span { background-position: 0 -113px; }
8
- .form-button-alt:hover span { background-position: 0 -171px; }
9
-
10
- .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
- .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
- .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
- .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
 
 
 
1
+ .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
+ .form-button:hover { background-position: 100% -84px; }
3
+ .form-button-alt { background-position: 100% -142px; }
4
+ .form-button-alt:hover { background-position: 100% -200px; }
5
+ .form-button span, .form-button-alt span { background-position: 0 0; }
6
+ .form-button:hover span { background-position: 0 -56px; }
7
+ .form-button-alt span { background-position: 0 -113px; }
8
+ .form-button-alt:hover span { background-position: 0 -171px; }
9
+
10
+ .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
+ .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
+ .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
+ .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
14
+
15
+ /*Search Autocomplete Misplase fix for IE8*/
16
+ #search_autocomplete { left: 25px !important; top: 27px !important;}
skin/frontend/default/f001/css/styles-ie.css CHANGED
@@ -19,10 +19,10 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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,
@@ -34,6 +34,7 @@
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
 
37
 
38
  /* Doubled Margin Fixes */
39
  .product-view .product-img-box .more-views li,
@@ -44,9 +45,6 @@
44
  #nav li,
45
  #nav li a { zoom:1; }
46
  #nav li { vertical-align:top; }
47
- /* Show Menu */
48
- #nav li.over ul.shown-sub { left:0; }
49
- #nav li.over li ul.shown-sub { left:100px; }
50
  /********** < Navigation styles */
51
 
52
  select { margin-bottom:1px; }
@@ -55,10 +53,11 @@ input.checkbox { width:13px; height:13px; }
55
  button.button { height:21px; }
56
  button.button span { position:relative; }
57
  button.btn-checkout { height:40px; }
 
58
  .form-list label { position:relative; z-index:0; }
59
  .form-list label.required em { position:absolute; top:0; right:-8px; }
60
 
61
- table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
62
 
63
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
64
 
@@ -69,6 +68,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
69
  .product-view .box-tags .product-tags li,
70
  .footer li { padding:0 4px 0 7px; }
71
 
 
 
72
  /* Clearer */
73
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
74
 
@@ -84,6 +85,7 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
84
  .col-main,
85
  .col2-set,
86
  .col3-set,
 
87
  .col4-set,
88
  .messages li,
89
  .search-autocomplete li,
@@ -113,7 +115,10 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
113
  .product-collateral,
114
  .product-view .product-img-box .more-views ul,
115
  .product-view .box-tags .form-add,
 
 
116
  .product-options .options-list li,
 
117
  .product-options-bottom,
118
  .truncated,
119
  .truncated .truncated_full_value,
@@ -137,7 +142,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
137
  .advanced-search-summary,
138
  .advanced-search-summary p,
139
  .gift-messages-form .item,
140
- .send-friend .form-list li p { zoom:1; }
 
141
 
142
  /* Hover Fix */
143
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
19
  *
20
  * @category design
21
  * @package default_default
22
+ * @copyright Copyright (c) 2011 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,
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
 
39
  /* Doubled Margin Fixes */
40
  .product-view .product-img-box .more-views li,
45
  #nav li,
46
  #nav li a { zoom:1; }
47
  #nav li { vertical-align:top; }
 
 
 
48
  /********** < Navigation styles */
49
 
50
  select { margin-bottom:1px; }
53
  button.button { height:21px; }
54
  button.button span { position:relative; }
55
  button.btn-checkout { height:40px; }
56
+ #opc-review .sp-methods .input-box { float:left; }
57
  .form-list label { position:relative; z-index:0; }
58
  .form-list label.required em { position:absolute; top:0; right:-8px; }
59
 
60
+ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
61
 
62
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
63
 
68
  .product-view .box-tags .product-tags li,
69
  .footer li { padding:0 4px 0 7px; }
70
 
71
+ .product-options dd .time-picker select { margin:0; padding:0; }
72
+
73
  /* Clearer */
74
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
75
 
85
  .col-main,
86
  .col2-set,
87
  .col3-set,
88
+ .col3-layout .product-options-bottom .price-box,
89
  .col4-set,
90
  .messages li,
91
  .search-autocomplete li,
115
  .product-collateral,
116
  .product-view .product-img-box .more-views ul,
117
  .product-view .box-tags .form-add,
118
+ .product-view .product-shop .short-description,
119
+ .product-view .box-description,
120
  .product-options .options-list li,
121
+ .product-options,
122
  .product-options-bottom,
123
  .truncated,
124
  .truncated .truncated_full_value,
142
  .advanced-search-summary,
143
  .advanced-search-summary p,
144
  .gift-messages-form .item,
145
+ .send-friend .form-list li p,
146
+ .centinel .authentication { zoom:1; }
147
 
148
  /* Hover Fix */
149
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/f001/css/styles.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
@@ -32,7 +32,7 @@ img { border:0; vertical-align:top; }
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
- :focus { outline: 0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
@@ -97,7 +97,7 @@ ul,ol { list-style:none; }
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
- .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
@@ -147,11 +147,10 @@ textarea { overflow:auto; }
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
150
-
151
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
152
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
153
  button.button {cursor: pointer;}
154
-
155
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
156
  button.button span span { border:0; }
157
 
@@ -192,6 +191,14 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
192
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
193
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
194
  .form-list .input-range input.input-text { width:74px; }
 
 
 
 
 
 
 
 
195
  /* Customer */
196
  .form-list .customer-name-prefix .input-box,
197
  .form-list .customer-name-suffix .input-box,
@@ -340,7 +347,8 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
340
  .title-buttons h5,
341
  .title-buttons h6 { float:left; }
342
 
343
- .subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
 
344
 
345
  /* Pager */
346
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
@@ -388,7 +396,7 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
388
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
389
 
390
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
391
- .data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
392
  .data-table tfoot tr { background-color:#dee5e8 !important; }
393
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
394
  .data-table tfoot strong { font-size:16px; }
@@ -406,14 +414,22 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
406
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
407
  .data-table tbody td .option-value { padding-left:10px; }
408
 
409
- /* Tax Details Row */
410
- tr.tax-total { cursor:pointer; }
411
- tr.tax-total td {}
412
- tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
413
- tr.show-details .tax-collapse { background-position:0 -52px; }
 
 
 
 
 
 
 
414
  tr.show-details td {}
415
- tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
416
- tr.tax-details-first td { border-top:1px solid #d2d8db; }
 
417
 
418
  /* Shopping cart tax info */
419
  .cart-tax-info { display:block; }
@@ -427,8 +443,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
427
  /* Class: std - styles for admin-controlled content */
428
  .std .subtitle { padding:0; }
429
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
430
- .std ul.disc { margin:0 0 10px; }
431
- .std ul.disc { list-style:disc outside; padding-left:18px; }
432
  .std dl dt { font-weight:bold; }
433
  .std dl dd { margin:0 0 10px; }
434
  /*.std ul,
@@ -464,20 +479,35 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
464
  .link-compare { font-weight:bold; }
465
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
466
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
467
- .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
468
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
 
 
 
469
 
470
  .separator { margin:0 3px; }
471
 
472
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
473
 
 
 
 
 
 
 
 
 
 
474
  /* Noscript Notice */
475
- .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
476
- .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
477
- .noscript p { margin:0; }
478
 
479
  /* Demo Notice */
480
- .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
 
 
 
481
  /* ======================================================================================= */
482
 
483
 
@@ -493,7 +523,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
493
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
494
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
495
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
496
- .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
497
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
498
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
499
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
@@ -515,7 +545,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
515
  .header-container .top-container a { font-size:11px; }
516
 
517
  /********** < Navigation */
518
- .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
519
  margin:0 auto; width:978px; }
520
  /* ======================================================================================= */
521
 
@@ -529,7 +559,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
529
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
530
  .block .block-content { }
531
  .block .block-content li.item { padding:7px 9px; }
532
- .block .btn-remove { float:right; margin:1px 0 2px 5px; }
533
  .block .actions {padding:6px 9px; text-align:right; }
534
  .block .actions a { float:left; }
535
  .block .actions button.button { float:right; }
@@ -561,10 +591,24 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
561
  .block-related .block-title span,
562
  .block-tags .block-title span,
563
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
 
 
 
 
 
 
 
 
 
 
 
564
 
565
  /* Mini Products List */
566
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
567
  .mini-products-list .product-details { margin-left:60px; }
 
 
 
568
 
569
  /* Block: Account */
570
  .block-account { }
@@ -592,34 +636,43 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
592
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
593
  .block-layered-nav dd { padding:0 12px 12px; }
594
  .block-layered-nav dd.last { background:none; }
595
- .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
596
- .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
597
- .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
 
 
 
598
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
599
  .block-layered-nav .actions a { float:none; }
600
 
601
  /* Block: Cart */
602
  .block-cart .block-title { /*border-bottom:0;*/ }
603
  .block-cart .block-title span { }
 
604
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
605
  .block-cart .amount { margin:0; }
606
  .block-cart .amount a { font-weight:bold; }
607
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
608
  .block-cart .subtotal .price { font-weight:bold; }
609
  .block-cart .actions { }
 
 
610
 
611
  /* Block: Wishlist */
612
  .block-wishlist .block-title span { }
 
613
  .block-wishlist .actions { text-align:right; }
614
  .block-wishlist .actions a { float:none; }
615
 
616
  /* Block: Related */
617
  .block-related .block-title span { }
 
618
  .block-related input.checkbox { float:left; }
619
  .block-related .product { margin-left:20px; }
620
 
621
  /* Block: Compare Products */
622
  .block-compare .block-title span { }
 
623
  .block-compare button.button span { border-color:#406a83; background:#618499; }
624
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
625
  .compare-table { border:0; }
@@ -642,12 +695,15 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
642
 
643
  /* Block: Recently Viewed */
644
  .block-viewed .block-title span { }
 
645
 
646
  /* Block: Recently Compared */
647
  .block-compared .block-title span { }
 
648
 
649
  /* Block: Poll */
650
  .block-poll .block-title span { }
 
651
  .block-poll .block-subtitle { font-size:12px; }
652
  .block-poll label { color:#777; font-weight:bold; }
653
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
@@ -692,6 +748,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
692
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
693
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
694
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
 
 
 
 
695
  /* ======================================================================================= */
696
 
697
 
@@ -705,7 +765,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
705
  /* View Type: Grid */
706
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
707
  .products-grid.last { border-bottom:0; }
708
- .products-grid li.item { float:left; width:155px; padding:12px 10px 10px; }
709
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
710
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
711
  .products-grid .product-name a { color:#203548; }
@@ -726,7 +786,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
726
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
727
  .products-list .availability { float:left; margin:3px 0 0; }
728
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
729
- .products-list .desc .link-more { font-size:11px; }
730
  .products-list .add-to-links { clear:both; }
731
  .products-list .add-to-links li { display:inline; }
732
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
@@ -757,6 +817,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
757
  .availability span { font-weight:bold; }
758
  .availability.in-stock span {}
759
  .availability.out-of-stock span { color:#d83820; }
 
 
 
 
 
 
 
 
 
 
 
 
 
760
  .product-view .product-shop .availability { font-size:11px; }
761
  .product-view .product-shop .availability span { font-weight:normal; }
762
 
@@ -807,7 +880,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
807
  .price-including-tax .label { white-space:nowrap; color:#999; }
808
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
809
 
810
- /* FTP */
 
 
 
 
 
811
  .weee { display:block; font-size:11px; color:#444; }
812
  .weee .price { font-size:11px; font-weight:normal; }
813
 
@@ -842,8 +920,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
842
  /********** Product Prices > */
843
 
844
  /* Tier Prices */
845
- .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
846
- .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
 
847
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
848
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
849
 
@@ -858,6 +937,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
858
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
859
  .add-to-cart .qty { float:left; margin-right:5px; }
860
  .add-to-cart button.button { float:left; }
 
 
 
861
 
862
  /* Add to Links + Add to Cart */
863
  .add-to-box { margin:10px 0; }
@@ -896,12 +978,13 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
896
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
897
 
898
  .product-image-popup { margin:0 auto; }
899
- .product-image-popup .nav { font-weight:bold; text-align:center; }
 
900
  .product-image-popup .image { display:block; margin:10px 0; }
901
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
902
 
903
  /* Product Shop */
904
- .product-view .product-shop { float:right; width:330px; }
905
  .col1-layout .product-view .product-shop { float:right; width:545px; }
906
  .col3-layout .product-view .product-shop { float:none; width:auto; }
907
  .product-view .product-shop .product-name { margin:0 0 5px; }
@@ -916,17 +999,18 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
916
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
917
 
918
  /* Product Options */
919
- .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
920
  .product-options dt { padding:10px 0 0; font-weight:normal; }
921
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
922
- .product-options dt span.required { color:#eb340a; }
923
- .product-options dt .qty-holder { float:right; margin-right:15px; }
924
- .product-options dt .qty-holder label { vertical-align:middle; }
925
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
926
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
927
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
928
  .product-options dd input.input-text { width:98%; }
929
  .product-options dd input.datetime-picker { width:150px; }
 
930
  .product-options dd textarea { width:98%; height:8em; }
931
  .product-options dd select { width:99%; }
932
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
@@ -938,14 +1022,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
938
  .product-options ul.options-list label { font-weight:normal; }
939
  .product-options ul.validation-failed { padding:0 7px; }
940
  .product-options p.note { margin:0; font-size:11px; }
941
- .product-options p.required { margin-bottom:0; padding:15px 0 0; }
942
 
943
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
944
- .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
945
- .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
 
946
  .product-options-bottom .tier-prices .price,
947
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
948
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
 
 
949
  .product-options-bottom .price-label { float:left; padding-right:5px; }
950
  .product-options-bottom .price-tax { float:left; }
951
  .product-options-bottom .add-to-cart { float:right; }
@@ -954,6 +1041,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
954
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
955
  .product-shop .product-options-bottom .price-tax { float:none; }
956
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
 
957
 
958
  /* Grouped Product */
959
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
@@ -1024,7 +1112,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1024
  .product-name a { }
1025
 
1026
  /* Product Tags */
1027
- .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
1028
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1029
  .tags-list li a { color:#1b2d3b; }
1030
 
@@ -1065,6 +1153,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1065
 
1066
  /* Checkout Types */
1067
  .cart .page-title .checkout-types li { margin:0 0 5px; }
 
 
 
 
1068
 
1069
  /* Shopping Cart Table */
1070
  .cart-table th { padding:2px 10px; }
@@ -1073,8 +1165,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1073
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1074
  .cart-table tfoot td { padding:5px 10px; }
1075
  .cart-table .btn-continue { float:left; }
 
1076
  .cart-table .btn-continue span,
1077
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
 
 
 
1078
 
1079
  /* Shopping Cart Collateral boxes */
1080
  .cart .cart-collaterals { padding:25px 0 0; }
@@ -1113,7 +1209,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1113
  .cart .totals table { width:100%; margin:7px 0; }
1114
  .cart .totals td { padding:1px 15px 1px 7px; }
1115
  .cart .totals tr.last td {}
 
1116
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
 
1117
  .cart .totals tfoot td strong { font-size:15px; }
1118
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1119
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
@@ -1125,10 +1223,11 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1125
  .truncated a.dots { cursor:help; }
1126
  .truncated a.details { cursor:help; }
1127
  .truncated .truncated_full_value { position:relative; z-index:999; }
1128
- .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1129
- .truncated .show dl { top:-20px; left:50%; }
1130
- .col-left .truncated .show dl { left:15px; top:7px; }
1131
- .col-right .truncated .show dl { left:-240px; top:7px; }
 
1132
  /* ======================================================================================= */
1133
 
1134
 
@@ -1146,9 +1245,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1146
  .sp-methods select.month { width:154px; margin-right:10px; }
1147
  .sp-methods select.year { width:96px; }
1148
  .sp-methods input.cvv { width:3em !important; }
 
 
 
 
 
1149
  .sp-methods .centinel-logos a { margin-right:3px; }
1150
  .sp-methods .centinel-logos img { vertical-align:middle; }
1151
 
 
 
 
1152
  .please-wait { float:right; }
1153
  .please-wait img { vertical-align:middle; }
1154
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
@@ -1197,6 +1304,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1197
 
1198
  /* Centinel */
1199
  .centinel {}
 
 
1200
 
1201
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1202
 
@@ -1228,6 +1337,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1228
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1229
  .block-progress dd.complete {}
1230
  .block-progress p { margin:0; }
 
 
 
1231
 
1232
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1233
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
@@ -1272,6 +1384,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1272
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1273
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1274
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
 
 
1275
 
1276
  /* Multiple Addresses Checkout */
1277
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
@@ -1339,7 +1453,39 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1339
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1340
 
1341
  .account-create {}
1342
- /* Account Login/Create Pages ============================================================ */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
 
1344
 
1345
  /* My Account ============================================================================= */
@@ -1411,28 +1557,26 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1411
 
1412
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1413
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1414
- .order-info-box .box-payment p { margin:0 0 5px; }
1415
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1416
 
1417
  .order-items { width:100%; overflow-x:auto; }
1418
  .order-items h2,
1419
  .order-items h3 { font-weight:bold; font-size:13px; }
1420
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1421
- .order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
1422
- .order-items p .link-print { float:none; }
1423
 
1424
- .order-gift-message { margin:15px 0; }
 
1425
  .gift-message dt strong { color:#666; }
1426
- .gift-message dd { margin:5px 0 0; font-size:13px; }
1427
-
1428
- .order-about { margin:15px 0; }
1429
  .order-about dt { font-weight:bold; }
1430
  .order-about dd { font-size:13px; margin:0 0 7px; }
1431
 
1432
  .tracking-table { margin:0 0 15px; }
1433
  .tracking-table th { font-weight:bold; white-space:nowrap; }
1434
- .tracking-table th,
1435
- .tracking-table td { padding:1px 5px 0 0; }
1436
 
1437
  .tracking-table-popup { width:100%; }
1438
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
@@ -1471,7 +1615,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1471
 
1472
  /* My Tags */
1473
  .my-tag-edit { float:left; margin:0 0 10px; }
1474
- .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
1475
  #my-tags-table { clear:both; }
1476
  #my-tags-table td { padding:10px; }
1477
  #my-tags-table .add-to-links { white-space:nowrap; }
@@ -1489,6 +1633,33 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1489
  .product-review .ratings-table { margin:0 0 10px; }
1490
  .product-review dt { font-weight:bold; }
1491
  .product-review dd { font-size:13px; margin:5px 0 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1492
  /* ======================================================================================= */
1493
 
1494
 
@@ -1498,9 +1669,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1498
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1499
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1500
  .footer .store-switcher select { padding:0; vertical-align:middle; }
 
 
1501
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1502
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1503
  .footer .bugs a:hover { text-decoration:none; }
 
 
 
 
 
 
 
 
1504
  /* ======================================================================================= */
1505
 
1506
  /* Sample Data============================================================================ */
@@ -1532,6 +1713,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1532
  .col-main:after,
1533
  .col2-set:after,
1534
  .col3-set:after,
 
1535
  .col4-set:after,
1536
  .search-autocomplete li:after,
1537
  .block .block-content:after,
@@ -1555,6 +1737,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1555
  .product-collateral:after,
1556
  .product-view .product-img-box .more-views ul:after,
1557
  .product-view .box-tags .form-add:after,
 
 
1558
  .product-options .options-list li:after,
1559
  .product-options-bottom:after,
1560
  .product-review:after,
@@ -1571,6 +1755,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1571
  .page-print .print-head:after,
1572
  .advanced-search-summary:after,
1573
  .gift-messages-form .item:after,
1574
- .send-friend .form-list li p:after,
1575
- .recently ol.grid-row:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1576
  /* ======================================================================================= */
 
 
19
  *
20
  * @category design
21
  * @package default_default
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
 
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
+ :focus { outline:0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
+ .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
 
150
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
151
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
152
  button.button {cursor: pointer;}
153
+
154
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
155
  button.button span span { border:0; }
156
 
191
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
192
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
193
  .form-list .input-range input.input-text { width:74px; }
194
+
195
+ .form-list-narrow li { margin-bottom:0; }
196
+ .form-list-narrow li .input-box { margin-bottom:6px; }
197
+ .form-list-narrow li.wide .input-box { width:260px; }
198
+ .form-list-narrow li.wide input.input-text,
199
+ .form-list-narrow li.wide textarea { width:254px }
200
+ .form-list-narrow li.wide select { width:260px; }
201
+
202
  /* Customer */
203
  .form-list .customer-name-prefix .input-box,
204
  .form-list .customer-name-suffix .input-box,
347
  .title-buttons h5,
348
  .title-buttons h6 { float:left; }
349
 
350
+ .subtitle,
351
+ .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
352
 
353
  /* Pager */
354
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
396
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
397
 
398
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
399
+ .data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
400
  .data-table tfoot tr { background-color:#dee5e8 !important; }
401
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
402
  .data-table tfoot strong { font-size:16px; }
414
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
415
  .data-table tbody td .option-value { padding-left:10px; }
416
 
417
+ /* Generic Info Box */
418
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
419
+ .info-box h2 { font-weight:bold; font-size:13px; }
420
+
421
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
422
+ .info-table td { padding:2px 0; }
423
+
424
+ /* Shopping cart total summary row expandable to details */
425
+ tr.summary-total { cursor:pointer; }
426
+ tr.summary-total td {}
427
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
428
+ tr.show-details .summary-collapse { background-position:0 -52px; }
429
  tr.show-details td {}
430
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
431
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
432
+ tr.summary-details-excluded { font-style:italic; }
433
 
434
  /* Shopping cart tax info */
435
  .cart-tax-info { display:block; }
443
  /* Class: std - styles for admin-controlled content */
444
  .std .subtitle { padding:0; }
445
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
446
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
 
447
  .std dl dt { font-weight:bold; }
448
  .std dl dd { margin:0 0 10px; }
449
  /*.std ul,
479
  .link-compare { font-weight:bold; }
480
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
481
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
483
+ .btn-previous { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
485
+ .btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
486
+
487
+ .cards-list dt { margin:5px 0 0; }
488
+ .cards-list .offset { padding:2px 0 2px 20px; }
489
 
490
  .separator { margin:0 3px; }
491
 
492
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
493
 
494
+ /* Global site notices */
495
+ .global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
496
+ .global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
497
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
498
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
499
+
500
+ /* Cookie Notice */
501
+ .notice-cookie { }
502
+
503
  /* Noscript Notice */
504
+ .noscript {}
 
 
505
 
506
  /* Demo Notice */
507
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
508
+ .demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
509
+ .demo-notice .notice-inner p { padding:0; border:0; }
510
+
511
  /* ======================================================================================= */
512
 
513
 
523
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
524
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
525
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
526
+ .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
527
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
528
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
529
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
545
  .header-container .top-container a { font-size:11px; }
546
 
547
  /********** < Navigation */
548
+ .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
549
  margin:0 auto; width:978px; }
550
  /* ======================================================================================= */
551
 
559
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
560
  .block .block-content { }
561
  .block .block-content li.item { padding:7px 9px; }
562
+ .block .btn-remove, .block .btn-edit { float:right; margin:1px 0 2px 5px; }
563
  .block .actions {padding:6px 9px; text-align:right; }
564
  .block .actions a { float:left; }
565
  .block .actions button.button { float:right; }
591
  .block-related .block-title span,
592
  .block-tags .block-title span,
593
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
594
+ .block-cart .block-title strong,
595
+ .block-wishlist .block-title strong,
596
+ .block-subscribe .block-title strong,
597
+ .block-compare .block-title strong,
598
+ .block-reorder .block-title strong,
599
+ .block-poll .block-title strong,
600
+ .block-viewed .block-title strong,
601
+ .block-compared .block-title strong,
602
+ .block-related .block-title strong,
603
+ .block-tags .block-title strong,
604
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
605
 
606
  /* Mini Products List */
607
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
608
  .mini-products-list .product-details { margin-left:60px; }
609
+ .block-cart .mini-products-list .product-details .product-name,
610
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
611
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
612
 
613
  /* Block: Account */
614
  .block-account { }
636
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
637
  .block-layered-nav dd { padding:0 12px 12px; }
638
  .block-layered-nav dd.last { background:none; }
639
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; position:relative; z-index:1; line-height:1.5; }
640
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:8px; text-transform:uppercase; }
641
+ .block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
642
+ .block-layered-nav .currently .btn-previous,
643
+ .block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:5px; margin:0; }
644
+ .block-layered-nav .currently .btn-previous { right:17px; }
645
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
646
  .block-layered-nav .actions a { float:none; }
647
 
648
  /* Block: Cart */
649
  .block-cart .block-title { /*border-bottom:0;*/ }
650
  .block-cart .block-title span { }
651
+ .block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
652
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
653
  .block-cart .amount { margin:0; }
654
  .block-cart .amount a { font-weight:bold; }
655
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
656
  .block-cart .subtotal .price { font-weight:bold; }
657
  .block-cart .actions { }
658
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
659
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
660
 
661
  /* Block: Wishlist */
662
  .block-wishlist .block-title span { }
663
+ .block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
664
  .block-wishlist .actions { text-align:right; }
665
  .block-wishlist .actions a { float:none; }
666
 
667
  /* Block: Related */
668
  .block-related .block-title span { }
669
+ .block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
670
  .block-related input.checkbox { float:left; }
671
  .block-related .product { margin-left:20px; }
672
 
673
  /* Block: Compare Products */
674
  .block-compare .block-title span { }
675
+ .block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
676
  .block-compare button.button span { border-color:#406a83; background:#618499; }
677
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
678
  .compare-table { border:0; }
695
 
696
  /* Block: Recently Viewed */
697
  .block-viewed .block-title span { }
698
+ .block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
699
 
700
  /* Block: Recently Compared */
701
  .block-compared .block-title span { }
702
+ .block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
703
 
704
  /* Block: Poll */
705
  .block-poll .block-title span { }
706
+ .block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
707
  .block-poll .block-subtitle { font-size:12px; }
708
  .block-poll label { color:#777; font-weight:bold; }
709
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
748
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
749
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
750
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
751
+
752
+ /* Paypal */
753
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
754
+ .sidebar .paypal-logo a { float:none; }
755
  /* ======================================================================================= */
756
 
757
 
765
  /* View Type: Grid */
766
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
767
  .products-grid.last { border-bottom:0; }
768
+ .products-grid li.item { float:left; width:155px; padding:12px 10px 80px; }
769
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
770
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
771
  .products-grid .product-name a { color:#203548; }
786
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
787
  .products-list .availability { float:left; margin:3px 0 0; }
788
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
789
+ .products-list .desc .link-learn { font-size:11px; }
790
  .products-list .add-to-links { clear:both; }
791
  .products-list .add-to-links li { display:inline; }
792
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
817
  .availability span { font-weight:bold; }
818
  .availability.in-stock span {}
819
  .availability.out-of-stock span { color:#d83820; }
820
+
821
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
822
+ .availability-only span,
823
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
824
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
825
+ .availability-only .expanded { background-position:100% -15px; }
826
+ .availability-only strong { color:#be2c00; }
827
+
828
+ .availability-only-details { margin:0 0 7px; }
829
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
830
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
831
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
832
+
833
  .product-view .product-shop .availability { font-size:11px; }
834
  .product-view .product-shop .availability span { font-weight:normal; }
835
 
880
  .price-including-tax .label { white-space:nowrap; color:#999; }
881
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
882
 
883
+ /* Configured price */
884
+ .configured-price { margin:0; }
885
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
886
+ .configured-price .price { font-weight:bold; }
887
+
888
+ /* FPT */
889
  .weee { display:block; font-size:11px; color:#444; }
890
  .weee .price { font-size:11px; font-weight:normal; }
891
 
920
  /********** Product Prices > */
921
 
922
  /* Tier Prices */
923
+ .product-pricing,
924
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
925
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
926
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
927
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
928
 
937
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
938
  .add-to-cart .qty { float:left; margin-right:5px; }
939
  .add-to-cart button.button { float:left; }
940
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
941
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
942
+ .product-view .add-to-cart .paypal-logo { margin:0; }
943
 
944
  /* Add to Links + Add to Cart */
945
  .add-to-box { margin:10px 0; }
978
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
979
 
980
  .product-image-popup { margin:0 auto; }
981
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
982
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
983
  .product-image-popup .image { display:block; margin:10px 0; }
984
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
985
 
986
  /* Product Shop */
987
+ .product-view .product-shop { float:right; width:410px; }
988
  .col1-layout .product-view .product-shop { float:right; width:545px; }
989
  .col3-layout .product-view .product-shop { float:none; width:auto; }
990
  .product-view .product-shop .product-name { margin:0 0 5px; }
999
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
1000
 
1001
  /* Product Options */
1002
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
1003
  .product-options dt { padding:10px 0 0; font-weight:normal; }
1004
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
1005
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1006
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1007
+ .product-options dd .qty-holder label { vertical-align:middle; }
1008
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1009
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
1010
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1011
  .product-options dd input.input-text { width:98%; }
1012
  .product-options dd input.datetime-picker { width:150px; }
1013
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1014
  .product-options dd textarea { width:98%; height:8em; }
1015
  .product-options dd select { width:99%; }
1016
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1022
  .product-options ul.options-list label { font-weight:normal; }
1023
  .product-options ul.validation-failed { padding:0 7px; }
1024
  .product-options p.note { margin:0; font-size:11px; }
1025
+ .product-options p.required { position:absolute; right:20px; top:20px; }
1026
 
1027
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1028
+ .product-options-bottom .product-pricing,
1029
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
1030
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; }
1031
  .product-options-bottom .tier-prices .price,
1032
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
1033
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1034
+ .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1035
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1036
  .product-options-bottom .price-label { float:left; padding-right:5px; }
1037
  .product-options-bottom .price-tax { float:left; }
1038
  .product-options-bottom .add-to-cart { float:right; }
1041
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1042
  .product-shop .product-options-bottom .price-tax { float:none; }
1043
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1044
+ .product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1045
 
1046
  /* Grouped Product */
1047
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1112
  .product-name a { }
1113
 
1114
  /* Product Tags */
1115
+ .tags-list { display:block; font-size:13px; border:none; background:none; padding:10px; }
1116
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1117
  .tags-list li a { color:#1b2d3b; }
1118
 
1153
 
1154
  /* Checkout Types */
1155
  .cart .page-title .checkout-types li { margin:0 0 5px; }
1156
+ .cart .title-buttons .checkout-types { float:right; }
1157
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1158
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1159
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1160
 
1161
  /* Shopping Cart Table */
1162
  .cart-table th { padding:2px 10px; }
1165
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1166
  .cart-table tfoot td { padding:5px 10px; }
1167
  .cart-table .btn-continue { float:left; }
1168
+ .cart-table .btn-empty span,
1169
  .cart-table .btn-continue span,
1170
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
1171
+ .cart-table .btn-update,
1172
+ .cart-table .btn-empty { float:right; }
1173
+ .cart-table .btn-update { margin-left:10px; }
1174
 
1175
  /* Shopping Cart Collateral boxes */
1176
  .cart .cart-collaterals { padding:25px 0 0; }
1209
  .cart .totals table { width:100%; margin:7px 0; }
1210
  .cart .totals td { padding:1px 15px 1px 7px; }
1211
  .cart .totals tr.last td {}
1212
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1213
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1214
+ .cart .totals tfoot th strong,
1215
  .cart .totals tfoot td strong { font-size:15px; }
1216
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1217
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1223
  .truncated a.dots { cursor:help; }
1224
  .truncated a.details { cursor:help; }
1225
  .truncated .truncated_full_value { position:relative; z-index:999; }
1226
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1227
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1228
+ .truncated .show .item-options { top:-20px; left:50%; }
1229
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1230
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1231
  /* ======================================================================================= */
1232
 
1233
 
1245
  .sp-methods select.month { width:154px; margin-right:10px; }
1246
  .sp-methods select.year { width:96px; }
1247
  .sp-methods input.cvv { width:3em !important; }
1248
+
1249
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1250
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1251
+ .sp-methods .checkmo-list address { float:left; }
1252
+
1253
  .sp-methods .centinel-logos a { margin-right:3px; }
1254
  .sp-methods .centinel-logos img { vertical-align:middle; }
1255
 
1256
+ .sp-methods .release-amounts { margin:0.5em 0; }
1257
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1258
+
1259
  .please-wait { float:right; }
1260
  .please-wait img { vertical-align:middle; }
1261
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1304
 
1305
  /* Centinel */
1306
  .centinel {}
1307
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1308
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1309
 
1310
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1311
 
1337
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1338
  .block-progress dd.complete {}
1339
  .block-progress p { margin:0; }
1340
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
1341
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1342
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1343
 
1344
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1345
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1384
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1385
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1386
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1387
+ #opc-review .authentication { margin:0 auto; width:570px; }
1388
+ #opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
1389
 
1390
  /* Multiple Addresses Checkout */
1391
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
1453
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1454
 
1455
  .account-create {}
1456
+
1457
+ /* Captcha ================================================================================ */
1458
+ .captcha-note { clear:left; padding-top:5px; }
1459
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1460
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1461
+ .registered-users .captcha-image { margin:0;}
1462
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
1463
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1464
+
1465
+ @-webkit-keyframes rotate {
1466
+ 0% { -webkit-transform:rotate(0); }
1467
+ 0% { -webkit-transform:rotate(-360deg); }
1468
+ }
1469
+ @-moz-keyframes rotate {
1470
+ 0% { -moz-transform:rotate(0); }
1471
+ 0% { -moz-transform:rotate(-360deg); }
1472
+ }
1473
+ @keyframes rotate {
1474
+ 0% { transform:rotate(0); }
1475
+ 0% { transform:rotate(-360deg); }
1476
+ }
1477
+
1478
+ /* Remember Me Popup ===================================================================== */
1479
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1480
+
1481
+ .remember-me label { float:none; margin:0 6px; }
1482
+ .remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
1483
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1484
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1485
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1486
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1487
+ .remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
1488
+ /* Remember Me Popup ===================================================================== */
1489
 
1490
 
1491
  /* My Account ============================================================================= */
1557
 
1558
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1559
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1560
+ .order-info-box .box-payment p { margin:0 0 3px; }
1561
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1562
 
1563
  .order-items { width:100%; overflow-x:auto; }
1564
  .order-items h2,
1565
  .order-items h3 { font-weight:bold; font-size:13px; }
1566
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1567
+ .order-items .link-print { color:#1e7ec8; font-weight:normal; }
1568
+ .order-items .order-links { text-align:right; }
1569
 
1570
+ .order-additional { margin:15px 0; }
1571
+ /* Order Gift Message */
1572
  .gift-message dt strong { color:#666; }
1573
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1574
+ /* Order Comments */
 
1575
  .order-about dt { font-weight:bold; }
1576
  .order-about dd { font-size:13px; margin:0 0 7px; }
1577
 
1578
  .tracking-table { margin:0 0 15px; }
1579
  .tracking-table th { font-weight:bold; white-space:nowrap; }
 
 
1580
 
1581
  .tracking-table-popup { width:100%; }
1582
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1615
 
1616
  /* My Tags */
1617
  .my-tag-edit { float:left; margin:0 0 10px; }
1618
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1619
  #my-tags-table { clear:both; }
1620
  #my-tags-table td { padding:10px; }
1621
  #my-tags-table .add-to-links { white-space:nowrap; }
1633
  .product-review .ratings-table { margin:0 0 10px; }
1634
  .product-review dt { font-weight:bold; }
1635
  .product-review dd { font-size:13px; margin:5px 0 0; }
1636
+
1637
+ /* Billing Agreements */
1638
+ .billing-agreements .info-box{ margin:15px 0; }
1639
+ .billing-agreements .form-list li select { float:left; }
1640
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1641
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1642
+ /* ======================================================================================= */
1643
+
1644
+
1645
+ /* MAP Popup============================================================================== */
1646
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1647
+ .map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
1648
+
1649
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1650
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1651
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1652
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1653
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
1654
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1655
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1656
+ .map-popup-checkout span { display:block; padding-right:30px; }
1657
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1658
+ .map-popup-price .price-box,
1659
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1660
+ .map-popup-price { margin:5px 0 0; }
1661
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1662
+ .map-popup-only-text { border-top:1px solid #ddd; }
1663
  /* ======================================================================================= */
1664
 
1665
 
1669
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1670
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1671
  .footer .store-switcher select { padding:0; vertical-align:middle; }
1672
+ .footer a { color:#fff; text-decoration:none; }
1673
+ .footer a:hover { text-decoration:underline; }
1674
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1675
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1676
  .footer .bugs a:hover { text-decoration:none; }
1677
+ .footer address { margin:0 0 20px; color:#ecf3f6; }
1678
+ .footer address a { color:#ecf3f6; text-decoration:underline; }
1679
+ .footer address a:hover { text-decoration:none; }
1680
+ .footer ul { display:inline; }
1681
+ .footer ul.links { display:block; }
1682
+ .footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
1683
+ .footer li.last { background:none !important; padding-right:0 !important; }
1684
+ .footer-container .bottom-container { margin:0 0 5px; }
1685
  /* ======================================================================================= */
1686
 
1687
  /* Sample Data============================================================================ */
1713
  .col-main:after,
1714
  .col2-set:after,
1715
  .col3-set:after,
1716
+ .col3-layout .product-options-bottom .price-box:after,
1717
  .col4-set:after,
1718
  .search-autocomplete li:after,
1719
  .block .block-content:after,
1737
  .product-collateral:after,
1738
  .product-view .product-img-box .more-views ul:after,
1739
  .product-view .box-tags .form-add:after,
1740
+ .product-view .product-shop .short-description:after,
1741
+ .product-view .box-description:after,
1742
  .product-options .options-list li:after,
1743
  .product-options-bottom:after,
1744
  .product-review:after,
1755
  .page-print .print-head:after,
1756
  .advanced-search-summary:after,
1757
  .gift-messages-form .item:after,
1758
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
 
1759
  /* ======================================================================================= */
1760
+
1761
+ .guest-select {width:305px !important;}
skin/frontend/default/f001/images/bkg_nav2.gif ADDED
Binary file
skin/frontend/default/f001/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/default/f001/images/bkg_th.gif ADDED
Binary file
skin/frontend/default/f001/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/f001/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/f001/images/btn_search.gif ADDED
Binary file
skin/frontend/default/f001/images/calendar.gif ADDED
Binary file
skin/frontend/default/f001/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/f001/images/free_shipping_callout.jpg ADDED
Binary file
skin/frontend/default/f001/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/f001/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/f001/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/f001/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/f001/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/f001/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/f001/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/f001/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/f001/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/f001/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/f001/js/productInfo.js CHANGED
@@ -3,12 +3,12 @@ ProductInfo.prototype = {
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
-
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
- this.createWindow();
11
-
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
@@ -17,9 +17,9 @@ ProductInfo.prototype = {
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
-
21
  },
22
-
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
@@ -31,42 +31,44 @@ ProductInfo.prototype = {
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
-
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
-
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
47
  display: 'block'
48
  })
49
  },
50
-
51
  hideButton: function(e)
52
  {
53
  el = this;
54
  while (el.tagName != 'P') {
55
  el = el.up();
56
  }
57
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
58
  display: 'none'
59
  })
60
  },
61
-
62
  createWindow: function()
63
  {
64
  var qWindow = new Element('div', {id: 'quick-window'});
65
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
66
  document.body.appendChild(qWindow);
67
- $('quickview-close').observe('click', this.hideWindow.bind(this));
68
  },
69
-
70
  showWindow: function()
71
  {
72
  $('quick-window').setStyle({
@@ -75,17 +77,17 @@ ProductInfo.prototype = {
75
  display: 'block'
76
  });
77
  },
78
-
79
  setContent: function(content)
80
  {
81
  $$('.quick-view-content')[0].insert(content);
82
  },
83
-
84
  clearContent: function()
85
  {
86
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
87
  },
88
-
89
  hideWindow: function()
90
  {
91
  this.clearContent();
@@ -94,7 +96,10 @@ ProductInfo.prototype = {
94
 
95
  loadInfo: function(e)
96
  {
97
- e.stop();
 
 
 
98
  var that = this;
99
  this.createLoader();
100
  new Ajax.Request(e.element().href, {
@@ -104,6 +109,6 @@ ProductInfo.prototype = {
104
  that.destroyLoader();
105
  that.showWindow();
106
  }
107
- });
108
  }
109
  }
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
+
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
+ this.createWindow();
11
+
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
+
21
  },
22
+
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
+
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
+
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
+ var btn = $(el).getElementsBySelector('.ajax')[0];
47
+ btn && btn.setStyle({
48
  display: 'block'
49
  })
50
  },
51
+
52
  hideButton: function(e)
53
  {
54
  el = this;
55
  while (el.tagName != 'P') {
56
  el = el.up();
57
  }
58
+ var btn = $(el).getElementsBySelector('.ajax')[0];
59
+ btn && btn.setStyle({
60
  display: 'none'
61
  })
62
  },
63
+
64
  createWindow: function()
65
  {
66
  var qWindow = new Element('div', {id: 'quick-window'});
67
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
68
  document.body.appendChild(qWindow);
69
+ $('quickview-close').observe('click', this.hideWindow.bind(this));
70
  },
71
+
72
  showWindow: function()
73
  {
74
  $('quick-window').setStyle({
77
  display: 'block'
78
  });
79
  },
80
+
81
  setContent: function(content)
82
  {
83
  $$('.quick-view-content')[0].insert(content);
84
  },
85
+
86
  clearContent: function()
87
  {
88
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
89
  },
90
+
91
  hideWindow: function()
92
  {
93
  this.clearContent();
96
 
97
  loadInfo: function(e)
98
  {
99
+ if (typeof event != 'undefined') { // ie9 fix
100
+ event.preventDefault ? event.preventDefault() : event.returnValue = false;
101
+ }
102
+ Event.stop(e);
103
  var that = this;
104
  this.createLoader();
105
  new Ajax.Request(e.element().href, {
109
  that.destroyLoader();
110
  that.showWindow();
111
  }
112
+ });
113
  }
114
  }
skin/frontend/default/f001/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 900
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().getWidth();
51
- var contentWidth = lastItemLeft + lastItemWidth + 8;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 900
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().getWidth();
51
+ var contentWidth = lastItemLeft + lastItemWidth + 8;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f001_green/css/custom.css CHANGED
@@ -1,302 +1,329 @@
1
- /*
2
- * body : #58822f;
3
- * .block-subscribe : #58822f;
4
- * .footer .informational li ul li a : #dfe7d8;
5
- * .footer .informational h6 : #dfe7d8;
6
- * .footer .legality a : #c7f19e;
7
- * #nav a : #D1E1C6;
8
- * .header-cart .title : #C1E2A0;
9
- * .header .form-language label : #C1E2A0;
10
- *
11
- */
12
-
13
- body{background:url("../images/body_bg.gif") repeat-x #58822f; color:#2F2F2F}
14
-
15
- h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
16
- a {color:#1E7EC8; text-decoration:underline; }
17
-
18
- .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
19
- .quick-access{float:right; margin-top:16px; padding:0 10px; text-align:right; width: 500px;}
20
-
21
- .header {z-index: 100;}
22
- .shop-access{float:right; margin:0; font-size:1em;}
23
- .shop-access a{color:#7386BE; text-decoration:none}
24
- .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
25
- .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
26
- .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
27
- .header .form-search label{display:none}
28
- .header .form-search button.button{height:27px;width:25px;}
29
- .header .form-search {background:url("../images/mini_search_bg.gif") no-repeat scroll right top transparent;}
30
-
31
- .header .form-language label { color:#C1E2A0; }
32
-
33
- .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
34
- .page-title h1 {color:#459B06; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
35
-
36
- .block-content a{}
37
- .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #58822f; border:medium none; color:#FFF; min-height:124px}
38
- .block-subscribe .block-title strong{background:none}
39
- .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
40
- .block-subscribe label{font-weight:bold; color:#FFF}
41
- .block-subscribe .actions{margin-top:15px}
42
- .block-cart .subtotal{background:#eee}
43
-
44
- .block-layered-nav{}
45
- .block-layered-nav .block-title{ padding:0px; }
46
-
47
- .block-layered-nav{padding:5px 10px}
48
- .block-layered-nav .block-subtitle,
49
- .block-layered-nav .block-content{background:none; border:0px solid #ddd}
50
- .block-layered-nav dt{padding:7px 10px 0 7px}
51
- .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
52
- .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
53
- .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
54
-
55
- h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
56
- .products-grid h5 a{color:#007ed3; text-decoration:none}
57
- .products-grid .ratings .amount{display:none}
58
- .products-grid .actions{position:static; bottom:12px}
59
- /*************************Buttons*************************/
60
- button.button{background:none; border:0px solid #000}
61
-
62
- .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
63
- .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
64
- .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
65
- .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
66
-
67
- /**ALT BTNS**/
68
- .grey-box .button span,
69
- .cart-table .btn-continue span,
70
- .cart-table .btn-update span,
71
- .cart .discount button span,
72
- .cart .shipping button span,
73
- .block-compare button.button span,
74
- .block-poll button.button span,
75
- .block-login .actions button.button span,
76
- .product-view .box-tags .form-add button.button span,
77
- .multiple-checkout .title-buttons button.button span,
78
- #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
79
- .grey-box .button:hover span,
80
- .cart-table .btn-continue:hover span,
81
- .cart-table .btn-update:hover span,
82
- .cart .discount button:hover span,
83
- .cart .shipping button:hover span,
84
- .block-compare button.button:hover span,
85
- .block-poll button.button:hover span,
86
- .block-login .actions button.button:hover span,
87
- .product-view .box-tags .form-add button.button:hover span,
88
- .multiple-checkout .title-buttons button.button:hover span,
89
- #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
90
- .grey-box .button span span,
91
- .cart-table .btn-continue span span,
92
- .cart-table .btn-update span span,
93
- .cart .discount button span span,
94
- .cart .shipping button span span,
95
- .block-compare button.button span span,
96
- .block-poll button.button span span,
97
- .block-login .actions button.button span span,
98
- .product-view .box-tags .form-add button.button span span,
99
- .multiple-checkout .title-buttons button.button span span,
100
- #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
101
- .grey-box .button:hover span span,
102
- .cart-table .btn-continue:hover span span,
103
- .cart-table .btn-update:hover span span,
104
- .cart .discount button:hover span span,
105
- .cart .shipping button:hover span span,
106
- .block-compare button.button:hover span span,
107
- .block-poll button.button:hover span span,
108
- .block-login .actions button.button:hover span span,
109
- .product-view .box-tags .form-add button.button:hover span span,
110
- .multiple-checkout .title-buttons button.button:hover span span,
111
- #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
112
-
113
- .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
114
- .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
115
-
116
- .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
117
- .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
118
-
119
- button.btn-checkout span span{padding:0 16px}
120
- /****************************End Buttons***************************/
121
- .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
122
- .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
123
-
124
-
125
- /**** Navigation *****/
126
- #nav{padding:0 0 3px; width:952px; margin:0 auto; background:url(../images/nav.gif) no-repeat 0 0; font:bold 1em Arial,Helvetica,sans-serif}
127
-
128
- /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
129
- #nav li{position:relative; text-align:left}
130
- #nav li.over{z-index:999}
131
- #nav a,
132
- #nav a:hover{display:block; line-height:1.3em; text-decoration:none}
133
- #nav span{display:block; cursor:pointer; white-space:nowrap}
134
- #nav li ul span{white-space:normal}
135
-
136
- /************ 0 LEVEL ***************/
137
- #nav li{float:left}
138
- #nav a{float:left; color:#D1E1C6; font-weight:bold}
139
- #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
140
- #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
141
- #nav li.first span{padding-left:18px}
142
- #nav li.over a,
143
- #nav a:hover{color:#fff}
144
-
145
- /************ 1ST LEVEL ************/
146
- #nav ul li,
147
- #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
148
- #nav li.active li a,
149
- #nav ul li.active a{background:#fff}
150
- /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
151
- */
152
- #nav ul li.last{background:#ecf3f6; padding-bottom:0}
153
-
154
- #nav ul a,
155
- #nav ul a:hover{float:none; padding:0; background:none}
156
- #nav ul li a{font-weight:normal !important}
157
-
158
- /************ 2ND LEVEL ************/
159
- #nav ul{position:absolute; width:15em; top:40px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
160
- #nav ul span{background:none}
161
-
162
- /* Show menu */
163
- #nav li.over >ul{left:-1px}
164
- #nav li.over >ul li.over >ul{left:100px}
165
- #nav li.over ul ul{left:-10000px}
166
-
167
- #nav ul li a{background:#fff}
168
- #nav ul li a:hover{background:#f4f4f4}
169
- #nav ul li.over >a{background:#f4f4f4}
170
- #nav ul li a,
171
- #nav ul li a:hover{color:#2f2f2f !important}
172
- #nav ul span, #nav ul li.last li span{padding:4px 15px 5px 15px}
173
-
174
- /************ 3RD+LEVEL ************/
175
- #nav ul ul{top:5px; border-top-width:1px}
176
-
177
- .cms-home .nav-home a,
178
- .contacts-index-index .nav-contacts a,
179
- .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
180
- .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
181
-
182
- .f-right{float:right}
183
- .f-left{float:left}
184
- .a-right{text-align:right}
185
- .a-left{text-align:left}
186
- .a-center{text-align:center}
187
-
188
- .welcome-message{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
189
-
190
- .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
191
- .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
192
- .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c1e2a0; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
193
- .header-cart .title a{color:#fff}
194
- .header-cart .content{background:#f3f8fb; padding:0}
195
- .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
196
- .header-cart .content li a:hover{color:#333}
197
- .header-cart .widget-btn{float:right; margin-top:2px}
198
- .header-cart .title a{color:#fff}
199
-
200
- .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
201
-
202
- #nav-sidebox{font-size:1.1em}
203
- #nav-sidebox a{text-decoration:none; color:#000}
204
- #nav-sidebox a:hover{text-decoration:underline}
205
- #nav-sidebox li{line-height:22px; font-weight:bold}
206
- #nav-sidebox li ul li{font-weight:normal; margin:0}
207
- #nav-sidebox ul{}
208
- #nav-sidebox ul li{padding-left:10px}
209
- #nav-sidebox ul li ul{display:none}
210
-
211
- .featured-container{margin-bottom:20px}
212
- .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
213
- .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
214
-
215
- .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
216
- .mini-newsletter label{color:#fff}
217
- .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
218
- .mini-newsletter .input-text{border:none; padding:4px 2px}
219
- .mini-newsletter .form-button-alt{background-position:100% -256px}
220
- .mini-newsletter .form-button-alt span{background-position:0 -228px}
221
- .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
222
- .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
223
- .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
224
-
225
- .recently .grid-row{border-bottom:1px solid #d9dde3}
226
-
227
- .recently .last{border-bottom:0px solid #FFF}
228
- .recently .subtitle{color:#459B06; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
229
- .recently li.item{width:167px; float:left; padding:10px}
230
- .recently li.item .price-box{}
231
-
232
- .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
233
- .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
234
- h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
235
-
236
- .regular-price .price{color:#777; font-size:13px; font-weight:bold}
237
-
238
- .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
239
- .footer .informational li{float:left; margin:0 40px}
240
- .footer .informational li ul li{float:none; margin:0}
241
- .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#dfe7d8;; font-size:0.9em}
242
- .footer .informational h6{margin-bottom:0.4em; color:#dfe7d8;; font-size:1.1em}
243
-
244
- .footer .contacts{clear:both; font-size:.9em; color:#fff; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
245
-
246
- .footer .payments{float:right; margin:5px 0 0}
247
- .footer .legality{text-align:center; color:#FFF; font-size: .9em}
248
- .footer .legality a{color:#c7f19e; text-decoration: none;}
249
-
250
- /* glider */
251
- #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
252
- div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
253
- div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
254
- div.scroller img{ border:none}
255
- div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
256
- div.scroller div.content{ width:10000px; padding:0px}
257
- .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
258
-
259
- .content .sliderdescription p{line-height:20px; text-align:center}
260
- div.sliderdescription:hover{background:#fff}
261
- .content a{text-decoration:none; color:#5a5a5a}
262
- .content a:hover{text-decoration:underline}
263
-
264
- .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
265
- .slidercontrol{list-style:none; padding:0px; margin:0px}
266
-
267
- .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
268
-
269
- .slidercontrol a:hover,
270
- .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
271
-
272
- /* slider */
273
- .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
274
- .featured-products h4{margin-right:10px; color:#459b06; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
275
- .featured-products .head{text-align:left; margin:0; padding:21px 0}
276
- .featured-products #move-left,
277
- .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
278
- .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
279
- .featured-products #move-left.disabled,
280
- .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
281
- .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
282
- .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
283
- .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
284
- .slider-wrapper .list-featured li.last{ margin:0px}
285
- .slider-wrapper .list-featured .product-image{ text-align:center}
286
- .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
287
- .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
288
-
289
- #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
290
- #quick-window .product-img-box{width:230px; float:left}
291
- #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
292
- #quickview-header{background-color:#888; height:26px; width:650px}
293
-
294
- #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
295
- #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
296
- #quick-window .product-shop{float:right; text-align:left; width:385px}
297
- #quick-window .product-essential{padding:25px 10px 25px 10px}
298
- .catalog-listing .product-image{position:relative}
299
- .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
300
-
301
- a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
302
- a.ajax:hover{text-decoration:none}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * body : #58822f;
3
+ * .block-subscribe : #58822f;
4
+ * .footer .informational li ul li a : #dfe7d8;
5
+ * .footer .informational h6 : #dfe7d8;
6
+ * .footer .legality a : #c7f19e;
7
+ * #nav a : #D1E1C6;
8
+ * .header-cart .title : #C1E2A0;
9
+ * .header .form-language label : #C1E2A0;
10
+ *
11
+ */
12
+
13
+ body{background:url("../images/body_bg.gif") repeat-x #58822f; color:#2F2F2F}
14
+
15
+ h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
16
+ a {color:#1E7EC8; text-decoration:underline; }
17
+
18
+ .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
19
+ .quick-access{float:right; margin-top:18px; padding:0 10px; text-align:right; width: 485px;}
20
+
21
+ .header {z-index: 100;}
22
+ .header .logo { margin: 0; }
23
+ .shop-access{float:right; margin:0; font-size:1em;}
24
+ .shop-access a{color:#7386BE; text-decoration:none}
25
+ .shop-access a:hover { text-decoration: underline; }
26
+ .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
27
+ .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
28
+ .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
29
+ .header .form-search label{display:none}
30
+ .header .form-search button.button{height:27px;width:25px;}
31
+ .header .form-search {background:url("../images/mini_search_bg.gif") no-repeat scroll right top transparent;}
32
+ .header .form-search button.button span { background: none; }
33
+
34
+ .header .form-language label { color:#C1E2A0; }
35
+
36
+ .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
37
+ .page-title h1 {color:#459B06; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
38
+
39
+ .block-content a{}
40
+ .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #58822f; border:medium none; color:#FFF; min-height:124px}
41
+ .block-subscribe .block-title strong{background:none}
42
+ .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
43
+ .block-subscribe label{font-weight:bold; color:#FFF}
44
+ .block-subscribe .actions{margin-top:15px}
45
+ .block-cart .subtotal{background:#eee}
46
+
47
+ .block-tags .block-content ul { border: none; }
48
+
49
+ .block-layered-nav{}
50
+ .block-layered-nav .block-title{ padding:0px; }
51
+
52
+ .block-layered-nav{padding:5px 10px}
53
+ .block-layered-nav .block-subtitle,
54
+ .block-layered-nav .block-content{background:none; border:0px solid #ddd}
55
+ .block-layered-nav dt{padding:7px 10px 0 7px}
56
+ .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
57
+ .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
58
+ .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
59
+ .block-layered-nav dd li a:hover { text-decoration: underline; }
60
+
61
+ h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
62
+ .products-grid h5 a{color:#007ed3; text-decoration:none}
63
+ .products-grid .ratings .amount{display:none}
64
+ .products-grid .actions{}
65
+ /*************************Buttons*************************/
66
+ button.button{background:none; border:0px solid #000}
67
+
68
+ .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
69
+ .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
70
+ .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
71
+ .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
72
+
73
+ /**ALT BTNS**/
74
+ .grey-box .button span,
75
+ .cart-table .btn-continue span,
76
+ .cart-table .btn-update span,
77
+ .cart-table .btn-empty span,
78
+ .cart .discount button span,
79
+ .cart .shipping button span,
80
+ .block-compare button.button span,
81
+ .block-poll button.button span,
82
+ .block-login .actions button.button span,
83
+ .product-view .box-tags .form-add button.button span,
84
+ .multiple-checkout .title-buttons button.button span,
85
+ #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
86
+ .grey-box .button:hover span,
87
+ .cart-table .btn-continue:hover span,
88
+ .cart-table .btn-update:hover span,
89
+ .cart-table .btn-empty:hover span,
90
+ .cart .discount button:hover span,
91
+ .cart .shipping button:hover span,
92
+ .block-compare button.button:hover span,
93
+ .block-poll button.button:hover span,
94
+ .block-login .actions button.button:hover span,
95
+ .product-view .box-tags .form-add button.button:hover span,
96
+ .multiple-checkout .title-buttons button.button:hover span,
97
+ #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
98
+ .grey-box .button span span,
99
+ .cart-table .btn-continue span span,
100
+ .cart-table .btn-update span span,
101
+ .cart-table .btn-empty span span,
102
+ .cart .discount button span span,
103
+ .cart .shipping button span span,
104
+ .block-compare button.button span span,
105
+ .block-poll button.button span span,
106
+ .block-login .actions button.button span span,
107
+ .product-view .box-tags .form-add button.button span span,
108
+ .multiple-checkout .title-buttons button.button span span,
109
+ #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
110
+ .grey-box .button:hover span span,
111
+ .cart-table .btn-continue:hover span span,
112
+ .cart-table .btn-update:hover span span,
113
+ .cart-table .btn-empty:hover span span,
114
+ .cart .discount button:hover span span,
115
+ .cart .shipping button:hover span span,
116
+ .block-compare button.button:hover span span,
117
+ .block-poll button.button:hover span span,
118
+ .block-login .actions button.button:hover span span,
119
+ .product-view .box-tags .form-add button.button:hover span span,
120
+ .multiple-checkout .title-buttons button.button:hover span span,
121
+ #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
122
+
123
+ .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
124
+ .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
125
+
126
+ .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
127
+ .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
128
+
129
+ button.btn-checkout span span{padding:0 16px}
130
+ /****************************End Buttons***************************/
131
+ .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
132
+ .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
133
+
134
+
135
+ /********** < Navigation */
136
+ #nav{padding:0 0 3px; width:952px; margin:0 auto;background:url(../images/nav.gif) no-repeat 0 0;font:bold 1em Arial,Helvetica,sans-serif}
137
+
138
+ /* All Levels */ /* Style consistent throughout all nav levels */
139
+ #nav li { position:relative; text-align:left; }
140
+ #nav li.over { z-index:998; }
141
+ #nav a,
142
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
143
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
144
+ #nav li ul span {white-space:normal; }
145
+
146
+ /* 0 Level */
147
+ #nav li { float:left; }
148
+ #nav a{float:left; color:#D1E1C6; font-weight:bold}
149
+ #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
150
+ #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
151
+ /*#nav li.first span{padding-left:18px}*/
152
+ #nav li.over a,
153
+ #nav a:hover{color:#fff}
154
+
155
+ /* 1st Level */
156
+ #nav ul li,
157
+ #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
158
+ #nav li.active li a,
159
+ #nav ul li.active a{background:#fff}
160
+ /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
161
+ */
162
+ #nav ul li.last { background:#ecf3f6; padding-bottom:0; }
163
+
164
+ #nav ul a,
165
+ #nav ul a:hover { float:none; padding:0; background:none; }
166
+ #nav ul li a { font-weight:normal !important; }
167
+
168
+ /* 2nd Level */
169
+ #nav ul,
170
+ #nav div {position:absolute; width:15em; top:39px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
171
+ #nav div ul { position:static; width:auto; border:none; }
172
+ #nav ul span {background:none}
173
+
174
+ /* 3rd+ Level */
175
+ #nav ul ul,
176
+ #nav ul div { top:5px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; }
177
+
178
+ #nav ul li a {background:#fff}
179
+ #nav ul li a:hover {background:#f4f4f4}
180
+ #nav ul li.over > a {background:#f4f4f4}
181
+ #nav ul li a,
182
+ #nav ul li a:hover {color:#2f2f2f !important}
183
+ #nav ul span,
184
+ #nav ul li.last li span {padding:4px 15px 5px 15px}
185
+
186
+ /* Show menu */
187
+ #nav li ul.shown-sub,
188
+ #nav li div.shown-sub { left:-1px; z-index:999; }
189
+ #nav li .shown-sub ul.shown-sub,
190
+ #nav li .shown-sub li div.shown-sub { left:100px; }
191
+ /********** Navigation > */
192
+ /* ======================================================================================= */
193
+
194
+ .cms-home .nav-home a,
195
+ .contacts-index-index .nav-contacts a,
196
+ .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
197
+ .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
198
+
199
+ .f-right{float:right}
200
+ .f-left{float:left}
201
+ .a-right{text-align:right}
202
+ .a-left{text-align:left}
203
+ .a-center{text-align:center}
204
+
205
+ .header .welcome-msg{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
206
+
207
+ .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
208
+ .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
209
+ .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c1e2a0; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
210
+ .header-cart .title a{color:#fff}
211
+ .header-cart .content{background:#f3f8fb; padding:0}
212
+ .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
213
+ .header-cart .content li a:hover{color:#333}
214
+ .header-cart .widget-btn{float:right; margin-left: 5px; margin-top: 4px;}
215
+ .header-cart .title a{color:#fff}
216
+
217
+ .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
218
+
219
+ #nav-sidebox{font-size:1.1em}
220
+ #nav-sidebox a{text-decoration:none; color:#000}
221
+ #nav-sidebox a:hover{text-decoration:underline}
222
+ #nav-sidebox li{line-height:22px; font-weight:bold}
223
+ #nav-sidebox li ul li{font-weight:normal; margin:0}
224
+ #nav-sidebox ul{}
225
+ #nav-sidebox ul li{padding-left:10px}
226
+ #nav-sidebox ul li ul{display:none}
227
+
228
+ .featured-container{margin-bottom:20px}
229
+ .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
230
+ .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
231
+
232
+ .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
233
+ .mini-newsletter label{color:#fff}
234
+ .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
235
+ .mini-newsletter .input-text{border:none; padding:4px 2px}
236
+ .mini-newsletter .form-button-alt{background-position:100% -256px}
237
+ .mini-newsletter .form-button-alt span{background-position:0 -228px}
238
+ .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
239
+ .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
240
+ .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
241
+
242
+ .recently .grid-row {border-bottom:1px solid #d9dde3; float: left; position: relative; }
243
+
244
+ .recently .last{border-bottom:0px solid #FFF}
245
+ .recently .subtitle{color:#459B06; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
246
+ .recently li.item{width:167px; float:left; padding:10px 10px 40px;}
247
+ .recently li.item .price-box{}
248
+ .recently li.item .actions { position: absolute; bottom: 12px; }
249
+
250
+ .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
251
+ .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
252
+ h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
253
+ a.product-name:hover { text-decoration: underline; }
254
+
255
+ .regular-price .price{color:#777; font-size:13px; font-weight:bold}
256
+
257
+ .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
258
+ .footer .informational li{float:left; margin:0 40px; display: inline;}
259
+ .footer .informational li ul li{float:none; margin:0; display: block;}
260
+ .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#dfe7d8;; font-size:0.9em}
261
+ .footer .informational li ul li a:hover { text-decoration: underline; }
262
+ .footer .informational h6{margin-bottom:0.4em; color:#dfe7d8;; font-size:1.1em}
263
+
264
+ .footer .contacts{clear:both; font-size:.9em; color:#fff; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
265
+
266
+ .footer .payments{float:right; margin:5px 0 0}
267
+ .footer .legality{text-align:center; color:#FFF; font-size: .9em}
268
+ .footer .legality a{color:#c7f19e; text-decoration: none;}
269
+
270
+ /* glider */
271
+ #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
272
+ div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
273
+ div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
274
+ div.scroller img{ border:none}
275
+ div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
276
+ div.scroller div.content{ width:10000px; padding:0px}
277
+ .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
278
+
279
+ .content .sliderdescription p{line-height:20px; text-align:center}
280
+ div.sliderdescription:hover{background:#fff}
281
+ .content a{text-decoration:none; color:#5a5a5a}
282
+ .content a:hover{text-decoration:underline}
283
+
284
+ .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
285
+ .slidercontrol{list-style:none; padding:0px; margin:0px}
286
+
287
+ .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
288
+
289
+ .slidercontrol a:hover,
290
+ .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
291
+
292
+ /* slider */
293
+ .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
294
+ .featured-products h4{margin-right:10px; color:#459b06; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
295
+ .featured-products .head{text-align:left; margin:0; padding:21px 0}
296
+ .featured-products #move-left,
297
+ .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
298
+ .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
299
+ .featured-products #move-left.disabled,
300
+ .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
301
+ .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
302
+ .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
303
+ .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
304
+ .slider-wrapper .list-featured li.last{ margin:0px}
305
+ .slider-wrapper .list-featured .product-image{ text-align:center}
306
+ .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
307
+ .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
308
+
309
+ #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
310
+ #quick-window .product-img-box{width:230px; float:left}
311
+ #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
312
+ #quickview-header{background-color:#888; height:26px; width:650px}
313
+
314
+ #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
315
+ #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
316
+ #quick-window .product-shop{float:right; text-align:left; width:385px}
317
+ #quick-window .product-essential{padding:25px 10px 25px 10px}
318
+ .catalog-listing .product-image{position:relative}
319
+ .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
320
+
321
+ a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
322
+ a.ajax:hover{text-decoration:none}
323
+
324
+
325
+ /****Update styles ****/
326
+
327
+ .footer li {background: none; display: block; padding: 0;}
328
+
329
+ .product-collateral { background: #faf7ee; }
skin/frontend/default/f001_green/css/ie8.css CHANGED
@@ -1,13 +1,16 @@
1
- .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
- .form-button:hover { background-position: 100% -84px; }
3
- .form-button-alt { background-position: 100% -142px; }
4
- .form-button-alt:hover { background-position: 100% -200px; }
5
- .form-button span, .form-button-alt span { background-position: 0 0; }
6
- .form-button:hover span { background-position: 0 -56px; }
7
- .form-button-alt span { background-position: 0 -113px; }
8
- .form-button-alt:hover span { background-position: 0 -171px; }
9
-
10
- .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
- .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
- .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
- .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
 
 
 
1
+ .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
+ .form-button:hover { background-position: 100% -84px; }
3
+ .form-button-alt { background-position: 100% -142px; }
4
+ .form-button-alt:hover { background-position: 100% -200px; }
5
+ .form-button span, .form-button-alt span { background-position: 0 0; }
6
+ .form-button:hover span { background-position: 0 -56px; }
7
+ .form-button-alt span { background-position: 0 -113px; }
8
+ .form-button-alt:hover span { background-position: 0 -171px; }
9
+
10
+ .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
+ .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
+ .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
+ .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
14
+
15
+ /*Search Autocomplete Misplase fix for IE8*/
16
+ #search_autocomplete { left: 25px !important; top: 27px !important;}
skin/frontend/default/f001_green/css/styles-ie.css CHANGED
@@ -19,10 +19,10 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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,
@@ -34,6 +34,7 @@
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
 
37
 
38
  /* Doubled Margin Fixes */
39
  .product-view .product-img-box .more-views li,
@@ -44,9 +45,6 @@
44
  #nav li,
45
  #nav li a { zoom:1; }
46
  #nav li { vertical-align:top; }
47
- /* Show Menu */
48
- #nav li.over ul.shown-sub { left:0; }
49
- #nav li.over li ul.shown-sub { left:100px; }
50
  /********** < Navigation styles */
51
 
52
  select { margin-bottom:1px; }
@@ -55,10 +53,11 @@ input.checkbox { width:13px; height:13px; }
55
  button.button { height:21px; }
56
  button.button span { position:relative; }
57
  button.btn-checkout { height:40px; }
 
58
  .form-list label { position:relative; z-index:0; }
59
  .form-list label.required em { position:absolute; top:0; right:-8px; }
60
 
61
- table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
62
 
63
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
64
 
@@ -69,6 +68,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
69
  .product-view .box-tags .product-tags li,
70
  .footer li { padding:0 4px 0 7px; }
71
 
 
 
72
  /* Clearer */
73
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
74
 
@@ -84,6 +85,7 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
84
  .col-main,
85
  .col2-set,
86
  .col3-set,
 
87
  .col4-set,
88
  .messages li,
89
  .search-autocomplete li,
@@ -113,7 +115,10 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
113
  .product-collateral,
114
  .product-view .product-img-box .more-views ul,
115
  .product-view .box-tags .form-add,
 
 
116
  .product-options .options-list li,
 
117
  .product-options-bottom,
118
  .truncated,
119
  .truncated .truncated_full_value,
@@ -137,7 +142,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
137
  .advanced-search-summary,
138
  .advanced-search-summary p,
139
  .gift-messages-form .item,
140
- .send-friend .form-list li p { zoom:1; }
 
141
 
142
  /* Hover Fix */
143
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
19
  *
20
  * @category design
21
  * @package default_default
22
+ * @copyright Copyright (c) 2011 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,
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
 
39
  /* Doubled Margin Fixes */
40
  .product-view .product-img-box .more-views li,
45
  #nav li,
46
  #nav li a { zoom:1; }
47
  #nav li { vertical-align:top; }
 
 
 
48
  /********** < Navigation styles */
49
 
50
  select { margin-bottom:1px; }
53
  button.button { height:21px; }
54
  button.button span { position:relative; }
55
  button.btn-checkout { height:40px; }
56
+ #opc-review .sp-methods .input-box { float:left; }
57
  .form-list label { position:relative; z-index:0; }
58
  .form-list label.required em { position:absolute; top:0; right:-8px; }
59
 
60
+ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
61
 
62
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
63
 
68
  .product-view .box-tags .product-tags li,
69
  .footer li { padding:0 4px 0 7px; }
70
 
71
+ .product-options dd .time-picker select { margin:0; padding:0; }
72
+
73
  /* Clearer */
74
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
75
 
85
  .col-main,
86
  .col2-set,
87
  .col3-set,
88
+ .col3-layout .product-options-bottom .price-box,
89
  .col4-set,
90
  .messages li,
91
  .search-autocomplete li,
115
  .product-collateral,
116
  .product-view .product-img-box .more-views ul,
117
  .product-view .box-tags .form-add,
118
+ .product-view .product-shop .short-description,
119
+ .product-view .box-description,
120
  .product-options .options-list li,
121
+ .product-options,
122
  .product-options-bottom,
123
  .truncated,
124
  .truncated .truncated_full_value,
142
  .advanced-search-summary,
143
  .advanced-search-summary p,
144
  .gift-messages-form .item,
145
+ .send-friend .form-list li p,
146
+ .centinel .authentication { zoom:1; }
147
 
148
  /* Hover Fix */
149
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/f001_green/css/styles.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
@@ -32,7 +32,7 @@ img { border:0; vertical-align:top; }
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
- :focus { outline: 0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
@@ -97,7 +97,7 @@ ul,ol { list-style:none; }
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
- .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
@@ -147,11 +147,10 @@ textarea { overflow:auto; }
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
150
-
151
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
152
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
153
  button.button {cursor: pointer;}
154
-
155
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
156
  button.button span span { border:0; }
157
 
@@ -192,6 +191,14 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
192
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
193
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
194
  .form-list .input-range input.input-text { width:74px; }
 
 
 
 
 
 
 
 
195
  /* Customer */
196
  .form-list .customer-name-prefix .input-box,
197
  .form-list .customer-name-suffix .input-box,
@@ -340,7 +347,8 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
340
  .title-buttons h5,
341
  .title-buttons h6 { float:left; }
342
 
343
- .subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
 
344
 
345
  /* Pager */
346
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
@@ -388,7 +396,7 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
388
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
389
 
390
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
391
- .data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
392
  .data-table tfoot tr { background-color:#dee5e8 !important; }
393
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
394
  .data-table tfoot strong { font-size:16px; }
@@ -406,14 +414,22 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
406
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
407
  .data-table tbody td .option-value { padding-left:10px; }
408
 
409
- /* Tax Details Row */
410
- tr.tax-total { cursor:pointer; }
411
- tr.tax-total td {}
412
- tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
413
- tr.show-details .tax-collapse { background-position:0 -52px; }
 
 
 
 
 
 
 
414
  tr.show-details td {}
415
- tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
416
- tr.tax-details-first td { border-top:1px solid #d2d8db; }
 
417
 
418
  /* Shopping cart tax info */
419
  .cart-tax-info { display:block; }
@@ -427,8 +443,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
427
  /* Class: std - styles for admin-controlled content */
428
  .std .subtitle { padding:0; }
429
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
430
- .std ul.disc { margin:0 0 10px; }
431
- .std ul.disc { list-style:disc outside; padding-left:18px; }
432
  .std dl dt { font-weight:bold; }
433
  .std dl dd { margin:0 0 10px; }
434
  /*.std ul,
@@ -464,20 +479,35 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
464
  .link-compare { font-weight:bold; }
465
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
466
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
467
- .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
468
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
 
 
 
469
 
470
  .separator { margin:0 3px; }
471
 
472
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
473
 
 
 
 
 
 
 
 
 
 
474
  /* Noscript Notice */
475
- .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
476
- .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
477
- .noscript p { margin:0; }
478
 
479
  /* Demo Notice */
480
- .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
 
 
 
481
  /* ======================================================================================= */
482
 
483
 
@@ -493,7 +523,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
493
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
494
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
495
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
496
- .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
497
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
498
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
499
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
@@ -515,7 +545,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
515
  .header-container .top-container a { font-size:11px; }
516
 
517
  /********** < Navigation */
518
- .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
519
  margin:0 auto; width:978px; }
520
  /* ======================================================================================= */
521
 
@@ -529,7 +559,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
529
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
530
  .block .block-content { }
531
  .block .block-content li.item { padding:7px 9px; }
532
- .block .btn-remove { float:right; margin:1px 0 2px 5px; }
533
  .block .actions {padding:6px 9px; text-align:right; }
534
  .block .actions a { float:left; }
535
  .block .actions button.button { float:right; }
@@ -561,10 +591,24 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
561
  .block-related .block-title span,
562
  .block-tags .block-title span,
563
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
 
 
 
 
 
 
 
 
 
 
 
564
 
565
  /* Mini Products List */
566
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
567
  .mini-products-list .product-details { margin-left:60px; }
 
 
 
568
 
569
  /* Block: Account */
570
  .block-account { }
@@ -592,34 +636,43 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
592
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
593
  .block-layered-nav dd { padding:0 12px 12px; }
594
  .block-layered-nav dd.last { background:none; }
595
- .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
596
- .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
597
- .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
 
 
 
598
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
599
  .block-layered-nav .actions a { float:none; }
600
 
601
  /* Block: Cart */
602
  .block-cart .block-title { /*border-bottom:0;*/ }
603
  .block-cart .block-title span { }
 
604
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
605
  .block-cart .amount { margin:0; }
606
  .block-cart .amount a { font-weight:bold; }
607
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
608
  .block-cart .subtotal .price { font-weight:bold; }
609
  .block-cart .actions { }
 
 
610
 
611
  /* Block: Wishlist */
612
  .block-wishlist .block-title span { }
 
613
  .block-wishlist .actions { text-align:right; }
614
  .block-wishlist .actions a { float:none; }
615
 
616
  /* Block: Related */
617
  .block-related .block-title span { }
 
618
  .block-related input.checkbox { float:left; }
619
  .block-related .product { margin-left:20px; }
620
 
621
  /* Block: Compare Products */
622
  .block-compare .block-title span { }
 
623
  .block-compare button.button span { border-color:#406a83; background:#618499; }
624
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
625
  .compare-table { border:0; }
@@ -642,12 +695,15 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
642
 
643
  /* Block: Recently Viewed */
644
  .block-viewed .block-title span { }
 
645
 
646
  /* Block: Recently Compared */
647
  .block-compared .block-title span { }
 
648
 
649
  /* Block: Poll */
650
  .block-poll .block-title span { }
 
651
  .block-poll .block-subtitle { font-size:12px; }
652
  .block-poll label { color:#777; font-weight:bold; }
653
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
@@ -692,6 +748,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
692
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
693
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
694
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
 
 
 
 
695
  /* ======================================================================================= */
696
 
697
 
@@ -705,7 +765,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
705
  /* View Type: Grid */
706
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
707
  .products-grid.last { border-bottom:0; }
708
- .products-grid li.item { float:left; width:155px; padding:12px 10px 10px; }
709
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
710
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
711
  .products-grid .product-name a { color:#203548; }
@@ -726,7 +786,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
726
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
727
  .products-list .availability { float:left; margin:3px 0 0; }
728
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
729
- .products-list .desc .link-more { font-size:11px; }
730
  .products-list .add-to-links { clear:both; }
731
  .products-list .add-to-links li { display:inline; }
732
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
@@ -757,6 +817,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
757
  .availability span { font-weight:bold; }
758
  .availability.in-stock span {}
759
  .availability.out-of-stock span { color:#d83820; }
 
 
 
 
 
 
 
 
 
 
 
 
 
760
  .product-view .product-shop .availability { font-size:11px; }
761
  .product-view .product-shop .availability span { font-weight:normal; }
762
 
@@ -807,7 +880,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
807
  .price-including-tax .label { white-space:nowrap; color:#999; }
808
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
809
 
810
- /* FTP */
 
 
 
 
 
811
  .weee { display:block; font-size:11px; color:#444; }
812
  .weee .price { font-size:11px; font-weight:normal; }
813
 
@@ -842,8 +920,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
842
  /********** Product Prices > */
843
 
844
  /* Tier Prices */
845
- .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
846
- .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
 
847
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
848
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
849
 
@@ -858,6 +937,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
858
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
859
  .add-to-cart .qty { float:left; margin-right:5px; }
860
  .add-to-cart button.button { float:left; }
 
 
 
861
 
862
  /* Add to Links + Add to Cart */
863
  .add-to-box { margin:10px 0; }
@@ -896,12 +978,13 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
896
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
897
 
898
  .product-image-popup { margin:0 auto; }
899
- .product-image-popup .nav { font-weight:bold; text-align:center; }
 
900
  .product-image-popup .image { display:block; margin:10px 0; }
901
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
902
 
903
  /* Product Shop */
904
- .product-view .product-shop { float:right; width:330px; }
905
  .col1-layout .product-view .product-shop { float:right; width:545px; }
906
  .col3-layout .product-view .product-shop { float:none; width:auto; }
907
  .product-view .product-shop .product-name { margin:0 0 5px; }
@@ -916,17 +999,18 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
916
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
917
 
918
  /* Product Options */
919
- .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
920
  .product-options dt { padding:10px 0 0; font-weight:normal; }
921
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
922
- .product-options dt span.required { color:#eb340a; }
923
- .product-options dt .qty-holder { float:right; margin-right:15px; }
924
- .product-options dt .qty-holder label { vertical-align:middle; }
925
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
926
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
927
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
928
  .product-options dd input.input-text { width:98%; }
929
  .product-options dd input.datetime-picker { width:150px; }
 
930
  .product-options dd textarea { width:98%; height:8em; }
931
  .product-options dd select { width:99%; }
932
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
@@ -938,14 +1022,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
938
  .product-options ul.options-list label { font-weight:normal; }
939
  .product-options ul.validation-failed { padding:0 7px; }
940
  .product-options p.note { margin:0; font-size:11px; }
941
- .product-options p.required { margin-bottom:0; padding:15px 0 0; }
942
 
943
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
944
- .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
945
- .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
 
946
  .product-options-bottom .tier-prices .price,
947
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
948
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
 
 
949
  .product-options-bottom .price-label { float:left; padding-right:5px; }
950
  .product-options-bottom .price-tax { float:left; }
951
  .product-options-bottom .add-to-cart { float:right; }
@@ -954,6 +1041,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
954
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
955
  .product-shop .product-options-bottom .price-tax { float:none; }
956
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
 
957
 
958
  /* Grouped Product */
959
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
@@ -1024,7 +1112,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1024
  .product-name a { }
1025
 
1026
  /* Product Tags */
1027
- .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
1028
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1029
  .tags-list li a { color:#1b2d3b; }
1030
 
@@ -1065,6 +1153,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1065
 
1066
  /* Checkout Types */
1067
  .cart .page-title .checkout-types li { margin:0 0 5px; }
 
 
 
 
1068
 
1069
  /* Shopping Cart Table */
1070
  .cart-table th { padding:2px 10px; }
@@ -1073,8 +1165,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1073
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1074
  .cart-table tfoot td { padding:5px 10px; }
1075
  .cart-table .btn-continue { float:left; }
 
1076
  .cart-table .btn-continue span,
1077
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
 
 
 
1078
 
1079
  /* Shopping Cart Collateral boxes */
1080
  .cart .cart-collaterals { padding:25px 0 0; }
@@ -1113,7 +1209,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1113
  .cart .totals table { width:100%; margin:7px 0; }
1114
  .cart .totals td { padding:1px 15px 1px 7px; }
1115
  .cart .totals tr.last td {}
 
1116
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
 
1117
  .cart .totals tfoot td strong { font-size:15px; }
1118
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1119
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
@@ -1125,10 +1223,11 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1125
  .truncated a.dots { cursor:help; }
1126
  .truncated a.details { cursor:help; }
1127
  .truncated .truncated_full_value { position:relative; z-index:999; }
1128
- .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1129
- .truncated .show dl { top:-20px; left:50%; }
1130
- .col-left .truncated .show dl { left:15px; top:7px; }
1131
- .col-right .truncated .show dl { left:-240px; top:7px; }
 
1132
  /* ======================================================================================= */
1133
 
1134
 
@@ -1146,9 +1245,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1146
  .sp-methods select.month { width:154px; margin-right:10px; }
1147
  .sp-methods select.year { width:96px; }
1148
  .sp-methods input.cvv { width:3em !important; }
 
 
 
 
 
1149
  .sp-methods .centinel-logos a { margin-right:3px; }
1150
  .sp-methods .centinel-logos img { vertical-align:middle; }
1151
 
 
 
 
1152
  .please-wait { float:right; }
1153
  .please-wait img { vertical-align:middle; }
1154
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
@@ -1197,6 +1304,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1197
 
1198
  /* Centinel */
1199
  .centinel {}
 
 
1200
 
1201
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1202
 
@@ -1228,6 +1337,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1228
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1229
  .block-progress dd.complete {}
1230
  .block-progress p { margin:0; }
 
 
 
1231
 
1232
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1233
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
@@ -1272,6 +1384,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1272
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1273
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1274
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
 
 
1275
 
1276
  /* Multiple Addresses Checkout */
1277
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
@@ -1339,7 +1453,39 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1339
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1340
 
1341
  .account-create {}
1342
- /* Account Login/Create Pages ============================================================ */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
 
1344
 
1345
  /* My Account ============================================================================= */
@@ -1411,28 +1557,26 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1411
 
1412
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1413
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1414
- .order-info-box .box-payment p { margin:0 0 5px; }
1415
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1416
 
1417
  .order-items { width:100%; overflow-x:auto; }
1418
  .order-items h2,
1419
  .order-items h3 { font-weight:bold; font-size:13px; }
1420
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1421
- .order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
1422
- .order-items p .link-print { float:none; }
1423
 
1424
- .order-gift-message { margin:15px 0; }
 
1425
  .gift-message dt strong { color:#666; }
1426
- .gift-message dd { margin:5px 0 0; font-size:13px; }
1427
-
1428
- .order-about { margin:15px 0; }
1429
  .order-about dt { font-weight:bold; }
1430
  .order-about dd { font-size:13px; margin:0 0 7px; }
1431
 
1432
  .tracking-table { margin:0 0 15px; }
1433
  .tracking-table th { font-weight:bold; white-space:nowrap; }
1434
- .tracking-table th,
1435
- .tracking-table td { padding:1px 5px 0 0; }
1436
 
1437
  .tracking-table-popup { width:100%; }
1438
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
@@ -1471,7 +1615,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1471
 
1472
  /* My Tags */
1473
  .my-tag-edit { float:left; margin:0 0 10px; }
1474
- .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
1475
  #my-tags-table { clear:both; }
1476
  #my-tags-table td { padding:10px; }
1477
  #my-tags-table .add-to-links { white-space:nowrap; }
@@ -1489,6 +1633,33 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1489
  .product-review .ratings-table { margin:0 0 10px; }
1490
  .product-review dt { font-weight:bold; }
1491
  .product-review dd { font-size:13px; margin:5px 0 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1492
  /* ======================================================================================= */
1493
 
1494
 
@@ -1498,9 +1669,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1498
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1499
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1500
  .footer .store-switcher select { padding:0; vertical-align:middle; }
 
 
1501
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1502
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1503
  .footer .bugs a:hover { text-decoration:none; }
 
 
 
 
 
 
 
 
1504
  /* ======================================================================================= */
1505
 
1506
  /* Sample Data============================================================================ */
@@ -1532,6 +1713,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1532
  .col-main:after,
1533
  .col2-set:after,
1534
  .col3-set:after,
 
1535
  .col4-set:after,
1536
  .search-autocomplete li:after,
1537
  .block .block-content:after,
@@ -1555,6 +1737,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1555
  .product-collateral:after,
1556
  .product-view .product-img-box .more-views ul:after,
1557
  .product-view .box-tags .form-add:after,
 
 
1558
  .product-options .options-list li:after,
1559
  .product-options-bottom:after,
1560
  .product-review:after,
@@ -1571,6 +1755,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1571
  .page-print .print-head:after,
1572
  .advanced-search-summary:after,
1573
  .gift-messages-form .item:after,
1574
- .send-friend .form-list li p:after,
1575
- .recently ol.grid-row:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1576
  /* ======================================================================================= */
 
 
19
  *
20
  * @category design
21
  * @package default_default
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
 
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
+ :focus { outline:0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
+ .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
 
150
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
151
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
152
  button.button {cursor: pointer;}
153
+
154
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
155
  button.button span span { border:0; }
156
 
191
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
192
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
193
  .form-list .input-range input.input-text { width:74px; }
194
+
195
+ .form-list-narrow li { margin-bottom:0; }
196
+ .form-list-narrow li .input-box { margin-bottom:6px; }
197
+ .form-list-narrow li.wide .input-box { width:260px; }
198
+ .form-list-narrow li.wide input.input-text,
199
+ .form-list-narrow li.wide textarea { width:254px }
200
+ .form-list-narrow li.wide select { width:260px; }
201
+
202
  /* Customer */
203
  .form-list .customer-name-prefix .input-box,
204
  .form-list .customer-name-suffix .input-box,
347
  .title-buttons h5,
348
  .title-buttons h6 { float:left; }
349
 
350
+ .subtitle,
351
+ .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
352
 
353
  /* Pager */
354
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
396
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
397
 
398
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
399
+ .data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
400
  .data-table tfoot tr { background-color:#dee5e8 !important; }
401
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
402
  .data-table tfoot strong { font-size:16px; }
414
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
415
  .data-table tbody td .option-value { padding-left:10px; }
416
 
417
+ /* Generic Info Box */
418
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
419
+ .info-box h2 { font-weight:bold; font-size:13px; }
420
+
421
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
422
+ .info-table td { padding:2px 0; }
423
+
424
+ /* Shopping cart total summary row expandable to details */
425
+ tr.summary-total { cursor:pointer; }
426
+ tr.summary-total td {}
427
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
428
+ tr.show-details .summary-collapse { background-position:0 -52px; }
429
  tr.show-details td {}
430
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
431
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
432
+ tr.summary-details-excluded { font-style:italic; }
433
 
434
  /* Shopping cart tax info */
435
  .cart-tax-info { display:block; }
443
  /* Class: std - styles for admin-controlled content */
444
  .std .subtitle { padding:0; }
445
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
446
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
 
447
  .std dl dt { font-weight:bold; }
448
  .std dl dd { margin:0 0 10px; }
449
  /*.std ul,
479
  .link-compare { font-weight:bold; }
480
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
481
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
483
+ .btn-previous { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
485
+ .btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
486
+
487
+ .cards-list dt { margin:5px 0 0; }
488
+ .cards-list .offset { padding:2px 0 2px 20px; }
489
 
490
  .separator { margin:0 3px; }
491
 
492
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
493
 
494
+ /* Global site notices */
495
+ .global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
496
+ .global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
497
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
498
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
499
+
500
+ /* Cookie Notice */
501
+ .notice-cookie { }
502
+
503
  /* Noscript Notice */
504
+ .noscript {}
 
 
505
 
506
  /* Demo Notice */
507
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
508
+ .demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
509
+ .demo-notice .notice-inner p { padding:0; border:0; }
510
+
511
  /* ======================================================================================= */
512
 
513
 
523
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
524
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
525
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
526
+ .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
527
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
528
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
529
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
545
  .header-container .top-container a { font-size:11px; }
546
 
547
  /********** < Navigation */
548
+ .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
549
  margin:0 auto; width:978px; }
550
  /* ======================================================================================= */
551
 
559
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
560
  .block .block-content { }
561
  .block .block-content li.item { padding:7px 9px; }
562
+ .block .btn-remove, .block .btn-edit { float:right; margin:1px 0 2px 5px; }
563
  .block .actions {padding:6px 9px; text-align:right; }
564
  .block .actions a { float:left; }
565
  .block .actions button.button { float:right; }
591
  .block-related .block-title span,
592
  .block-tags .block-title span,
593
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
594
+ .block-cart .block-title strong,
595
+ .block-wishlist .block-title strong,
596
+ .block-subscribe .block-title strong,
597
+ .block-compare .block-title strong,
598
+ .block-reorder .block-title strong,
599
+ .block-poll .block-title strong,
600
+ .block-viewed .block-title strong,
601
+ .block-compared .block-title strong,
602
+ .block-related .block-title strong,
603
+ .block-tags .block-title strong,
604
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
605
 
606
  /* Mini Products List */
607
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
608
  .mini-products-list .product-details { margin-left:60px; }
609
+ .block-cart .mini-products-list .product-details .product-name,
610
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
611
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
612
 
613
  /* Block: Account */
614
  .block-account { }
636
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
637
  .block-layered-nav dd { padding:0 12px 12px; }
638
  .block-layered-nav dd.last { background:none; }
639
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; position:relative; z-index:1; line-height:1.5; }
640
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:8px; text-transform:uppercase; }
641
+ .block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
642
+ .block-layered-nav .currently .btn-previous,
643
+ .block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:5px; margin:0; }
644
+ .block-layered-nav .currently .btn-previous { right:17px; }
645
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
646
  .block-layered-nav .actions a { float:none; }
647
 
648
  /* Block: Cart */
649
  .block-cart .block-title { /*border-bottom:0;*/ }
650
  .block-cart .block-title span { }
651
+ .block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
652
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
653
  .block-cart .amount { margin:0; }
654
  .block-cart .amount a { font-weight:bold; }
655
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
656
  .block-cart .subtotal .price { font-weight:bold; }
657
  .block-cart .actions { }
658
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
659
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
660
 
661
  /* Block: Wishlist */
662
  .block-wishlist .block-title span { }
663
+ .block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
664
  .block-wishlist .actions { text-align:right; }
665
  .block-wishlist .actions a { float:none; }
666
 
667
  /* Block: Related */
668
  .block-related .block-title span { }
669
+ .block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
670
  .block-related input.checkbox { float:left; }
671
  .block-related .product { margin-left:20px; }
672
 
673
  /* Block: Compare Products */
674
  .block-compare .block-title span { }
675
+ .block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
676
  .block-compare button.button span { border-color:#406a83; background:#618499; }
677
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
678
  .compare-table { border:0; }
695
 
696
  /* Block: Recently Viewed */
697
  .block-viewed .block-title span { }
698
+ .block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
699
 
700
  /* Block: Recently Compared */
701
  .block-compared .block-title span { }
702
+ .block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
703
 
704
  /* Block: Poll */
705
  .block-poll .block-title span { }
706
+ .block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
707
  .block-poll .block-subtitle { font-size:12px; }
708
  .block-poll label { color:#777; font-weight:bold; }
709
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
748
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
749
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
750
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
751
+
752
+ /* Paypal */
753
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
754
+ .sidebar .paypal-logo a { float:none; }
755
  /* ======================================================================================= */
756
 
757
 
765
  /* View Type: Grid */
766
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
767
  .products-grid.last { border-bottom:0; }
768
+ .products-grid li.item { float:left; width:155px; padding:12px 10px 80px; }
769
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
770
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
771
  .products-grid .product-name a { color:#203548; }
786
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
787
  .products-list .availability { float:left; margin:3px 0 0; }
788
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
789
+ .products-list .desc .link-learn { font-size:11px; }
790
  .products-list .add-to-links { clear:both; }
791
  .products-list .add-to-links li { display:inline; }
792
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
817
  .availability span { font-weight:bold; }
818
  .availability.in-stock span {}
819
  .availability.out-of-stock span { color:#d83820; }
820
+
821
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
822
+ .availability-only span,
823
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
824
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
825
+ .availability-only .expanded { background-position:100% -15px; }
826
+ .availability-only strong { color:#be2c00; }
827
+
828
+ .availability-only-details { margin:0 0 7px; }
829
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
830
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
831
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
832
+
833
  .product-view .product-shop .availability { font-size:11px; }
834
  .product-view .product-shop .availability span { font-weight:normal; }
835
 
880
  .price-including-tax .label { white-space:nowrap; color:#999; }
881
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
882
 
883
+ /* Configured price */
884
+ .configured-price { margin:0; }
885
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
886
+ .configured-price .price { font-weight:bold; }
887
+
888
+ /* FPT */
889
  .weee { display:block; font-size:11px; color:#444; }
890
  .weee .price { font-size:11px; font-weight:normal; }
891
 
920
  /********** Product Prices > */
921
 
922
  /* Tier Prices */
923
+ .product-pricing,
924
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
925
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
926
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
927
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
928
 
937
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
938
  .add-to-cart .qty { float:left; margin-right:5px; }
939
  .add-to-cart button.button { float:left; }
940
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
941
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
942
+ .product-view .add-to-cart .paypal-logo { margin:0; }
943
 
944
  /* Add to Links + Add to Cart */
945
  .add-to-box { margin:10px 0; }
978
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
979
 
980
  .product-image-popup { margin:0 auto; }
981
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
982
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
983
  .product-image-popup .image { display:block; margin:10px 0; }
984
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
985
 
986
  /* Product Shop */
987
+ .product-view .product-shop { float:right; width:410px; }
988
  .col1-layout .product-view .product-shop { float:right; width:545px; }
989
  .col3-layout .product-view .product-shop { float:none; width:auto; }
990
  .product-view .product-shop .product-name { margin:0 0 5px; }
999
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
1000
 
1001
  /* Product Options */
1002
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
1003
  .product-options dt { padding:10px 0 0; font-weight:normal; }
1004
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
1005
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1006
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1007
+ .product-options dd .qty-holder label { vertical-align:middle; }
1008
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1009
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
1010
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1011
  .product-options dd input.input-text { width:98%; }
1012
  .product-options dd input.datetime-picker { width:150px; }
1013
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1014
  .product-options dd textarea { width:98%; height:8em; }
1015
  .product-options dd select { width:99%; }
1016
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1022
  .product-options ul.options-list label { font-weight:normal; }
1023
  .product-options ul.validation-failed { padding:0 7px; }
1024
  .product-options p.note { margin:0; font-size:11px; }
1025
+ .product-options p.required { position:absolute; right:20px; top:20px; }
1026
 
1027
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1028
+ .product-options-bottom .product-pricing,
1029
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
1030
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; }
1031
  .product-options-bottom .tier-prices .price,
1032
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
1033
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1034
+ .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1035
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1036
  .product-options-bottom .price-label { float:left; padding-right:5px; }
1037
  .product-options-bottom .price-tax { float:left; }
1038
  .product-options-bottom .add-to-cart { float:right; }
1041
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1042
  .product-shop .product-options-bottom .price-tax { float:none; }
1043
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1044
+ .product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1045
 
1046
  /* Grouped Product */
1047
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1112
  .product-name a { }
1113
 
1114
  /* Product Tags */
1115
+ .tags-list { display:block; font-size:13px; border:none; background:none; padding:10px; }
1116
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1117
  .tags-list li a { color:#1b2d3b; }
1118
 
1153
 
1154
  /* Checkout Types */
1155
  .cart .page-title .checkout-types li { margin:0 0 5px; }
1156
+ .cart .title-buttons .checkout-types { float:right; }
1157
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1158
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1159
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1160
 
1161
  /* Shopping Cart Table */
1162
  .cart-table th { padding:2px 10px; }
1165
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1166
  .cart-table tfoot td { padding:5px 10px; }
1167
  .cart-table .btn-continue { float:left; }
1168
+ .cart-table .btn-empty span,
1169
  .cart-table .btn-continue span,
1170
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
1171
+ .cart-table .btn-update,
1172
+ .cart-table .btn-empty { float:right; }
1173
+ .cart-table .btn-update { margin-left:10px; }
1174
 
1175
  /* Shopping Cart Collateral boxes */
1176
  .cart .cart-collaterals { padding:25px 0 0; }
1209
  .cart .totals table { width:100%; margin:7px 0; }
1210
  .cart .totals td { padding:1px 15px 1px 7px; }
1211
  .cart .totals tr.last td {}
1212
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1213
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1214
+ .cart .totals tfoot th strong,
1215
  .cart .totals tfoot td strong { font-size:15px; }
1216
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1217
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1223
  .truncated a.dots { cursor:help; }
1224
  .truncated a.details { cursor:help; }
1225
  .truncated .truncated_full_value { position:relative; z-index:999; }
1226
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1227
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1228
+ .truncated .show .item-options { top:-20px; left:50%; }
1229
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1230
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1231
  /* ======================================================================================= */
1232
 
1233
 
1245
  .sp-methods select.month { width:154px; margin-right:10px; }
1246
  .sp-methods select.year { width:96px; }
1247
  .sp-methods input.cvv { width:3em !important; }
1248
+
1249
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1250
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1251
+ .sp-methods .checkmo-list address { float:left; }
1252
+
1253
  .sp-methods .centinel-logos a { margin-right:3px; }
1254
  .sp-methods .centinel-logos img { vertical-align:middle; }
1255
 
1256
+ .sp-methods .release-amounts { margin:0.5em 0; }
1257
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1258
+
1259
  .please-wait { float:right; }
1260
  .please-wait img { vertical-align:middle; }
1261
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1304
 
1305
  /* Centinel */
1306
  .centinel {}
1307
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1308
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1309
 
1310
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1311
 
1337
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1338
  .block-progress dd.complete {}
1339
  .block-progress p { margin:0; }
1340
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
1341
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1342
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1343
 
1344
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1345
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1384
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1385
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1386
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1387
+ #opc-review .authentication { margin:0 auto; width:570px; }
1388
+ #opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
1389
 
1390
  /* Multiple Addresses Checkout */
1391
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
1453
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1454
 
1455
  .account-create {}
1456
+
1457
+ /* Captcha ================================================================================ */
1458
+ .captcha-note { clear:left; padding-top:5px; }
1459
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1460
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1461
+ .registered-users .captcha-image { margin:0;}
1462
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
1463
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1464
+
1465
+ @-webkit-keyframes rotate {
1466
+ 0% { -webkit-transform:rotate(0); }
1467
+ 0% { -webkit-transform:rotate(-360deg); }
1468
+ }
1469
+ @-moz-keyframes rotate {
1470
+ 0% { -moz-transform:rotate(0); }
1471
+ 0% { -moz-transform:rotate(-360deg); }
1472
+ }
1473
+ @keyframes rotate {
1474
+ 0% { transform:rotate(0); }
1475
+ 0% { transform:rotate(-360deg); }
1476
+ }
1477
+
1478
+ /* Remember Me Popup ===================================================================== */
1479
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1480
+
1481
+ .remember-me label { float:none; margin:0 6px; }
1482
+ .remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
1483
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1484
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1485
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1486
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1487
+ .remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
1488
+ /* Remember Me Popup ===================================================================== */
1489
 
1490
 
1491
  /* My Account ============================================================================= */
1557
 
1558
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1559
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1560
+ .order-info-box .box-payment p { margin:0 0 3px; }
1561
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1562
 
1563
  .order-items { width:100%; overflow-x:auto; }
1564
  .order-items h2,
1565
  .order-items h3 { font-weight:bold; font-size:13px; }
1566
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1567
+ .order-items .link-print { color:#1e7ec8; font-weight:normal; }
1568
+ .order-items .order-links { text-align:right; }
1569
 
1570
+ .order-additional { margin:15px 0; }
1571
+ /* Order Gift Message */
1572
  .gift-message dt strong { color:#666; }
1573
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1574
+ /* Order Comments */
 
1575
  .order-about dt { font-weight:bold; }
1576
  .order-about dd { font-size:13px; margin:0 0 7px; }
1577
 
1578
  .tracking-table { margin:0 0 15px; }
1579
  .tracking-table th { font-weight:bold; white-space:nowrap; }
 
 
1580
 
1581
  .tracking-table-popup { width:100%; }
1582
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1615
 
1616
  /* My Tags */
1617
  .my-tag-edit { float:left; margin:0 0 10px; }
1618
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1619
  #my-tags-table { clear:both; }
1620
  #my-tags-table td { padding:10px; }
1621
  #my-tags-table .add-to-links { white-space:nowrap; }
1633
  .product-review .ratings-table { margin:0 0 10px; }
1634
  .product-review dt { font-weight:bold; }
1635
  .product-review dd { font-size:13px; margin:5px 0 0; }
1636
+
1637
+ /* Billing Agreements */
1638
+ .billing-agreements .info-box{ margin:15px 0; }
1639
+ .billing-agreements .form-list li select { float:left; }
1640
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1641
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1642
+ /* ======================================================================================= */
1643
+
1644
+
1645
+ /* MAP Popup============================================================================== */
1646
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1647
+ .map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
1648
+
1649
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1650
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1651
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1652
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1653
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
1654
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1655
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1656
+ .map-popup-checkout span { display:block; padding-right:30px; }
1657
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1658
+ .map-popup-price .price-box,
1659
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1660
+ .map-popup-price { margin:5px 0 0; }
1661
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1662
+ .map-popup-only-text { border-top:1px solid #ddd; }
1663
  /* ======================================================================================= */
1664
 
1665
 
1669
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1670
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1671
  .footer .store-switcher select { padding:0; vertical-align:middle; }
1672
+ .footer a { color:#fff; text-decoration:none; }
1673
+ .footer a:hover { text-decoration:underline; }
1674
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1675
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1676
  .footer .bugs a:hover { text-decoration:none; }
1677
+ .footer address { margin:0 0 20px; color:#ecf3f6; }
1678
+ .footer address a { color:#ecf3f6; text-decoration:underline; }
1679
+ .footer address a:hover { text-decoration:none; }
1680
+ .footer ul { display:inline; }
1681
+ .footer ul.links { display:block; }
1682
+ .footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
1683
+ .footer li.last { background:none !important; padding-right:0 !important; }
1684
+ .footer-container .bottom-container { margin:0 0 5px; }
1685
  /* ======================================================================================= */
1686
 
1687
  /* Sample Data============================================================================ */
1713
  .col-main:after,
1714
  .col2-set:after,
1715
  .col3-set:after,
1716
+ .col3-layout .product-options-bottom .price-box:after,
1717
  .col4-set:after,
1718
  .search-autocomplete li:after,
1719
  .block .block-content:after,
1737
  .product-collateral:after,
1738
  .product-view .product-img-box .more-views ul:after,
1739
  .product-view .box-tags .form-add:after,
1740
+ .product-view .product-shop .short-description:after,
1741
+ .product-view .box-description:after,
1742
  .product-options .options-list li:after,
1743
  .product-options-bottom:after,
1744
  .product-review:after,
1755
  .page-print .print-head:after,
1756
  .advanced-search-summary:after,
1757
  .gift-messages-form .item:after,
1758
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
 
1759
  /* ======================================================================================= */
1760
+
1761
+ .guest-select {width:305px !important;}
skin/frontend/default/f001_green/images/bkg_nav2.gif ADDED
Binary file
skin/frontend/default/f001_green/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/default/f001_green/images/bkg_th.gif ADDED
Binary file
skin/frontend/default/f001_green/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/f001_green/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/f001_green/images/btn_search.gif ADDED
Binary file
skin/frontend/default/f001_green/images/calendar.gif ADDED
Binary file
skin/frontend/default/f001_green/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_green/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_green/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_green/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/f001_green/images/free_shipping_callout.jpg ADDED
Binary file
skin/frontend/default/f001_green/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/f001_green/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/f001_green/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/f001_green/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/f001_green/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/f001_green/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/f001_green/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/f001_green/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/f001_green/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/f001_green/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/f001_green/js/productInfo.js CHANGED
@@ -3,12 +3,12 @@ ProductInfo.prototype = {
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
-
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
- this.createWindow();
11
-
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
@@ -17,9 +17,9 @@ ProductInfo.prototype = {
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
-
21
  },
22
-
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
@@ -31,42 +31,44 @@ ProductInfo.prototype = {
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
-
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
-
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
47
  display: 'block'
48
  })
49
  },
50
-
51
  hideButton: function(e)
52
  {
53
  el = this;
54
  while (el.tagName != 'P') {
55
  el = el.up();
56
  }
57
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
58
  display: 'none'
59
  })
60
  },
61
-
62
  createWindow: function()
63
  {
64
  var qWindow = new Element('div', {id: 'quick-window'});
65
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
66
  document.body.appendChild(qWindow);
67
- $('quickview-close').observe('click', this.hideWindow.bind(this));
68
  },
69
-
70
  showWindow: function()
71
  {
72
  $('quick-window').setStyle({
@@ -75,17 +77,17 @@ ProductInfo.prototype = {
75
  display: 'block'
76
  });
77
  },
78
-
79
  setContent: function(content)
80
  {
81
  $$('.quick-view-content')[0].insert(content);
82
  },
83
-
84
  clearContent: function()
85
  {
86
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
87
  },
88
-
89
  hideWindow: function()
90
  {
91
  this.clearContent();
@@ -94,7 +96,10 @@ ProductInfo.prototype = {
94
 
95
  loadInfo: function(e)
96
  {
97
- e.stop();
 
 
 
98
  var that = this;
99
  this.createLoader();
100
  new Ajax.Request(e.element().href, {
@@ -104,6 +109,6 @@ ProductInfo.prototype = {
104
  that.destroyLoader();
105
  that.showWindow();
106
  }
107
- });
108
  }
109
  }
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
+
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
+ this.createWindow();
11
+
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
+
21
  },
22
+
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
+
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
+
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
+ var btn = $(el).getElementsBySelector('.ajax')[0];
47
+ btn && btn.setStyle({
48
  display: 'block'
49
  })
50
  },
51
+
52
  hideButton: function(e)
53
  {
54
  el = this;
55
  while (el.tagName != 'P') {
56
  el = el.up();
57
  }
58
+ var btn = $(el).getElementsBySelector('.ajax')[0];
59
+ btn && btn.setStyle({
60
  display: 'none'
61
  })
62
  },
63
+
64
  createWindow: function()
65
  {
66
  var qWindow = new Element('div', {id: 'quick-window'});
67
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
68
  document.body.appendChild(qWindow);
69
+ $('quickview-close').observe('click', this.hideWindow.bind(this));
70
  },
71
+
72
  showWindow: function()
73
  {
74
  $('quick-window').setStyle({
77
  display: 'block'
78
  });
79
  },
80
+
81
  setContent: function(content)
82
  {
83
  $$('.quick-view-content')[0].insert(content);
84
  },
85
+
86
  clearContent: function()
87
  {
88
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
89
  },
90
+
91
  hideWindow: function()
92
  {
93
  this.clearContent();
96
 
97
  loadInfo: function(e)
98
  {
99
+ if (typeof event != 'undefined') { // ie9 fix
100
+ event.preventDefault ? event.preventDefault() : event.returnValue = false;
101
+ }
102
+ Event.stop(e);
103
  var that = this;
104
  this.createLoader();
105
  new Ajax.Request(e.element().href, {
109
  that.destroyLoader();
110
  that.showWindow();
111
  }
112
+ });
113
  }
114
  }
skin/frontend/default/f001_green/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 900
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().getWidth();
51
- var contentWidth = lastItemLeft + lastItemWidth + 8;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 900
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().getWidth();
51
+ var contentWidth = lastItemLeft + lastItemWidth + 8;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f001_grey/css/custom.css CHANGED
@@ -1,302 +1,329 @@
1
- /*
2
- * body : #bebebe;
3
- * .footer .informational li ul li a : #f2f2f2;
4
- * .footer .informational h6 : #f2f2f2;
5
- * .footer .legality a : #d6d6d6;
6
- * #nav a : #d1d1d1;
7
- * .header-cart .title : #d1d1d1;
8
- * .header .form-language label : #d1d1d1;
9
- * .recently .subtitle : #3297db;
10
- * .page-title h1 : #3297db;
11
- * .featured-products h4 : #1E7EC8;
12
- */
13
-
14
- body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #bebebe; color:#2F2F2F}
15
-
16
- h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
17
- a {color:#1E7EC8; text-decoration:underline; }
18
-
19
- .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
20
- .quick-access{float:right; margin-top:16px; padding:0 10px; text-align:right; width: 500px;}
21
-
22
- .header {z-index: 100;}
23
- .shop-access{float:right; margin:0; font-size:1em;}
24
- .shop-access a{color:#7386BE; text-decoration:none}
25
- .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
26
- .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
27
- .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
28
- .header .form-search label{display:none}
29
- .header .form-search button.button{width:20px}
30
-
31
- .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
32
- .page-title h1 {color:#3297db; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
33
-
34
- .block-content a{}
35
- .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
36
- .block-subscribe .block-title strong{background:none}
37
- .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
38
- .block-subscribe label{font-weight:bold; color:#FFF}
39
- .block-subscribe .actions{margin-top:15px}
40
- .block-cart .subtotal{background:#eee}
41
-
42
- .block-layered-nav{}
43
- .block-layered-nav .block-title{ padding:0px; }
44
-
45
- .block-layered-nav{padding:5px 10px}
46
- .block-layered-nav .block-subtitle,
47
- .block-layered-nav .block-content{background:none; border:0px solid #ddd}
48
- .block-layered-nav dt{padding:7px 10px 0 7px}
49
- .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
50
- .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
51
- .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
52
-
53
- h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
54
- .products-grid h5 a{color:#007ed3; text-decoration:none}
55
- .products-grid .ratings .amount{display:none}
56
- .products-grid .actions{position:static; bottom:12px}
57
- /*************************Buttons*************************/
58
- button.button{background:none; border:0px solid #000}
59
-
60
- .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
61
- .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
62
- .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
63
- .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
64
-
65
- /**ALT BTNS**/
66
- .grey-box .button span,
67
- .cart-table .btn-continue span,
68
- .cart-table .btn-update span,
69
- .cart .discount button span,
70
- .cart .shipping button span,
71
- .block-compare button.button span,
72
- .block-poll button.button span,
73
- .block-login .actions button.button span,
74
- .product-view .box-tags .form-add button.button span,
75
- .multiple-checkout .title-buttons button.button span,
76
- #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
77
- .grey-box .button:hover span,
78
- .cart-table .btn-continue:hover span,
79
- .cart-table .btn-update:hover span,
80
- .cart .discount button:hover span,
81
- .cart .shipping button:hover span,
82
- .block-compare button.button:hover span,
83
- .block-poll button.button:hover span,
84
- .block-login .actions button.button:hover span,
85
- .product-view .box-tags .form-add button.button:hover span,
86
- .multiple-checkout .title-buttons button.button:hover span,
87
- #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
88
- .grey-box .button span span,
89
- .cart-table .btn-continue span span,
90
- .cart-table .btn-update span span,
91
- .cart .discount button span span,
92
- .cart .shipping button span span,
93
- .block-compare button.button span span,
94
- .block-poll button.button span span,
95
- .block-login .actions button.button span span,
96
- .product-view .box-tags .form-add button.button span span,
97
- .multiple-checkout .title-buttons button.button span span,
98
- #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
99
- .grey-box .button:hover span span,
100
- .cart-table .btn-continue:hover span span,
101
- .cart-table .btn-update:hover span span,
102
- .cart .discount button:hover span span,
103
- .cart .shipping button:hover span span,
104
- .block-compare button.button:hover span span,
105
- .block-poll button.button:hover span span,
106
- .block-login .actions button.button:hover span span,
107
- .product-view .box-tags .form-add button.button:hover span span,
108
- .multiple-checkout .title-buttons button.button:hover span span,
109
- #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
110
-
111
- .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
112
- .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
113
-
114
- .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
115
- .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
116
-
117
- button.btn-checkout span span{padding:0 16px}
118
- /****************************End Buttons***************************/
119
- .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
120
- .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
121
-
122
-
123
- /**** Navigation *****/
124
- #nav{padding:0 0 3px; width:952px; margin:0 auto; background:url(../images/nav.gif) no-repeat 0 0; font:bold 1em Arial,Helvetica,sans-serif}
125
-
126
- /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
127
- #nav li{position:relative; text-align:left}
128
- #nav li.over{z-index:999}
129
- #nav a,
130
- #nav a:hover{display:block; line-height:1.3em; text-decoration:none}
131
- #nav span{display:block; cursor:pointer; white-space:nowrap}
132
- #nav li ul span{white-space:normal}
133
-
134
- /************ 0 LEVEL ***************/
135
- #nav li{float:left}
136
- #nav a{float:left; color:#d1d1d1; font-weight:bold}
137
- #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
138
- #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
139
- #nav li.first span{padding-left:18px}
140
- #nav li.over a,
141
- #nav a:hover{color:#fff}
142
-
143
- /************ 1ST LEVEL ************/
144
- #nav ul li,
145
- #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
146
- #nav li.active li a,
147
- #nav ul li.active a{background:#fff}
148
- /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
149
- */
150
- #nav ul li.last{background:#ecf3f6; padding-bottom:0}
151
-
152
- #nav ul a,
153
- #nav ul a:hover{float:none; padding:0; background:none}
154
- #nav ul li a{font-weight:normal !important}
155
-
156
- /************ 2ND LEVEL ************/
157
- #nav ul{position:absolute; width:15em; top:40px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
158
- #nav ul span{background:none}
159
-
160
- /* Show menu */
161
- #nav li.over >ul{left:-1px}
162
- #nav li.over >ul li.over >ul{left:100px}
163
- #nav li.over ul ul{left:-10000px}
164
-
165
- #nav ul li a{background:#fff}
166
- #nav ul li a:hover{background:#f4f4f4}
167
- #nav ul li.over >a{background:#f4f4f4}
168
- #nav ul li a,
169
- #nav ul li a:hover{color:#2f2f2f !important}
170
- #nav ul span, #nav ul li.last li span{padding:4px 15px 5px 15px}
171
-
172
- /************ 3RD+LEVEL ************/
173
- #nav ul ul{top:5px; border-top-width:1px}
174
-
175
- .cms-home .nav-home a,
176
- .contacts-index-index .nav-contacts a,
177
- .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
178
- .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
179
-
180
- .f-right{float:right}
181
- .f-left{float:left}
182
- .a-right{text-align:right}
183
- .a-left{text-align:left}
184
- .a-center{text-align:center}
185
-
186
- .welcome-message{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
187
-
188
- .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
189
- .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
190
- .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#d1d1d1; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
191
- .header-cart .title a{color:#fff}
192
- .header-cart .content{background:#f3f8fb; padding:0}
193
- .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
194
- .header-cart .content li a:hover{color:#333}
195
- .header-cart .widget-btn{float:right; margin-top:2px}
196
- .header-cart .title a{color:#fff}
197
-
198
- .header .form-language label {color: #d1d1d1;}
199
-
200
- .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
201
-
202
- #nav-sidebox{font-size:1.1em}
203
- #nav-sidebox a{text-decoration:none; color:#000}
204
- #nav-sidebox a:hover{text-decoration:underline}
205
- #nav-sidebox li{line-height:22px; font-weight:bold}
206
- #nav-sidebox li ul li{font-weight:normal; margin:0}
207
- #nav-sidebox ul{}
208
- #nav-sidebox ul li{padding-left:10px}
209
- #nav-sidebox ul li ul{display:none}
210
-
211
- .featured-container{margin-bottom:20px}
212
- .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
213
- .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
214
-
215
- .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
216
- .mini-newsletter label{color:#fff}
217
- .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
218
- .mini-newsletter .input-text{border:none; padding:4px 2px}
219
- .mini-newsletter .form-button-alt{background-position:100% -256px}
220
- .mini-newsletter .form-button-alt span{background-position:0 -228px}
221
- .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
222
- .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
223
- .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
224
-
225
- .recently .grid-row{border-bottom:1px solid #d9dde3}
226
-
227
- .recently .last{border-bottom:0px solid #FFF}
228
- .recently .subtitle{color:#3297db; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
229
- .recently li.item{width:167px; float:left; padding:10px}
230
- .recently li.item .price-box{}
231
-
232
- .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
233
- .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
234
- h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
235
-
236
- .regular-price .price{color:#777; font-size:13px; font-weight:bold}
237
-
238
- .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
239
- .footer .informational li{float:left; margin:0 40px}
240
- .footer .informational li ul li{float:none; margin:0}
241
- .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#f2f2f2; font-size:0.9em}
242
- .footer .informational h6{margin-bottom:0.4em; color:#f2f2f2; font-size:1.1em}
243
-
244
- .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #a8a8a8; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
245
-
246
- .footer .payments{float:right; margin:5px 0 0}
247
- .footer .legality{text-align:center; color:#FFF; font-size: .9em}
248
- .footer .legality a{color:#d6d6d6; text-decoration: none;}
249
-
250
- /* glider */
251
- #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
252
- div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
253
- div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
254
- div.scroller img{ border:none}
255
- div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
256
- div.scroller div.content{ width:10000px; padding:0px}
257
- .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
258
-
259
- .content .sliderdescription p{line-height:20px; text-align:center}
260
- div.sliderdescription:hover{background:#fff}
261
- .content a{text-decoration:none; color:#5a5a5a}
262
- .content a:hover{text-decoration:underline}
263
-
264
- .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
265
- .slidercontrol{list-style:none; padding:0px; margin:0px}
266
-
267
- .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
268
-
269
- .slidercontrol a:hover,
270
- .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
271
-
272
- /* slider */
273
- .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
274
- .featured-products h4{margin-right:10px; color:#1E7EC8; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
275
- .featured-products .head{text-align:left; margin:0; padding:21px 0}
276
- .featured-products #move-left,
277
- .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
278
- .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
279
- .featured-products #move-left.disabled,
280
- .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
281
- .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
282
- .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
283
- .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
284
- .slider-wrapper .list-featured li.last{ margin:0px}
285
- .slider-wrapper .list-featured .product-image{ text-align:center}
286
- .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
287
- .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
288
-
289
- #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
290
- #quick-window .product-img-box{width:230px; float:left}
291
- #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
292
- #quickview-header{background-color:#888; height:26px; width:650px}
293
-
294
- #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
295
- #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
296
- #quick-window .product-shop{float:right; text-align:left; width:385px}
297
- #quick-window .product-essential{padding:25px 10px 25px 10px}
298
- .catalog-listing .product-image{position:relative}
299
- .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
300
-
301
- a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
302
- a.ajax:hover{text-decoration:none}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * body : #bebebe;
3
+ * .footer .informational li ul li a : #f2f2f2;
4
+ * .footer .informational h6 : #f2f2f2;
5
+ * .footer .legality a : #d6d6d6;
6
+ * #nav a : #d1d1d1;
7
+ * .header-cart .title : #d1d1d1;
8
+ * .header .form-language label : #d1d1d1;
9
+ * .recently .subtitle : #3297db;
10
+ * .page-title h1 : #3297db;
11
+ * .featured-products h4 : #1E7EC8;
12
+ */
13
+
14
+ body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #bebebe; color:#2F2F2F}
15
+
16
+ h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
17
+ a {color:#1E7EC8; text-decoration:underline; }
18
+
19
+ .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
20
+ .quick-access{float:right; margin-top:18px; padding:0 10px; text-align:right; width: 485px;}
21
+
22
+ .header {z-index: 100;}
23
+ .header .logo { margin: 0; }
24
+ .shop-access{float:right; margin:0; font-size:1em;}
25
+ .shop-access a{color:#7386BE; text-decoration:none}
26
+ .shop-access a:hover { text-decoration: underline; }
27
+ .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
28
+ .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
29
+ .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
30
+ .header .form-search label{display:none}
31
+ .header .form-search button.button{width:20px}
32
+ .header .form-search button.button span { background: none; }
33
+
34
+ .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
35
+ .page-title h1 {color:#3297db; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
36
+
37
+ .block-content a{}
38
+ .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
39
+ .block-subscribe .block-title strong{background:none}
40
+ .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
41
+ .block-subscribe label{font-weight:bold; color:#FFF}
42
+ .block-subscribe .actions{margin-top:15px}
43
+ .block-cart .subtotal{background:#eee}
44
+
45
+ .block-tags .block-content ul { border: none; }
46
+
47
+ .block-layered-nav{}
48
+ .block-layered-nav .block-title{ padding:0px; }
49
+
50
+ .block-layered-nav{padding:5px 10px}
51
+ .block-layered-nav .block-subtitle,
52
+ .block-layered-nav .block-content{background:none; border:0px solid #ddd}
53
+ .block-layered-nav dt{padding:7px 10px 0 7px}
54
+ .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
55
+ .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
56
+ .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
57
+ .block-layered-nav dd li a:hover { text-decoration: underline; }
58
+
59
+ h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
60
+ .products-grid h5 a{color:#007ed3; text-decoration:none}
61
+ .products-grid .ratings .amount{display:none}
62
+ .products-grid .actions{}
63
+ /*************************Buttons*************************/
64
+ button.button{background:none; border:0px solid #000}
65
+
66
+ .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
67
+ .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
68
+ .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
69
+ .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
70
+
71
+ /**ALT BTNS**/
72
+ .grey-box .button span,
73
+ .cart-table .btn-continue span,
74
+ .cart-table .btn-update span,
75
+ .cart-table .btn-empty span,
76
+ .cart .discount button span,
77
+ .cart .shipping button span,
78
+ .block-compare button.button span,
79
+ .block-poll button.button span,
80
+ .block-login .actions button.button span,
81
+ .product-view .box-tags .form-add button.button span,
82
+ .multiple-checkout .title-buttons button.button span,
83
+ #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
84
+ .grey-box .button:hover span,
85
+ .cart-table .btn-continue:hover span,
86
+ .cart-table .btn-update:hover span,
87
+ .cart-table .btn-empty:hover span,
88
+ .cart .discount button:hover span,
89
+ .cart .shipping button:hover span,
90
+ .block-compare button.button:hover span,
91
+ .block-poll button.button:hover span,
92
+ .block-login .actions button.button:hover span,
93
+ .product-view .box-tags .form-add button.button:hover span,
94
+ .multiple-checkout .title-buttons button.button:hover span,
95
+ #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
96
+ .grey-box .button span span,
97
+ .cart-table .btn-continue span span,
98
+ .cart-table .btn-update span span,
99
+ .cart-table .btn-empty span span,
100
+ .cart .discount button span span,
101
+ .cart .shipping button span span,
102
+ .block-compare button.button span span,
103
+ .block-poll button.button span span,
104
+ .block-login .actions button.button span span,
105
+ .product-view .box-tags .form-add button.button span span,
106
+ .multiple-checkout .title-buttons button.button span span,
107
+ #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
108
+ .grey-box .button:hover span span,
109
+ .cart-table .btn-continue:hover span span,
110
+ .cart-table .btn-update:hover span span,
111
+ .cart-table .btn-empty:hover span span,
112
+ .cart .discount button:hover span span,
113
+ .cart .shipping button:hover span span,
114
+ .block-compare button.button:hover span span,
115
+ .block-poll button.button:hover span span,
116
+ .block-login .actions button.button:hover span span,
117
+ .product-view .box-tags .form-add button.button:hover span span,
118
+ .multiple-checkout .title-buttons button.button:hover span span,
119
+ #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
120
+
121
+ .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
122
+ .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
123
+
124
+ .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
125
+ .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
126
+
127
+ button.btn-checkout span span{padding:0 16px}
128
+ /****************************End Buttons***************************/
129
+ .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
130
+ .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
131
+
132
+
133
+ /********** < Navigation */
134
+ #nav{padding:0 0 3px; width:952px; margin:0 auto;background:url(../images/nav.gif) no-repeat 0 0;font:bold 1em Arial,Helvetica,sans-serif}
135
+
136
+ /* All Levels */ /* Style consistent throughout all nav levels */
137
+ #nav li { position:relative; text-align:left; }
138
+ #nav li.over { z-index:998; }
139
+ #nav a,
140
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
141
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
142
+ #nav li ul span {white-space:normal; }
143
+
144
+ /* 0 Level */
145
+ #nav li { float:left; }
146
+ #nav a{float:left; color:#d1d1d1; font-weight:bold}
147
+ #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
148
+ #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
149
+ /*#nav li.first span{padding-left:18px}*/
150
+ #nav li.over a,
151
+ #nav a:hover{color:#fff}
152
+
153
+ /* 1st Level */
154
+ #nav ul li,
155
+ #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
156
+ #nav li.active li a,
157
+ #nav ul li.active a{background:#fff}
158
+ /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
159
+ */
160
+ #nav ul li.last { background:#ecf3f6; padding-bottom:0; }
161
+
162
+ #nav ul a,
163
+ #nav ul a:hover { float:none; padding:0; background:none; }
164
+ #nav ul li a { font-weight:normal !important; }
165
+
166
+ /* 2nd Level */
167
+ #nav ul,
168
+ #nav div {position:absolute; width:15em; top:39px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
169
+ #nav div ul { position:static; width:auto; border:none; }
170
+ #nav ul span {background:none}
171
+
172
+ /* 3rd+ Level */
173
+ #nav ul ul,
174
+ #nav ul div { top:5px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; }
175
+
176
+ #nav ul li a {background:#fff}
177
+ #nav ul li a:hover {background:#f4f4f4}
178
+ #nav ul li.over > a {background:#f4f4f4}
179
+ #nav ul li a,
180
+ #nav ul li a:hover {color:#2f2f2f !important}
181
+ #nav ul span,
182
+ #nav ul li.last li span {padding:4px 15px 5px 15px}
183
+
184
+ /* Show menu */
185
+ #nav li ul.shown-sub,
186
+ #nav li div.shown-sub { left:-1px; z-index:999; }
187
+ #nav li .shown-sub ul.shown-sub,
188
+ #nav li .shown-sub li div.shown-sub { left:100px; }
189
+ /********** Navigation > */
190
+ /* ======================================================================================= */
191
+
192
+ .cms-home .nav-home a,
193
+ .contacts-index-index .nav-contacts a,
194
+ .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
195
+ .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
196
+
197
+ .f-right{float:right}
198
+ .f-left{float:left}
199
+ .a-right{text-align:right}
200
+ .a-left{text-align:left}
201
+ .a-center{text-align:center}
202
+
203
+ .header .welcome-msg{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
204
+
205
+ .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
206
+ .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
207
+ .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#d1d1d1; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
208
+ .header-cart .title a{color:#fff}
209
+ .header-cart .content{background:#f3f8fb; padding:0}
210
+ .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
211
+ .header-cart .content li a:hover{color:#333}
212
+ .header-cart .widget-btn{float:right; margin-left: 5px; margin-top: 4px;}
213
+ .header-cart .title a{color:#fff}
214
+
215
+ .header .form-language label {color: #d1d1d1;}
216
+
217
+ .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
218
+
219
+ #nav-sidebox{font-size:1.1em}
220
+ #nav-sidebox a{text-decoration:none; color:#000}
221
+ #nav-sidebox a:hover{text-decoration:underline}
222
+ #nav-sidebox li{line-height:22px; font-weight:bold}
223
+ #nav-sidebox li ul li{font-weight:normal; margin:0}
224
+ #nav-sidebox ul{}
225
+ #nav-sidebox ul li{padding-left:10px}
226
+ #nav-sidebox ul li ul{display:none}
227
+
228
+ .featured-container{margin-bottom:20px}
229
+ .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
230
+ .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
231
+
232
+ .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
233
+ .mini-newsletter label{color:#fff}
234
+ .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
235
+ .mini-newsletter .input-text{border:none; padding:4px 2px}
236
+ .mini-newsletter .form-button-alt{background-position:100% -256px}
237
+ .mini-newsletter .form-button-alt span{background-position:0 -228px}
238
+ .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
239
+ .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
240
+ .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
241
+
242
+ .recently .grid-row {border-bottom:1px solid #d9dde3; float: left; position: relative; }
243
+
244
+ .recently .last{border-bottom:0px solid #FFF}
245
+ .recently .subtitle{color:#3297db; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
246
+ .recently li.item{width:167px; float:left; padding:10px 10px 40px;}
247
+ .recently li.item .price-box{}
248
+ .recently li.item .actions { position: absolute; bottom: 12px; }
249
+
250
+ .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
251
+ .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
252
+ h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
253
+ a.product-name:hover { text-decoration: underline; }
254
+
255
+ .regular-price .price{color:#777; font-size:13px; font-weight:bold}
256
+
257
+ .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
258
+ .footer .informational li{float:left; margin:0 40px; display: inline;}
259
+ .footer .informational li ul li{float:none; margin:0; display: block;}
260
+ .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#f2f2f2; font-size:0.9em}
261
+ .footer .informational li ul li a:hover { text-decoration: underline; }
262
+ .footer .informational h6{margin-bottom:0.4em; color:#f2f2f2; font-size:1.1em}
263
+
264
+ .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #a8a8a8; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
265
+
266
+ .footer .payments{float:right; margin:5px 0 0}
267
+ .footer .legality{text-align:center; color:#FFF; font-size: .9em}
268
+ .footer .legality a{color:#d6d6d6; text-decoration: none;}
269
+
270
+ /* glider */
271
+ #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
272
+ div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
273
+ div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
274
+ div.scroller img{ border:none}
275
+ div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
276
+ div.scroller div.content{ width:10000px; padding:0px}
277
+ .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
278
+
279
+ .content .sliderdescription p{line-height:20px; text-align:center}
280
+ div.sliderdescription:hover{background:#fff}
281
+ .content a{text-decoration:none; color:#5a5a5a}
282
+ .content a:hover{text-decoration:underline}
283
+
284
+ .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
285
+ .slidercontrol{list-style:none; padding:0px; margin:0px}
286
+
287
+ .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
288
+
289
+ .slidercontrol a:hover,
290
+ .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
291
+
292
+ /* slider */
293
+ .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
294
+ .featured-products h4{margin-right:10px; color:#1E7EC8; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
295
+ .featured-products .head{text-align:left; margin:0; padding:21px 0}
296
+ .featured-products #move-left,
297
+ .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
298
+ .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
299
+ .featured-products #move-left.disabled,
300
+ .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
301
+ .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
302
+ .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
303
+ .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
304
+ .slider-wrapper .list-featured li.last{ margin:0px}
305
+ .slider-wrapper .list-featured .product-image{ text-align:center}
306
+ .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
307
+ .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
308
+
309
+ #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
310
+ #quick-window .product-img-box{width:230px; float:left}
311
+ #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
312
+ #quickview-header{background-color:#888; height:26px; width:650px}
313
+
314
+ #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
315
+ #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
316
+ #quick-window .product-shop{float:right; text-align:left; width:385px}
317
+ #quick-window .product-essential{padding:25px 10px 25px 10px}
318
+ .catalog-listing .product-image{position:relative}
319
+ .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
320
+
321
+ a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
322
+ a.ajax:hover{text-decoration:none}
323
+
324
+
325
+ /****Update styles ****/
326
+
327
+ .footer li {background: none; display: block; padding: 0;}
328
+
329
+ .product-collateral { background: #faf7ee; }
skin/frontend/default/f001_grey/css/ie8.css CHANGED
@@ -1,13 +1,16 @@
1
- .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
- .form-button:hover { background-position: 100% -84px; }
3
- .form-button-alt { background-position: 100% -142px; }
4
- .form-button-alt:hover { background-position: 100% -200px; }
5
- .form-button span, .form-button-alt span { background-position: 0 0; }
6
- .form-button:hover span { background-position: 0 -56px; }
7
- .form-button-alt span { background-position: 0 -113px; }
8
- .form-button-alt:hover span { background-position: 0 -171px; }
9
-
10
- .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
- .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
- .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
- .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
 
 
 
1
+ .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
+ .form-button:hover { background-position: 100% -84px; }
3
+ .form-button-alt { background-position: 100% -142px; }
4
+ .form-button-alt:hover { background-position: 100% -200px; }
5
+ .form-button span, .form-button-alt span { background-position: 0 0; }
6
+ .form-button:hover span { background-position: 0 -56px; }
7
+ .form-button-alt span { background-position: 0 -113px; }
8
+ .form-button-alt:hover span { background-position: 0 -171px; }
9
+
10
+ .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
+ .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
+ .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
+ .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
14
+
15
+ /*Search Autocomplete Misplase fix for IE8*/
16
+ #search_autocomplete { left: 25px !important; top: 27px !important;}
skin/frontend/default/f001_grey/css/styles-ie.css CHANGED
@@ -19,10 +19,10 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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,
@@ -34,6 +34,7 @@
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
 
37
 
38
  /* Doubled Margin Fixes */
39
  .product-view .product-img-box .more-views li,
@@ -44,9 +45,6 @@
44
  #nav li,
45
  #nav li a { zoom:1; }
46
  #nav li { vertical-align:top; }
47
- /* Show Menu */
48
- #nav li.over ul.shown-sub { left:0; }
49
- #nav li.over li ul.shown-sub { left:100px; }
50
  /********** < Navigation styles */
51
 
52
  select { margin-bottom:1px; }
@@ -55,10 +53,11 @@ input.checkbox { width:13px; height:13px; }
55
  button.button { height:21px; }
56
  button.button span { position:relative; }
57
  button.btn-checkout { height:40px; }
 
58
  .form-list label { position:relative; z-index:0; }
59
  .form-list label.required em { position:absolute; top:0; right:-8px; }
60
 
61
- table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
62
 
63
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
64
 
@@ -69,6 +68,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
69
  .product-view .box-tags .product-tags li,
70
  .footer li { padding:0 4px 0 7px; }
71
 
 
 
72
  /* Clearer */
73
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
74
 
@@ -84,6 +85,7 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
84
  .col-main,
85
  .col2-set,
86
  .col3-set,
 
87
  .col4-set,
88
  .messages li,
89
  .search-autocomplete li,
@@ -113,7 +115,10 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
113
  .product-collateral,
114
  .product-view .product-img-box .more-views ul,
115
  .product-view .box-tags .form-add,
 
 
116
  .product-options .options-list li,
 
117
  .product-options-bottom,
118
  .truncated,
119
  .truncated .truncated_full_value,
@@ -137,7 +142,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
137
  .advanced-search-summary,
138
  .advanced-search-summary p,
139
  .gift-messages-form .item,
140
- .send-friend .form-list li p { zoom:1; }
 
141
 
142
  /* Hover Fix */
143
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
19
  *
20
  * @category design
21
  * @package default_default
22
+ * @copyright Copyright (c) 2011 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,
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
 
39
  /* Doubled Margin Fixes */
40
  .product-view .product-img-box .more-views li,
45
  #nav li,
46
  #nav li a { zoom:1; }
47
  #nav li { vertical-align:top; }
 
 
 
48
  /********** < Navigation styles */
49
 
50
  select { margin-bottom:1px; }
53
  button.button { height:21px; }
54
  button.button span { position:relative; }
55
  button.btn-checkout { height:40px; }
56
+ #opc-review .sp-methods .input-box { float:left; }
57
  .form-list label { position:relative; z-index:0; }
58
  .form-list label.required em { position:absolute; top:0; right:-8px; }
59
 
60
+ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
61
 
62
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
63
 
68
  .product-view .box-tags .product-tags li,
69
  .footer li { padding:0 4px 0 7px; }
70
 
71
+ .product-options dd .time-picker select { margin:0; padding:0; }
72
+
73
  /* Clearer */
74
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
75
 
85
  .col-main,
86
  .col2-set,
87
  .col3-set,
88
+ .col3-layout .product-options-bottom .price-box,
89
  .col4-set,
90
  .messages li,
91
  .search-autocomplete li,
115
  .product-collateral,
116
  .product-view .product-img-box .more-views ul,
117
  .product-view .box-tags .form-add,
118
+ .product-view .product-shop .short-description,
119
+ .product-view .box-description,
120
  .product-options .options-list li,
121
+ .product-options,
122
  .product-options-bottom,
123
  .truncated,
124
  .truncated .truncated_full_value,
142
  .advanced-search-summary,
143
  .advanced-search-summary p,
144
  .gift-messages-form .item,
145
+ .send-friend .form-list li p,
146
+ .centinel .authentication { zoom:1; }
147
 
148
  /* Hover Fix */
149
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/f001_grey/css/styles.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
@@ -32,7 +32,7 @@ img { border:0; vertical-align:top; }
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
- :focus { outline: 0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
@@ -97,7 +97,7 @@ ul,ol { list-style:none; }
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
- .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
@@ -147,11 +147,10 @@ textarea { overflow:auto; }
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
150
-
151
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
152
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
153
  button.button {cursor: pointer;}
154
-
155
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
156
  button.button span span { border:0; }
157
 
@@ -192,6 +191,14 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
192
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
193
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
194
  .form-list .input-range input.input-text { width:74px; }
 
 
 
 
 
 
 
 
195
  /* Customer */
196
  .form-list .customer-name-prefix .input-box,
197
  .form-list .customer-name-suffix .input-box,
@@ -340,7 +347,8 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
340
  .title-buttons h5,
341
  .title-buttons h6 { float:left; }
342
 
343
- .subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
 
344
 
345
  /* Pager */
346
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
@@ -388,7 +396,7 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
388
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
389
 
390
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
391
- .data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
392
  .data-table tfoot tr { background-color:#dee5e8 !important; }
393
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
394
  .data-table tfoot strong { font-size:16px; }
@@ -406,14 +414,22 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
406
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
407
  .data-table tbody td .option-value { padding-left:10px; }
408
 
409
- /* Tax Details Row */
410
- tr.tax-total { cursor:pointer; }
411
- tr.tax-total td {}
412
- tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
413
- tr.show-details .tax-collapse { background-position:0 -52px; }
 
 
 
 
 
 
 
414
  tr.show-details td {}
415
- tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
416
- tr.tax-details-first td { border-top:1px solid #d2d8db; }
 
417
 
418
  /* Shopping cart tax info */
419
  .cart-tax-info { display:block; }
@@ -427,8 +443,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
427
  /* Class: std - styles for admin-controlled content */
428
  .std .subtitle { padding:0; }
429
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
430
- .std ul.disc { margin:0 0 10px; }
431
- .std ul.disc { list-style:disc outside; padding-left:18px; }
432
  .std dl dt { font-weight:bold; }
433
  .std dl dd { margin:0 0 10px; }
434
  /*.std ul,
@@ -464,20 +479,35 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
464
  .link-compare { font-weight:bold; }
465
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
466
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
467
- .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
468
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
 
 
 
469
 
470
  .separator { margin:0 3px; }
471
 
472
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
473
 
 
 
 
 
 
 
 
 
 
474
  /* Noscript Notice */
475
- .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
476
- .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
477
- .noscript p { margin:0; }
478
 
479
  /* Demo Notice */
480
- .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
 
 
 
481
  /* ======================================================================================= */
482
 
483
 
@@ -493,7 +523,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
493
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
494
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
495
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
496
- .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
497
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
498
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
499
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
@@ -515,7 +545,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
515
  .header-container .top-container a { font-size:11px; }
516
 
517
  /********** < Navigation */
518
- .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
519
  margin:0 auto; width:978px; }
520
  /* ======================================================================================= */
521
 
@@ -529,7 +559,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
529
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
530
  .block .block-content { }
531
  .block .block-content li.item { padding:7px 9px; }
532
- .block .btn-remove { float:right; margin:1px 0 2px 5px; }
533
  .block .actions {padding:6px 9px; text-align:right; }
534
  .block .actions a { float:left; }
535
  .block .actions button.button { float:right; }
@@ -561,10 +591,24 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
561
  .block-related .block-title span,
562
  .block-tags .block-title span,
563
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
 
 
 
 
 
 
 
 
 
 
 
564
 
565
  /* Mini Products List */
566
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
567
  .mini-products-list .product-details { margin-left:60px; }
 
 
 
568
 
569
  /* Block: Account */
570
  .block-account { }
@@ -592,34 +636,43 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
592
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
593
  .block-layered-nav dd { padding:0 12px 12px; }
594
  .block-layered-nav dd.last { background:none; }
595
- .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
596
- .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
597
- .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
 
 
 
598
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
599
  .block-layered-nav .actions a { float:none; }
600
 
601
  /* Block: Cart */
602
  .block-cart .block-title { /*border-bottom:0;*/ }
603
  .block-cart .block-title span { }
 
604
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
605
  .block-cart .amount { margin:0; }
606
  .block-cart .amount a { font-weight:bold; }
607
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
608
  .block-cart .subtotal .price { font-weight:bold; }
609
  .block-cart .actions { }
 
 
610
 
611
  /* Block: Wishlist */
612
  .block-wishlist .block-title span { }
 
613
  .block-wishlist .actions { text-align:right; }
614
  .block-wishlist .actions a { float:none; }
615
 
616
  /* Block: Related */
617
  .block-related .block-title span { }
 
618
  .block-related input.checkbox { float:left; }
619
  .block-related .product { margin-left:20px; }
620
 
621
  /* Block: Compare Products */
622
  .block-compare .block-title span { }
 
623
  .block-compare button.button span { border-color:#406a83; background:#618499; }
624
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
625
  .compare-table { border:0; }
@@ -642,12 +695,15 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
642
 
643
  /* Block: Recently Viewed */
644
  .block-viewed .block-title span { }
 
645
 
646
  /* Block: Recently Compared */
647
  .block-compared .block-title span { }
 
648
 
649
  /* Block: Poll */
650
  .block-poll .block-title span { }
 
651
  .block-poll .block-subtitle { font-size:12px; }
652
  .block-poll label { color:#777; font-weight:bold; }
653
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
@@ -692,6 +748,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
692
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
693
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
694
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
 
 
 
 
695
  /* ======================================================================================= */
696
 
697
 
@@ -705,7 +765,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
705
  /* View Type: Grid */
706
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
707
  .products-grid.last { border-bottom:0; }
708
- .products-grid li.item { float:left; width:155px; padding:12px 10px 10px; }
709
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
710
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
711
  .products-grid .product-name a { color:#203548; }
@@ -726,7 +786,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
726
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
727
  .products-list .availability { float:left; margin:3px 0 0; }
728
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
729
- .products-list .desc .link-more { font-size:11px; }
730
  .products-list .add-to-links { clear:both; }
731
  .products-list .add-to-links li { display:inline; }
732
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
@@ -757,6 +817,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
757
  .availability span { font-weight:bold; }
758
  .availability.in-stock span {}
759
  .availability.out-of-stock span { color:#d83820; }
 
 
 
 
 
 
 
 
 
 
 
 
 
760
  .product-view .product-shop .availability { font-size:11px; }
761
  .product-view .product-shop .availability span { font-weight:normal; }
762
 
@@ -807,7 +880,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
807
  .price-including-tax .label { white-space:nowrap; color:#999; }
808
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
809
 
810
- /* FTP */
 
 
 
 
 
811
  .weee { display:block; font-size:11px; color:#444; }
812
  .weee .price { font-size:11px; font-weight:normal; }
813
 
@@ -842,8 +920,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
842
  /********** Product Prices > */
843
 
844
  /* Tier Prices */
845
- .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
846
- .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
 
847
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
848
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
849
 
@@ -858,6 +937,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
858
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
859
  .add-to-cart .qty { float:left; margin-right:5px; }
860
  .add-to-cart button.button { float:left; }
 
 
 
861
 
862
  /* Add to Links + Add to Cart */
863
  .add-to-box { margin:10px 0; }
@@ -896,12 +978,13 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
896
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
897
 
898
  .product-image-popup { margin:0 auto; }
899
- .product-image-popup .nav { font-weight:bold; text-align:center; }
 
900
  .product-image-popup .image { display:block; margin:10px 0; }
901
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
902
 
903
  /* Product Shop */
904
- .product-view .product-shop { float:right; width:330px; }
905
  .col1-layout .product-view .product-shop { float:right; width:545px; }
906
  .col3-layout .product-view .product-shop { float:none; width:auto; }
907
  .product-view .product-shop .product-name { margin:0 0 5px; }
@@ -916,17 +999,18 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
916
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
917
 
918
  /* Product Options */
919
- .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
920
  .product-options dt { padding:10px 0 0; font-weight:normal; }
921
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
922
- .product-options dt span.required { color:#eb340a; }
923
- .product-options dt .qty-holder { float:right; margin-right:15px; }
924
- .product-options dt .qty-holder label { vertical-align:middle; }
925
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
926
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
927
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
928
  .product-options dd input.input-text { width:98%; }
929
  .product-options dd input.datetime-picker { width:150px; }
 
930
  .product-options dd textarea { width:98%; height:8em; }
931
  .product-options dd select { width:99%; }
932
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
@@ -938,14 +1022,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
938
  .product-options ul.options-list label { font-weight:normal; }
939
  .product-options ul.validation-failed { padding:0 7px; }
940
  .product-options p.note { margin:0; font-size:11px; }
941
- .product-options p.required { margin-bottom:0; padding:15px 0 0; }
942
 
943
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
944
- .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
945
- .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
 
946
  .product-options-bottom .tier-prices .price,
947
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
948
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
 
 
949
  .product-options-bottom .price-label { float:left; padding-right:5px; }
950
  .product-options-bottom .price-tax { float:left; }
951
  .product-options-bottom .add-to-cart { float:right; }
@@ -954,6 +1041,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
954
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
955
  .product-shop .product-options-bottom .price-tax { float:none; }
956
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
 
957
 
958
  /* Grouped Product */
959
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
@@ -1024,7 +1112,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1024
  .product-name a { }
1025
 
1026
  /* Product Tags */
1027
- .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
1028
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1029
  .tags-list li a { color:#1b2d3b; }
1030
 
@@ -1065,6 +1153,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1065
 
1066
  /* Checkout Types */
1067
  .cart .page-title .checkout-types li { margin:0 0 5px; }
 
 
 
 
1068
 
1069
  /* Shopping Cart Table */
1070
  .cart-table th { padding:2px 10px; }
@@ -1073,8 +1165,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1073
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1074
  .cart-table tfoot td { padding:5px 10px; }
1075
  .cart-table .btn-continue { float:left; }
 
1076
  .cart-table .btn-continue span,
1077
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
 
 
 
1078
 
1079
  /* Shopping Cart Collateral boxes */
1080
  .cart .cart-collaterals { padding:25px 0 0; }
@@ -1113,7 +1209,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1113
  .cart .totals table { width:100%; margin:7px 0; }
1114
  .cart .totals td { padding:1px 15px 1px 7px; }
1115
  .cart .totals tr.last td {}
 
1116
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
 
1117
  .cart .totals tfoot td strong { font-size:15px; }
1118
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1119
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
@@ -1125,10 +1223,11 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1125
  .truncated a.dots { cursor:help; }
1126
  .truncated a.details { cursor:help; }
1127
  .truncated .truncated_full_value { position:relative; z-index:999; }
1128
- .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1129
- .truncated .show dl { top:-20px; left:50%; }
1130
- .col-left .truncated .show dl { left:15px; top:7px; }
1131
- .col-right .truncated .show dl { left:-240px; top:7px; }
 
1132
  /* ======================================================================================= */
1133
 
1134
 
@@ -1146,9 +1245,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1146
  .sp-methods select.month { width:154px; margin-right:10px; }
1147
  .sp-methods select.year { width:96px; }
1148
  .sp-methods input.cvv { width:3em !important; }
 
 
 
 
 
1149
  .sp-methods .centinel-logos a { margin-right:3px; }
1150
  .sp-methods .centinel-logos img { vertical-align:middle; }
1151
 
 
 
 
1152
  .please-wait { float:right; }
1153
  .please-wait img { vertical-align:middle; }
1154
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
@@ -1197,6 +1304,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1197
 
1198
  /* Centinel */
1199
  .centinel {}
 
 
1200
 
1201
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1202
 
@@ -1228,6 +1337,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1228
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1229
  .block-progress dd.complete {}
1230
  .block-progress p { margin:0; }
 
 
 
1231
 
1232
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1233
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
@@ -1272,6 +1384,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1272
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1273
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1274
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
 
 
1275
 
1276
  /* Multiple Addresses Checkout */
1277
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
@@ -1339,7 +1453,39 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1339
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1340
 
1341
  .account-create {}
1342
- /* Account Login/Create Pages ============================================================ */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
 
1344
 
1345
  /* My Account ============================================================================= */
@@ -1411,28 +1557,26 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1411
 
1412
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1413
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1414
- .order-info-box .box-payment p { margin:0 0 5px; }
1415
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1416
 
1417
  .order-items { width:100%; overflow-x:auto; }
1418
  .order-items h2,
1419
  .order-items h3 { font-weight:bold; font-size:13px; }
1420
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1421
- .order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
1422
- .order-items p .link-print { float:none; }
1423
 
1424
- .order-gift-message { margin:15px 0; }
 
1425
  .gift-message dt strong { color:#666; }
1426
- .gift-message dd { margin:5px 0 0; font-size:13px; }
1427
-
1428
- .order-about { margin:15px 0; }
1429
  .order-about dt { font-weight:bold; }
1430
  .order-about dd { font-size:13px; margin:0 0 7px; }
1431
 
1432
  .tracking-table { margin:0 0 15px; }
1433
  .tracking-table th { font-weight:bold; white-space:nowrap; }
1434
- .tracking-table th,
1435
- .tracking-table td { padding:1px 5px 0 0; }
1436
 
1437
  .tracking-table-popup { width:100%; }
1438
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
@@ -1471,7 +1615,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1471
 
1472
  /* My Tags */
1473
  .my-tag-edit { float:left; margin:0 0 10px; }
1474
- .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
1475
  #my-tags-table { clear:both; }
1476
  #my-tags-table td { padding:10px; }
1477
  #my-tags-table .add-to-links { white-space:nowrap; }
@@ -1489,6 +1633,33 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1489
  .product-review .ratings-table { margin:0 0 10px; }
1490
  .product-review dt { font-weight:bold; }
1491
  .product-review dd { font-size:13px; margin:5px 0 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1492
  /* ======================================================================================= */
1493
 
1494
 
@@ -1498,9 +1669,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1498
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1499
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1500
  .footer .store-switcher select { padding:0; vertical-align:middle; }
 
 
1501
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1502
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1503
  .footer .bugs a:hover { text-decoration:none; }
 
 
 
 
 
 
 
 
1504
  /* ======================================================================================= */
1505
 
1506
  /* Sample Data============================================================================ */
@@ -1532,6 +1713,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1532
  .col-main:after,
1533
  .col2-set:after,
1534
  .col3-set:after,
 
1535
  .col4-set:after,
1536
  .search-autocomplete li:after,
1537
  .block .block-content:after,
@@ -1555,6 +1737,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1555
  .product-collateral:after,
1556
  .product-view .product-img-box .more-views ul:after,
1557
  .product-view .box-tags .form-add:after,
 
 
1558
  .product-options .options-list li:after,
1559
  .product-options-bottom:after,
1560
  .product-review:after,
@@ -1571,6 +1755,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1571
  .page-print .print-head:after,
1572
  .advanced-search-summary:after,
1573
  .gift-messages-form .item:after,
1574
- .send-friend .form-list li p:after,
1575
- .recently ol.grid-row:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1576
  /* ======================================================================================= */
 
 
19
  *
20
  * @category design
21
  * @package default_default
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
 
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
+ :focus { outline:0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
+ .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
 
150
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
151
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
152
  button.button {cursor: pointer;}
153
+
154
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
155
  button.button span span { border:0; }
156
 
191
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
192
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
193
  .form-list .input-range input.input-text { width:74px; }
194
+
195
+ .form-list-narrow li { margin-bottom:0; }
196
+ .form-list-narrow li .input-box { margin-bottom:6px; }
197
+ .form-list-narrow li.wide .input-box { width:260px; }
198
+ .form-list-narrow li.wide input.input-text,
199
+ .form-list-narrow li.wide textarea { width:254px }
200
+ .form-list-narrow li.wide select { width:260px; }
201
+
202
  /* Customer */
203
  .form-list .customer-name-prefix .input-box,
204
  .form-list .customer-name-suffix .input-box,
347
  .title-buttons h5,
348
  .title-buttons h6 { float:left; }
349
 
350
+ .subtitle,
351
+ .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
352
 
353
  /* Pager */
354
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
396
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
397
 
398
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
399
+ .data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
400
  .data-table tfoot tr { background-color:#dee5e8 !important; }
401
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
402
  .data-table tfoot strong { font-size:16px; }
414
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
415
  .data-table tbody td .option-value { padding-left:10px; }
416
 
417
+ /* Generic Info Box */
418
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
419
+ .info-box h2 { font-weight:bold; font-size:13px; }
420
+
421
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
422
+ .info-table td { padding:2px 0; }
423
+
424
+ /* Shopping cart total summary row expandable to details */
425
+ tr.summary-total { cursor:pointer; }
426
+ tr.summary-total td {}
427
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
428
+ tr.show-details .summary-collapse { background-position:0 -52px; }
429
  tr.show-details td {}
430
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
431
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
432
+ tr.summary-details-excluded { font-style:italic; }
433
 
434
  /* Shopping cart tax info */
435
  .cart-tax-info { display:block; }
443
  /* Class: std - styles for admin-controlled content */
444
  .std .subtitle { padding:0; }
445
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
446
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
 
447
  .std dl dt { font-weight:bold; }
448
  .std dl dd { margin:0 0 10px; }
449
  /*.std ul,
479
  .link-compare { font-weight:bold; }
480
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
481
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
483
+ .btn-previous { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
485
+ .btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
486
+
487
+ .cards-list dt { margin:5px 0 0; }
488
+ .cards-list .offset { padding:2px 0 2px 20px; }
489
 
490
  .separator { margin:0 3px; }
491
 
492
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
493
 
494
+ /* Global site notices */
495
+ .global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
496
+ .global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
497
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
498
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
499
+
500
+ /* Cookie Notice */
501
+ .notice-cookie { }
502
+
503
  /* Noscript Notice */
504
+ .noscript {}
 
 
505
 
506
  /* Demo Notice */
507
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
508
+ .demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
509
+ .demo-notice .notice-inner p { padding:0; border:0; }
510
+
511
  /* ======================================================================================= */
512
 
513
 
523
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
524
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
525
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
526
+ .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
527
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
528
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
529
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
545
  .header-container .top-container a { font-size:11px; }
546
 
547
  /********** < Navigation */
548
+ .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
549
  margin:0 auto; width:978px; }
550
  /* ======================================================================================= */
551
 
559
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
560
  .block .block-content { }
561
  .block .block-content li.item { padding:7px 9px; }
562
+ .block .btn-remove, .block .btn-edit { float:right; margin:1px 0 2px 5px; }
563
  .block .actions {padding:6px 9px; text-align:right; }
564
  .block .actions a { float:left; }
565
  .block .actions button.button { float:right; }
591
  .block-related .block-title span,
592
  .block-tags .block-title span,
593
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
594
+ .block-cart .block-title strong,
595
+ .block-wishlist .block-title strong,
596
+ .block-subscribe .block-title strong,
597
+ .block-compare .block-title strong,
598
+ .block-reorder .block-title strong,
599
+ .block-poll .block-title strong,
600
+ .block-viewed .block-title strong,
601
+ .block-compared .block-title strong,
602
+ .block-related .block-title strong,
603
+ .block-tags .block-title strong,
604
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
605
 
606
  /* Mini Products List */
607
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
608
  .mini-products-list .product-details { margin-left:60px; }
609
+ .block-cart .mini-products-list .product-details .product-name,
610
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
611
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
612
 
613
  /* Block: Account */
614
  .block-account { }
636
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
637
  .block-layered-nav dd { padding:0 12px 12px; }
638
  .block-layered-nav dd.last { background:none; }
639
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; position:relative; z-index:1; line-height:1.5; }
640
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:8px; text-transform:uppercase; }
641
+ .block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
642
+ .block-layered-nav .currently .btn-previous,
643
+ .block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:5px; margin:0; }
644
+ .block-layered-nav .currently .btn-previous { right:17px; }
645
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
646
  .block-layered-nav .actions a { float:none; }
647
 
648
  /* Block: Cart */
649
  .block-cart .block-title { /*border-bottom:0;*/ }
650
  .block-cart .block-title span { }
651
+ .block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
652
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
653
  .block-cart .amount { margin:0; }
654
  .block-cart .amount a { font-weight:bold; }
655
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
656
  .block-cart .subtotal .price { font-weight:bold; }
657
  .block-cart .actions { }
658
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
659
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
660
 
661
  /* Block: Wishlist */
662
  .block-wishlist .block-title span { }
663
+ .block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
664
  .block-wishlist .actions { text-align:right; }
665
  .block-wishlist .actions a { float:none; }
666
 
667
  /* Block: Related */
668
  .block-related .block-title span { }
669
+ .block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
670
  .block-related input.checkbox { float:left; }
671
  .block-related .product { margin-left:20px; }
672
 
673
  /* Block: Compare Products */
674
  .block-compare .block-title span { }
675
+ .block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
676
  .block-compare button.button span { border-color:#406a83; background:#618499; }
677
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
678
  .compare-table { border:0; }
695
 
696
  /* Block: Recently Viewed */
697
  .block-viewed .block-title span { }
698
+ .block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
699
 
700
  /* Block: Recently Compared */
701
  .block-compared .block-title span { }
702
+ .block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
703
 
704
  /* Block: Poll */
705
  .block-poll .block-title span { }
706
+ .block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
707
  .block-poll .block-subtitle { font-size:12px; }
708
  .block-poll label { color:#777; font-weight:bold; }
709
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
748
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
749
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
750
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
751
+
752
+ /* Paypal */
753
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
754
+ .sidebar .paypal-logo a { float:none; }
755
  /* ======================================================================================= */
756
 
757
 
765
  /* View Type: Grid */
766
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
767
  .products-grid.last { border-bottom:0; }
768
+ .products-grid li.item { float:left; width:155px; padding:12px 10px 80px; }
769
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
770
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
771
  .products-grid .product-name a { color:#203548; }
786
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
787
  .products-list .availability { float:left; margin:3px 0 0; }
788
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
789
+ .products-list .desc .link-learn { font-size:11px; }
790
  .products-list .add-to-links { clear:both; }
791
  .products-list .add-to-links li { display:inline; }
792
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
817
  .availability span { font-weight:bold; }
818
  .availability.in-stock span {}
819
  .availability.out-of-stock span { color:#d83820; }
820
+
821
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
822
+ .availability-only span,
823
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
824
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
825
+ .availability-only .expanded { background-position:100% -15px; }
826
+ .availability-only strong { color:#be2c00; }
827
+
828
+ .availability-only-details { margin:0 0 7px; }
829
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
830
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
831
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
832
+
833
  .product-view .product-shop .availability { font-size:11px; }
834
  .product-view .product-shop .availability span { font-weight:normal; }
835
 
880
  .price-including-tax .label { white-space:nowrap; color:#999; }
881
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
882
 
883
+ /* Configured price */
884
+ .configured-price { margin:0; }
885
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
886
+ .configured-price .price { font-weight:bold; }
887
+
888
+ /* FPT */
889
  .weee { display:block; font-size:11px; color:#444; }
890
  .weee .price { font-size:11px; font-weight:normal; }
891
 
920
  /********** Product Prices > */
921
 
922
  /* Tier Prices */
923
+ .product-pricing,
924
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
925
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
926
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
927
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
928
 
937
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
938
  .add-to-cart .qty { float:left; margin-right:5px; }
939
  .add-to-cart button.button { float:left; }
940
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
941
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
942
+ .product-view .add-to-cart .paypal-logo { margin:0; }
943
 
944
  /* Add to Links + Add to Cart */
945
  .add-to-box { margin:10px 0; }
978
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
979
 
980
  .product-image-popup { margin:0 auto; }
981
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
982
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
983
  .product-image-popup .image { display:block; margin:10px 0; }
984
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
985
 
986
  /* Product Shop */
987
+ .product-view .product-shop { float:right; width:410px; }
988
  .col1-layout .product-view .product-shop { float:right; width:545px; }
989
  .col3-layout .product-view .product-shop { float:none; width:auto; }
990
  .product-view .product-shop .product-name { margin:0 0 5px; }
999
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
1000
 
1001
  /* Product Options */
1002
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
1003
  .product-options dt { padding:10px 0 0; font-weight:normal; }
1004
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
1005
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1006
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1007
+ .product-options dd .qty-holder label { vertical-align:middle; }
1008
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1009
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
1010
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1011
  .product-options dd input.input-text { width:98%; }
1012
  .product-options dd input.datetime-picker { width:150px; }
1013
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1014
  .product-options dd textarea { width:98%; height:8em; }
1015
  .product-options dd select { width:99%; }
1016
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1022
  .product-options ul.options-list label { font-weight:normal; }
1023
  .product-options ul.validation-failed { padding:0 7px; }
1024
  .product-options p.note { margin:0; font-size:11px; }
1025
+ .product-options p.required { position:absolute; right:20px; top:20px; }
1026
 
1027
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1028
+ .product-options-bottom .product-pricing,
1029
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
1030
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; }
1031
  .product-options-bottom .tier-prices .price,
1032
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
1033
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1034
+ .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1035
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1036
  .product-options-bottom .price-label { float:left; padding-right:5px; }
1037
  .product-options-bottom .price-tax { float:left; }
1038
  .product-options-bottom .add-to-cart { float:right; }
1041
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1042
  .product-shop .product-options-bottom .price-tax { float:none; }
1043
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1044
+ .product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1045
 
1046
  /* Grouped Product */
1047
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1112
  .product-name a { }
1113
 
1114
  /* Product Tags */
1115
+ .tags-list { display:block; font-size:13px; border:none; background:none; padding:10px; }
1116
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1117
  .tags-list li a { color:#1b2d3b; }
1118
 
1153
 
1154
  /* Checkout Types */
1155
  .cart .page-title .checkout-types li { margin:0 0 5px; }
1156
+ .cart .title-buttons .checkout-types { float:right; }
1157
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1158
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1159
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1160
 
1161
  /* Shopping Cart Table */
1162
  .cart-table th { padding:2px 10px; }
1165
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1166
  .cart-table tfoot td { padding:5px 10px; }
1167
  .cart-table .btn-continue { float:left; }
1168
+ .cart-table .btn-empty span,
1169
  .cart-table .btn-continue span,
1170
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
1171
+ .cart-table .btn-update,
1172
+ .cart-table .btn-empty { float:right; }
1173
+ .cart-table .btn-update { margin-left:10px; }
1174
 
1175
  /* Shopping Cart Collateral boxes */
1176
  .cart .cart-collaterals { padding:25px 0 0; }
1209
  .cart .totals table { width:100%; margin:7px 0; }
1210
  .cart .totals td { padding:1px 15px 1px 7px; }
1211
  .cart .totals tr.last td {}
1212
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1213
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1214
+ .cart .totals tfoot th strong,
1215
  .cart .totals tfoot td strong { font-size:15px; }
1216
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1217
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1223
  .truncated a.dots { cursor:help; }
1224
  .truncated a.details { cursor:help; }
1225
  .truncated .truncated_full_value { position:relative; z-index:999; }
1226
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1227
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1228
+ .truncated .show .item-options { top:-20px; left:50%; }
1229
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1230
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1231
  /* ======================================================================================= */
1232
 
1233
 
1245
  .sp-methods select.month { width:154px; margin-right:10px; }
1246
  .sp-methods select.year { width:96px; }
1247
  .sp-methods input.cvv { width:3em !important; }
1248
+
1249
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1250
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1251
+ .sp-methods .checkmo-list address { float:left; }
1252
+
1253
  .sp-methods .centinel-logos a { margin-right:3px; }
1254
  .sp-methods .centinel-logos img { vertical-align:middle; }
1255
 
1256
+ .sp-methods .release-amounts { margin:0.5em 0; }
1257
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1258
+
1259
  .please-wait { float:right; }
1260
  .please-wait img { vertical-align:middle; }
1261
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1304
 
1305
  /* Centinel */
1306
  .centinel {}
1307
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1308
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1309
 
1310
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1311
 
1337
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1338
  .block-progress dd.complete {}
1339
  .block-progress p { margin:0; }
1340
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
1341
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1342
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1343
 
1344
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1345
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1384
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1385
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1386
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1387
+ #opc-review .authentication { margin:0 auto; width:570px; }
1388
+ #opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
1389
 
1390
  /* Multiple Addresses Checkout */
1391
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
1453
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1454
 
1455
  .account-create {}
1456
+
1457
+ /* Captcha ================================================================================ */
1458
+ .captcha-note { clear:left; padding-top:5px; }
1459
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1460
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1461
+ .registered-users .captcha-image { margin:0;}
1462
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
1463
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1464
+
1465
+ @-webkit-keyframes rotate {
1466
+ 0% { -webkit-transform:rotate(0); }
1467
+ 0% { -webkit-transform:rotate(-360deg); }
1468
+ }
1469
+ @-moz-keyframes rotate {
1470
+ 0% { -moz-transform:rotate(0); }
1471
+ 0% { -moz-transform:rotate(-360deg); }
1472
+ }
1473
+ @keyframes rotate {
1474
+ 0% { transform:rotate(0); }
1475
+ 0% { transform:rotate(-360deg); }
1476
+ }
1477
+
1478
+ /* Remember Me Popup ===================================================================== */
1479
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1480
+
1481
+ .remember-me label { float:none; margin:0 6px; }
1482
+ .remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
1483
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1484
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1485
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1486
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1487
+ .remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
1488
+ /* Remember Me Popup ===================================================================== */
1489
 
1490
 
1491
  /* My Account ============================================================================= */
1557
 
1558
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1559
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1560
+ .order-info-box .box-payment p { margin:0 0 3px; }
1561
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1562
 
1563
  .order-items { width:100%; overflow-x:auto; }
1564
  .order-items h2,
1565
  .order-items h3 { font-weight:bold; font-size:13px; }
1566
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1567
+ .order-items .link-print { color:#1e7ec8; font-weight:normal; }
1568
+ .order-items .order-links { text-align:right; }
1569
 
1570
+ .order-additional { margin:15px 0; }
1571
+ /* Order Gift Message */
1572
  .gift-message dt strong { color:#666; }
1573
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1574
+ /* Order Comments */
 
1575
  .order-about dt { font-weight:bold; }
1576
  .order-about dd { font-size:13px; margin:0 0 7px; }
1577
 
1578
  .tracking-table { margin:0 0 15px; }
1579
  .tracking-table th { font-weight:bold; white-space:nowrap; }
 
 
1580
 
1581
  .tracking-table-popup { width:100%; }
1582
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1615
 
1616
  /* My Tags */
1617
  .my-tag-edit { float:left; margin:0 0 10px; }
1618
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1619
  #my-tags-table { clear:both; }
1620
  #my-tags-table td { padding:10px; }
1621
  #my-tags-table .add-to-links { white-space:nowrap; }
1633
  .product-review .ratings-table { margin:0 0 10px; }
1634
  .product-review dt { font-weight:bold; }
1635
  .product-review dd { font-size:13px; margin:5px 0 0; }
1636
+
1637
+ /* Billing Agreements */
1638
+ .billing-agreements .info-box{ margin:15px 0; }
1639
+ .billing-agreements .form-list li select { float:left; }
1640
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1641
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1642
+ /* ======================================================================================= */
1643
+
1644
+
1645
+ /* MAP Popup============================================================================== */
1646
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1647
+ .map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
1648
+
1649
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1650
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1651
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1652
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1653
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
1654
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1655
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1656
+ .map-popup-checkout span { display:block; padding-right:30px; }
1657
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1658
+ .map-popup-price .price-box,
1659
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1660
+ .map-popup-price { margin:5px 0 0; }
1661
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1662
+ .map-popup-only-text { border-top:1px solid #ddd; }
1663
  /* ======================================================================================= */
1664
 
1665
 
1669
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1670
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1671
  .footer .store-switcher select { padding:0; vertical-align:middle; }
1672
+ .footer a { color:#fff; text-decoration:none; }
1673
+ .footer a:hover { text-decoration:underline; }
1674
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1675
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1676
  .footer .bugs a:hover { text-decoration:none; }
1677
+ .footer address { margin:0 0 20px; color:#ecf3f6; }
1678
+ .footer address a { color:#ecf3f6; text-decoration:underline; }
1679
+ .footer address a:hover { text-decoration:none; }
1680
+ .footer ul { display:inline; }
1681
+ .footer ul.links { display:block; }
1682
+ .footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
1683
+ .footer li.last { background:none !important; padding-right:0 !important; }
1684
+ .footer-container .bottom-container { margin:0 0 5px; }
1685
  /* ======================================================================================= */
1686
 
1687
  /* Sample Data============================================================================ */
1713
  .col-main:after,
1714
  .col2-set:after,
1715
  .col3-set:after,
1716
+ .col3-layout .product-options-bottom .price-box:after,
1717
  .col4-set:after,
1718
  .search-autocomplete li:after,
1719
  .block .block-content:after,
1737
  .product-collateral:after,
1738
  .product-view .product-img-box .more-views ul:after,
1739
  .product-view .box-tags .form-add:after,
1740
+ .product-view .product-shop .short-description:after,
1741
+ .product-view .box-description:after,
1742
  .product-options .options-list li:after,
1743
  .product-options-bottom:after,
1744
  .product-review:after,
1755
  .page-print .print-head:after,
1756
  .advanced-search-summary:after,
1757
  .gift-messages-form .item:after,
1758
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
 
1759
  /* ======================================================================================= */
1760
+
1761
+ .guest-select {width:305px !important;}
skin/frontend/default/f001_grey/images/bkg_nav2.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/bkg_th.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/btn_search.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/calendar.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_grey/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_grey/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_grey/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/f001_grey/images/free_shipping_callout.jpg ADDED
Binary file
skin/frontend/default/f001_grey/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/f001_grey/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/f001_grey/js/productInfo.js CHANGED
@@ -3,12 +3,12 @@ ProductInfo.prototype = {
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
-
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
- this.createWindow();
11
-
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
@@ -17,9 +17,9 @@ ProductInfo.prototype = {
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
-
21
  },
22
-
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
@@ -31,42 +31,44 @@ ProductInfo.prototype = {
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
-
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
-
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
47
  display: 'block'
48
  })
49
  },
50
-
51
  hideButton: function(e)
52
  {
53
  el = this;
54
  while (el.tagName != 'P') {
55
  el = el.up();
56
  }
57
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
58
  display: 'none'
59
  })
60
  },
61
-
62
  createWindow: function()
63
  {
64
  var qWindow = new Element('div', {id: 'quick-window'});
65
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
66
  document.body.appendChild(qWindow);
67
- $('quickview-close').observe('click', this.hideWindow.bind(this));
68
  },
69
-
70
  showWindow: function()
71
  {
72
  $('quick-window').setStyle({
@@ -75,17 +77,17 @@ ProductInfo.prototype = {
75
  display: 'block'
76
  });
77
  },
78
-
79
  setContent: function(content)
80
  {
81
  $$('.quick-view-content')[0].insert(content);
82
  },
83
-
84
  clearContent: function()
85
  {
86
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
87
  },
88
-
89
  hideWindow: function()
90
  {
91
  this.clearContent();
@@ -94,7 +96,10 @@ ProductInfo.prototype = {
94
 
95
  loadInfo: function(e)
96
  {
97
- e.stop();
 
 
 
98
  var that = this;
99
  this.createLoader();
100
  new Ajax.Request(e.element().href, {
@@ -104,6 +109,6 @@ ProductInfo.prototype = {
104
  that.destroyLoader();
105
  that.showWindow();
106
  }
107
- });
108
  }
109
  }
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
+
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
+ this.createWindow();
11
+
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
+
21
  },
22
+
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
+
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
+
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
+ var btn = $(el).getElementsBySelector('.ajax')[0];
47
+ btn && btn.setStyle({
48
  display: 'block'
49
  })
50
  },
51
+
52
  hideButton: function(e)
53
  {
54
  el = this;
55
  while (el.tagName != 'P') {
56
  el = el.up();
57
  }
58
+ var btn = $(el).getElementsBySelector('.ajax')[0];
59
+ btn && btn.setStyle({
60
  display: 'none'
61
  })
62
  },
63
+
64
  createWindow: function()
65
  {
66
  var qWindow = new Element('div', {id: 'quick-window'});
67
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
68
  document.body.appendChild(qWindow);
69
+ $('quickview-close').observe('click', this.hideWindow.bind(this));
70
  },
71
+
72
  showWindow: function()
73
  {
74
  $('quick-window').setStyle({
77
  display: 'block'
78
  });
79
  },
80
+
81
  setContent: function(content)
82
  {
83
  $$('.quick-view-content')[0].insert(content);
84
  },
85
+
86
  clearContent: function()
87
  {
88
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
89
  },
90
+
91
  hideWindow: function()
92
  {
93
  this.clearContent();
96
 
97
  loadInfo: function(e)
98
  {
99
+ if (typeof event != 'undefined') { // ie9 fix
100
+ event.preventDefault ? event.preventDefault() : event.returnValue = false;
101
+ }
102
+ Event.stop(e);
103
  var that = this;
104
  this.createLoader();
105
  new Ajax.Request(e.element().href, {
109
  that.destroyLoader();
110
  that.showWindow();
111
  }
112
+ });
113
  }
114
  }
skin/frontend/default/f001_grey/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 900
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().getWidth();
51
- var contentWidth = lastItemLeft + lastItemWidth + 8;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 900
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().getWidth();
51
+ var contentWidth = lastItemLeft + lastItemWidth + 8;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f001_orange/css/custom.css CHANGED
@@ -1,304 +1,331 @@
1
- /*
2
- * body : #db6200;
3
- * .footer .informational li ul li a : #f8e1cf;
4
- * .footer .informational h6 : #f8e1cf;
5
- * .footer .legality a : #ffd2ad;
6
- * #nav a : #ffc697;
7
- * .header-cart .title : #d1d1d1;
8
- * .header .form-language label : #d1d1d1;
9
- * .header-cart .content : #FFF3EA;
10
- * .recently .subtitle : #db6200;
11
- * .page-title h1 : #db6200;
12
- * .featured-products h4 : #db6200;
13
- */
14
-
15
-
16
- body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #db6200; color:#2F2F2F}
17
-
18
- h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
19
- a {color:#1E7EC8; text-decoration:underline; }
20
-
21
- .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
22
- .quick-access{float:right; margin-top:16px; padding:0 10px; text-align:right; width: 500px;}
23
-
24
- .header {z-index: 100;}
25
- .shop-access{float:right; margin:0; font-size:1em;}
26
- .shop-access a{color:#7386BE; text-decoration:none}
27
- .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
28
- .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
29
- .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
30
- .header .form-search label{display:none}
31
- .header .form-search button.button{width:20px}
32
-
33
- .header .form-language label { color:#C3D5E3;}
34
-
35
- .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
36
- .page-title h1 {color:#db6200; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
37
-
38
- .block-content a{}
39
- .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
40
- .block-subscribe .block-title strong{background:none}
41
- .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
42
- .block-subscribe label{font-weight:bold; color:#FFF}
43
- .block-subscribe .actions{margin-top:15px}
44
- .block-cart .subtotal{background:#eee}
45
-
46
- .block-layered-nav{}
47
- .block-layered-nav .block-title{ padding:0px; }
48
-
49
- .block-layered-nav{padding:5px 10px}
50
- .block-layered-nav .block-subtitle,
51
- .block-layered-nav .block-content{background:none; border:0px solid #ddd}
52
- .block-layered-nav dt{padding:7px 10px 0 7px}
53
- .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
54
- .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
55
- .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
56
-
57
- h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
58
- .products-grid h5 a{color:#007ed3; text-decoration:none}
59
- .products-grid .ratings .amount{display:none}
60
- .products-grid .actions{position:static; bottom:12px}
61
- /*************************Buttons*************************/
62
- button.button{background:none; border:0px solid #000}
63
-
64
- .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
65
- .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
66
- .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
67
- .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
68
-
69
- /**ALT BTNS**/
70
- .grey-box .button span,
71
- .cart-table .btn-continue span,
72
- .cart-table .btn-update span,
73
- .cart .discount button span,
74
- .cart .shipping button span,
75
- .block-compare button.button span,
76
- .block-poll button.button span,
77
- .block-login .actions button.button span,
78
- .product-view .box-tags .form-add button.button span,
79
- .multiple-checkout .title-buttons button.button span,
80
- #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
81
- .grey-box .button:hover span,
82
- .cart-table .btn-continue:hover span,
83
- .cart-table .btn-update:hover span,
84
- .cart .discount button:hover span,
85
- .cart .shipping button:hover span,
86
- .block-compare button.button:hover span,
87
- .block-poll button.button:hover span,
88
- .block-login .actions button.button:hover span,
89
- .product-view .box-tags .form-add button.button:hover span,
90
- .multiple-checkout .title-buttons button.button:hover span,
91
- #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
92
- .grey-box .button span span,
93
- .cart-table .btn-continue span span,
94
- .cart-table .btn-update span span,
95
- .cart .discount button span span,
96
- .cart .shipping button span span,
97
- .block-compare button.button span span,
98
- .block-poll button.button span span,
99
- .block-login .actions button.button span span,
100
- .product-view .box-tags .form-add button.button span span,
101
- .multiple-checkout .title-buttons button.button span span,
102
- #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
103
- .grey-box .button:hover span span,
104
- .cart-table .btn-continue:hover span span,
105
- .cart-table .btn-update:hover span span,
106
- .cart .discount button:hover span span,
107
- .cart .shipping button:hover span span,
108
- .block-compare button.button:hover span span,
109
- .block-poll button.button:hover span span,
110
- .block-login .actions button.button:hover span span,
111
- .product-view .box-tags .form-add button.button:hover span span,
112
- .multiple-checkout .title-buttons button.button:hover span span,
113
- #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
114
-
115
- .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
116
- .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
117
-
118
- .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
119
- .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
120
-
121
- button.btn-checkout span span{padding:0 16px}
122
- /****************************End Buttons***************************/
123
- .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
124
- .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
125
-
126
-
127
- /**** Navigation *****/
128
- #nav{padding:0 0 3px; width:952px; margin:0 auto; background:url(../images/nav.gif) no-repeat 0 0; font:bold 1em Arial,Helvetica,sans-serif}
129
-
130
- /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
131
- #nav li{position:relative; text-align:left}
132
- #nav li.over{z-index:999}
133
- #nav a,
134
- #nav a:hover{display:block; line-height:1.3em; text-decoration:none}
135
- #nav span{display:block; cursor:pointer; white-space:nowrap}
136
- #nav li ul span{white-space:normal}
137
-
138
- /************ 0 LEVEL ***************/
139
- #nav li{float:left}
140
- #nav a{float:left; color:#ffc697; font-weight:bold}
141
- #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
142
- #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
143
- #nav li.first span{padding-left:18px}
144
- #nav li.over a,
145
- #nav a:hover{color:#fff}
146
-
147
- /************ 1ST LEVEL ************/
148
- #nav ul li,
149
- #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
150
- #nav li.active li a,
151
- #nav ul li.active a{background:#fff}
152
- /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
153
- */
154
- #nav ul li.last{background:#ecf3f6; padding-bottom:0}
155
-
156
- #nav ul a,
157
- #nav ul a:hover{float:none; padding:0; background:none}
158
- #nav ul li a{font-weight:normal !important}
159
-
160
- /************ 2ND LEVEL ************/
161
- #nav ul{position:absolute; width:15em; top:40px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
162
- #nav ul span{background:none}
163
-
164
- /* Show menu */
165
- #nav li.over >ul{left:-1px}
166
- #nav li.over >ul li.over >ul{left:100px}
167
- #nav li.over ul ul{left:-10000px}
168
-
169
- #nav ul li a{background:#fff}
170
- #nav ul li a:hover{background:#f4f4f4}
171
- #nav ul li.over >a{background:#f4f4f4}
172
- #nav ul li a,
173
- #nav ul li a:hover{color:#2f2f2f !important}
174
- #nav ul span, #nav ul li.last li span{padding:4px 15px 5px 15px}
175
-
176
- /************ 3RD+LEVEL ************/
177
- #nav ul ul{top:5px; border-top-width:1px}
178
-
179
- .cms-home .nav-home a,
180
- .contacts-index-index .nav-contacts a,
181
- .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
182
- .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
183
-
184
- .f-right{float:right}
185
- .f-left{float:left}
186
- .a-right{text-align:right}
187
- .a-left{text-align:left}
188
- .a-center{text-align:center}
189
-
190
- .welcome-message{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
191
-
192
- .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
193
- .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
194
- .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c3d5e3; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
195
- .header-cart .title a{color:#fff}
196
- .header-cart .content{background:#FFF3EA; padding:0}
197
- .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
198
- .header-cart .content li a:hover{color:#333}
199
- .header-cart .widget-btn{float:right; margin-top:2px}
200
- .header-cart .title a{color:#fff}
201
-
202
- .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
203
-
204
- #nav-sidebox{font-size:1.1em}
205
- #nav-sidebox a{text-decoration:none; color:#000}
206
- #nav-sidebox a:hover{text-decoration:underline}
207
- #nav-sidebox li{line-height:22px; font-weight:bold}
208
- #nav-sidebox li ul li{font-weight:normal; margin:0}
209
- #nav-sidebox ul{}
210
- #nav-sidebox ul li{padding-left:10px}
211
- #nav-sidebox ul li ul{display:none}
212
-
213
- .featured-container{margin-bottom:20px}
214
- .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
215
- .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
216
-
217
- .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
218
- .mini-newsletter label{color:#fff}
219
- .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
220
- .mini-newsletter .input-text{border:none; padding:4px 2px}
221
- .mini-newsletter .form-button-alt{background-position:100% -256px}
222
- .mini-newsletter .form-button-alt span{background-position:0 -228px}
223
- .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
224
- .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
225
- .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
226
-
227
- .recently .grid-row{border-bottom:1px solid #d9dde3}
228
-
229
- .recently .last{border-bottom:0px solid #FFF}
230
- .recently .subtitle{color:#db6200; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
231
- .recently li.item{width:167px; float:left; padding:10px}
232
- .recently li.item .price-box{}
233
-
234
- .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
235
- .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
236
- h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
237
-
238
- .regular-price .price{color:#777; font-size:13px; font-weight:bold}
239
-
240
- .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
241
- .footer .informational li{float:left; margin:0 40px}
242
- .footer .informational li ul li{float:none; margin:0}
243
- .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#f8e1cf; font-size:0.9em}
244
- .footer .informational h6{margin-bottom:0.4em; color:#f8e1cf; font-size:1.1em}
245
-
246
- .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #d56000; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
247
-
248
- .footer .payments{float:right; margin:5px 0 0}
249
- .footer .legality{text-align:center; color:#FFF; font-size: .9em}
250
- .footer .legality a{color:#ffd2ad; text-decoration: none;}
251
-
252
- /* glider */
253
- #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
254
- div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
255
- div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
256
- div.scroller img{ border:none}
257
- div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
258
- div.scroller div.content{ width:10000px; padding:0px}
259
- .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
260
-
261
- .content .sliderdescription p{line-height:20px; text-align:center}
262
- div.sliderdescription:hover{background:#fff}
263
- .content a{text-decoration:none; color:#5a5a5a}
264
- .content a:hover{text-decoration:underline}
265
-
266
- .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
267
- .slidercontrol{list-style:none; padding:0px; margin:0px}
268
-
269
- .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
270
-
271
- .slidercontrol a:hover,
272
- .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
273
-
274
- /* slider */
275
- .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
276
- .featured-products h4{margin-right:10px; color:#db6200; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
277
- .featured-products .head{text-align:left; margin:0; padding:21px 0}
278
- .featured-products #move-left,
279
- .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
280
- .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
281
- .featured-products #move-left.disabled,
282
- .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
283
- .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
284
- .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
285
- .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
286
- .slider-wrapper .list-featured li.last{ margin:0px}
287
- .slider-wrapper .list-featured .product-image{ text-align:center}
288
- .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
289
- .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
290
-
291
- #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
292
- #quick-window .product-img-box{width:230px; float:left}
293
- #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
294
- #quickview-header{background-color:#888; height:26px; width:650px}
295
-
296
- #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
297
- #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
298
- #quick-window .product-shop{float:right; text-align:left; width:385px}
299
- #quick-window .product-essential{padding:25px 10px 25px 10px}
300
- .catalog-listing .product-image{position:relative}
301
- .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
302
-
303
- a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
304
- a.ajax:hover{text-decoration:none}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * body : #db6200;
3
+ * .footer .informational li ul li a : #f8e1cf;
4
+ * .footer .informational h6 : #f8e1cf;
5
+ * .footer .legality a : #ffd2ad;
6
+ * #nav a : #ffc697;
7
+ * .header-cart .title : #d1d1d1;
8
+ * .header .form-language label : #d1d1d1;
9
+ * .header-cart .content : #FFF3EA;
10
+ * .recently .subtitle : #db6200;
11
+ * .page-title h1 : #db6200;
12
+ * .featured-products h4 : #db6200;
13
+ */
14
+
15
+
16
+ body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #db6200; color:#2F2F2F}
17
+
18
+ h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
19
+ a {color:#1E7EC8; text-decoration:underline; }
20
+
21
+ .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
22
+ .quick-access{float:right; margin-top:18px; padding:0 10px; text-align:right; width: 485px;}
23
+
24
+ .header {z-index: 100;}
25
+ .header .logo { margin: 0; }
26
+ .shop-access{float:right; margin:0; font-size:1em;}
27
+ .shop-access a{color:#7386BE; text-decoration:none}
28
+ .shop-access a:hover { text-decoration: underline; }
29
+ .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
30
+ .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
31
+ .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
32
+ .header .form-search label{display:none}
33
+ .header .form-search button.button{width:20px}
34
+ .header .form-search button.button span { background: none; }
35
+
36
+ .header .form-language label { color:#C3D5E3;}
37
+
38
+ .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
39
+ .page-title h1 {color:#db6200; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
40
+
41
+ .block-content a{}
42
+ .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
43
+ .block-subscribe .block-title strong{background:none}
44
+ .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
45
+ .block-subscribe label{font-weight:bold; color:#FFF}
46
+ .block-subscribe .actions{margin-top:15px}
47
+ .block-cart .subtotal{background:#eee}
48
+
49
+ .block-tags .block-content ul { border: none; }
50
+
51
+ .block-layered-nav{}
52
+ .block-layered-nav .block-title{ padding:0px; }
53
+
54
+ .block-layered-nav{padding:5px 10px}
55
+ .block-layered-nav .block-subtitle,
56
+ .block-layered-nav .block-content{background:none; border:0px solid #ddd}
57
+ .block-layered-nav dt{padding:7px 10px 0 7px}
58
+ .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
59
+ .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
60
+ .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
61
+ .block-layered-nav dd li a:hover { text-decoration: underline; }
62
+
63
+ h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
64
+ .products-grid h5 a{color:#007ed3; text-decoration:none}
65
+ .products-grid .ratings .amount{display:none}
66
+ .products-grid .actions{}
67
+ /*************************Buttons*************************/
68
+ button.button{background:none; border:0px solid #000}
69
+
70
+ .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
71
+ .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
72
+ .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
73
+ .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
74
+
75
+ /**ALT BTNS**/
76
+ .grey-box .button span,
77
+ .cart-table .btn-continue span,
78
+ .cart-table .btn-update span,
79
+ .cart-table .btn-empty span,
80
+ .cart .discount button span,
81
+ .cart .shipping button span,
82
+ .block-compare button.button span,
83
+ .block-poll button.button span,
84
+ .block-login .actions button.button span,
85
+ .product-view .box-tags .form-add button.button span,
86
+ .multiple-checkout .title-buttons button.button span,
87
+ #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
88
+ .grey-box .button:hover span,
89
+ .cart-table .btn-continue:hover span,
90
+ .cart-table .btn-update:hover span,
91
+ .cart-table .btn-empty:hover span,
92
+ .cart .discount button:hover span,
93
+ .cart .shipping button:hover span,
94
+ .block-compare button.button:hover span,
95
+ .block-poll button.button:hover span,
96
+ .block-login .actions button.button:hover span,
97
+ .product-view .box-tags .form-add button.button:hover span,
98
+ .multiple-checkout .title-buttons button.button:hover span,
99
+ #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
100
+ .grey-box .button span span,
101
+ .cart-table .btn-continue span span,
102
+ .cart-table .btn-update span span,
103
+ .cart-table .btn-empty span span,
104
+ .cart .discount button span span,
105
+ .cart .shipping button span span,
106
+ .block-compare button.button span span,
107
+ .block-poll button.button span span,
108
+ .block-login .actions button.button span span,
109
+ .product-view .box-tags .form-add button.button span span,
110
+ .multiple-checkout .title-buttons button.button span span,
111
+ #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
112
+ .grey-box .button:hover span span,
113
+ .cart-table .btn-continue:hover span span,
114
+ .cart-table .btn-update:hover span span,
115
+ .cart-table .btn-empty:hover span span,
116
+ .cart .discount button:hover span span,
117
+ .cart .shipping button:hover span span,
118
+ .block-compare button.button:hover span span,
119
+ .block-poll button.button:hover span span,
120
+ .block-login .actions button.button:hover span span,
121
+ .product-view .box-tags .form-add button.button:hover span span,
122
+ .multiple-checkout .title-buttons button.button:hover span span,
123
+ #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
124
+
125
+ .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
126
+ .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
127
+
128
+ .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
129
+ .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
130
+
131
+ button.btn-checkout span span{padding:0 16px}
132
+ /****************************End Buttons***************************/
133
+ .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
134
+ .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
135
+
136
+
137
+ /********** < Navigation */
138
+ #nav{padding:0 0 3px; width:952px; margin:0 auto;background:url(../images/nav.gif) no-repeat 0 0;font:bold 1em Arial,Helvetica,sans-serif}
139
+
140
+ /* All Levels */ /* Style consistent throughout all nav levels */
141
+ #nav li { position:relative; text-align:left; }
142
+ #nav li.over { z-index:998; }
143
+ #nav a,
144
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
145
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
146
+ #nav li ul span {white-space:normal; }
147
+
148
+ /* 0 Level */
149
+ #nav li { float:left; }
150
+ #nav a{float:left; color:#ffc697; font-weight:bold}
151
+ #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
152
+ #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
153
+ /*#nav li.first span{padding-left:18px}*/
154
+ #nav li.over a,
155
+ #nav a:hover{color:#fff}
156
+
157
+ /* 1st Level */
158
+ #nav ul li,
159
+ #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
160
+ #nav li.active li a,
161
+ #nav ul li.active a{background:#fff}
162
+ /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
163
+ */
164
+ #nav ul li.last { background:#ecf3f6; padding-bottom:0; }
165
+
166
+ #nav ul a,
167
+ #nav ul a:hover { float:none; padding:0; background:none; }
168
+ #nav ul li a { font-weight:normal !important; }
169
+
170
+ /* 2nd Level */
171
+ #nav ul,
172
+ #nav div {position:absolute; width:15em; top:39px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
173
+ #nav div ul { position:static; width:auto; border:none; }
174
+ #nav ul span {background:none}
175
+
176
+ /* 3rd+ Level */
177
+ #nav ul ul,
178
+ #nav ul div { top:5px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; }
179
+
180
+ #nav ul li a {background:#fff}
181
+ #nav ul li a:hover {background:#f4f4f4}
182
+ #nav ul li.over > a {background:#f4f4f4}
183
+ #nav ul li a,
184
+ #nav ul li a:hover {color:#2f2f2f !important}
185
+ #nav ul span,
186
+ #nav ul li.last li span {padding:4px 15px 5px 15px}
187
+
188
+ /* Show menu */
189
+ #nav li ul.shown-sub,
190
+ #nav li div.shown-sub { left:-1px; z-index:999; }
191
+ #nav li .shown-sub ul.shown-sub,
192
+ #nav li .shown-sub li div.shown-sub { left:100px; }
193
+ /********** Navigation > */
194
+ /* ======================================================================================= */
195
+
196
+ .cms-home .nav-home a,
197
+ .contacts-index-index .nav-contacts a,
198
+ .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
199
+ .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
200
+
201
+ .f-right{float:right}
202
+ .f-left{float:left}
203
+ .a-right{text-align:right}
204
+ .a-left{text-align:left}
205
+ .a-center{text-align:center}
206
+
207
+ .header .welcome-msg{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
208
+
209
+ .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
210
+ .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
211
+ .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c3d5e3; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
212
+ .header-cart .title a{color:#fff}
213
+ .header-cart .content{background:#FFF3EA; padding:0}
214
+ .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
215
+ .header-cart .content li a:hover{color:#333}
216
+ .header-cart .widget-btn{float:right; margin-left: 5px; margin-top: 4px;}
217
+ .header-cart .title a{color:#fff}
218
+
219
+ .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
220
+
221
+ #nav-sidebox{font-size:1.1em}
222
+ #nav-sidebox a{text-decoration:none; color:#000}
223
+ #nav-sidebox a:hover{text-decoration:underline}
224
+ #nav-sidebox li{line-height:22px; font-weight:bold}
225
+ #nav-sidebox li ul li{font-weight:normal; margin:0}
226
+ #nav-sidebox ul{}
227
+ #nav-sidebox ul li{padding-left:10px}
228
+ #nav-sidebox ul li ul{display:none}
229
+
230
+ .featured-container{margin-bottom:20px}
231
+ .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
232
+ .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
233
+
234
+ .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
235
+ .mini-newsletter label{color:#fff}
236
+ .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
237
+ .mini-newsletter .input-text{border:none; padding:4px 2px}
238
+ .mini-newsletter .form-button-alt{background-position:100% -256px}
239
+ .mini-newsletter .form-button-alt span{background-position:0 -228px}
240
+ .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
241
+ .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
242
+ .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
243
+
244
+ .recently .grid-row {border-bottom:1px solid #d9dde3; float: left; position: relative; }
245
+
246
+ .recently .last{border-bottom:0px solid #FFF}
247
+ .recently .subtitle{color:#db6200; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
248
+ .recently li.item{width:167px; float:left; padding:10px 10px 40px;}
249
+ .recently li.item .price-box{}
250
+ .recently li.item .actions { position: absolute; bottom: 12px; }
251
+
252
+ .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
253
+ .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
254
+ h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
255
+ a.product-name:hover { text-decoration: underline; }
256
+
257
+ .regular-price .price{color:#777; font-size:13px; font-weight:bold}
258
+
259
+ .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
260
+ .footer .informational li{float:left; margin:0 40px; display: inline;}
261
+ .footer .informational li ul li{float:none; margin:0; display: block;}
262
+ .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#f8e1cf; font-size:0.9em}
263
+ .footer .informational li ul li a:hover { text-decoration: underline; }
264
+ .footer .informational h6{margin-bottom:0.4em; color:#f8e1cf; font-size:1.1em}
265
+
266
+ .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #d56000; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
267
+
268
+ .footer .payments{float:right; margin:5px 0 0}
269
+ .footer .legality{text-align:center; color:#FFF; font-size: .9em}
270
+ .footer .legality a{color:#ffd2ad; text-decoration: none;}
271
+
272
+ /* glider */
273
+ #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
274
+ div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
275
+ div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
276
+ div.scroller img{ border:none}
277
+ div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
278
+ div.scroller div.content{ width:10000px; padding:0px}
279
+ .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
280
+
281
+ .content .sliderdescription p{line-height:20px; text-align:center}
282
+ div.sliderdescription:hover{background:#fff}
283
+ .content a{text-decoration:none; color:#5a5a5a}
284
+ .content a:hover{text-decoration:underline}
285
+
286
+ .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
287
+ .slidercontrol{list-style:none; padding:0px; margin:0px}
288
+
289
+ .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
290
+
291
+ .slidercontrol a:hover,
292
+ .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
293
+
294
+ /* slider */
295
+ .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
296
+ .featured-products h4{margin-right:10px; color:#db6200; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
297
+ .featured-products .head{text-align:left; margin:0; padding:21px 0}
298
+ .featured-products #move-left,
299
+ .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
300
+ .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
301
+ .featured-products #move-left.disabled,
302
+ .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
303
+ .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
304
+ .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
305
+ .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
306
+ .slider-wrapper .list-featured li.last{ margin:0px}
307
+ .slider-wrapper .list-featured .product-image{ text-align:center}
308
+ .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
309
+ .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
310
+
311
+ #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
312
+ #quick-window .product-img-box{width:230px; float:left}
313
+ #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
314
+ #quickview-header{background-color:#888; height:26px; width:650px}
315
+
316
+ #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
317
+ #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
318
+ #quick-window .product-shop{float:right; text-align:left; width:385px}
319
+ #quick-window .product-essential{padding:25px 10px 25px 10px}
320
+ .catalog-listing .product-image{position:relative}
321
+ .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
322
+
323
+ a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
324
+ a.ajax:hover{text-decoration:none}
325
+
326
+
327
+ /****Update styles ****/
328
+
329
+ .footer li {background: none; display: block; padding: 0;}
330
+
331
+ .product-collateral { background: #faf7ee; }
skin/frontend/default/f001_orange/css/ie8.css CHANGED
@@ -1,13 +1,16 @@
1
- .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
- .form-button:hover { background-position: 100% -84px; }
3
- .form-button-alt { background-position: 100% -142px; }
4
- .form-button-alt:hover { background-position: 100% -200px; }
5
- .form-button span, .form-button-alt span { background-position: 0 0; }
6
- .form-button:hover span { background-position: 0 -56px; }
7
- .form-button-alt span { background-position: 0 -113px; }
8
- .form-button-alt:hover span { background-position: 0 -171px; }
9
-
10
- .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
- .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
- .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
- .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
 
 
 
1
+ .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
+ .form-button:hover { background-position: 100% -84px; }
3
+ .form-button-alt { background-position: 100% -142px; }
4
+ .form-button-alt:hover { background-position: 100% -200px; }
5
+ .form-button span, .form-button-alt span { background-position: 0 0; }
6
+ .form-button:hover span { background-position: 0 -56px; }
7
+ .form-button-alt span { background-position: 0 -113px; }
8
+ .form-button-alt:hover span { background-position: 0 -171px; }
9
+
10
+ .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
+ .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
+ .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
+ .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
14
+
15
+ /*Search Autocomplete Misplase fix for IE8*/
16
+ #search_autocomplete { left: 25px !important; top: 27px !important;}
skin/frontend/default/f001_orange/css/styles-ie.css CHANGED
@@ -19,10 +19,10 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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,
@@ -34,6 +34,7 @@
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
 
37
 
38
  /* Doubled Margin Fixes */
39
  .product-view .product-img-box .more-views li,
@@ -44,9 +45,6 @@
44
  #nav li,
45
  #nav li a { zoom:1; }
46
  #nav li { vertical-align:top; }
47
- /* Show Menu */
48
- #nav li.over ul.shown-sub { left:0; }
49
- #nav li.over li ul.shown-sub { left:100px; }
50
  /********** < Navigation styles */
51
 
52
  select { margin-bottom:1px; }
@@ -55,10 +53,11 @@ input.checkbox { width:13px; height:13px; }
55
  button.button { height:21px; }
56
  button.button span { position:relative; }
57
  button.btn-checkout { height:40px; }
 
58
  .form-list label { position:relative; z-index:0; }
59
  .form-list label.required em { position:absolute; top:0; right:-8px; }
60
 
61
- table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
62
 
63
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
64
 
@@ -69,6 +68,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
69
  .product-view .box-tags .product-tags li,
70
  .footer li { padding:0 4px 0 7px; }
71
 
 
 
72
  /* Clearer */
73
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
74
 
@@ -84,6 +85,7 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
84
  .col-main,
85
  .col2-set,
86
  .col3-set,
 
87
  .col4-set,
88
  .messages li,
89
  .search-autocomplete li,
@@ -113,7 +115,10 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
113
  .product-collateral,
114
  .product-view .product-img-box .more-views ul,
115
  .product-view .box-tags .form-add,
 
 
116
  .product-options .options-list li,
 
117
  .product-options-bottom,
118
  .truncated,
119
  .truncated .truncated_full_value,
@@ -137,7 +142,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
137
  .advanced-search-summary,
138
  .advanced-search-summary p,
139
  .gift-messages-form .item,
140
- .send-friend .form-list li p { zoom:1; }
 
141
 
142
  /* Hover Fix */
143
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
19
  *
20
  * @category design
21
  * @package default_default
22
+ * @copyright Copyright (c) 2011 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,
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
 
39
  /* Doubled Margin Fixes */
40
  .product-view .product-img-box .more-views li,
45
  #nav li,
46
  #nav li a { zoom:1; }
47
  #nav li { vertical-align:top; }
 
 
 
48
  /********** < Navigation styles */
49
 
50
  select { margin-bottom:1px; }
53
  button.button { height:21px; }
54
  button.button span { position:relative; }
55
  button.btn-checkout { height:40px; }
56
+ #opc-review .sp-methods .input-box { float:left; }
57
  .form-list label { position:relative; z-index:0; }
58
  .form-list label.required em { position:absolute; top:0; right:-8px; }
59
 
60
+ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
61
 
62
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
63
 
68
  .product-view .box-tags .product-tags li,
69
  .footer li { padding:0 4px 0 7px; }
70
 
71
+ .product-options dd .time-picker select { margin:0; padding:0; }
72
+
73
  /* Clearer */
74
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
75
 
85
  .col-main,
86
  .col2-set,
87
  .col3-set,
88
+ .col3-layout .product-options-bottom .price-box,
89
  .col4-set,
90
  .messages li,
91
  .search-autocomplete li,
115
  .product-collateral,
116
  .product-view .product-img-box .more-views ul,
117
  .product-view .box-tags .form-add,
118
+ .product-view .product-shop .short-description,
119
+ .product-view .box-description,
120
  .product-options .options-list li,
121
+ .product-options,
122
  .product-options-bottom,
123
  .truncated,
124
  .truncated .truncated_full_value,
142
  .advanced-search-summary,
143
  .advanced-search-summary p,
144
  .gift-messages-form .item,
145
+ .send-friend .form-list li p,
146
+ .centinel .authentication { zoom:1; }
147
 
148
  /* Hover Fix */
149
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/f001_orange/css/styles.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
@@ -32,7 +32,7 @@ img { border:0; vertical-align:top; }
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
- :focus { outline: 0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
@@ -97,7 +97,7 @@ ul,ol { list-style:none; }
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
- .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
@@ -147,11 +147,10 @@ textarea { overflow:auto; }
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
150
-
151
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
152
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
153
  button.button {cursor: pointer;}
154
-
155
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
156
  button.button span span { border:0; }
157
 
@@ -192,6 +191,14 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
192
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
193
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
194
  .form-list .input-range input.input-text { width:74px; }
 
 
 
 
 
 
 
 
195
  /* Customer */
196
  .form-list .customer-name-prefix .input-box,
197
  .form-list .customer-name-suffix .input-box,
@@ -340,7 +347,8 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
340
  .title-buttons h5,
341
  .title-buttons h6 { float:left; }
342
 
343
- .subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
 
344
 
345
  /* Pager */
346
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
@@ -388,7 +396,7 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
388
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
389
 
390
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
391
- .data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
392
  .data-table tfoot tr { background-color:#dee5e8 !important; }
393
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
394
  .data-table tfoot strong { font-size:16px; }
@@ -406,14 +414,22 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
406
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
407
  .data-table tbody td .option-value { padding-left:10px; }
408
 
409
- /* Tax Details Row */
410
- tr.tax-total { cursor:pointer; }
411
- tr.tax-total td {}
412
- tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
413
- tr.show-details .tax-collapse { background-position:0 -52px; }
 
 
 
 
 
 
 
414
  tr.show-details td {}
415
- tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
416
- tr.tax-details-first td { border-top:1px solid #d2d8db; }
 
417
 
418
  /* Shopping cart tax info */
419
  .cart-tax-info { display:block; }
@@ -427,8 +443,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
427
  /* Class: std - styles for admin-controlled content */
428
  .std .subtitle { padding:0; }
429
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
430
- .std ul.disc { margin:0 0 10px; }
431
- .std ul.disc { list-style:disc outside; padding-left:18px; }
432
  .std dl dt { font-weight:bold; }
433
  .std dl dd { margin:0 0 10px; }
434
  /*.std ul,
@@ -464,20 +479,35 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
464
  .link-compare { font-weight:bold; }
465
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
466
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
467
- .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
468
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
 
 
 
469
 
470
  .separator { margin:0 3px; }
471
 
472
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
473
 
 
 
 
 
 
 
 
 
 
474
  /* Noscript Notice */
475
- .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
476
- .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
477
- .noscript p { margin:0; }
478
 
479
  /* Demo Notice */
480
- .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
 
 
 
481
  /* ======================================================================================= */
482
 
483
 
@@ -493,7 +523,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
493
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
494
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
495
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
496
- .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
497
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
498
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
499
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
@@ -515,7 +545,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
515
  .header-container .top-container a { font-size:11px; }
516
 
517
  /********** < Navigation */
518
- .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
519
  margin:0 auto; width:978px; }
520
  /* ======================================================================================= */
521
 
@@ -529,7 +559,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
529
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
530
  .block .block-content { }
531
  .block .block-content li.item { padding:7px 9px; }
532
- .block .btn-remove { float:right; margin:1px 0 2px 5px; }
533
  .block .actions {padding:6px 9px; text-align:right; }
534
  .block .actions a { float:left; }
535
  .block .actions button.button { float:right; }
@@ -561,10 +591,24 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
561
  .block-related .block-title span,
562
  .block-tags .block-title span,
563
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
 
 
 
 
 
 
 
 
 
 
 
564
 
565
  /* Mini Products List */
566
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
567
  .mini-products-list .product-details { margin-left:60px; }
 
 
 
568
 
569
  /* Block: Account */
570
  .block-account { }
@@ -592,34 +636,43 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
592
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
593
  .block-layered-nav dd { padding:0 12px 12px; }
594
  .block-layered-nav dd.last { background:none; }
595
- .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
596
- .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
597
- .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
 
 
 
598
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
599
  .block-layered-nav .actions a { float:none; }
600
 
601
  /* Block: Cart */
602
  .block-cart .block-title { /*border-bottom:0;*/ }
603
  .block-cart .block-title span { }
 
604
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
605
  .block-cart .amount { margin:0; }
606
  .block-cart .amount a { font-weight:bold; }
607
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
608
  .block-cart .subtotal .price { font-weight:bold; }
609
  .block-cart .actions { }
 
 
610
 
611
  /* Block: Wishlist */
612
  .block-wishlist .block-title span { }
 
613
  .block-wishlist .actions { text-align:right; }
614
  .block-wishlist .actions a { float:none; }
615
 
616
  /* Block: Related */
617
  .block-related .block-title span { }
 
618
  .block-related input.checkbox { float:left; }
619
  .block-related .product { margin-left:20px; }
620
 
621
  /* Block: Compare Products */
622
  .block-compare .block-title span { }
 
623
  .block-compare button.button span { border-color:#406a83; background:#618499; }
624
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
625
  .compare-table { border:0; }
@@ -642,12 +695,15 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
642
 
643
  /* Block: Recently Viewed */
644
  .block-viewed .block-title span { }
 
645
 
646
  /* Block: Recently Compared */
647
  .block-compared .block-title span { }
 
648
 
649
  /* Block: Poll */
650
  .block-poll .block-title span { }
 
651
  .block-poll .block-subtitle { font-size:12px; }
652
  .block-poll label { color:#777; font-weight:bold; }
653
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
@@ -692,6 +748,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
692
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
693
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
694
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
 
 
 
 
695
  /* ======================================================================================= */
696
 
697
 
@@ -705,7 +765,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
705
  /* View Type: Grid */
706
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
707
  .products-grid.last { border-bottom:0; }
708
- .products-grid li.item { float:left; width:155px; padding:12px 10px 10px; }
709
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
710
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
711
  .products-grid .product-name a { color:#203548; }
@@ -726,7 +786,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
726
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
727
  .products-list .availability { float:left; margin:3px 0 0; }
728
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
729
- .products-list .desc .link-more { font-size:11px; }
730
  .products-list .add-to-links { clear:both; }
731
  .products-list .add-to-links li { display:inline; }
732
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
@@ -757,6 +817,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
757
  .availability span { font-weight:bold; }
758
  .availability.in-stock span {}
759
  .availability.out-of-stock span { color:#d83820; }
 
 
 
 
 
 
 
 
 
 
 
 
 
760
  .product-view .product-shop .availability { font-size:11px; }
761
  .product-view .product-shop .availability span { font-weight:normal; }
762
 
@@ -807,7 +880,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
807
  .price-including-tax .label { white-space:nowrap; color:#999; }
808
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
809
 
810
- /* FTP */
 
 
 
 
 
811
  .weee { display:block; font-size:11px; color:#444; }
812
  .weee .price { font-size:11px; font-weight:normal; }
813
 
@@ -842,8 +920,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
842
  /********** Product Prices > */
843
 
844
  /* Tier Prices */
845
- .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
846
- .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
 
847
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
848
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
849
 
@@ -858,6 +937,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
858
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
859
  .add-to-cart .qty { float:left; margin-right:5px; }
860
  .add-to-cart button.button { float:left; }
 
 
 
861
 
862
  /* Add to Links + Add to Cart */
863
  .add-to-box { margin:10px 0; }
@@ -896,12 +978,13 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
896
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
897
 
898
  .product-image-popup { margin:0 auto; }
899
- .product-image-popup .nav { font-weight:bold; text-align:center; }
 
900
  .product-image-popup .image { display:block; margin:10px 0; }
901
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
902
 
903
  /* Product Shop */
904
- .product-view .product-shop { float:right; width:330px; }
905
  .col1-layout .product-view .product-shop { float:right; width:545px; }
906
  .col3-layout .product-view .product-shop { float:none; width:auto; }
907
  .product-view .product-shop .product-name { margin:0 0 5px; }
@@ -916,17 +999,18 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
916
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
917
 
918
  /* Product Options */
919
- .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
920
  .product-options dt { padding:10px 0 0; font-weight:normal; }
921
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
922
- .product-options dt span.required { color:#eb340a; }
923
- .product-options dt .qty-holder { float:right; margin-right:15px; }
924
- .product-options dt .qty-holder label { vertical-align:middle; }
925
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
926
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
927
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
928
  .product-options dd input.input-text { width:98%; }
929
  .product-options dd input.datetime-picker { width:150px; }
 
930
  .product-options dd textarea { width:98%; height:8em; }
931
  .product-options dd select { width:99%; }
932
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
@@ -938,14 +1022,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
938
  .product-options ul.options-list label { font-weight:normal; }
939
  .product-options ul.validation-failed { padding:0 7px; }
940
  .product-options p.note { margin:0; font-size:11px; }
941
- .product-options p.required { margin-bottom:0; padding:15px 0 0; }
942
 
943
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
944
- .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
945
- .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
 
946
  .product-options-bottom .tier-prices .price,
947
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
948
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
 
 
949
  .product-options-bottom .price-label { float:left; padding-right:5px; }
950
  .product-options-bottom .price-tax { float:left; }
951
  .product-options-bottom .add-to-cart { float:right; }
@@ -954,6 +1041,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
954
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
955
  .product-shop .product-options-bottom .price-tax { float:none; }
956
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
 
957
 
958
  /* Grouped Product */
959
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
@@ -1024,7 +1112,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1024
  .product-name a { }
1025
 
1026
  /* Product Tags */
1027
- .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
1028
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1029
  .tags-list li a { color:#1b2d3b; }
1030
 
@@ -1065,6 +1153,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1065
 
1066
  /* Checkout Types */
1067
  .cart .page-title .checkout-types li { margin:0 0 5px; }
 
 
 
 
1068
 
1069
  /* Shopping Cart Table */
1070
  .cart-table th { padding:2px 10px; }
@@ -1073,8 +1165,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1073
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1074
  .cart-table tfoot td { padding:5px 10px; }
1075
  .cart-table .btn-continue { float:left; }
 
1076
  .cart-table .btn-continue span,
1077
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
 
 
 
1078
 
1079
  /* Shopping Cart Collateral boxes */
1080
  .cart .cart-collaterals { padding:25px 0 0; }
@@ -1113,7 +1209,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1113
  .cart .totals table { width:100%; margin:7px 0; }
1114
  .cart .totals td { padding:1px 15px 1px 7px; }
1115
  .cart .totals tr.last td {}
 
1116
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
 
1117
  .cart .totals tfoot td strong { font-size:15px; }
1118
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1119
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
@@ -1125,10 +1223,11 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1125
  .truncated a.dots { cursor:help; }
1126
  .truncated a.details { cursor:help; }
1127
  .truncated .truncated_full_value { position:relative; z-index:999; }
1128
- .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1129
- .truncated .show dl { top:-20px; left:50%; }
1130
- .col-left .truncated .show dl { left:15px; top:7px; }
1131
- .col-right .truncated .show dl { left:-240px; top:7px; }
 
1132
  /* ======================================================================================= */
1133
 
1134
 
@@ -1146,9 +1245,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1146
  .sp-methods select.month { width:154px; margin-right:10px; }
1147
  .sp-methods select.year { width:96px; }
1148
  .sp-methods input.cvv { width:3em !important; }
 
 
 
 
 
1149
  .sp-methods .centinel-logos a { margin-right:3px; }
1150
  .sp-methods .centinel-logos img { vertical-align:middle; }
1151
 
 
 
 
1152
  .please-wait { float:right; }
1153
  .please-wait img { vertical-align:middle; }
1154
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
@@ -1197,6 +1304,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1197
 
1198
  /* Centinel */
1199
  .centinel {}
 
 
1200
 
1201
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1202
 
@@ -1228,6 +1337,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1228
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1229
  .block-progress dd.complete {}
1230
  .block-progress p { margin:0; }
 
 
 
1231
 
1232
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1233
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
@@ -1272,6 +1384,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1272
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1273
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1274
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
 
 
1275
 
1276
  /* Multiple Addresses Checkout */
1277
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
@@ -1339,7 +1453,39 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1339
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1340
 
1341
  .account-create {}
1342
- /* Account Login/Create Pages ============================================================ */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
 
1344
 
1345
  /* My Account ============================================================================= */
@@ -1411,28 +1557,26 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1411
 
1412
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1413
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1414
- .order-info-box .box-payment p { margin:0 0 5px; }
1415
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1416
 
1417
  .order-items { width:100%; overflow-x:auto; }
1418
  .order-items h2,
1419
  .order-items h3 { font-weight:bold; font-size:13px; }
1420
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1421
- .order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
1422
- .order-items p .link-print { float:none; }
1423
 
1424
- .order-gift-message { margin:15px 0; }
 
1425
  .gift-message dt strong { color:#666; }
1426
- .gift-message dd { margin:5px 0 0; font-size:13px; }
1427
-
1428
- .order-about { margin:15px 0; }
1429
  .order-about dt { font-weight:bold; }
1430
  .order-about dd { font-size:13px; margin:0 0 7px; }
1431
 
1432
  .tracking-table { margin:0 0 15px; }
1433
  .tracking-table th { font-weight:bold; white-space:nowrap; }
1434
- .tracking-table th,
1435
- .tracking-table td { padding:1px 5px 0 0; }
1436
 
1437
  .tracking-table-popup { width:100%; }
1438
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
@@ -1471,7 +1615,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1471
 
1472
  /* My Tags */
1473
  .my-tag-edit { float:left; margin:0 0 10px; }
1474
- .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
1475
  #my-tags-table { clear:both; }
1476
  #my-tags-table td { padding:10px; }
1477
  #my-tags-table .add-to-links { white-space:nowrap; }
@@ -1489,6 +1633,33 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1489
  .product-review .ratings-table { margin:0 0 10px; }
1490
  .product-review dt { font-weight:bold; }
1491
  .product-review dd { font-size:13px; margin:5px 0 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1492
  /* ======================================================================================= */
1493
 
1494
 
@@ -1498,9 +1669,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1498
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1499
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1500
  .footer .store-switcher select { padding:0; vertical-align:middle; }
 
 
1501
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1502
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1503
  .footer .bugs a:hover { text-decoration:none; }
 
 
 
 
 
 
 
 
1504
  /* ======================================================================================= */
1505
 
1506
  /* Sample Data============================================================================ */
@@ -1532,6 +1713,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1532
  .col-main:after,
1533
  .col2-set:after,
1534
  .col3-set:after,
 
1535
  .col4-set:after,
1536
  .search-autocomplete li:after,
1537
  .block .block-content:after,
@@ -1555,6 +1737,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1555
  .product-collateral:after,
1556
  .product-view .product-img-box .more-views ul:after,
1557
  .product-view .box-tags .form-add:after,
 
 
1558
  .product-options .options-list li:after,
1559
  .product-options-bottom:after,
1560
  .product-review:after,
@@ -1571,6 +1755,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1571
  .page-print .print-head:after,
1572
  .advanced-search-summary:after,
1573
  .gift-messages-form .item:after,
1574
- .send-friend .form-list li p:after,
1575
- .recently ol.grid-row:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1576
  /* ======================================================================================= */
 
 
19
  *
20
  * @category design
21
  * @package default_default
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
 
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
+ :focus { outline:0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
+ .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
 
150
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
151
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
152
  button.button {cursor: pointer;}
153
+
154
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
155
  button.button span span { border:0; }
156
 
191
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
192
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
193
  .form-list .input-range input.input-text { width:74px; }
194
+
195
+ .form-list-narrow li { margin-bottom:0; }
196
+ .form-list-narrow li .input-box { margin-bottom:6px; }
197
+ .form-list-narrow li.wide .input-box { width:260px; }
198
+ .form-list-narrow li.wide input.input-text,
199
+ .form-list-narrow li.wide textarea { width:254px }
200
+ .form-list-narrow li.wide select { width:260px; }
201
+
202
  /* Customer */
203
  .form-list .customer-name-prefix .input-box,
204
  .form-list .customer-name-suffix .input-box,
347
  .title-buttons h5,
348
  .title-buttons h6 { float:left; }
349
 
350
+ .subtitle,
351
+ .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
352
 
353
  /* Pager */
354
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
396
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
397
 
398
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
399
+ .data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
400
  .data-table tfoot tr { background-color:#dee5e8 !important; }
401
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
402
  .data-table tfoot strong { font-size:16px; }
414
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
415
  .data-table tbody td .option-value { padding-left:10px; }
416
 
417
+ /* Generic Info Box */
418
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
419
+ .info-box h2 { font-weight:bold; font-size:13px; }
420
+
421
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
422
+ .info-table td { padding:2px 0; }
423
+
424
+ /* Shopping cart total summary row expandable to details */
425
+ tr.summary-total { cursor:pointer; }
426
+ tr.summary-total td {}
427
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
428
+ tr.show-details .summary-collapse { background-position:0 -52px; }
429
  tr.show-details td {}
430
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
431
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
432
+ tr.summary-details-excluded { font-style:italic; }
433
 
434
  /* Shopping cart tax info */
435
  .cart-tax-info { display:block; }
443
  /* Class: std - styles for admin-controlled content */
444
  .std .subtitle { padding:0; }
445
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
446
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
 
447
  .std dl dt { font-weight:bold; }
448
  .std dl dd { margin:0 0 10px; }
449
  /*.std ul,
479
  .link-compare { font-weight:bold; }
480
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
481
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
483
+ .btn-previous { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
485
+ .btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
486
+
487
+ .cards-list dt { margin:5px 0 0; }
488
+ .cards-list .offset { padding:2px 0 2px 20px; }
489
 
490
  .separator { margin:0 3px; }
491
 
492
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
493
 
494
+ /* Global site notices */
495
+ .global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
496
+ .global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
497
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
498
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
499
+
500
+ /* Cookie Notice */
501
+ .notice-cookie { }
502
+
503
  /* Noscript Notice */
504
+ .noscript {}
 
 
505
 
506
  /* Demo Notice */
507
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
508
+ .demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
509
+ .demo-notice .notice-inner p { padding:0; border:0; }
510
+
511
  /* ======================================================================================= */
512
 
513
 
523
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
524
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
525
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
526
+ .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
527
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
528
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
529
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
545
  .header-container .top-container a { font-size:11px; }
546
 
547
  /********** < Navigation */
548
+ .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
549
  margin:0 auto; width:978px; }
550
  /* ======================================================================================= */
551
 
559
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
560
  .block .block-content { }
561
  .block .block-content li.item { padding:7px 9px; }
562
+ .block .btn-remove, .block .btn-edit { float:right; margin:1px 0 2px 5px; }
563
  .block .actions {padding:6px 9px; text-align:right; }
564
  .block .actions a { float:left; }
565
  .block .actions button.button { float:right; }
591
  .block-related .block-title span,
592
  .block-tags .block-title span,
593
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
594
+ .block-cart .block-title strong,
595
+ .block-wishlist .block-title strong,
596
+ .block-subscribe .block-title strong,
597
+ .block-compare .block-title strong,
598
+ .block-reorder .block-title strong,
599
+ .block-poll .block-title strong,
600
+ .block-viewed .block-title strong,
601
+ .block-compared .block-title strong,
602
+ .block-related .block-title strong,
603
+ .block-tags .block-title strong,
604
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
605
 
606
  /* Mini Products List */
607
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
608
  .mini-products-list .product-details { margin-left:60px; }
609
+ .block-cart .mini-products-list .product-details .product-name,
610
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
611
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
612
 
613
  /* Block: Account */
614
  .block-account { }
636
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
637
  .block-layered-nav dd { padding:0 12px 12px; }
638
  .block-layered-nav dd.last { background:none; }
639
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; position:relative; z-index:1; line-height:1.5; }
640
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:8px; text-transform:uppercase; }
641
+ .block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
642
+ .block-layered-nav .currently .btn-previous,
643
+ .block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:5px; margin:0; }
644
+ .block-layered-nav .currently .btn-previous { right:17px; }
645
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
646
  .block-layered-nav .actions a { float:none; }
647
 
648
  /* Block: Cart */
649
  .block-cart .block-title { /*border-bottom:0;*/ }
650
  .block-cart .block-title span { }
651
+ .block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
652
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
653
  .block-cart .amount { margin:0; }
654
  .block-cart .amount a { font-weight:bold; }
655
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
656
  .block-cart .subtotal .price { font-weight:bold; }
657
  .block-cart .actions { }
658
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
659
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
660
 
661
  /* Block: Wishlist */
662
  .block-wishlist .block-title span { }
663
+ .block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
664
  .block-wishlist .actions { text-align:right; }
665
  .block-wishlist .actions a { float:none; }
666
 
667
  /* Block: Related */
668
  .block-related .block-title span { }
669
+ .block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
670
  .block-related input.checkbox { float:left; }
671
  .block-related .product { margin-left:20px; }
672
 
673
  /* Block: Compare Products */
674
  .block-compare .block-title span { }
675
+ .block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
676
  .block-compare button.button span { border-color:#406a83; background:#618499; }
677
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
678
  .compare-table { border:0; }
695
 
696
  /* Block: Recently Viewed */
697
  .block-viewed .block-title span { }
698
+ .block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
699
 
700
  /* Block: Recently Compared */
701
  .block-compared .block-title span { }
702
+ .block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
703
 
704
  /* Block: Poll */
705
  .block-poll .block-title span { }
706
+ .block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
707
  .block-poll .block-subtitle { font-size:12px; }
708
  .block-poll label { color:#777; font-weight:bold; }
709
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
748
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
749
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
750
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
751
+
752
+ /* Paypal */
753
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
754
+ .sidebar .paypal-logo a { float:none; }
755
  /* ======================================================================================= */
756
 
757
 
765
  /* View Type: Grid */
766
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
767
  .products-grid.last { border-bottom:0; }
768
+ .products-grid li.item { float:left; width:155px; padding:12px 10px 80px; }
769
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
770
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
771
  .products-grid .product-name a { color:#203548; }
786
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
787
  .products-list .availability { float:left; margin:3px 0 0; }
788
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
789
+ .products-list .desc .link-learn { font-size:11px; }
790
  .products-list .add-to-links { clear:both; }
791
  .products-list .add-to-links li { display:inline; }
792
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
817
  .availability span { font-weight:bold; }
818
  .availability.in-stock span {}
819
  .availability.out-of-stock span { color:#d83820; }
820
+
821
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
822
+ .availability-only span,
823
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
824
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
825
+ .availability-only .expanded { background-position:100% -15px; }
826
+ .availability-only strong { color:#be2c00; }
827
+
828
+ .availability-only-details { margin:0 0 7px; }
829
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
830
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
831
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
832
+
833
  .product-view .product-shop .availability { font-size:11px; }
834
  .product-view .product-shop .availability span { font-weight:normal; }
835
 
880
  .price-including-tax .label { white-space:nowrap; color:#999; }
881
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
882
 
883
+ /* Configured price */
884
+ .configured-price { margin:0; }
885
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
886
+ .configured-price .price { font-weight:bold; }
887
+
888
+ /* FPT */
889
  .weee { display:block; font-size:11px; color:#444; }
890
  .weee .price { font-size:11px; font-weight:normal; }
891
 
920
  /********** Product Prices > */
921
 
922
  /* Tier Prices */
923
+ .product-pricing,
924
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
925
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
926
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
927
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
928
 
937
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
938
  .add-to-cart .qty { float:left; margin-right:5px; }
939
  .add-to-cart button.button { float:left; }
940
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
941
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
942
+ .product-view .add-to-cart .paypal-logo { margin:0; }
943
 
944
  /* Add to Links + Add to Cart */
945
  .add-to-box { margin:10px 0; }
978
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
979
 
980
  .product-image-popup { margin:0 auto; }
981
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
982
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
983
  .product-image-popup .image { display:block; margin:10px 0; }
984
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
985
 
986
  /* Product Shop */
987
+ .product-view .product-shop { float:right; width:410px; }
988
  .col1-layout .product-view .product-shop { float:right; width:545px; }
989
  .col3-layout .product-view .product-shop { float:none; width:auto; }
990
  .product-view .product-shop .product-name { margin:0 0 5px; }
999
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
1000
 
1001
  /* Product Options */
1002
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
1003
  .product-options dt { padding:10px 0 0; font-weight:normal; }
1004
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
1005
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1006
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1007
+ .product-options dd .qty-holder label { vertical-align:middle; }
1008
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1009
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
1010
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1011
  .product-options dd input.input-text { width:98%; }
1012
  .product-options dd input.datetime-picker { width:150px; }
1013
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1014
  .product-options dd textarea { width:98%; height:8em; }
1015
  .product-options dd select { width:99%; }
1016
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1022
  .product-options ul.options-list label { font-weight:normal; }
1023
  .product-options ul.validation-failed { padding:0 7px; }
1024
  .product-options p.note { margin:0; font-size:11px; }
1025
+ .product-options p.required { position:absolute; right:20px; top:20px; }
1026
 
1027
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1028
+ .product-options-bottom .product-pricing,
1029
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
1030
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; }
1031
  .product-options-bottom .tier-prices .price,
1032
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
1033
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1034
+ .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1035
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1036
  .product-options-bottom .price-label { float:left; padding-right:5px; }
1037
  .product-options-bottom .price-tax { float:left; }
1038
  .product-options-bottom .add-to-cart { float:right; }
1041
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1042
  .product-shop .product-options-bottom .price-tax { float:none; }
1043
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1044
+ .product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1045
 
1046
  /* Grouped Product */
1047
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1112
  .product-name a { }
1113
 
1114
  /* Product Tags */
1115
+ .tags-list { display:block; font-size:13px; border:none; background:none; padding:10px; }
1116
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1117
  .tags-list li a { color:#1b2d3b; }
1118
 
1153
 
1154
  /* Checkout Types */
1155
  .cart .page-title .checkout-types li { margin:0 0 5px; }
1156
+ .cart .title-buttons .checkout-types { float:right; }
1157
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1158
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1159
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1160
 
1161
  /* Shopping Cart Table */
1162
  .cart-table th { padding:2px 10px; }
1165
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1166
  .cart-table tfoot td { padding:5px 10px; }
1167
  .cart-table .btn-continue { float:left; }
1168
+ .cart-table .btn-empty span,
1169
  .cart-table .btn-continue span,
1170
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
1171
+ .cart-table .btn-update,
1172
+ .cart-table .btn-empty { float:right; }
1173
+ .cart-table .btn-update { margin-left:10px; }
1174
 
1175
  /* Shopping Cart Collateral boxes */
1176
  .cart .cart-collaterals { padding:25px 0 0; }
1209
  .cart .totals table { width:100%; margin:7px 0; }
1210
  .cart .totals td { padding:1px 15px 1px 7px; }
1211
  .cart .totals tr.last td {}
1212
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1213
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1214
+ .cart .totals tfoot th strong,
1215
  .cart .totals tfoot td strong { font-size:15px; }
1216
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1217
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1223
  .truncated a.dots { cursor:help; }
1224
  .truncated a.details { cursor:help; }
1225
  .truncated .truncated_full_value { position:relative; z-index:999; }
1226
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1227
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1228
+ .truncated .show .item-options { top:-20px; left:50%; }
1229
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1230
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1231
  /* ======================================================================================= */
1232
 
1233
 
1245
  .sp-methods select.month { width:154px; margin-right:10px; }
1246
  .sp-methods select.year { width:96px; }
1247
  .sp-methods input.cvv { width:3em !important; }
1248
+
1249
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1250
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1251
+ .sp-methods .checkmo-list address { float:left; }
1252
+
1253
  .sp-methods .centinel-logos a { margin-right:3px; }
1254
  .sp-methods .centinel-logos img { vertical-align:middle; }
1255
 
1256
+ .sp-methods .release-amounts { margin:0.5em 0; }
1257
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1258
+
1259
  .please-wait { float:right; }
1260
  .please-wait img { vertical-align:middle; }
1261
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1304
 
1305
  /* Centinel */
1306
  .centinel {}
1307
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1308
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1309
 
1310
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1311
 
1337
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1338
  .block-progress dd.complete {}
1339
  .block-progress p { margin:0; }
1340
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
1341
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1342
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1343
 
1344
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1345
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1384
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1385
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1386
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1387
+ #opc-review .authentication { margin:0 auto; width:570px; }
1388
+ #opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
1389
 
1390
  /* Multiple Addresses Checkout */
1391
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
1453
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1454
 
1455
  .account-create {}
1456
+
1457
+ /* Captcha ================================================================================ */
1458
+ .captcha-note { clear:left; padding-top:5px; }
1459
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1460
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1461
+ .registered-users .captcha-image { margin:0;}
1462
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
1463
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1464
+
1465
+ @-webkit-keyframes rotate {
1466
+ 0% { -webkit-transform:rotate(0); }
1467
+ 0% { -webkit-transform:rotate(-360deg); }
1468
+ }
1469
+ @-moz-keyframes rotate {
1470
+ 0% { -moz-transform:rotate(0); }
1471
+ 0% { -moz-transform:rotate(-360deg); }
1472
+ }
1473
+ @keyframes rotate {
1474
+ 0% { transform:rotate(0); }
1475
+ 0% { transform:rotate(-360deg); }
1476
+ }
1477
+
1478
+ /* Remember Me Popup ===================================================================== */
1479
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1480
+
1481
+ .remember-me label { float:none; margin:0 6px; }
1482
+ .remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
1483
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1484
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1485
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1486
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1487
+ .remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
1488
+ /* Remember Me Popup ===================================================================== */
1489
 
1490
 
1491
  /* My Account ============================================================================= */
1557
 
1558
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1559
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1560
+ .order-info-box .box-payment p { margin:0 0 3px; }
1561
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1562
 
1563
  .order-items { width:100%; overflow-x:auto; }
1564
  .order-items h2,
1565
  .order-items h3 { font-weight:bold; font-size:13px; }
1566
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1567
+ .order-items .link-print { color:#1e7ec8; font-weight:normal; }
1568
+ .order-items .order-links { text-align:right; }
1569
 
1570
+ .order-additional { margin:15px 0; }
1571
+ /* Order Gift Message */
1572
  .gift-message dt strong { color:#666; }
1573
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1574
+ /* Order Comments */
 
1575
  .order-about dt { font-weight:bold; }
1576
  .order-about dd { font-size:13px; margin:0 0 7px; }
1577
 
1578
  .tracking-table { margin:0 0 15px; }
1579
  .tracking-table th { font-weight:bold; white-space:nowrap; }
 
 
1580
 
1581
  .tracking-table-popup { width:100%; }
1582
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1615
 
1616
  /* My Tags */
1617
  .my-tag-edit { float:left; margin:0 0 10px; }
1618
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1619
  #my-tags-table { clear:both; }
1620
  #my-tags-table td { padding:10px; }
1621
  #my-tags-table .add-to-links { white-space:nowrap; }
1633
  .product-review .ratings-table { margin:0 0 10px; }
1634
  .product-review dt { font-weight:bold; }
1635
  .product-review dd { font-size:13px; margin:5px 0 0; }
1636
+
1637
+ /* Billing Agreements */
1638
+ .billing-agreements .info-box{ margin:15px 0; }
1639
+ .billing-agreements .form-list li select { float:left; }
1640
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1641
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1642
+ /* ======================================================================================= */
1643
+
1644
+
1645
+ /* MAP Popup============================================================================== */
1646
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1647
+ .map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
1648
+
1649
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1650
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1651
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1652
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1653
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
1654
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1655
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1656
+ .map-popup-checkout span { display:block; padding-right:30px; }
1657
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1658
+ .map-popup-price .price-box,
1659
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1660
+ .map-popup-price { margin:5px 0 0; }
1661
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1662
+ .map-popup-only-text { border-top:1px solid #ddd; }
1663
  /* ======================================================================================= */
1664
 
1665
 
1669
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1670
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1671
  .footer .store-switcher select { padding:0; vertical-align:middle; }
1672
+ .footer a { color:#fff; text-decoration:none; }
1673
+ .footer a:hover { text-decoration:underline; }
1674
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1675
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1676
  .footer .bugs a:hover { text-decoration:none; }
1677
+ .footer address { margin:0 0 20px; color:#ecf3f6; }
1678
+ .footer address a { color:#ecf3f6; text-decoration:underline; }
1679
+ .footer address a:hover { text-decoration:none; }
1680
+ .footer ul { display:inline; }
1681
+ .footer ul.links { display:block; }
1682
+ .footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
1683
+ .footer li.last { background:none !important; padding-right:0 !important; }
1684
+ .footer-container .bottom-container { margin:0 0 5px; }
1685
  /* ======================================================================================= */
1686
 
1687
  /* Sample Data============================================================================ */
1713
  .col-main:after,
1714
  .col2-set:after,
1715
  .col3-set:after,
1716
+ .col3-layout .product-options-bottom .price-box:after,
1717
  .col4-set:after,
1718
  .search-autocomplete li:after,
1719
  .block .block-content:after,
1737
  .product-collateral:after,
1738
  .product-view .product-img-box .more-views ul:after,
1739
  .product-view .box-tags .form-add:after,
1740
+ .product-view .product-shop .short-description:after,
1741
+ .product-view .box-description:after,
1742
  .product-options .options-list li:after,
1743
  .product-options-bottom:after,
1744
  .product-review:after,
1755
  .page-print .print-head:after,
1756
  .advanced-search-summary:after,
1757
  .gift-messages-form .item:after,
1758
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
 
1759
  /* ======================================================================================= */
1760
+
1761
+ .guest-select {width:305px !important;}
skin/frontend/default/f001_orange/images/bkg_nav2.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/bkg_th.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/btn_search.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/calendar.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_orange/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_orange/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_orange/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/f001_orange/images/free_shipping_callout.jpg ADDED
Binary file
skin/frontend/default/f001_orange/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/f001_orange/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/f001_orange/js/productInfo.js CHANGED
@@ -3,12 +3,12 @@ ProductInfo.prototype = {
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
-
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
- this.createWindow();
11
-
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
@@ -17,9 +17,9 @@ ProductInfo.prototype = {
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
-
21
  },
22
-
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
@@ -31,42 +31,44 @@ ProductInfo.prototype = {
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
-
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
-
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
47
  display: 'block'
48
  })
49
  },
50
-
51
  hideButton: function(e)
52
  {
53
  el = this;
54
  while (el.tagName != 'P') {
55
  el = el.up();
56
  }
57
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
58
  display: 'none'
59
  })
60
  },
61
-
62
  createWindow: function()
63
  {
64
  var qWindow = new Element('div', {id: 'quick-window'});
65
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
66
  document.body.appendChild(qWindow);
67
- $('quickview-close').observe('click', this.hideWindow.bind(this));
68
  },
69
-
70
  showWindow: function()
71
  {
72
  $('quick-window').setStyle({
@@ -75,17 +77,17 @@ ProductInfo.prototype = {
75
  display: 'block'
76
  });
77
  },
78
-
79
  setContent: function(content)
80
  {
81
  $$('.quick-view-content')[0].insert(content);
82
  },
83
-
84
  clearContent: function()
85
  {
86
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
87
  },
88
-
89
  hideWindow: function()
90
  {
91
  this.clearContent();
@@ -94,7 +96,10 @@ ProductInfo.prototype = {
94
 
95
  loadInfo: function(e)
96
  {
97
- e.stop();
 
 
 
98
  var that = this;
99
  this.createLoader();
100
  new Ajax.Request(e.element().href, {
@@ -104,6 +109,6 @@ ProductInfo.prototype = {
104
  that.destroyLoader();
105
  that.showWindow();
106
  }
107
- });
108
  }
109
  }
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
+
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
+ this.createWindow();
11
+
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
+
21
  },
22
+
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
+
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
+
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
+ var btn = $(el).getElementsBySelector('.ajax')[0];
47
+ btn && btn.setStyle({
48
  display: 'block'
49
  })
50
  },
51
+
52
  hideButton: function(e)
53
  {
54
  el = this;
55
  while (el.tagName != 'P') {
56
  el = el.up();
57
  }
58
+ var btn = $(el).getElementsBySelector('.ajax')[0];
59
+ btn && btn.setStyle({
60
  display: 'none'
61
  })
62
  },
63
+
64
  createWindow: function()
65
  {
66
  var qWindow = new Element('div', {id: 'quick-window'});
67
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
68
  document.body.appendChild(qWindow);
69
+ $('quickview-close').observe('click', this.hideWindow.bind(this));
70
  },
71
+
72
  showWindow: function()
73
  {
74
  $('quick-window').setStyle({
77
  display: 'block'
78
  });
79
  },
80
+
81
  setContent: function(content)
82
  {
83
  $$('.quick-view-content')[0].insert(content);
84
  },
85
+
86
  clearContent: function()
87
  {
88
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
89
  },
90
+
91
  hideWindow: function()
92
  {
93
  this.clearContent();
96
 
97
  loadInfo: function(e)
98
  {
99
+ if (typeof event != 'undefined') { // ie9 fix
100
+ event.preventDefault ? event.preventDefault() : event.returnValue = false;
101
+ }
102
+ Event.stop(e);
103
  var that = this;
104
  this.createLoader();
105
  new Ajax.Request(e.element().href, {
109
  that.destroyLoader();
110
  that.showWindow();
111
  }
112
+ });
113
  }
114
  }
skin/frontend/default/f001_orange/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 900
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().getWidth();
51
- var contentWidth = lastItemLeft + lastItemWidth + 8;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 900
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().getWidth();
51
+ var contentWidth = lastItemLeft + lastItemWidth + 8;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f001_pink/css/custom.css CHANGED
@@ -1,306 +1,333 @@
1
- /*
2
- * body : #c72475;
3
- * .footer .informational li ul li a : #f8e1cf;
4
- * .footer .informational h6 : #f4d5e5;
5
- * .footer .legality a : #f4d5e5;
6
- * #nav a : #ffb9db;
7
- * .header-cart .title : #ffffff;
8
- * .header .form-language label : #ffffff;
9
- * .header-cart .content : #FFF3EA;
10
- * .recently .subtitle : #db6200;
11
- * .page-title h1 : #db6200;
12
- * .featured-products h4 : #db6200;
13
- */
14
-
15
-
16
- body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #c72475; color:#2F2F2F}
17
-
18
- h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
19
- a {color:#1E7EC8; text-decoration:underline; }
20
-
21
- .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
22
- .quick-access{float:right; margin-top:16px; padding:0 10px; text-align:right; width: 500px;}
23
-
24
- .header {z-index: 100;}
25
- .shop-access{float:right; margin:0; font-size:1em;}
26
- .shop-access a{color:#7386BE; text-decoration:none}
27
- .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
28
- .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
29
- .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
30
- .header .form-search label{display:none}
31
- .header .form-search button.button{width:20px}
32
-
33
- .header .form-language label {color: #ffffff;}
34
-
35
- .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
36
- .page-title h1 {color:#3297db; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
37
-
38
- .block-content a{}
39
- .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
40
- .block-subscribe .block-title strong{background:none}
41
- .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
42
- .block-subscribe label{font-weight:bold; color:#FFF}
43
- .block-subscribe .actions{margin-top:15px}
44
- .block-cart .subtotal{background:#eee}
45
-
46
- .block-layered-nav{}
47
- .block-layered-nav .block-title{ padding:0px; }
48
-
49
- .block-layered-nav{padding:5px 10px}
50
- .block-layered-nav .block-subtitle,
51
- .block-layered-nav .block-content{background:none; border:0px solid #ddd}
52
- .block-layered-nav dt{padding:7px 10px 0 7px}
53
- .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
54
- .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
55
- .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
56
-
57
- h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
58
- .products-grid h5 a{color:#007ed3; text-decoration:none}
59
- .products-grid .ratings .amount{display:none}
60
- .products-grid .actions{position:static; bottom:12px}
61
- /*************************Buttons*************************/
62
- button.button{background:none; border:0px solid #000}
63
-
64
- .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
65
- .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
66
- .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
67
- .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
68
-
69
- /**ALT BTNS**/
70
- .grey-box .button span,
71
- .cart-table .btn-continue span,
72
- .cart-table .btn-update span,
73
- .cart .discount button span,
74
- .cart .shipping button span,
75
- .block-compare button.button span,
76
- .block-poll button.button span,
77
- .block-login .actions button.button span,
78
- .product-view .box-tags .form-add button.button span,
79
- .multiple-checkout .title-buttons button.button span,
80
- #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
81
- .grey-box .button:hover span,
82
- .cart-table .btn-continue:hover span,
83
- .cart-table .btn-update:hover span,
84
- .cart .discount button:hover span,
85
- .cart .shipping button:hover span,
86
- .block-compare button.button:hover span,
87
- .block-poll button.button:hover span,
88
- .block-login .actions button.button:hover span,
89
- .product-view .box-tags .form-add button.button:hover span,
90
- .multiple-checkout .title-buttons button.button:hover span,
91
- #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
92
- .grey-box .button span span,
93
- .cart-table .btn-continue span span,
94
- .cart-table .btn-update span span,
95
- .cart .discount button span span,
96
- .cart .shipping button span span,
97
- .block-compare button.button span span,
98
- .block-poll button.button span span,
99
- .block-login .actions button.button span span,
100
- .product-view .box-tags .form-add button.button span span,
101
- .multiple-checkout .title-buttons button.button span span,
102
- #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
103
- .grey-box .button:hover span span,
104
- .cart-table .btn-continue:hover span span,
105
- .cart-table .btn-update:hover span span,
106
- .cart .discount button:hover span span,
107
- .cart .shipping button:hover span span,
108
- .block-compare button.button:hover span span,
109
- .block-poll button.button:hover span span,
110
- .block-login .actions button.button:hover span span,
111
- .product-view .box-tags .form-add button.button:hover span span,
112
- .multiple-checkout .title-buttons button.button:hover span span,
113
- #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
114
-
115
- .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
116
- .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
117
-
118
- .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
119
- .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
120
-
121
- button.btn-checkout span span{padding:0 16px}
122
- /****************************End Buttons***************************/
123
- .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
124
- .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
125
-
126
-
127
- /**** Navigation *****/
128
- #nav{padding:0 0 3px; width:952px; margin:0 auto; background:url(../images/nav.gif) no-repeat 0 0; font:bold 1em Arial,Helvetica,sans-serif}
129
-
130
- /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
131
- #nav li{position:relative; text-align:left}
132
- #nav li.over{z-index:999}
133
- #nav a,
134
- #nav a:hover{display:block; line-height:1.3em; text-decoration:none}
135
- #nav span{display:block; cursor:pointer; white-space:nowrap}
136
- #nav li ul span{white-space:normal}
137
-
138
- /************ 0 LEVEL ***************/
139
- #nav li{float:left}
140
- #nav a{float:left; color:#ffb9db; font-weight:bold}
141
- #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
142
- #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
143
- #nav li.first span{padding-left:18px}
144
- #nav li.over a,
145
- #nav a:hover{color:#fff}
146
-
147
- /************ 1ST LEVEL ************/
148
- #nav ul li,
149
- #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
150
- #nav li.active li a,
151
- #nav ul li.active a{background:#fff}
152
- /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
153
- */
154
- #nav ul li.last{background:#ecf3f6; padding-bottom:0}
155
-
156
- #nav ul a,
157
- #nav ul a:hover{float:none; padding:0; background:none}
158
- #nav ul li a{font-weight:normal !important}
159
-
160
- /************ 2ND LEVEL ************/
161
- #nav ul{position:absolute; width:15em; top:40px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
162
- #nav ul span{background:none}
163
-
164
- /* Show menu */
165
- #nav li.over >ul{left:-1px}
166
- #nav li.over >ul li.over >ul{left:100px}
167
- #nav li.over ul ul{left:-10000px}
168
-
169
- #nav ul li a{background:#fff}
170
- #nav ul li a:hover{background:#f4f4f4}
171
- #nav ul li.over >a{background:#f4f4f4}
172
- #nav ul li a,
173
- #nav ul li a:hover{color:#2f2f2f !important}
174
- #nav ul span, #nav ul li.last li span{padding:4px 15px 5px 15px}
175
-
176
- /************ 3RD+LEVEL ************/
177
- #nav ul ul{top:5px; border-top-width:1px}
178
-
179
- .cms-home .nav-home a,
180
- .contacts-index-index .nav-contacts a,
181
- .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
182
- .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
183
-
184
- .f-right{float:right}
185
- .f-left{float:left}
186
- .a-right{text-align:right}
187
- .a-left{text-align:left}
188
- .a-center{text-align:center}
189
-
190
- .welcome-message{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
191
-
192
- .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
193
- .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
194
- .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c3d5e3; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
195
- .header-cart .title a{color:#fff}
196
- .header-cart .content{background:#ffe5f2; padding:0}
197
- .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
198
- .header-cart .content li a:hover{color:#333}
199
- .header-cart .widget-btn{float:right; margin-top:2px}
200
- .header-cart .title a{color:#fff}
201
-
202
- .header .form-language label {color: #c3d5e3;}
203
-
204
- .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
205
-
206
- #nav-sidebox{font-size:1.1em}
207
- #nav-sidebox a{text-decoration:none; color:#000}
208
- #nav-sidebox a:hover{text-decoration:underline}
209
- #nav-sidebox li{line-height:22px; font-weight:bold}
210
- #nav-sidebox li ul li{font-weight:normal; margin:0}
211
- #nav-sidebox ul{}
212
- #nav-sidebox ul li{padding-left:10px}
213
- #nav-sidebox ul li ul{display:none}
214
-
215
- .featured-container{margin-bottom:20px}
216
- .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
217
- .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
218
-
219
- .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
220
- .mini-newsletter label{color:#fff}
221
- .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
222
- .mini-newsletter .input-text{border:none; padding:4px 2px}
223
- .mini-newsletter .form-button-alt{background-position:100% -256px}
224
- .mini-newsletter .form-button-alt span{background-position:0 -228px}
225
- .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
226
- .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
227
- .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
228
-
229
- .recently .grid-row{border-bottom:1px solid #d9dde3}
230
-
231
- .recently .last{border-bottom:0px solid #FFF}
232
- .recently .subtitle{color:#3297db; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
233
- .recently li.item{width:167px; float:left; padding:10px}
234
- .recently li.item .price-box{}
235
-
236
- .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
237
- .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
238
- h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
239
-
240
- .regular-price .price{color:#777; font-size:13px; font-weight:bold}
241
-
242
- .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
243
- .footer .informational li{float:left; margin:0 40px}
244
- .footer .informational li ul li{float:none; margin:0}
245
- .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#f4d5e5; font-size:0.9em}
246
- .footer .informational h6{margin-bottom:0.4em; color:#f4d5e5; font-size:1.1em}
247
-
248
- .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #cc297a; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
249
-
250
- .footer .payments{float:right; margin:5px 0 0}
251
- .footer .legality{text-align:center; color:#FFF; font-size: .9em}
252
- .footer .legality a{color:#d6d6d6; text-decoration: none;}
253
-
254
- /* glider */
255
- #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
256
- div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
257
- div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
258
- div.scroller img{ border:none}
259
- div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
260
- div.scroller div.content{ width:10000px; padding:0px}
261
- .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
262
-
263
- .content .sliderdescription p{line-height:20px; text-align:center}
264
- div.sliderdescription:hover{background:#fff}
265
- .content a{text-decoration:none; color:#5a5a5a}
266
- .content a:hover{text-decoration:underline}
267
-
268
- .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
269
- .slidercontrol{list-style:none; padding:0px; margin:0px}
270
-
271
- .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
272
-
273
- .slidercontrol a:hover,
274
- .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
275
-
276
- /* slider */
277
- .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
278
- .featured-products h4{margin-right:10px; color:#1E7EC8; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
279
- .featured-products .head{text-align:left; margin:0; padding:21px 0}
280
- .featured-products #move-left,
281
- .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
282
- .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
283
- .featured-products #move-left.disabled,
284
- .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
285
- .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
286
- .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
287
- .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
288
- .slider-wrapper .list-featured li.last{ margin:0px}
289
- .slider-wrapper .list-featured .product-image{ text-align:center}
290
- .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
291
- .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
292
-
293
- #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
294
- #quick-window .product-img-box{width:230px; float:left}
295
- #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
296
- #quickview-header{background-color:#888; height:26px; width:650px}
297
-
298
- #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
299
- #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
300
- #quick-window .product-shop{float:right; text-align:left; width:385px}
301
- #quick-window .product-essential{padding:25px 10px 25px 10px}
302
- .catalog-listing .product-image{position:relative}
303
- .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
304
-
305
- a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
306
- a.ajax:hover{text-decoration:none}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * body : #c72475;
3
+ * .footer .informational li ul li a : #f8e1cf;
4
+ * .footer .informational h6 : #f4d5e5;
5
+ * .footer .legality a : #f4d5e5;
6
+ * #nav a : #ffb9db;
7
+ * .header-cart .title : #ffffff;
8
+ * .header .form-language label : #ffffff;
9
+ * .header-cart .content : #FFF3EA;
10
+ * .recently .subtitle : #db6200;
11
+ * .page-title h1 : #db6200;
12
+ * .featured-products h4 : #db6200;
13
+ */
14
+
15
+
16
+ body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #c72475; color:#2F2F2F}
17
+
18
+ h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
19
+ a {color:#1E7EC8; text-decoration:underline; }
20
+
21
+ .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
22
+ .quick-access{float:right; margin-top:18px; padding:0 10px; text-align:right; width: 485px;}
23
+
24
+ .header {z-index: 100;}
25
+ .header .logo { margin: 0; }
26
+ .shop-access{float:right; margin:0; font-size:1em;}
27
+ .shop-access a{color:#7386BE; text-decoration:none}
28
+ .shop-access a:hover { text-decoration: underline; }
29
+ .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
30
+ .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
31
+ .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
32
+ .header .form-search label{display:none}
33
+ .header .form-search button.button{width:20px}
34
+ .header .form-search button.button span { background: none; }
35
+
36
+ .header .form-language label {color: #ffffff;}
37
+
38
+ .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
39
+ .page-title h1 {color:#3297db; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
40
+
41
+ .block-content a{}
42
+ .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
43
+ .block-subscribe .block-title strong{background:none}
44
+ .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
45
+ .block-subscribe label{font-weight:bold; color:#FFF}
46
+ .block-subscribe .actions{margin-top:15px}
47
+ .block-cart .subtotal{background:#eee}
48
+
49
+ .block-tags .block-content ul { border: none; }
50
+
51
+ .block-layered-nav{}
52
+ .block-layered-nav .block-title{ padding:0px; }
53
+
54
+ .block-layered-nav{padding:5px 10px}
55
+ .block-layered-nav .block-subtitle,
56
+ .block-layered-nav .block-content{background:none; border:0px solid #ddd}
57
+ .block-layered-nav dt{padding:7px 10px 0 7px}
58
+ .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
59
+ .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
60
+ .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
61
+ .block-layered-nav dd li a:hover { text-decoration: underline; }
62
+
63
+ h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
64
+ .products-grid h5 a{color:#007ed3; text-decoration:none}
65
+ .products-grid .ratings .amount{display:none}
66
+ .products-grid .actions{}
67
+ /*************************Buttons*************************/
68
+ button.button{background:none; border:0px solid #000}
69
+
70
+ .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
71
+ .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
72
+ .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
73
+ .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
74
+
75
+ /**ALT BTNS**/
76
+ .grey-box .button span,
77
+ .cart-table .btn-continue span,
78
+ .cart-table .btn-update span,
79
+ .cart-table .btn-empty span,
80
+ .cart .discount button span,
81
+ .cart .shipping button span,
82
+ .block-compare button.button span,
83
+ .block-poll button.button span,
84
+ .block-login .actions button.button span,
85
+ .product-view .box-tags .form-add button.button span,
86
+ .multiple-checkout .title-buttons button.button span,
87
+ #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
88
+ .grey-box .button:hover span,
89
+ .cart-table .btn-continue:hover span,
90
+ .cart-table .btn-update:hover span,
91
+ .cart-table .btn-empty:hover span,
92
+ .cart .discount button:hover span,
93
+ .cart .shipping button:hover span,
94
+ .block-compare button.button:hover span,
95
+ .block-poll button.button:hover span,
96
+ .block-login .actions button.button:hover span,
97
+ .product-view .box-tags .form-add button.button:hover span,
98
+ .multiple-checkout .title-buttons button.button:hover span,
99
+ #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
100
+ .grey-box .button span span,
101
+ .cart-table .btn-continue span span,
102
+ .cart-table .btn-update span span,
103
+ .cart-table .btn-empty span span,
104
+ .cart .discount button span span,
105
+ .cart .shipping button span span,
106
+ .block-compare button.button span span,
107
+ .block-poll button.button span span,
108
+ .block-login .actions button.button span span,
109
+ .product-view .box-tags .form-add button.button span span,
110
+ .multiple-checkout .title-buttons button.button span span,
111
+ #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
112
+ .grey-box .button:hover span span,
113
+ .cart-table .btn-continue:hover span span,
114
+ .cart-table .btn-update:hover span span,
115
+ .cart-table .btn-empty:hover span span,
116
+ .cart .discount button:hover span span,
117
+ .cart .shipping button:hover span span,
118
+ .block-compare button.button:hover span span,
119
+ .block-poll button.button:hover span span,
120
+ .block-login .actions button.button:hover span span,
121
+ .product-view .box-tags .form-add button.button:hover span span,
122
+ .multiple-checkout .title-buttons button.button:hover span span,
123
+ #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
124
+
125
+ .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
126
+ .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
127
+
128
+ .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
129
+ .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
130
+
131
+ button.btn-checkout span span{padding:0 16px}
132
+ /****************************End Buttons***************************/
133
+ .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
134
+ .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
135
+
136
+
137
+ /********** < Navigation */
138
+ #nav{padding:0 0 3px; width:952px; margin:0 auto;background:url(../images/nav.gif) no-repeat 0 0;font:bold 1em Arial,Helvetica,sans-serif}
139
+
140
+ /* All Levels */ /* Style consistent throughout all nav levels */
141
+ #nav li { position:relative; text-align:left; }
142
+ #nav li.over { z-index:998; }
143
+ #nav a,
144
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
145
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
146
+ #nav li ul span {white-space:normal; }
147
+
148
+ /* 0 Level */
149
+ #nav li { float:left; }
150
+ #nav a{float:left; color:#ffb9db; font-weight:bold}
151
+ #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
152
+ #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
153
+ /*#nav li.first span{padding-left:18px}*/
154
+ #nav li.over a,
155
+ #nav a:hover{color:#fff}
156
+
157
+ /* 1st Level */
158
+ #nav ul li,
159
+ #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
160
+ #nav li.active li a,
161
+ #nav ul li.active a{background:#fff}
162
+ /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
163
+ */
164
+ #nav ul li.last { background:#ecf3f6; padding-bottom:0; }
165
+
166
+ #nav ul a,
167
+ #nav ul a:hover { float:none; padding:0; background:none; }
168
+ #nav ul li a { font-weight:normal !important; }
169
+
170
+ /* 2nd Level */
171
+ #nav ul,
172
+ #nav div {position:absolute; width:15em; top:39px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
173
+ #nav div ul { position:static; width:auto; border:none; }
174
+ #nav ul span {background:none}
175
+
176
+ /* 3rd+ Level */
177
+ #nav ul ul,
178
+ #nav ul div { top:5px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; }
179
+
180
+ #nav ul li a {background:#fff}
181
+ #nav ul li a:hover {background:#f4f4f4}
182
+ #nav ul li.over > a {background:#f4f4f4}
183
+ #nav ul li a,
184
+ #nav ul li a:hover {color:#2f2f2f !important}
185
+ #nav ul span,
186
+ #nav ul li.last li span {padding:4px 15px 5px 15px}
187
+
188
+ /* Show menu */
189
+ #nav li ul.shown-sub,
190
+ #nav li div.shown-sub { left:-1px; z-index:999; }
191
+ #nav li .shown-sub ul.shown-sub,
192
+ #nav li .shown-sub li div.shown-sub { left:100px; }
193
+ /********** Navigation > */
194
+ /* ======================================================================================= */
195
+
196
+ .cms-home .nav-home a,
197
+ .contacts-index-index .nav-contacts a,
198
+ .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
199
+ .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
200
+
201
+ .f-right{float:right}
202
+ .f-left{float:left}
203
+ .a-right{text-align:right}
204
+ .a-left{text-align:left}
205
+ .a-center{text-align:center}
206
+
207
+ .header .welcome-msg{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
208
+
209
+ .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
210
+ .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
211
+ .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c3d5e3; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
212
+ .header-cart .title a{color:#fff}
213
+ .header-cart .content{background:#ffe5f2; padding:0}
214
+ .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
215
+ .header-cart .content li a:hover{color:#333}
216
+ .header-cart .widget-btn{float:right; margin-left: 5px; margin-top: 4px;}
217
+ .header-cart .title a{color:#fff}
218
+
219
+ .header .form-language label {color: #c3d5e3;}
220
+
221
+ .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
222
+
223
+ #nav-sidebox{font-size:1.1em}
224
+ #nav-sidebox a{text-decoration:none; color:#000}
225
+ #nav-sidebox a:hover{text-decoration:underline}
226
+ #nav-sidebox li{line-height:22px; font-weight:bold}
227
+ #nav-sidebox li ul li{font-weight:normal; margin:0}
228
+ #nav-sidebox ul{}
229
+ #nav-sidebox ul li{padding-left:10px}
230
+ #nav-sidebox ul li ul{display:none}
231
+
232
+ .featured-container{margin-bottom:20px}
233
+ .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
234
+ .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
235
+
236
+ .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
237
+ .mini-newsletter label{color:#fff}
238
+ .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
239
+ .mini-newsletter .input-text{border:none; padding:4px 2px}
240
+ .mini-newsletter .form-button-alt{background-position:100% -256px}
241
+ .mini-newsletter .form-button-alt span{background-position:0 -228px}
242
+ .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
243
+ .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
244
+ .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
245
+
246
+ .recently .grid-row {border-bottom:1px solid #d9dde3; float: left; position: relative; }
247
+
248
+ .recently .last{border-bottom:0px solid #FFF}
249
+ .recently .subtitle{color:#3297db; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
250
+ .recently li.item{width:167px; float:left; padding:10px 10px 40px;}
251
+ .recently li.item .price-box{}
252
+ .recently li.item .actions { position: absolute; bottom: 12px; }
253
+
254
+ .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
255
+ .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
256
+ h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
257
+ a.product-name:hover { text-decoration: underline; }
258
+
259
+ .regular-price .price{color:#777; font-size:13px; font-weight:bold}
260
+
261
+ .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
262
+ .footer .informational li{float:left; margin:0 40px; display: inline;}
263
+ .footer .informational li ul li{float:none; margin:0; display: block;}
264
+ .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#f4d5e5; font-size:0.9em}
265
+ .footer .informational li ul li a:hover { text-decoration: underline; }
266
+ .footer .informational h6{margin-bottom:0.4em; color:#f4d5e5; font-size:1.1em}
267
+
268
+ .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #cc297a; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
269
+
270
+ .footer .payments{float:right; margin:5px 0 0}
271
+ .footer .legality{text-align:center; color:#FFF; font-size: .9em}
272
+ .footer .legality a{color:#d6d6d6; text-decoration: none;}
273
+
274
+ /* glider */
275
+ #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
276
+ div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
277
+ div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
278
+ div.scroller img{ border:none}
279
+ div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
280
+ div.scroller div.content{ width:10000px; padding:0px}
281
+ .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
282
+
283
+ .content .sliderdescription p{line-height:20px; text-align:center}
284
+ div.sliderdescription:hover{background:#fff}
285
+ .content a{text-decoration:none; color:#5a5a5a}
286
+ .content a:hover{text-decoration:underline}
287
+
288
+ .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
289
+ .slidercontrol{list-style:none; padding:0px; margin:0px}
290
+
291
+ .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
292
+
293
+ .slidercontrol a:hover,
294
+ .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
295
+
296
+ /* slider */
297
+ .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
298
+ .featured-products h4{margin-right:10px; color:#1E7EC8; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
299
+ .featured-products .head{text-align:left; margin:0; padding:21px 0}
300
+ .featured-products #move-left,
301
+ .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
302
+ .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
303
+ .featured-products #move-left.disabled,
304
+ .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
305
+ .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
306
+ .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
307
+ .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
308
+ .slider-wrapper .list-featured li.last{ margin:0px}
309
+ .slider-wrapper .list-featured .product-image{ text-align:center}
310
+ .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
311
+ .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
312
+
313
+ #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
314
+ #quick-window .product-img-box{width:230px; float:left}
315
+ #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
316
+ #quickview-header{background-color:#888; height:26px; width:650px}
317
+
318
+ #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
319
+ #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
320
+ #quick-window .product-shop{float:right; text-align:left; width:385px}
321
+ #quick-window .product-essential{padding:25px 10px 25px 10px}
322
+ .catalog-listing .product-image{position:relative}
323
+ .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
324
+
325
+ a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
326
+ a.ajax:hover{text-decoration:none}
327
+
328
+
329
+ /****Update styles ****/
330
+
331
+ .footer li {background: none; display: block; padding: 0;}
332
+
333
+ .product-collateral { background: #faf7ee; }
skin/frontend/default/f001_pink/css/ie8.css CHANGED
@@ -1,13 +1,16 @@
1
- .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
- .form-button:hover { background-position: 100% -84px; }
3
- .form-button-alt { background-position: 100% -142px; }
4
- .form-button-alt:hover { background-position: 100% -200px; }
5
- .form-button span, .form-button-alt span { background-position: 0 0; }
6
- .form-button:hover span { background-position: 0 -56px; }
7
- .form-button-alt span { background-position: 0 -113px; }
8
- .form-button-alt:hover span { background-position: 0 -171px; }
9
-
10
- .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
- .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
- .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
- .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
 
 
 
1
+ .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
+ .form-button:hover { background-position: 100% -84px; }
3
+ .form-button-alt { background-position: 100% -142px; }
4
+ .form-button-alt:hover { background-position: 100% -200px; }
5
+ .form-button span, .form-button-alt span { background-position: 0 0; }
6
+ .form-button:hover span { background-position: 0 -56px; }
7
+ .form-button-alt span { background-position: 0 -113px; }
8
+ .form-button-alt:hover span { background-position: 0 -171px; }
9
+
10
+ .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
+ .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
+ .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
+ .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
14
+
15
+ /*Search Autocomplete Misplase fix for IE8*/
16
+ #search_autocomplete { left: 25px !important; top: 27px !important;}
skin/frontend/default/f001_pink/css/styles-ie.css CHANGED
@@ -19,10 +19,10 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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,
@@ -34,6 +34,7 @@
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
 
37
 
38
  /* Doubled Margin Fixes */
39
  .product-view .product-img-box .more-views li,
@@ -44,9 +45,6 @@
44
  #nav li,
45
  #nav li a { zoom:1; }
46
  #nav li { vertical-align:top; }
47
- /* Show Menu */
48
- #nav li.over ul.shown-sub { left:0; }
49
- #nav li.over li ul.shown-sub { left:100px; }
50
  /********** < Navigation styles */
51
 
52
  select { margin-bottom:1px; }
@@ -55,10 +53,11 @@ input.checkbox { width:13px; height:13px; }
55
  button.button { height:21px; }
56
  button.button span { position:relative; }
57
  button.btn-checkout { height:40px; }
 
58
  .form-list label { position:relative; z-index:0; }
59
  .form-list label.required em { position:absolute; top:0; right:-8px; }
60
 
61
- table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
62
 
63
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
64
 
@@ -69,6 +68,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
69
  .product-view .box-tags .product-tags li,
70
  .footer li { padding:0 4px 0 7px; }
71
 
 
 
72
  /* Clearer */
73
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
74
 
@@ -84,6 +85,7 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
84
  .col-main,
85
  .col2-set,
86
  .col3-set,
 
87
  .col4-set,
88
  .messages li,
89
  .search-autocomplete li,
@@ -113,7 +115,10 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
113
  .product-collateral,
114
  .product-view .product-img-box .more-views ul,
115
  .product-view .box-tags .form-add,
 
 
116
  .product-options .options-list li,
 
117
  .product-options-bottom,
118
  .truncated,
119
  .truncated .truncated_full_value,
@@ -137,7 +142,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
137
  .advanced-search-summary,
138
  .advanced-search-summary p,
139
  .gift-messages-form .item,
140
- .send-friend .form-list li p { zoom:1; }
 
141
 
142
  /* Hover Fix */
143
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
19
  *
20
  * @category design
21
  * @package default_default
22
+ * @copyright Copyright (c) 2011 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,
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
 
39
  /* Doubled Margin Fixes */
40
  .product-view .product-img-box .more-views li,
45
  #nav li,
46
  #nav li a { zoom:1; }
47
  #nav li { vertical-align:top; }
 
 
 
48
  /********** < Navigation styles */
49
 
50
  select { margin-bottom:1px; }
53
  button.button { height:21px; }
54
  button.button span { position:relative; }
55
  button.btn-checkout { height:40px; }
56
+ #opc-review .sp-methods .input-box { float:left; }
57
  .form-list label { position:relative; z-index:0; }
58
  .form-list label.required em { position:absolute; top:0; right:-8px; }
59
 
60
+ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
61
 
62
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
63
 
68
  .product-view .box-tags .product-tags li,
69
  .footer li { padding:0 4px 0 7px; }
70
 
71
+ .product-options dd .time-picker select { margin:0; padding:0; }
72
+
73
  /* Clearer */
74
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
75
 
85
  .col-main,
86
  .col2-set,
87
  .col3-set,
88
+ .col3-layout .product-options-bottom .price-box,
89
  .col4-set,
90
  .messages li,
91
  .search-autocomplete li,
115
  .product-collateral,
116
  .product-view .product-img-box .more-views ul,
117
  .product-view .box-tags .form-add,
118
+ .product-view .product-shop .short-description,
119
+ .product-view .box-description,
120
  .product-options .options-list li,
121
+ .product-options,
122
  .product-options-bottom,
123
  .truncated,
124
  .truncated .truncated_full_value,
142
  .advanced-search-summary,
143
  .advanced-search-summary p,
144
  .gift-messages-form .item,
145
+ .send-friend .form-list li p,
146
+ .centinel .authentication { zoom:1; }
147
 
148
  /* Hover Fix */
149
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/f001_pink/css/styles.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
@@ -32,7 +32,7 @@ img { border:0; vertical-align:top; }
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
- :focus { outline: 0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
@@ -97,7 +97,7 @@ ul,ol { list-style:none; }
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
- .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
@@ -147,11 +147,10 @@ textarea { overflow:auto; }
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
150
-
151
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
152
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
153
  button.button {cursor: pointer;}
154
-
155
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
156
  button.button span span { border:0; }
157
 
@@ -192,6 +191,14 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
192
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
193
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
194
  .form-list .input-range input.input-text { width:74px; }
 
 
 
 
 
 
 
 
195
  /* Customer */
196
  .form-list .customer-name-prefix .input-box,
197
  .form-list .customer-name-suffix .input-box,
@@ -340,7 +347,8 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
340
  .title-buttons h5,
341
  .title-buttons h6 { float:left; }
342
 
343
- .subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
 
344
 
345
  /* Pager */
346
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
@@ -388,7 +396,7 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
388
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
389
 
390
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
391
- .data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
392
  .data-table tfoot tr { background-color:#dee5e8 !important; }
393
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
394
  .data-table tfoot strong { font-size:16px; }
@@ -406,14 +414,22 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
406
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
407
  .data-table tbody td .option-value { padding-left:10px; }
408
 
409
- /* Tax Details Row */
410
- tr.tax-total { cursor:pointer; }
411
- tr.tax-total td {}
412
- tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
413
- tr.show-details .tax-collapse { background-position:0 -52px; }
 
 
 
 
 
 
 
414
  tr.show-details td {}
415
- tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
416
- tr.tax-details-first td { border-top:1px solid #d2d8db; }
 
417
 
418
  /* Shopping cart tax info */
419
  .cart-tax-info { display:block; }
@@ -427,8 +443,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
427
  /* Class: std - styles for admin-controlled content */
428
  .std .subtitle { padding:0; }
429
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
430
- .std ul.disc { margin:0 0 10px; }
431
- .std ul.disc { list-style:disc outside; padding-left:18px; }
432
  .std dl dt { font-weight:bold; }
433
  .std dl dd { margin:0 0 10px; }
434
  /*.std ul,
@@ -464,20 +479,35 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
464
  .link-compare { font-weight:bold; }
465
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
466
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
467
- .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
468
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
 
 
 
469
 
470
  .separator { margin:0 3px; }
471
 
472
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
473
 
 
 
 
 
 
 
 
 
 
474
  /* Noscript Notice */
475
- .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
476
- .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
477
- .noscript p { margin:0; }
478
 
479
  /* Demo Notice */
480
- .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
 
 
 
481
  /* ======================================================================================= */
482
 
483
 
@@ -493,7 +523,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
493
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
494
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
495
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
496
- .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
497
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
498
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
499
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
@@ -515,7 +545,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
515
  .header-container .top-container a { font-size:11px; }
516
 
517
  /********** < Navigation */
518
- .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
519
  margin:0 auto; width:978px; }
520
  /* ======================================================================================= */
521
 
@@ -529,7 +559,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
529
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
530
  .block .block-content { }
531
  .block .block-content li.item { padding:7px 9px; }
532
- .block .btn-remove { float:right; margin:1px 0 2px 5px; }
533
  .block .actions {padding:6px 9px; text-align:right; }
534
  .block .actions a { float:left; }
535
  .block .actions button.button { float:right; }
@@ -561,10 +591,24 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
561
  .block-related .block-title span,
562
  .block-tags .block-title span,
563
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
 
 
 
 
 
 
 
 
 
 
 
564
 
565
  /* Mini Products List */
566
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
567
  .mini-products-list .product-details { margin-left:60px; }
 
 
 
568
 
569
  /* Block: Account */
570
  .block-account { }
@@ -592,34 +636,43 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
592
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
593
  .block-layered-nav dd { padding:0 12px 12px; }
594
  .block-layered-nav dd.last { background:none; }
595
- .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
596
- .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
597
- .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
 
 
 
598
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
599
  .block-layered-nav .actions a { float:none; }
600
 
601
  /* Block: Cart */
602
  .block-cart .block-title { /*border-bottom:0;*/ }
603
  .block-cart .block-title span { }
 
604
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
605
  .block-cart .amount { margin:0; }
606
  .block-cart .amount a { font-weight:bold; }
607
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
608
  .block-cart .subtotal .price { font-weight:bold; }
609
  .block-cart .actions { }
 
 
610
 
611
  /* Block: Wishlist */
612
  .block-wishlist .block-title span { }
 
613
  .block-wishlist .actions { text-align:right; }
614
  .block-wishlist .actions a { float:none; }
615
 
616
  /* Block: Related */
617
  .block-related .block-title span { }
 
618
  .block-related input.checkbox { float:left; }
619
  .block-related .product { margin-left:20px; }
620
 
621
  /* Block: Compare Products */
622
  .block-compare .block-title span { }
 
623
  .block-compare button.button span { border-color:#406a83; background:#618499; }
624
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
625
  .compare-table { border:0; }
@@ -642,12 +695,15 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
642
 
643
  /* Block: Recently Viewed */
644
  .block-viewed .block-title span { }
 
645
 
646
  /* Block: Recently Compared */
647
  .block-compared .block-title span { }
 
648
 
649
  /* Block: Poll */
650
  .block-poll .block-title span { }
 
651
  .block-poll .block-subtitle { font-size:12px; }
652
  .block-poll label { color:#777; font-weight:bold; }
653
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
@@ -692,6 +748,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
692
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
693
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
694
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
 
 
 
 
695
  /* ======================================================================================= */
696
 
697
 
@@ -705,7 +765,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
705
  /* View Type: Grid */
706
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
707
  .products-grid.last { border-bottom:0; }
708
- .products-grid li.item { float:left; width:155px; padding:12px 10px 10px; }
709
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
710
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
711
  .products-grid .product-name a { color:#203548; }
@@ -726,7 +786,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
726
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
727
  .products-list .availability { float:left; margin:3px 0 0; }
728
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
729
- .products-list .desc .link-more { font-size:11px; }
730
  .products-list .add-to-links { clear:both; }
731
  .products-list .add-to-links li { display:inline; }
732
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
@@ -757,6 +817,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
757
  .availability span { font-weight:bold; }
758
  .availability.in-stock span {}
759
  .availability.out-of-stock span { color:#d83820; }
 
 
 
 
 
 
 
 
 
 
 
 
 
760
  .product-view .product-shop .availability { font-size:11px; }
761
  .product-view .product-shop .availability span { font-weight:normal; }
762
 
@@ -807,7 +880,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
807
  .price-including-tax .label { white-space:nowrap; color:#999; }
808
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
809
 
810
- /* FTP */
 
 
 
 
 
811
  .weee { display:block; font-size:11px; color:#444; }
812
  .weee .price { font-size:11px; font-weight:normal; }
813
 
@@ -842,8 +920,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
842
  /********** Product Prices > */
843
 
844
  /* Tier Prices */
845
- .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
846
- .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
 
847
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
848
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
849
 
@@ -858,6 +937,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
858
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
859
  .add-to-cart .qty { float:left; margin-right:5px; }
860
  .add-to-cart button.button { float:left; }
 
 
 
861
 
862
  /* Add to Links + Add to Cart */
863
  .add-to-box { margin:10px 0; }
@@ -896,12 +978,13 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
896
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
897
 
898
  .product-image-popup { margin:0 auto; }
899
- .product-image-popup .nav { font-weight:bold; text-align:center; }
 
900
  .product-image-popup .image { display:block; margin:10px 0; }
901
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
902
 
903
  /* Product Shop */
904
- .product-view .product-shop { float:right; width:330px; }
905
  .col1-layout .product-view .product-shop { float:right; width:545px; }
906
  .col3-layout .product-view .product-shop { float:none; width:auto; }
907
  .product-view .product-shop .product-name { margin:0 0 5px; }
@@ -916,17 +999,18 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
916
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
917
 
918
  /* Product Options */
919
- .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
920
  .product-options dt { padding:10px 0 0; font-weight:normal; }
921
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
922
- .product-options dt span.required { color:#eb340a; }
923
- .product-options dt .qty-holder { float:right; margin-right:15px; }
924
- .product-options dt .qty-holder label { vertical-align:middle; }
925
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
926
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
927
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
928
  .product-options dd input.input-text { width:98%; }
929
  .product-options dd input.datetime-picker { width:150px; }
 
930
  .product-options dd textarea { width:98%; height:8em; }
931
  .product-options dd select { width:99%; }
932
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
@@ -938,14 +1022,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
938
  .product-options ul.options-list label { font-weight:normal; }
939
  .product-options ul.validation-failed { padding:0 7px; }
940
  .product-options p.note { margin:0; font-size:11px; }
941
- .product-options p.required { margin-bottom:0; padding:15px 0 0; }
942
 
943
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
944
- .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
945
- .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
 
946
  .product-options-bottom .tier-prices .price,
947
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
948
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
 
 
949
  .product-options-bottom .price-label { float:left; padding-right:5px; }
950
  .product-options-bottom .price-tax { float:left; }
951
  .product-options-bottom .add-to-cart { float:right; }
@@ -954,6 +1041,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
954
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
955
  .product-shop .product-options-bottom .price-tax { float:none; }
956
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
 
957
 
958
  /* Grouped Product */
959
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
@@ -1024,7 +1112,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1024
  .product-name a { }
1025
 
1026
  /* Product Tags */
1027
- .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
1028
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1029
  .tags-list li a { color:#1b2d3b; }
1030
 
@@ -1065,6 +1153,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1065
 
1066
  /* Checkout Types */
1067
  .cart .page-title .checkout-types li { margin:0 0 5px; }
 
 
 
 
1068
 
1069
  /* Shopping Cart Table */
1070
  .cart-table th { padding:2px 10px; }
@@ -1073,8 +1165,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1073
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1074
  .cart-table tfoot td { padding:5px 10px; }
1075
  .cart-table .btn-continue { float:left; }
 
1076
  .cart-table .btn-continue span,
1077
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
 
 
 
1078
 
1079
  /* Shopping Cart Collateral boxes */
1080
  .cart .cart-collaterals { padding:25px 0 0; }
@@ -1113,7 +1209,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1113
  .cart .totals table { width:100%; margin:7px 0; }
1114
  .cart .totals td { padding:1px 15px 1px 7px; }
1115
  .cart .totals tr.last td {}
 
1116
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
 
1117
  .cart .totals tfoot td strong { font-size:15px; }
1118
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1119
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
@@ -1125,10 +1223,11 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1125
  .truncated a.dots { cursor:help; }
1126
  .truncated a.details { cursor:help; }
1127
  .truncated .truncated_full_value { position:relative; z-index:999; }
1128
- .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1129
- .truncated .show dl { top:-20px; left:50%; }
1130
- .col-left .truncated .show dl { left:15px; top:7px; }
1131
- .col-right .truncated .show dl { left:-240px; top:7px; }
 
1132
  /* ======================================================================================= */
1133
 
1134
 
@@ -1146,9 +1245,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1146
  .sp-methods select.month { width:154px; margin-right:10px; }
1147
  .sp-methods select.year { width:96px; }
1148
  .sp-methods input.cvv { width:3em !important; }
 
 
 
 
 
1149
  .sp-methods .centinel-logos a { margin-right:3px; }
1150
  .sp-methods .centinel-logos img { vertical-align:middle; }
1151
 
 
 
 
1152
  .please-wait { float:right; }
1153
  .please-wait img { vertical-align:middle; }
1154
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
@@ -1197,6 +1304,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1197
 
1198
  /* Centinel */
1199
  .centinel {}
 
 
1200
 
1201
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1202
 
@@ -1228,6 +1337,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1228
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1229
  .block-progress dd.complete {}
1230
  .block-progress p { margin:0; }
 
 
 
1231
 
1232
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1233
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
@@ -1272,6 +1384,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1272
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1273
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1274
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
 
 
1275
 
1276
  /* Multiple Addresses Checkout */
1277
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
@@ -1339,7 +1453,39 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1339
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1340
 
1341
  .account-create {}
1342
- /* Account Login/Create Pages ============================================================ */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
 
1344
 
1345
  /* My Account ============================================================================= */
@@ -1411,28 +1557,26 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1411
 
1412
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1413
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1414
- .order-info-box .box-payment p { margin:0 0 5px; }
1415
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1416
 
1417
  .order-items { width:100%; overflow-x:auto; }
1418
  .order-items h2,
1419
  .order-items h3 { font-weight:bold; font-size:13px; }
1420
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1421
- .order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
1422
- .order-items p .link-print { float:none; }
1423
 
1424
- .order-gift-message { margin:15px 0; }
 
1425
  .gift-message dt strong { color:#666; }
1426
- .gift-message dd { margin:5px 0 0; font-size:13px; }
1427
-
1428
- .order-about { margin:15px 0; }
1429
  .order-about dt { font-weight:bold; }
1430
  .order-about dd { font-size:13px; margin:0 0 7px; }
1431
 
1432
  .tracking-table { margin:0 0 15px; }
1433
  .tracking-table th { font-weight:bold; white-space:nowrap; }
1434
- .tracking-table th,
1435
- .tracking-table td { padding:1px 5px 0 0; }
1436
 
1437
  .tracking-table-popup { width:100%; }
1438
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
@@ -1471,7 +1615,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1471
 
1472
  /* My Tags */
1473
  .my-tag-edit { float:left; margin:0 0 10px; }
1474
- .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
1475
  #my-tags-table { clear:both; }
1476
  #my-tags-table td { padding:10px; }
1477
  #my-tags-table .add-to-links { white-space:nowrap; }
@@ -1489,6 +1633,33 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1489
  .product-review .ratings-table { margin:0 0 10px; }
1490
  .product-review dt { font-weight:bold; }
1491
  .product-review dd { font-size:13px; margin:5px 0 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1492
  /* ======================================================================================= */
1493
 
1494
 
@@ -1498,9 +1669,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1498
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1499
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1500
  .footer .store-switcher select { padding:0; vertical-align:middle; }
 
 
1501
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1502
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1503
  .footer .bugs a:hover { text-decoration:none; }
 
 
 
 
 
 
 
 
1504
  /* ======================================================================================= */
1505
 
1506
  /* Sample Data============================================================================ */
@@ -1532,6 +1713,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1532
  .col-main:after,
1533
  .col2-set:after,
1534
  .col3-set:after,
 
1535
  .col4-set:after,
1536
  .search-autocomplete li:after,
1537
  .block .block-content:after,
@@ -1555,6 +1737,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1555
  .product-collateral:after,
1556
  .product-view .product-img-box .more-views ul:after,
1557
  .product-view .box-tags .form-add:after,
 
 
1558
  .product-options .options-list li:after,
1559
  .product-options-bottom:after,
1560
  .product-review:after,
@@ -1571,6 +1755,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1571
  .page-print .print-head:after,
1572
  .advanced-search-summary:after,
1573
  .gift-messages-form .item:after,
1574
- .send-friend .form-list li p:after,
1575
- .recently ol.grid-row:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1576
  /* ======================================================================================= */
 
 
19
  *
20
  * @category design
21
  * @package default_default
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
 
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
+ :focus { outline:0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
+ .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
 
150
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
151
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
152
  button.button {cursor: pointer;}
153
+
154
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
155
  button.button span span { border:0; }
156
 
191
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
192
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
193
  .form-list .input-range input.input-text { width:74px; }
194
+
195
+ .form-list-narrow li { margin-bottom:0; }
196
+ .form-list-narrow li .input-box { margin-bottom:6px; }
197
+ .form-list-narrow li.wide .input-box { width:260px; }
198
+ .form-list-narrow li.wide input.input-text,
199
+ .form-list-narrow li.wide textarea { width:254px }
200
+ .form-list-narrow li.wide select { width:260px; }
201
+
202
  /* Customer */
203
  .form-list .customer-name-prefix .input-box,
204
  .form-list .customer-name-suffix .input-box,
347
  .title-buttons h5,
348
  .title-buttons h6 { float:left; }
349
 
350
+ .subtitle,
351
+ .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
352
 
353
  /* Pager */
354
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
396
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
397
 
398
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
399
+ .data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
400
  .data-table tfoot tr { background-color:#dee5e8 !important; }
401
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
402
  .data-table tfoot strong { font-size:16px; }
414
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
415
  .data-table tbody td .option-value { padding-left:10px; }
416
 
417
+ /* Generic Info Box */
418
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
419
+ .info-box h2 { font-weight:bold; font-size:13px; }
420
+
421
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
422
+ .info-table td { padding:2px 0; }
423
+
424
+ /* Shopping cart total summary row expandable to details */
425
+ tr.summary-total { cursor:pointer; }
426
+ tr.summary-total td {}
427
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
428
+ tr.show-details .summary-collapse { background-position:0 -52px; }
429
  tr.show-details td {}
430
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
431
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
432
+ tr.summary-details-excluded { font-style:italic; }
433
 
434
  /* Shopping cart tax info */
435
  .cart-tax-info { display:block; }
443
  /* Class: std - styles for admin-controlled content */
444
  .std .subtitle { padding:0; }
445
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
446
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
 
447
  .std dl dt { font-weight:bold; }
448
  .std dl dd { margin:0 0 10px; }
449
  /*.std ul,
479
  .link-compare { font-weight:bold; }
480
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
481
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
483
+ .btn-previous { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
485
+ .btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
486
+
487
+ .cards-list dt { margin:5px 0 0; }
488
+ .cards-list .offset { padding:2px 0 2px 20px; }
489
 
490
  .separator { margin:0 3px; }
491
 
492
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
493
 
494
+ /* Global site notices */
495
+ .global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
496
+ .global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
497
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
498
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
499
+
500
+ /* Cookie Notice */
501
+ .notice-cookie { }
502
+
503
  /* Noscript Notice */
504
+ .noscript {}
 
 
505
 
506
  /* Demo Notice */
507
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
508
+ .demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
509
+ .demo-notice .notice-inner p { padding:0; border:0; }
510
+
511
  /* ======================================================================================= */
512
 
513
 
523
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
524
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
525
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
526
+ .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
527
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
528
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
529
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
545
  .header-container .top-container a { font-size:11px; }
546
 
547
  /********** < Navigation */
548
+ .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
549
  margin:0 auto; width:978px; }
550
  /* ======================================================================================= */
551
 
559
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
560
  .block .block-content { }
561
  .block .block-content li.item { padding:7px 9px; }
562
+ .block .btn-remove, .block .btn-edit { float:right; margin:1px 0 2px 5px; }
563
  .block .actions {padding:6px 9px; text-align:right; }
564
  .block .actions a { float:left; }
565
  .block .actions button.button { float:right; }
591
  .block-related .block-title span,
592
  .block-tags .block-title span,
593
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
594
+ .block-cart .block-title strong,
595
+ .block-wishlist .block-title strong,
596
+ .block-subscribe .block-title strong,
597
+ .block-compare .block-title strong,
598
+ .block-reorder .block-title strong,
599
+ .block-poll .block-title strong,
600
+ .block-viewed .block-title strong,
601
+ .block-compared .block-title strong,
602
+ .block-related .block-title strong,
603
+ .block-tags .block-title strong,
604
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
605
 
606
  /* Mini Products List */
607
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
608
  .mini-products-list .product-details { margin-left:60px; }
609
+ .block-cart .mini-products-list .product-details .product-name,
610
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
611
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
612
 
613
  /* Block: Account */
614
  .block-account { }
636
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
637
  .block-layered-nav dd { padding:0 12px 12px; }
638
  .block-layered-nav dd.last { background:none; }
639
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; position:relative; z-index:1; line-height:1.5; }
640
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:8px; text-transform:uppercase; }
641
+ .block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
642
+ .block-layered-nav .currently .btn-previous,
643
+ .block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:5px; margin:0; }
644
+ .block-layered-nav .currently .btn-previous { right:17px; }
645
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
646
  .block-layered-nav .actions a { float:none; }
647
 
648
  /* Block: Cart */
649
  .block-cart .block-title { /*border-bottom:0;*/ }
650
  .block-cart .block-title span { }
651
+ .block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
652
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
653
  .block-cart .amount { margin:0; }
654
  .block-cart .amount a { font-weight:bold; }
655
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
656
  .block-cart .subtotal .price { font-weight:bold; }
657
  .block-cart .actions { }
658
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
659
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
660
 
661
  /* Block: Wishlist */
662
  .block-wishlist .block-title span { }
663
+ .block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
664
  .block-wishlist .actions { text-align:right; }
665
  .block-wishlist .actions a { float:none; }
666
 
667
  /* Block: Related */
668
  .block-related .block-title span { }
669
+ .block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
670
  .block-related input.checkbox { float:left; }
671
  .block-related .product { margin-left:20px; }
672
 
673
  /* Block: Compare Products */
674
  .block-compare .block-title span { }
675
+ .block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
676
  .block-compare button.button span { border-color:#406a83; background:#618499; }
677
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
678
  .compare-table { border:0; }
695
 
696
  /* Block: Recently Viewed */
697
  .block-viewed .block-title span { }
698
+ .block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
699
 
700
  /* Block: Recently Compared */
701
  .block-compared .block-title span { }
702
+ .block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
703
 
704
  /* Block: Poll */
705
  .block-poll .block-title span { }
706
+ .block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
707
  .block-poll .block-subtitle { font-size:12px; }
708
  .block-poll label { color:#777; font-weight:bold; }
709
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
748
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
749
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
750
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
751
+
752
+ /* Paypal */
753
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
754
+ .sidebar .paypal-logo a { float:none; }
755
  /* ======================================================================================= */
756
 
757
 
765
  /* View Type: Grid */
766
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
767
  .products-grid.last { border-bottom:0; }
768
+ .products-grid li.item { float:left; width:155px; padding:12px 10px 80px; }
769
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
770
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
771
  .products-grid .product-name a { color:#203548; }
786
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
787
  .products-list .availability { float:left; margin:3px 0 0; }
788
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
789
+ .products-list .desc .link-learn { font-size:11px; }
790
  .products-list .add-to-links { clear:both; }
791
  .products-list .add-to-links li { display:inline; }
792
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
817
  .availability span { font-weight:bold; }
818
  .availability.in-stock span {}
819
  .availability.out-of-stock span { color:#d83820; }
820
+
821
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
822
+ .availability-only span,
823
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
824
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
825
+ .availability-only .expanded { background-position:100% -15px; }
826
+ .availability-only strong { color:#be2c00; }
827
+
828
+ .availability-only-details { margin:0 0 7px; }
829
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
830
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
831
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
832
+
833
  .product-view .product-shop .availability { font-size:11px; }
834
  .product-view .product-shop .availability span { font-weight:normal; }
835
 
880
  .price-including-tax .label { white-space:nowrap; color:#999; }
881
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
882
 
883
+ /* Configured price */
884
+ .configured-price { margin:0; }
885
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
886
+ .configured-price .price { font-weight:bold; }
887
+
888
+ /* FPT */
889
  .weee { display:block; font-size:11px; color:#444; }
890
  .weee .price { font-size:11px; font-weight:normal; }
891
 
920
  /********** Product Prices > */
921
 
922
  /* Tier Prices */
923
+ .product-pricing,
924
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
925
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
926
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
927
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
928
 
937
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
938
  .add-to-cart .qty { float:left; margin-right:5px; }
939
  .add-to-cart button.button { float:left; }
940
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
941
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
942
+ .product-view .add-to-cart .paypal-logo { margin:0; }
943
 
944
  /* Add to Links + Add to Cart */
945
  .add-to-box { margin:10px 0; }
978
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
979
 
980
  .product-image-popup { margin:0 auto; }
981
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
982
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
983
  .product-image-popup .image { display:block; margin:10px 0; }
984
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
985
 
986
  /* Product Shop */
987
+ .product-view .product-shop { float:right; width:410px; }
988
  .col1-layout .product-view .product-shop { float:right; width:545px; }
989
  .col3-layout .product-view .product-shop { float:none; width:auto; }
990
  .product-view .product-shop .product-name { margin:0 0 5px; }
999
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
1000
 
1001
  /* Product Options */
1002
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
1003
  .product-options dt { padding:10px 0 0; font-weight:normal; }
1004
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
1005
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1006
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1007
+ .product-options dd .qty-holder label { vertical-align:middle; }
1008
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1009
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
1010
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1011
  .product-options dd input.input-text { width:98%; }
1012
  .product-options dd input.datetime-picker { width:150px; }
1013
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1014
  .product-options dd textarea { width:98%; height:8em; }
1015
  .product-options dd select { width:99%; }
1016
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1022
  .product-options ul.options-list label { font-weight:normal; }
1023
  .product-options ul.validation-failed { padding:0 7px; }
1024
  .product-options p.note { margin:0; font-size:11px; }
1025
+ .product-options p.required { position:absolute; right:20px; top:20px; }
1026
 
1027
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1028
+ .product-options-bottom .product-pricing,
1029
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
1030
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; }
1031
  .product-options-bottom .tier-prices .price,
1032
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
1033
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1034
+ .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1035
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1036
  .product-options-bottom .price-label { float:left; padding-right:5px; }
1037
  .product-options-bottom .price-tax { float:left; }
1038
  .product-options-bottom .add-to-cart { float:right; }
1041
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1042
  .product-shop .product-options-bottom .price-tax { float:none; }
1043
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1044
+ .product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1045
 
1046
  /* Grouped Product */
1047
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1112
  .product-name a { }
1113
 
1114
  /* Product Tags */
1115
+ .tags-list { display:block; font-size:13px; border:none; background:none; padding:10px; }
1116
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1117
  .tags-list li a { color:#1b2d3b; }
1118
 
1153
 
1154
  /* Checkout Types */
1155
  .cart .page-title .checkout-types li { margin:0 0 5px; }
1156
+ .cart .title-buttons .checkout-types { float:right; }
1157
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1158
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1159
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1160
 
1161
  /* Shopping Cart Table */
1162
  .cart-table th { padding:2px 10px; }
1165
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1166
  .cart-table tfoot td { padding:5px 10px; }
1167
  .cart-table .btn-continue { float:left; }
1168
+ .cart-table .btn-empty span,
1169
  .cart-table .btn-continue span,
1170
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
1171
+ .cart-table .btn-update,
1172
+ .cart-table .btn-empty { float:right; }
1173
+ .cart-table .btn-update { margin-left:10px; }
1174
 
1175
  /* Shopping Cart Collateral boxes */
1176
  .cart .cart-collaterals { padding:25px 0 0; }
1209
  .cart .totals table { width:100%; margin:7px 0; }
1210
  .cart .totals td { padding:1px 15px 1px 7px; }
1211
  .cart .totals tr.last td {}
1212
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1213
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1214
+ .cart .totals tfoot th strong,
1215
  .cart .totals tfoot td strong { font-size:15px; }
1216
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1217
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1223
  .truncated a.dots { cursor:help; }
1224
  .truncated a.details { cursor:help; }
1225
  .truncated .truncated_full_value { position:relative; z-index:999; }
1226
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1227
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1228
+ .truncated .show .item-options { top:-20px; left:50%; }
1229
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1230
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1231
  /* ======================================================================================= */
1232
 
1233
 
1245
  .sp-methods select.month { width:154px; margin-right:10px; }
1246
  .sp-methods select.year { width:96px; }
1247
  .sp-methods input.cvv { width:3em !important; }
1248
+
1249
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1250
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1251
+ .sp-methods .checkmo-list address { float:left; }
1252
+
1253
  .sp-methods .centinel-logos a { margin-right:3px; }
1254
  .sp-methods .centinel-logos img { vertical-align:middle; }
1255
 
1256
+ .sp-methods .release-amounts { margin:0.5em 0; }
1257
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1258
+
1259
  .please-wait { float:right; }
1260
  .please-wait img { vertical-align:middle; }
1261
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1304
 
1305
  /* Centinel */
1306
  .centinel {}
1307
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1308
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1309
 
1310
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1311
 
1337
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1338
  .block-progress dd.complete {}
1339
  .block-progress p { margin:0; }
1340
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
1341
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1342
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1343
 
1344
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1345
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1384
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1385
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1386
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1387
+ #opc-review .authentication { margin:0 auto; width:570px; }
1388
+ #opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
1389
 
1390
  /* Multiple Addresses Checkout */
1391
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
1453
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1454
 
1455
  .account-create {}
1456
+
1457
+ /* Captcha ================================================================================ */
1458
+ .captcha-note { clear:left; padding-top:5px; }
1459
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1460
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1461
+ .registered-users .captcha-image { margin:0;}
1462
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
1463
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1464
+
1465
+ @-webkit-keyframes rotate {
1466
+ 0% { -webkit-transform:rotate(0); }
1467
+ 0% { -webkit-transform:rotate(-360deg); }
1468
+ }
1469
+ @-moz-keyframes rotate {
1470
+ 0% { -moz-transform:rotate(0); }
1471
+ 0% { -moz-transform:rotate(-360deg); }
1472
+ }
1473
+ @keyframes rotate {
1474
+ 0% { transform:rotate(0); }
1475
+ 0% { transform:rotate(-360deg); }
1476
+ }
1477
+
1478
+ /* Remember Me Popup ===================================================================== */
1479
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1480
+
1481
+ .remember-me label { float:none; margin:0 6px; }
1482
+ .remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
1483
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1484
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1485
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1486
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1487
+ .remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
1488
+ /* Remember Me Popup ===================================================================== */
1489
 
1490
 
1491
  /* My Account ============================================================================= */
1557
 
1558
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1559
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1560
+ .order-info-box .box-payment p { margin:0 0 3px; }
1561
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1562
 
1563
  .order-items { width:100%; overflow-x:auto; }
1564
  .order-items h2,
1565
  .order-items h3 { font-weight:bold; font-size:13px; }
1566
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1567
+ .order-items .link-print { color:#1e7ec8; font-weight:normal; }
1568
+ .order-items .order-links { text-align:right; }
1569
 
1570
+ .order-additional { margin:15px 0; }
1571
+ /* Order Gift Message */
1572
  .gift-message dt strong { color:#666; }
1573
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1574
+ /* Order Comments */
 
1575
  .order-about dt { font-weight:bold; }
1576
  .order-about dd { font-size:13px; margin:0 0 7px; }
1577
 
1578
  .tracking-table { margin:0 0 15px; }
1579
  .tracking-table th { font-weight:bold; white-space:nowrap; }
 
 
1580
 
1581
  .tracking-table-popup { width:100%; }
1582
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1615
 
1616
  /* My Tags */
1617
  .my-tag-edit { float:left; margin:0 0 10px; }
1618
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1619
  #my-tags-table { clear:both; }
1620
  #my-tags-table td { padding:10px; }
1621
  #my-tags-table .add-to-links { white-space:nowrap; }
1633
  .product-review .ratings-table { margin:0 0 10px; }
1634
  .product-review dt { font-weight:bold; }
1635
  .product-review dd { font-size:13px; margin:5px 0 0; }
1636
+
1637
+ /* Billing Agreements */
1638
+ .billing-agreements .info-box{ margin:15px 0; }
1639
+ .billing-agreements .form-list li select { float:left; }
1640
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1641
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1642
+ /* ======================================================================================= */
1643
+
1644
+
1645
+ /* MAP Popup============================================================================== */
1646
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1647
+ .map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
1648
+
1649
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1650
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1651
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1652
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1653
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
1654
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1655
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1656
+ .map-popup-checkout span { display:block; padding-right:30px; }
1657
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1658
+ .map-popup-price .price-box,
1659
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1660
+ .map-popup-price { margin:5px 0 0; }
1661
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1662
+ .map-popup-only-text { border-top:1px solid #ddd; }
1663
  /* ======================================================================================= */
1664
 
1665
 
1669
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1670
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1671
  .footer .store-switcher select { padding:0; vertical-align:middle; }
1672
+ .footer a { color:#fff; text-decoration:none; }
1673
+ .footer a:hover { text-decoration:underline; }
1674
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1675
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1676
  .footer .bugs a:hover { text-decoration:none; }
1677
+ .footer address { margin:0 0 20px; color:#ecf3f6; }
1678
+ .footer address a { color:#ecf3f6; text-decoration:underline; }
1679
+ .footer address a:hover { text-decoration:none; }
1680
+ .footer ul { display:inline; }
1681
+ .footer ul.links { display:block; }
1682
+ .footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
1683
+ .footer li.last { background:none !important; padding-right:0 !important; }
1684
+ .footer-container .bottom-container { margin:0 0 5px; }
1685
  /* ======================================================================================= */
1686
 
1687
  /* Sample Data============================================================================ */
1713
  .col-main:after,
1714
  .col2-set:after,
1715
  .col3-set:after,
1716
+ .col3-layout .product-options-bottom .price-box:after,
1717
  .col4-set:after,
1718
  .search-autocomplete li:after,
1719
  .block .block-content:after,
1737
  .product-collateral:after,
1738
  .product-view .product-img-box .more-views ul:after,
1739
  .product-view .box-tags .form-add:after,
1740
+ .product-view .product-shop .short-description:after,
1741
+ .product-view .box-description:after,
1742
  .product-options .options-list li:after,
1743
  .product-options-bottom:after,
1744
  .product-review:after,
1755
  .page-print .print-head:after,
1756
  .advanced-search-summary:after,
1757
  .gift-messages-form .item:after,
1758
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
 
1759
  /* ======================================================================================= */
1760
+
1761
+ .guest-select {width:305px !important;}
skin/frontend/default/f001_pink/images/bkg_nav2.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/bkg_th.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/btn_search.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/calendar.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_pink/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_pink/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_pink/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/f001_pink/images/free_shipping_callout.jpg ADDED
Binary file
skin/frontend/default/f001_pink/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/f001_pink/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/f001_pink/js/productInfo.js CHANGED
@@ -3,12 +3,12 @@ ProductInfo.prototype = {
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
-
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
- this.createWindow();
11
-
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
@@ -17,9 +17,9 @@ ProductInfo.prototype = {
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
-
21
  },
22
-
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
@@ -31,42 +31,44 @@ ProductInfo.prototype = {
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
-
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
-
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
47
  display: 'block'
48
  })
49
  },
50
-
51
  hideButton: function(e)
52
  {
53
  el = this;
54
  while (el.tagName != 'P') {
55
  el = el.up();
56
  }
57
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
58
  display: 'none'
59
  })
60
  },
61
-
62
  createWindow: function()
63
  {
64
  var qWindow = new Element('div', {id: 'quick-window'});
65
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
66
  document.body.appendChild(qWindow);
67
- $('quickview-close').observe('click', this.hideWindow.bind(this));
68
  },
69
-
70
  showWindow: function()
71
  {
72
  $('quick-window').setStyle({
@@ -75,17 +77,17 @@ ProductInfo.prototype = {
75
  display: 'block'
76
  });
77
  },
78
-
79
  setContent: function(content)
80
  {
81
  $$('.quick-view-content')[0].insert(content);
82
  },
83
-
84
  clearContent: function()
85
  {
86
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
87
  },
88
-
89
  hideWindow: function()
90
  {
91
  this.clearContent();
@@ -94,7 +96,10 @@ ProductInfo.prototype = {
94
 
95
  loadInfo: function(e)
96
  {
97
- e.stop();
 
 
 
98
  var that = this;
99
  this.createLoader();
100
  new Ajax.Request(e.element().href, {
@@ -104,6 +109,6 @@ ProductInfo.prototype = {
104
  that.destroyLoader();
105
  that.showWindow();
106
  }
107
- });
108
  }
109
  }
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
+
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
+ this.createWindow();
11
+
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
+
21
  },
22
+
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
+
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
+
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
+ var btn = $(el).getElementsBySelector('.ajax')[0];
47
+ btn && btn.setStyle({
48
  display: 'block'
49
  })
50
  },
51
+
52
  hideButton: function(e)
53
  {
54
  el = this;
55
  while (el.tagName != 'P') {
56
  el = el.up();
57
  }
58
+ var btn = $(el).getElementsBySelector('.ajax')[0];
59
+ btn && btn.setStyle({
60
  display: 'none'
61
  })
62
  },
63
+
64
  createWindow: function()
65
  {
66
  var qWindow = new Element('div', {id: 'quick-window'});
67
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
68
  document.body.appendChild(qWindow);
69
+ $('quickview-close').observe('click', this.hideWindow.bind(this));
70
  },
71
+
72
  showWindow: function()
73
  {
74
  $('quick-window').setStyle({
77
  display: 'block'
78
  });
79
  },
80
+
81
  setContent: function(content)
82
  {
83
  $$('.quick-view-content')[0].insert(content);
84
  },
85
+
86
  clearContent: function()
87
  {
88
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
89
  },
90
+
91
  hideWindow: function()
92
  {
93
  this.clearContent();
96
 
97
  loadInfo: function(e)
98
  {
99
+ if (typeof event != 'undefined') { // ie9 fix
100
+ event.preventDefault ? event.preventDefault() : event.returnValue = false;
101
+ }
102
+ Event.stop(e);
103
  var that = this;
104
  this.createLoader();
105
  new Ajax.Request(e.element().href, {
109
  that.destroyLoader();
110
  that.showWindow();
111
  }
112
+ });
113
  }
114
  }
skin/frontend/default/f001_pink/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 900
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().getWidth();
51
- var contentWidth = lastItemLeft + lastItemWidth + 8;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 900
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().getWidth();
51
+ var contentWidth = lastItemLeft + lastItemWidth + 8;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f001_red/css/custom.css CHANGED
@@ -1,288 +1,315 @@
1
- body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #be1818; color:#2F2F2F}
2
-
3
- h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
4
- a {color:#1E7EC8; text-decoration:underline; }
5
-
6
- .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
7
- .quick-access{float:right; margin-top:16px; padding:0 10px; text-align:right; width: 500px;}
8
-
9
- .header {z-index: 100;}
10
- .shop-access{float:right; margin:0; font-size:1em;}
11
- .shop-access a{color:#7386BE; text-decoration:none}
12
- .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
13
- .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
14
- .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
15
- .header .form-search label{display:none}
16
- .header .form-search button.button{width:20px}
17
-
18
- .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
19
- .page-title h1 {color:#007ed3; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
20
-
21
- .block-content a{}
22
- .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
23
- .block-subscribe .block-title strong{background:none}
24
- .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
25
- .block-subscribe label{font-weight:bold; color:#FFF}
26
- .block-subscribe .actions{margin-top:15px}
27
- .block-cart .subtotal{background:#eee}
28
-
29
- .block-layered-nav{}
30
- .block-layered-nav .block-title{ padding:0px; }
31
-
32
- .block-layered-nav{padding:5px 10px}
33
- .block-layered-nav .block-subtitle,
34
- .block-layered-nav .block-content{background:none; border:0px solid #ddd}
35
- .block-layered-nav dt{padding:7px 10px 0 7px}
36
- .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
37
- .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
38
- .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
39
-
40
- h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
41
- .products-grid h5 a{color:#007ed3; text-decoration:none}
42
- .products-grid .ratings .amount{display:none}
43
- .products-grid .actions{position:static; bottom:12px}
44
- /*************************Buttons*************************/
45
- button.button{background:none; border:0px solid #000}
46
-
47
- .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
48
- .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
49
- .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
50
- .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
51
-
52
- /**ALT BTNS**/
53
- .grey-box .button span,
54
- .cart-table .btn-continue span,
55
- .cart-table .btn-update span,
56
- .cart .discount button span,
57
- .cart .shipping button span,
58
- .block-compare button.button span,
59
- .block-poll button.button span,
60
- .block-login .actions button.button span,
61
- .product-view .box-tags .form-add button.button span,
62
- .multiple-checkout .title-buttons button.button span,
63
- #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
64
- .grey-box .button:hover span,
65
- .cart-table .btn-continue:hover span,
66
- .cart-table .btn-update:hover span,
67
- .cart .discount button:hover span,
68
- .cart .shipping button:hover span,
69
- .block-compare button.button:hover span,
70
- .block-poll button.button:hover span,
71
- .block-login .actions button.button:hover span,
72
- .product-view .box-tags .form-add button.button:hover span,
73
- .multiple-checkout .title-buttons button.button:hover span,
74
- #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
75
- .grey-box .button span span,
76
- .cart-table .btn-continue span span,
77
- .cart-table .btn-update span span,
78
- .cart .discount button span span,
79
- .cart .shipping button span span,
80
- .block-compare button.button span span,
81
- .block-poll button.button span span,
82
- .block-login .actions button.button span span,
83
- .product-view .box-tags .form-add button.button span span,
84
- .multiple-checkout .title-buttons button.button span span,
85
- #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
86
- .grey-box .button:hover span span,
87
- .cart-table .btn-continue:hover span span,
88
- .cart-table .btn-update:hover span span,
89
- .cart .discount button:hover span span,
90
- .cart .shipping button:hover span span,
91
- .block-compare button.button:hover span span,
92
- .block-poll button.button:hover span span,
93
- .block-login .actions button.button:hover span span,
94
- .product-view .box-tags .form-add button.button:hover span span,
95
- .multiple-checkout .title-buttons button.button:hover span span,
96
- #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
97
-
98
- .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
99
- .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
100
-
101
- .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
102
- .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
103
-
104
- button.btn-checkout span span{padding:0 16px}
105
- /****************************End Buttons***************************/
106
- .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
107
- .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
108
-
109
-
110
- /**** Navigation *****/
111
- #nav{padding:0 0 3px; width:952px; margin:0 auto; background:url(../images/nav.gif) no-repeat 0 0; font:bold 1em Arial,Helvetica,sans-serif}
112
-
113
- /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
114
- #nav li{position:relative; text-align:left}
115
- #nav li.over{z-index:999}
116
- #nav a,
117
- #nav a:hover{display:block; line-height:1.3em; text-decoration:none}
118
- #nav span{display:block; cursor:pointer; white-space:nowrap}
119
- #nav li ul span{white-space:normal}
120
-
121
- /************ 0 LEVEL ***************/
122
- #nav li{float:left}
123
- #nav a{float:left; color:#ffbebe; font-weight:bold}
124
- #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
125
- #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
126
- #nav li.first span{padding-left:18px}
127
- #nav li.over a,
128
- #nav a:hover{color:#fff}
129
-
130
- /************ 1ST LEVEL ************/
131
- #nav ul li,
132
- #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
133
- #nav li.active li a,
134
- #nav ul li.active a{background:#fff}
135
- /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
136
- */
137
- #nav ul li.last{background:#ecf3f6; padding-bottom:0}
138
-
139
- #nav ul a,
140
- #nav ul a:hover{float:none; padding:0; background:none}
141
- #nav ul li a{font-weight:normal !important}
142
-
143
- /************ 2ND LEVEL ************/
144
- #nav ul{position:absolute; width:15em; top:40px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
145
- #nav ul span{background:none}
146
-
147
- /* Show menu */
148
- #nav li.over >ul{left:-1px}
149
- #nav li.over >ul li.over >ul{left:100px}
150
- #nav li.over ul ul{left:-10000px}
151
-
152
- #nav ul li a{background:#fff}
153
- #nav ul li a:hover{background:#f4f4f4}
154
- #nav ul li.over >a{background:#f4f4f4}
155
- #nav ul li a,
156
- #nav ul li a:hover{color:#2f2f2f !important}
157
- #nav ul span, #nav ul li.last li span{padding:4px 15px 5px 15px}
158
-
159
- /************ 3RD+LEVEL ************/
160
- #nav ul ul{top:5px; border-top-width:1px}
161
-
162
- .cms-home .nav-home a,
163
- .contacts-index-index .nav-contacts a,
164
- .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
165
- .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
166
-
167
- .f-right{float:right}
168
- .f-left{float:left}
169
- .a-right{text-align:right}
170
- .a-left{text-align:left}
171
- .a-center{text-align:center}
172
-
173
- .welcome-message{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
174
-
175
- .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
176
- .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
177
- .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#FFF; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
178
- .header-cart .title a{color:#fff}
179
- .header .form-language label { color:#FFF;}
180
- .header-cart .content{background:#fbf0f0; padding:0}
181
- .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
182
- .header-cart .content li a:hover{color:#333}
183
- .header-cart .widget-btn{float:right; margin-top:2px}
184
- .header-cart .title a{color:#fff}
185
-
186
- .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
187
-
188
- #nav-sidebox{font-size:1.1em}
189
- #nav-sidebox a{text-decoration:none; color:#000}
190
- #nav-sidebox a:hover{text-decoration:underline}
191
- #nav-sidebox li{line-height:22px; font-weight:bold}
192
- #nav-sidebox li ul li{font-weight:normal; margin:0}
193
- #nav-sidebox ul{}
194
- #nav-sidebox ul li{padding-left:10px}
195
- #nav-sidebox ul li ul{display:none}
196
-
197
- .featured-container{margin-bottom:20px}
198
- .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
199
- .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
200
-
201
- .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
202
- .mini-newsletter label{color:#fff}
203
- .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
204
- .mini-newsletter .input-text{border:none; padding:4px 2px}
205
- .mini-newsletter .form-button-alt{background-position:100% -256px}
206
- .mini-newsletter .form-button-alt span{background-position:0 -228px}
207
- .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
208
- .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
209
- .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
210
-
211
- .recently .grid-row{border-bottom:1px solid #d9dde3}
212
-
213
- .recently .last{border-bottom:0px solid #FFF}
214
- .recently .subtitle{color:#007ed3; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
215
- .recently li.item{width:167px; float:left; padding:10px}
216
- .recently li.item .price-box{}
217
-
218
- .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
219
- .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
220
- h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
221
-
222
- .regular-price .price{color:#777; font-size:13px; font-weight:bold}
223
-
224
- .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
225
- .footer .informational li{float:left; margin:0 40px}
226
- .footer .informational li ul li{float:none; margin:0}
227
- .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#f2d3d3; font-size:0.9em}
228
- .footer .informational h6{margin-bottom:0.4em; color:#f2d3d3; font-size:1.1em}
229
-
230
- .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #c92323; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
231
-
232
- .footer .payments{float:right; margin:5px 0 0}
233
- .footer .legality{text-align:center; color:#FFF; font-size: .9em}
234
- .footer .legality a{color:#f2d3d3; text-decoration: none;}
235
-
236
- /* glider */
237
- #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
238
- div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
239
- div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
240
- div.scroller img{ border:none}
241
- div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
242
- div.scroller div.content{ width:10000px; padding:0px}
243
- .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
244
-
245
- .content .sliderdescription p{line-height:20px; text-align:center}
246
- div.sliderdescription:hover{background:#fff}
247
- .content a{text-decoration:none; color:#5a5a5a}
248
- .content a:hover{text-decoration:underline}
249
-
250
- .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
251
- .slidercontrol{list-style:none; padding:0px; margin:0px}
252
-
253
- .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
254
-
255
- .slidercontrol a:hover,
256
- .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
257
-
258
- /* slider */
259
- .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
260
- .featured-products h4{margin-right:10px; color:#007ed3; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
261
- .featured-products .head{text-align:left; margin:0; padding:21px 0}
262
- .featured-products #move-left,
263
- .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
264
- .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
265
- .featured-products #move-left.disabled,
266
- .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
267
- .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
268
- .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
269
- .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
270
- .slider-wrapper .list-featured li.last{ margin:0px}
271
- .slider-wrapper .list-featured .product-image{ text-align:center}
272
- .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
273
- .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
274
-
275
- #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
276
- #quick-window .product-img-box{width:230px; float:left}
277
- #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
278
- #quickview-header{background-color:#888; height:26px; width:650px}
279
-
280
- #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
281
- #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
282
- #quick-window .product-shop{float:right; text-align:left; width:385px}
283
- #quick-window .product-essential{padding:25px 10px 25px 10px}
284
- .catalog-listing .product-image{position:relative}
285
- .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
286
-
287
- a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
288
- a.ajax:hover{text-decoration:none}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ body{background:url("../images/body_bg.gif") repeat-x scroll 0 0 #be1818; color:#2F2F2F}
2
+
3
+ h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
4
+ a {color:#1E7EC8; text-decoration:underline; }
5
+
6
+ .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
7
+ .quick-access{float:right; margin-top:18px; padding:0 10px; text-align:right; width: 485px;}
8
+
9
+ .header {z-index: 100;}
10
+ .header .logo { margin: 0; }
11
+ .shop-access{float:right; margin:0; font-size:1em;}
12
+ .shop-access a{color:#7386BE; text-decoration:none}
13
+ .shop-access a:hover { text-decoration: underline; }
14
+ .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
15
+ .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
16
+ .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
17
+ .header .form-search label{display:none}
18
+ .header .form-search button.button{width:20px}
19
+ .header .form-search button.button span { background: none; }
20
+
21
+ .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
22
+ .page-title h1 {color:#007ed3; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
23
+
24
+ .block-content a{}
25
+ .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #005E89; border:medium none; color:#FFF; min-height:124px}
26
+ .block-subscribe .block-title strong{background:none}
27
+ .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
28
+ .block-subscribe label{font-weight:bold; color:#FFF}
29
+ .block-subscribe .actions{margin-top:15px}
30
+ .block-cart .subtotal{background:#eee}
31
+
32
+ .block-tags .block-content ul { border: none; }
33
+
34
+ .block-layered-nav{}
35
+ .block-layered-nav .block-title{ padding:0px; }
36
+
37
+ .block-layered-nav{padding:5px 10px}
38
+ .block-layered-nav .block-subtitle,
39
+ .block-layered-nav .block-content{background:none; border:0px solid #ddd}
40
+ .block-layered-nav dt{padding:7px 10px 0 7px}
41
+ .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
42
+ .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
43
+ .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
44
+ .block-layered-nav dd li a:hover { text-decoration: underline; }
45
+
46
+ h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
47
+ .products-grid h5 a{color:#007ed3; text-decoration:none}
48
+ .products-grid .ratings .amount{display:none}
49
+ .products-grid .actions{}
50
+ /*************************Buttons*************************/
51
+ button.button{background:none; border:0px solid #000}
52
+
53
+ .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
54
+ .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
55
+ .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
56
+ .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
57
+
58
+ /**ALT BTNS**/
59
+ .grey-box .button span,
60
+ .cart-table .btn-continue span,
61
+ .cart-table .btn-update span,
62
+ .cart-table .btn-empty span,
63
+ .cart .discount button span,
64
+ .cart .shipping button span,
65
+ .block-compare button.button span,
66
+ .block-poll button.button span,
67
+ .block-login .actions button.button span,
68
+ .product-view .box-tags .form-add button.button span,
69
+ .multiple-checkout .title-buttons button.button span,
70
+ #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
71
+ .grey-box .button:hover span,
72
+ .cart-table .btn-continue:hover span,
73
+ .cart-table .btn-update:hover span,
74
+ .cart-table .btn-empty:hover span,
75
+ .cart .discount button:hover span,
76
+ .cart .shipping button:hover span,
77
+ .block-compare button.button:hover span,
78
+ .block-poll button.button:hover span,
79
+ .block-login .actions button.button:hover span,
80
+ .product-view .box-tags .form-add button.button:hover span,
81
+ .multiple-checkout .title-buttons button.button:hover span,
82
+ #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
83
+ .grey-box .button span span,
84
+ .cart-table .btn-continue span span,
85
+ .cart-table .btn-update span span,
86
+ .cart-table .btn-empty span span,
87
+ .cart .discount button span span,
88
+ .cart .shipping button span span,
89
+ .block-compare button.button span span,
90
+ .block-poll button.button span span,
91
+ .block-login .actions button.button span span,
92
+ .product-view .box-tags .form-add button.button span span,
93
+ .multiple-checkout .title-buttons button.button span span,
94
+ #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
95
+ .grey-box .button:hover span span,
96
+ .cart-table .btn-continue:hover span span,
97
+ .cart-table .btn-update:hover span span,
98
+ .cart-table .btn-empty:hover span span,
99
+ .cart .discount button:hover span span,
100
+ .cart .shipping button:hover span span,
101
+ .block-compare button.button:hover span span,
102
+ .block-poll button.button:hover span span,
103
+ .block-login .actions button.button:hover span span,
104
+ .product-view .box-tags .form-add button.button:hover span span,
105
+ .multiple-checkout .title-buttons button.button:hover span span,
106
+ #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
107
+
108
+ .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
109
+ .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
110
+
111
+ .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
112
+ .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
113
+
114
+ button.btn-checkout span span{padding:0 16px}
115
+ /****************************End Buttons***************************/
116
+ .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
117
+ .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
118
+
119
+
120
+ /********** < Navigation */
121
+ #nav{padding:0 0 3px; width:952px; margin:0 auto;background:url(../images/nav.gif) no-repeat 0 0;font:bold 1em Arial,Helvetica,sans-serif}
122
+
123
+ /* All Levels */ /* Style consistent throughout all nav levels */
124
+ #nav li { position:relative; text-align:left; }
125
+ #nav li.over { z-index:998; }
126
+ #nav a,
127
+ #nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
128
+ #nav span { display:block; cursor:pointer; white-space:nowrap; }
129
+ #nav li ul span {white-space:normal; }
130
+
131
+ /* 0 Level */
132
+ #nav li { float:left; }
133
+ #nav a{float:left; color:#ffbebe; font-weight:bold}
134
+ #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
135
+ #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
136
+ /*#nav li.first span{padding-left:18px}*/
137
+ #nav li.over a,
138
+ #nav a:hover{color:#fff}
139
+
140
+ /* 1st Level */
141
+ #nav ul li,
142
+ #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
143
+ #nav li.active li a,
144
+ #nav ul li.active a{background:#fff}
145
+ /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
146
+ */
147
+ #nav ul li.last { background:#ecf3f6; padding-bottom:0; }
148
+
149
+ #nav ul a,
150
+ #nav ul a:hover { float:none; padding:0; background:none; }
151
+ #nav ul li a { font-weight:normal !important; }
152
+
153
+ /* 2nd Level */
154
+ #nav ul,
155
+ #nav div {position:absolute; width:15em; top:39px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
156
+ #nav div ul { position:static; width:auto; border:none; }
157
+ #nav ul span {background:none}
158
+
159
+ /* 3rd+ Level */
160
+ #nav ul ul,
161
+ #nav ul div { top:5px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; }
162
+
163
+ #nav ul li a {background:#fff}
164
+ #nav ul li a:hover {background:#f4f4f4}
165
+ #nav ul li.over > a {background:#f4f4f4}
166
+ #nav ul li a,
167
+ #nav ul li a:hover {color:#2f2f2f !important}
168
+ #nav ul span,
169
+ #nav ul li.last li span {padding:4px 15px 5px 15px}
170
+
171
+ /* Show menu */
172
+ #nav li ul.shown-sub,
173
+ #nav li div.shown-sub { left:-1px; z-index:999; }
174
+ #nav li .shown-sub ul.shown-sub,
175
+ #nav li .shown-sub li div.shown-sub { left:100px; }
176
+ /********** Navigation > */
177
+ /* ======================================================================================= */
178
+
179
+ .cms-home .nav-home a,
180
+ .contacts-index-index .nav-contacts a,
181
+ .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
182
+ .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
183
+
184
+ .f-right{float:right}
185
+ .f-left{float:left}
186
+ .a-right{text-align:right}
187
+ .a-left{text-align:left}
188
+ .a-center{text-align:center}
189
+
190
+ .header .welcome-msg{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
191
+
192
+ .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
193
+ .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
194
+ .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#FFF; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
195
+ .header-cart .title a{color:#fff}
196
+ .header .form-language label { color:#FFF;}
197
+ .header-cart .content{background:#fbf0f0; padding:0}
198
+ .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
199
+ .header-cart .content li a:hover{color:#333}
200
+ .header-cart .widget-btn{float:right; margin-left: 5px; margin-top: 4px;}
201
+ .header-cart .title a{color:#fff}
202
+
203
+ .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
204
+
205
+ #nav-sidebox{font-size:1.1em}
206
+ #nav-sidebox a{text-decoration:none; color:#000}
207
+ #nav-sidebox a:hover{text-decoration:underline}
208
+ #nav-sidebox li{line-height:22px; font-weight:bold}
209
+ #nav-sidebox li ul li{font-weight:normal; margin:0}
210
+ #nav-sidebox ul{}
211
+ #nav-sidebox ul li{padding-left:10px}
212
+ #nav-sidebox ul li ul{display:none}
213
+
214
+ .featured-container{margin-bottom:20px}
215
+ .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
216
+ .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
217
+
218
+ .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
219
+ .mini-newsletter label{color:#fff}
220
+ .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
221
+ .mini-newsletter .input-text{border:none; padding:4px 2px}
222
+ .mini-newsletter .form-button-alt{background-position:100% -256px}
223
+ .mini-newsletter .form-button-alt span{background-position:0 -228px}
224
+ .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
225
+ .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
226
+ .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
227
+
228
+ .recently .grid-row {border-bottom:1px solid #d9dde3; float: left; position: relative; }
229
+
230
+ .recently .last{border-bottom:0px solid #FFF}
231
+ .recently .subtitle{color:#007ed3; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
232
+ .recently li.item{width:167px; float:left; padding:10px 10px 40px;}
233
+ .recently li.item .price-box{}
234
+ .recently li.item .actions { position: absolute; bottom: 12px; }
235
+
236
+ .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
237
+ .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
238
+ h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
239
+ a.product-name:hover { text-decoration: underline; }
240
+
241
+ .regular-price .price{color:#777; font-size:13px; font-weight:bold}
242
+
243
+ .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
244
+ .footer .informational li{float:left; margin:0 40px; display: inline;}
245
+ .footer .informational li ul li{float:none; margin:0; display: block;}
246
+ .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#f2d3d3; font-size:0.9em}
247
+ .footer .informational li ul li a:hover { text-decoration: underline; }
248
+ .footer .informational h6{margin-bottom:0.4em; color:#f2d3d3; font-size:1.1em}
249
+
250
+ .footer .contacts{clear:both; font-size:.9em; color:#fff; border:1px solid #c92323; height:32px; margin:17px 0 10px; border-width:1px 0; line-height:31px}
251
+
252
+ .footer .payments{float:right; margin:5px 0 0}
253
+ .footer .legality{text-align:center; color:#FFF; font-size: .9em}
254
+ .footer .legality a{color:#f2d3d3; text-decoration: none;}
255
+
256
+ /* glider */
257
+ #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
258
+ div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
259
+ div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
260
+ div.scroller img{ border:none}
261
+ div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
262
+ div.scroller div.content{ width:10000px; padding:0px}
263
+ .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
264
+
265
+ .content .sliderdescription p{line-height:20px; text-align:center}
266
+ div.sliderdescription:hover{background:#fff}
267
+ .content a{text-decoration:none; color:#5a5a5a}
268
+ .content a:hover{text-decoration:underline}
269
+
270
+ .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
271
+ .slidercontrol{list-style:none; padding:0px; margin:0px}
272
+
273
+ .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
274
+
275
+ .slidercontrol a:hover,
276
+ .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
277
+
278
+ /* slider */
279
+ .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
280
+ .featured-products h4{margin-right:10px; color:#007ed3; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
281
+ .featured-products .head{text-align:left; margin:0; padding:21px 0}
282
+ .featured-products #move-left,
283
+ .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
284
+ .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
285
+ .featured-products #move-left.disabled,
286
+ .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
287
+ .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
288
+ .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
289
+ .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
290
+ .slider-wrapper .list-featured li.last{ margin:0px}
291
+ .slider-wrapper .list-featured .product-image{ text-align:center}
292
+ .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
293
+ .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
294
+
295
+ #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
296
+ #quick-window .product-img-box{width:230px; float:left}
297
+ #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
298
+ #quickview-header{background-color:#888; height:26px; width:650px}
299
+
300
+ #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
301
+ #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
302
+ #quick-window .product-shop{float:right; text-align:left; width:385px}
303
+ #quick-window .product-essential{padding:25px 10px 25px 10px}
304
+ .catalog-listing .product-image{position:relative}
305
+ .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
306
+
307
+ a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
308
+ a.ajax:hover{text-decoration:none}
309
+
310
+
311
+ /****Update styles ****/
312
+
313
+ .footer li {background: none; display: block; padding: 0;}
314
+
315
+ .product-collateral { background: #faf7ee; }
skin/frontend/default/f001_red/css/ie8.css CHANGED
@@ -1,13 +1,16 @@
1
- .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
- .form-button:hover { background-position: 100% -84px; }
3
- .form-button-alt { background-position: 100% -142px; }
4
- .form-button-alt:hover { background-position: 100% -200px; }
5
- .form-button span, .form-button-alt span { background-position: 0 0; }
6
- .form-button:hover span { background-position: 0 -56px; }
7
- .form-button-alt span { background-position: 0 -113px; }
8
- .form-button-alt:hover span { background-position: 0 -171px; }
9
-
10
- .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
- .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
- .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
- .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
 
 
 
1
+ .form-button, .form-button-alt { background-position: 100% -28px; padding-right: 12px; }
2
+ .form-button:hover { background-position: 100% -84px; }
3
+ .form-button-alt { background-position: 100% -142px; }
4
+ .form-button-alt:hover { background-position: 100% -200px; }
5
+ .form-button span, .form-button-alt span { background-position: 0 0; }
6
+ .form-button:hover span { background-position: 0 -56px; }
7
+ .form-button-alt span { background-position: 0 -113px; }
8
+ .form-button-alt:hover span { background-position: 0 -171px; }
9
+
10
+ .mini-newsletter .form-button-alt { background-position: 100% -256px; }
11
+ .mini-newsletter .form-button-alt span { background-position: 0 -227px; }
12
+ .mini-newsletter .form-button-alt:hover { background-position: 100% -314px; }
13
+ .mini-newsletter .form-button-alt:hover span { background-position: 0 -285px; }
14
+
15
+ /*Search Autocomplete Misplase fix for IE8*/
16
+ #search_autocomplete { left: 25px !important; top: 27px !important;}
skin/frontend/default/f001_red/css/styles-ie.css CHANGED
@@ -19,10 +19,10 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.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,
@@ -34,6 +34,7 @@
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
 
37
 
38
  /* Doubled Margin Fixes */
39
  .product-view .product-img-box .more-views li,
@@ -44,9 +45,6 @@
44
  #nav li,
45
  #nav li a { zoom:1; }
46
  #nav li { vertical-align:top; }
47
- /* Show Menu */
48
- #nav li.over ul.shown-sub { left:0; }
49
- #nav li.over li ul.shown-sub { left:100px; }
50
  /********** < Navigation styles */
51
 
52
  select { margin-bottom:1px; }
@@ -55,10 +53,11 @@ input.checkbox { width:13px; height:13px; }
55
  button.button { height:21px; }
56
  button.button span { position:relative; }
57
  button.btn-checkout { height:40px; }
 
58
  .form-list label { position:relative; z-index:0; }
59
  .form-list label.required em { position:absolute; top:0; right:-8px; }
60
 
61
- table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
62
 
63
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
64
 
@@ -69,6 +68,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
69
  .product-view .box-tags .product-tags li,
70
  .footer li { padding:0 4px 0 7px; }
71
 
 
 
72
  /* Clearer */
73
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
74
 
@@ -84,6 +85,7 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
84
  .col-main,
85
  .col2-set,
86
  .col3-set,
 
87
  .col4-set,
88
  .messages li,
89
  .search-autocomplete li,
@@ -113,7 +115,10 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
113
  .product-collateral,
114
  .product-view .product-img-box .more-views ul,
115
  .product-view .box-tags .form-add,
 
 
116
  .product-options .options-list li,
 
117
  .product-options-bottom,
118
  .truncated,
119
  .truncated .truncated_full_value,
@@ -137,7 +142,8 @@ table { face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpac
137
  .advanced-search-summary,
138
  .advanced-search-summary p,
139
  .gift-messages-form .item,
140
- .send-friend .form-list li p { zoom:1; }
 
141
 
142
  /* Hover Fix */
143
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
19
  *
20
  * @category design
21
  * @package default_default
22
+ * @copyright Copyright (c) 2011 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,
34
  .block li.item,
35
  .block-poll li,
36
  .opc li.section { vertical-align:top; }
37
+ * html .window-overlay { background:#ccc; filter:alpha(opacity=50); }
38
 
39
  /* Doubled Margin Fixes */
40
  .product-view .product-img-box .more-views li,
45
  #nav li,
46
  #nav li a { zoom:1; }
47
  #nav li { vertical-align:top; }
 
 
 
48
  /********** < Navigation styles */
49
 
50
  select { margin-bottom:1px; }
53
  button.button { height:21px; }
54
  button.button span { position:relative; }
55
  button.btn-checkout { height:40px; }
56
+ #opc-review .sp-methods .input-box { float:left; }
57
  .form-list label { position:relative; z-index:0; }
58
  .form-list label.required em { position:absolute; top:0; right:-8px; }
59
 
60
+ table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }
61
 
62
  .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
63
 
68
  .product-view .box-tags .product-tags li,
69
  .footer li { padding:0 4px 0 7px; }
70
 
71
+ .product-options dd .time-picker select { margin:0; padding:0; }
72
+
73
  /* Clearer */
74
  .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
75
 
85
  .col-main,
86
  .col2-set,
87
  .col3-set,
88
+ .col3-layout .product-options-bottom .price-box,
89
  .col4-set,
90
  .messages li,
91
  .search-autocomplete li,
115
  .product-collateral,
116
  .product-view .product-img-box .more-views ul,
117
  .product-view .box-tags .form-add,
118
+ .product-view .product-shop .short-description,
119
+ .product-view .box-description,
120
  .product-options .options-list li,
121
+ .product-options,
122
  .product-options-bottom,
123
  .truncated,
124
  .truncated .truncated_full_value,
142
  .advanced-search-summary,
143
  .advanced-search-summary p,
144
  .gift-messages-form .item,
145
+ .send-friend .form-list li p,
146
+ .centinel .authentication { zoom:1; }
147
 
148
  /* Hover Fix */
149
  iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background:transparent; filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0); }
skin/frontend/default/f001_red/css/styles.css CHANGED
@@ -19,7 +19,7 @@
19
  *
20
  * @category design
21
  * @package default_default
22
- * @copyright Copyright (c) 2009 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
23
  * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
  */
25
 
@@ -32,7 +32,7 @@ img { border:0; vertical-align:top; }
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
- :focus { outline: 0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
@@ -97,7 +97,7 @@ ul,ol { list-style:none; }
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
- .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
@@ -147,11 +147,10 @@ textarea { overflow:auto; }
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
150
-
151
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
152
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
153
  button.button {cursor: pointer;}
154
-
155
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
156
  button.button span span { border:0; }
157
 
@@ -192,6 +191,14 @@ input.input-text:focus,select:focus,textarea:focus { background-color:#edf7fd; }
192
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
193
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
194
  .form-list .input-range input.input-text { width:74px; }
 
 
 
 
 
 
 
 
195
  /* Customer */
196
  .form-list .customer-name-prefix .input-box,
197
  .form-list .customer-name-suffix .input-box,
@@ -340,7 +347,8 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
340
  .title-buttons h5,
341
  .title-buttons h6 { float:left; }
342
 
343
- .subtitle { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
 
344
 
345
  /* Pager */
346
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
@@ -388,7 +396,7 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
388
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
389
 
390
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
391
- .data-table tfoot tr.first { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
392
  .data-table tfoot tr { background-color:#dee5e8 !important; }
393
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
394
  .data-table tfoot strong { font-size:16px; }
@@ -406,14 +414,22 @@ p.required { font-size:11px; text-align:right; color:#EB340A; }
406
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
407
  .data-table tbody td .option-value { padding-left:10px; }
408
 
409
- /* Tax Details Row */
410
- tr.tax-total { cursor:pointer; }
411
- tr.tax-total td {}
412
- tr.tax-total .tax-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
413
- tr.show-details .tax-collapse { background-position:0 -52px; }
 
 
 
 
 
 
 
414
  tr.show-details td {}
415
- tr.tax-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
416
- tr.tax-details-first td { border-top:1px solid #d2d8db; }
 
417
 
418
  /* Shopping cart tax info */
419
  .cart-tax-info { display:block; }
@@ -427,8 +443,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
427
  /* Class: std - styles for admin-controlled content */
428
  .std .subtitle { padding:0; }
429
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
430
- .std ul.disc { margin:0 0 10px; }
431
- .std ul.disc { list-style:disc outside; padding-left:18px; }
432
  .std dl dt { font-weight:bold; }
433
  .std dl dd { margin:0 0 10px; }
434
  /*.std ul,
@@ -464,20 +479,35 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
464
  .link-compare { font-weight:bold; }
465
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
466
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
467
- .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
468
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
 
 
 
 
469
 
470
  .separator { margin:0 3px; }
471
 
472
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
473
 
 
 
 
 
 
 
 
 
 
474
  /* Noscript Notice */
475
- .noscript { border:1px solid #ddd; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
476
- .noscript .noscript-inner { width:950px; margin:0 auto; padding:12px 0 12px; background:url(../images/i_notice.gif) 20px 50% no-repeat; }
477
- .noscript p { margin:0; }
478
 
479
  /* Demo Notice */
480
- .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; text-align:center; color:#fff; }
 
 
 
481
  /* ======================================================================================= */
482
 
483
 
@@ -493,7 +523,7 @@ tr.tax-details-first td { border-top:1px solid #d2d8db; }
493
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
494
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
495
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
496
- .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
497
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
498
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
499
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
@@ -515,7 +545,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
515
  .header-container .top-container a { font-size:11px; }
516
 
517
  /********** < Navigation */
518
- .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
519
  margin:0 auto; width:978px; }
520
  /* ======================================================================================= */
521
 
@@ -529,7 +559,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
529
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
530
  .block .block-content { }
531
  .block .block-content li.item { padding:7px 9px; }
532
- .block .btn-remove { float:right; margin:1px 0 2px 5px; }
533
  .block .actions {padding:6px 9px; text-align:right; }
534
  .block .actions a { float:left; }
535
  .block .actions button.button { float:right; }
@@ -561,10 +591,24 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
561
  .block-related .block-title span,
562
  .block-tags .block-title span,
563
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
 
 
 
 
 
 
 
 
 
 
 
564
 
565
  /* Mini Products List */
566
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
567
  .mini-products-list .product-details { margin-left:60px; }
 
 
 
568
 
569
  /* Block: Account */
570
  .block-account { }
@@ -592,34 +636,43 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
592
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
593
  .block-layered-nav dd { padding:0 12px 12px; }
594
  .block-layered-nav dd.last { background:none; }
595
- .block-layered-nav .currently li { padding:4px 6px 4px 10px; }
596
- .block-layered-nav .currently .label { font-weight:bold; padding-left:18px; text-transform:uppercase; }
597
- .block-layered-nav .currently .btn-remove { margin:3px 0 0; }
 
 
 
598
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
599
  .block-layered-nav .actions a { float:none; }
600
 
601
  /* Block: Cart */
602
  .block-cart .block-title { /*border-bottom:0;*/ }
603
  .block-cart .block-title span { }
 
604
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
605
  .block-cart .amount { margin:0; }
606
  .block-cart .amount a { font-weight:bold; }
607
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
608
  .block-cart .subtotal .price { font-weight:bold; }
609
  .block-cart .actions { }
 
 
610
 
611
  /* Block: Wishlist */
612
  .block-wishlist .block-title span { }
 
613
  .block-wishlist .actions { text-align:right; }
614
  .block-wishlist .actions a { float:none; }
615
 
616
  /* Block: Related */
617
  .block-related .block-title span { }
 
618
  .block-related input.checkbox { float:left; }
619
  .block-related .product { margin-left:20px; }
620
 
621
  /* Block: Compare Products */
622
  .block-compare .block-title span { }
 
623
  .block-compare button.button span { border-color:#406a83; background:#618499; }
624
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
625
  .compare-table { border:0; }
@@ -642,12 +695,15 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
642
 
643
  /* Block: Recently Viewed */
644
  .block-viewed .block-title span { }
 
645
 
646
  /* Block: Recently Compared */
647
  .block-compared .block-title span { }
 
648
 
649
  /* Block: Poll */
650
  .block-poll .block-title span { }
 
651
  .block-poll .block-subtitle { font-size:12px; }
652
  .block-poll label { color:#777; font-weight:bold; }
653
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
@@ -692,6 +748,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
692
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
693
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
694
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
 
 
 
 
695
  /* ======================================================================================= */
696
 
697
 
@@ -705,7 +765,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
705
  /* View Type: Grid */
706
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
707
  .products-grid.last { border-bottom:0; }
708
- .products-grid li.item { float:left; width:155px; padding:12px 10px 10px; }
709
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
710
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
711
  .products-grid .product-name a { color:#203548; }
@@ -726,7 +786,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
726
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
727
  .products-list .availability { float:left; margin:3px 0 0; }
728
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
729
- .products-list .desc .link-more { font-size:11px; }
730
  .products-list .add-to-links { clear:both; }
731
  .products-list .add-to-links li { display:inline; }
732
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
@@ -757,6 +817,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
757
  .availability span { font-weight:bold; }
758
  .availability.in-stock span {}
759
  .availability.out-of-stock span { color:#d83820; }
 
 
 
 
 
 
 
 
 
 
 
 
 
760
  .product-view .product-shop .availability { font-size:11px; }
761
  .product-view .product-shop .availability span { font-weight:normal; }
762
 
@@ -807,7 +880,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
807
  .price-including-tax .label { white-space:nowrap; color:#999; }
808
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
809
 
810
- /* FTP */
 
 
 
 
 
811
  .weee { display:block; font-size:11px; color:#444; }
812
  .weee .price { font-size:11px; font-weight:normal; }
813
 
@@ -842,8 +920,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
842
  /********** Product Prices > */
843
 
844
  /* Tier Prices */
845
- .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; }
846
- .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; color:#424242; }
 
847
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
848
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
849
 
@@ -858,6 +937,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
858
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
859
  .add-to-cart .qty { float:left; margin-right:5px; }
860
  .add-to-cart button.button { float:left; }
 
 
 
861
 
862
  /* Add to Links + Add to Cart */
863
  .add-to-box { margin:10px 0; }
@@ -896,12 +978,13 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
896
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
897
 
898
  .product-image-popup { margin:0 auto; }
899
- .product-image-popup .nav { font-weight:bold; text-align:center; }
 
900
  .product-image-popup .image { display:block; margin:10px 0; }
901
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
902
 
903
  /* Product Shop */
904
- .product-view .product-shop { float:right; width:330px; }
905
  .col1-layout .product-view .product-shop { float:right; width:545px; }
906
  .col3-layout .product-view .product-shop { float:none; width:auto; }
907
  .product-view .product-shop .product-name { margin:0 0 5px; }
@@ -916,17 +999,18 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
916
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
917
 
918
  /* Product Options */
919
- .product-options { margin:20px 0 0; padding:10px 15px 20px; background-color:#f6f6f6; border:1px solid #e4e4e4; }
920
  .product-options dt { padding:10px 0 0; font-weight:normal; }
921
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
922
- .product-options dt span.required { color:#eb340a; }
923
- .product-options dt .qty-holder { float:right; margin-right:15px; }
924
- .product-options dt .qty-holder label { vertical-align:middle; }
925
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
926
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
927
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
928
  .product-options dd input.input-text { width:98%; }
929
  .product-options dd input.datetime-picker { width:150px; }
 
930
  .product-options dd textarea { width:98%; height:8em; }
931
  .product-options dd select { width:99%; }
932
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
@@ -938,14 +1022,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
938
  .product-options ul.options-list label { font-weight:normal; }
939
  .product-options ul.validation-failed { padding:0 7px; }
940
  .product-options p.note { margin:0; font-size:11px; }
941
- .product-options p.required { margin-bottom:0; padding:15px 0 0; }
942
 
943
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
944
- .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; }
945
- .product-options-bottom .tier-prices li { background:0; padding:2px 0; color:#e26703; }
 
946
  .product-options-bottom .tier-prices .price,
947
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
948
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
 
 
949
  .product-options-bottom .price-label { float:left; padding-right:5px; }
950
  .product-options-bottom .price-tax { float:left; }
951
  .product-options-bottom .add-to-cart { float:right; }
@@ -954,6 +1041,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
954
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
955
  .product-shop .product-options-bottom .price-tax { float:none; }
956
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
 
957
 
958
  /* Grouped Product */
959
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
@@ -1024,7 +1112,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1024
  .product-name a { }
1025
 
1026
  /* Product Tags */
1027
- .tags-list { display:block; font-size:13px; border:1px solid #c1c4bc; background:#f8f7f5; padding:10px; }
1028
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1029
  .tags-list li a { color:#1b2d3b; }
1030
 
@@ -1065,6 +1153,10 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1065
 
1066
  /* Checkout Types */
1067
  .cart .page-title .checkout-types li { margin:0 0 5px; }
 
 
 
 
1068
 
1069
  /* Shopping Cart Table */
1070
  .cart-table th { padding:2px 10px; }
@@ -1073,8 +1165,12 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1073
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1074
  .cart-table tfoot td { padding:5px 10px; }
1075
  .cart-table .btn-continue { float:left; }
 
1076
  .cart-table .btn-continue span,
1077
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
 
 
 
1078
 
1079
  /* Shopping Cart Collateral boxes */
1080
  .cart .cart-collaterals { padding:25px 0 0; }
@@ -1113,7 +1209,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1113
  .cart .totals table { width:100%; margin:7px 0; }
1114
  .cart .totals td { padding:1px 15px 1px 7px; }
1115
  .cart .totals tr.last td {}
 
1116
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
 
1117
  .cart .totals tfoot td strong { font-size:15px; }
1118
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1119
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
@@ -1125,10 +1223,11 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1125
  .truncated a.dots { cursor:help; }
1126
  .truncated a.details { cursor:help; }
1127
  .truncated .truncated_full_value { position:relative; z-index:999; }
1128
- .truncated .truncated_full_value dl { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1129
- .truncated .show dl { top:-20px; left:50%; }
1130
- .col-left .truncated .show dl { left:15px; top:7px; }
1131
- .col-right .truncated .show dl { left:-240px; top:7px; }
 
1132
  /* ======================================================================================= */
1133
 
1134
 
@@ -1146,9 +1245,17 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1146
  .sp-methods select.month { width:154px; margin-right:10px; }
1147
  .sp-methods select.year { width:96px; }
1148
  .sp-methods input.cvv { width:3em !important; }
 
 
 
 
 
1149
  .sp-methods .centinel-logos a { margin-right:3px; }
1150
  .sp-methods .centinel-logos img { vertical-align:middle; }
1151
 
 
 
 
1152
  .please-wait { float:right; }
1153
  .please-wait img { vertical-align:middle; }
1154
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
@@ -1197,6 +1304,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1197
 
1198
  /* Centinel */
1199
  .centinel {}
 
 
1200
 
1201
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1202
 
@@ -1228,6 +1337,9 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1228
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1229
  .block-progress dd.complete {}
1230
  .block-progress p { margin:0; }
 
 
 
1231
 
1232
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1233
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
@@ -1272,6 +1384,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1272
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1273
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1274
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
 
 
1275
 
1276
  /* Multiple Addresses Checkout */
1277
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
@@ -1339,7 +1453,39 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1339
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1340
 
1341
  .account-create {}
1342
- /* Account Login/Create Pages ============================================================ */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1343
 
1344
 
1345
  /* My Account ============================================================================= */
@@ -1411,28 +1557,26 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1411
 
1412
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1413
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1414
- .order-info-box .box-payment p { margin:0 0 5px; }
1415
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1416
 
1417
  .order-items { width:100%; overflow-x:auto; }
1418
  .order-items h2,
1419
  .order-items h3 { font-weight:bold; font-size:13px; }
1420
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1421
- .order-items .link-print { float:right; color:#1e7ec8; font-weight:normal; }
1422
- .order-items p .link-print { float:none; }
1423
 
1424
- .order-gift-message { margin:15px 0; }
 
1425
  .gift-message dt strong { color:#666; }
1426
- .gift-message dd { margin:5px 0 0; font-size:13px; }
1427
-
1428
- .order-about { margin:15px 0; }
1429
  .order-about dt { font-weight:bold; }
1430
  .order-about dd { font-size:13px; margin:0 0 7px; }
1431
 
1432
  .tracking-table { margin:0 0 15px; }
1433
  .tracking-table th { font-weight:bold; white-space:nowrap; }
1434
- .tracking-table th,
1435
- .tracking-table td { padding:1px 5px 0 0; }
1436
 
1437
  .tracking-table-popup { width:100%; }
1438
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
@@ -1471,7 +1615,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1471
 
1472
  /* My Tags */
1473
  .my-tag-edit { float:left; margin:0 0 10px; }
1474
- .my-tag-edit .btn-remove { float:right; margin:5px 0 0 5px; }
1475
  #my-tags-table { clear:both; }
1476
  #my-tags-table td { padding:10px; }
1477
  #my-tags-table .add-to-links { white-space:nowrap; }
@@ -1489,6 +1633,33 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1489
  .product-review .ratings-table { margin:0 0 10px; }
1490
  .product-review dt { font-weight:bold; }
1491
  .product-review dd { font-size:13px; margin:5px 0 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1492
  /* ======================================================================================= */
1493
 
1494
 
@@ -1498,9 +1669,19 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1498
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1499
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1500
  .footer .store-switcher select { padding:0; vertical-align:middle; }
 
 
1501
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1502
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1503
  .footer .bugs a:hover { text-decoration:none; }
 
 
 
 
 
 
 
 
1504
  /* ======================================================================================= */
1505
 
1506
  /* Sample Data============================================================================ */
@@ -1532,6 +1713,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1532
  .col-main:after,
1533
  .col2-set:after,
1534
  .col3-set:after,
 
1535
  .col4-set:after,
1536
  .search-autocomplete li:after,
1537
  .block .block-content:after,
@@ -1555,6 +1737,8 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1555
  .product-collateral:after,
1556
  .product-view .product-img-box .more-views ul:after,
1557
  .product-view .box-tags .form-add:after,
 
 
1558
  .product-options .options-list li:after,
1559
  .product-options-bottom:after,
1560
  .product-review:after,
@@ -1571,6 +1755,7 @@ float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px
1571
  .page-print .print-head:after,
1572
  .advanced-search-summary:after,
1573
  .gift-messages-form .item:after,
1574
- .send-friend .form-list li p:after,
1575
- .recently ol.grid-row:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
1576
  /* ======================================================================================= */
 
 
19
  *
20
  * @category design
21
  * @package default_default
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
 
32
 
33
  a { text-decoration:underline; }
34
  a:hover { text-decoration:none; }
35
+ :focus { outline:0; }
36
 
37
  /* Headings */
38
  h1,h2,h3,
97
  .page-empty { background:#fff; padding:20px; text-align:left; }
98
  .page-popup { background:#fff; padding:25px 30px; text-align:left; }
99
  .main-container { }
100
+ .main { width:950px; margin:0 auto; min-height:400px; padding: 9px 15px 5px;
101
  text-align:left; background:url("../images/container.png") repeat-y -979px 0; }
102
 
103
  /* Base Columns */
147
  input.radio { margin-right:3px; }
148
  input.checkbox { margin-right:3px; }
149
  input.qty { width:2.5em !important; }
 
150
  button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
151
  button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
152
  button.button {cursor: pointer;}
153
+
154
  button.button span { display:block; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
155
  button.button span span { border:0; }
156
 
191
  .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
192
  .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
193
  .form-list .input-range input.input-text { width:74px; }
194
+
195
+ .form-list-narrow li { margin-bottom:0; }
196
+ .form-list-narrow li .input-box { margin-bottom:6px; }
197
+ .form-list-narrow li.wide .input-box { width:260px; }
198
+ .form-list-narrow li.wide input.input-text,
199
+ .form-list-narrow li.wide textarea { width:254px }
200
+ .form-list-narrow li.wide select { width:260px; }
201
+
202
  /* Customer */
203
  .form-list .customer-name-prefix .input-box,
204
  .form-list .customer-name-suffix .input-box,
347
  .title-buttons h5,
348
  .title-buttons h6 { float:left; }
349
 
350
+ .subtitle,
351
+ .sub-title { clear:both; padding:15px 0 0; font-size:15px; font-weight:bold; margin:0 0 6px; color:#e25203; }
352
 
353
  /* Pager */
354
  .pager { font-size:11px; background:#fff url(../images/bkg_toolbar.gif) 0 100% repeat-x; padding:4px 8px; border-top:1px solid #e2e2e2; text-align:center; }
396
  .data-table thead th .tax-flag { font-size:11px; white-space:nowrap; }
397
 
398
  .data-table tfoot { border-bottom:1px solid #d9dde3; }
399
+ .data-table tfoot tr.first td { background:url(../images/bkg_tfoot.gif) 0 0 repeat-x; }
400
  .data-table tfoot tr { background-color:#dee5e8 !important; }
401
  .data-table tfoot td { padding-top:1px; padding-bottom:1px; border-bottom:0; border-right:1px solid #d9dde3; }
402
  .data-table tfoot strong { font-size:16px; }
414
  .data-table tbody td .option-label { font-weight:bold; font-style:italic; }
415
  .data-table tbody td .option-value { padding-left:10px; }
416
 
417
+ /* Generic Info Box */
418
+ .info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
419
+ .info-box h2 { font-weight:bold; font-size:13px; }
420
+
421
+ .info-table th { font-weight:bold; padding:2px 15px 2px 0; }
422
+ .info-table td { padding:2px 0; }
423
+
424
+ /* Shopping cart total summary row expandable to details */
425
+ tr.summary-total { cursor:pointer; }
426
+ tr.summary-total td {}
427
+ tr.summary-total .summary-collapse { float:right; text-align:right; padding-left:20px; background:url(../images/bkg_collapse.gif) 0 5px no-repeat; cursor:pointer; }
428
+ tr.show-details .summary-collapse { background-position:0 -52px; }
429
  tr.show-details td {}
430
+ tr.summary-details td { font-size:11px; background-color:#dae1e4; color:#626465; }
431
+ tr.summary-details-first td { border-top:1px solid #d2d8db; }
432
+ tr.summary-details-excluded { font-style:italic; }
433
 
434
  /* Shopping cart tax info */
435
  .cart-tax-info { display:block; }
443
  /* Class: std - styles for admin-controlled content */
444
  .std .subtitle { padding:0; }
445
  .std ol.ol { list-style:decimal outside; padding-left:1.5em; }
446
+ .std ul.disc { list-style:disc outside; padding-left:18px; margin:0 0 10px; }
 
447
  .std dl dt { font-weight:bold; }
448
  .std dl dd { margin:0 0 10px; }
449
  /*.std ul,
479
  .link-compare { font-weight:bold; }
480
  .link-print { /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/ font-weight:bold; color:#dc6809; }
481
  .link-rss { background:url(../images/i_rss.gif) 0 2px no-repeat; padding-left:18px; line-height:14px; white-space:nowrap; }
482
+ .btn-remove { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_remove.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
483
+ .btn-previous { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
484
  .btn-remove2 { display:block; width:16px; height:16px; font-size:0; line-height:0; background:url(../images/btn_trash.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
485
+ .btn-edit { display:block; width:11px; height:11px; font-size:0; line-height:0; background:url(../images/btn_edit.gif) 0 0 no-repeat; text-indent:-999em; overflow:hidden; }
486
+
487
+ .cards-list dt { margin:5px 0 0; }
488
+ .cards-list .offset { padding:2px 0 2px 20px; }
489
 
490
  .separator { margin:0 3px; }
491
 
492
  .divider { clear:both; display:block; font-size:0; line-height:0; height:1px; margin:10px 0; background:url(../images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; overflow:hidden; }
493
 
494
+ /* Global site notices */
495
+ .global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; font-size:12px; line-height:1.25; text-align:center; color:#2f2f2f; }
496
+ .global-site-notice .notice-inner { width:860px; margin:0 auto; padding:12px 0 12px 80px; background:url(../images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
497
+ .global-site-notice .notice-inner p { margin:0; border:1px dotted #cccc73; padding:10px; }
498
+ .global-site-notice .notice-inner .actions { padding-top:10px; }
499
+
500
+ /* Cookie Notice */
501
+ .notice-cookie { }
502
+
503
  /* Noscript Notice */
504
+ .noscript {}
 
 
505
 
506
  /* Demo Notice */
507
+ .demo-notice { margin:0; padding:6px 10px; background:#d75f07; font-size:12px; line-height:1.15; border:0; text-align:center; color:#fff; }
508
+ .demo-notice .notice-inner { width:auto; padding:0; background:none; text-align:center; }
509
+ .demo-notice .notice-inner p { padding:0; border:0; }
510
+
511
  /* ======================================================================================= */
512
 
513
 
523
  .header .welcome-msg { margin:0; color:#fff; text-align:right; }
524
  .header .form-search { background:url("../images/mini_search_bg.gif") no-repeat scroll 0 0 transparent;
525
  bottom:-34px; height:28px; padding:0; position:absolute; right:21px; width:152px; }
526
+ .header .form-search input.input-text { background:none repeat scroll 0 0 transparent; border:medium none;
527
  float:right; font-size:0.9em; margin-top:5px; padding:2px 2px 2px 0; width:125px; }
528
  .header .form-search button.button { float:left; background: url(../images/btn_mini_search.gif) no-repeat left top; }
529
  .header .form-search button.button span { border:0; height:21px; background:url(../images/btn_search.gif) 0 0 no-repeat; padding:0 0 0 3px; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
545
  .header-container .top-container a { font-size:11px; }
546
 
547
  /********** < Navigation */
548
+ .nav-container { height: 41px; background:url("../images/container.png") repeat-y scroll -979px 0 transparent;
549
  margin:0 auto; width:978px; }
550
  /* ======================================================================================= */
551
 
559
  .block .block-subtitle { margin:0; padding:5px 9px; font-size:1em; font-weight:bold; color:#0a263c; }
560
  .block .block-content { }
561
  .block .block-content li.item { padding:7px 9px; }
562
+ .block .btn-remove, .block .btn-edit { float:right; margin:1px 0 2px 5px; }
563
  .block .actions {padding:6px 9px; text-align:right; }
564
  .block .actions a { float:left; }
565
  .block .actions button.button { float:right; }
591
  .block-related .block-title span,
592
  .block-tags .block-title span,
593
  .block-login .block-title span { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
594
+ .block-cart .block-title strong,
595
+ .block-wishlist .block-title strong,
596
+ .block-subscribe .block-title strong,
597
+ .block-compare .block-title strong,
598
+ .block-reorder .block-title strong,
599
+ .block-poll .block-title strong,
600
+ .block-viewed .block-title strong,
601
+ .block-compared .block-title strong,
602
+ .block-related .block-title strong,
603
+ .block-tags .block-title strong,
604
+ .block-login .block-title strong { background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
605
 
606
  /* Mini Products List */
607
  .mini-products-list .product-image { float:left; width:50px; border:1px solid #a9a9a9; }
608
  .mini-products-list .product-details { margin-left:60px; }
609
+ .block-cart .mini-products-list .product-details .product-name,
610
+ .block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
611
+ .block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }
612
 
613
  /* Block: Account */
614
  .block-account { }
636
  .block-layered-nav dt { padding:7px 10px 0 28px; font-weight:bold; text-transform:uppercase; }
637
  .block-layered-nav dd { padding:0 12px 12px; }
638
  .block-layered-nav dd.last { background:none; }
639
+ .block-layered-nav .currently li { padding:4px 6px 4px 10px; position:relative; z-index:1; line-height:1.5; }
640
+ .block-layered-nav .currently .label { font-weight:bold; padding-left:8px; text-transform:uppercase; }
641
+ .block-layered-nav .currently .value { display:inline-block; vertical-align:top; }
642
+ .block-layered-nav .currently .btn-previous,
643
+ .block-layered-nav .currently .btn-remove { position:absolute; right:4px; top:5px; margin:0; }
644
+ .block-layered-nav .currently .btn-previous { right:17px; }
645
  .block-layered-nav .actions { font-size:11px; padding:4px 9px; border-width:1px 0; text-align:right; }
646
  .block-layered-nav .actions a { float:none; }
647
 
648
  /* Block: Cart */
649
  .block-cart .block-title { /*border-bottom:0;*/ }
650
  .block-cart .block-title span { }
651
+ .block-cart .block-title strong { background-image:url(../images/i_block-cart.gif); }
652
  .block-cart .summary { background:#fff; padding:2px 8px 8px; margin:-1px 0 0; position:relative; z-index:1; }
653
  .block-cart .amount { margin:0; }
654
  .block-cart .amount a { font-weight:bold; }
655
  .block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
656
  .block-cart .subtotal .price { font-weight:bold; }
657
  .block-cart .actions { }
658
+ .block-cart .actions .paypal-logo { float:left; width:100%; margin:3px 0 0; text-align:right; }
659
+ .block-cart .actions .paypal-logo .paypal-or { clear:both; display:block; padding:0 55px 8px 0; }
660
 
661
  /* Block: Wishlist */
662
  .block-wishlist .block-title span { }
663
+ .block-wishlist .block-title strong { background-image:url(../images/i_block-wishlist.gif); }
664
  .block-wishlist .actions { text-align:right; }
665
  .block-wishlist .actions a { float:none; }
666
 
667
  /* Block: Related */
668
  .block-related .block-title span { }
669
+ .block-related .block-title strong { background-image:url(../images/i_block-related.gif); background-position:0 1px; }
670
  .block-related input.checkbox { float:left; }
671
  .block-related .product { margin-left:20px; }
672
 
673
  /* Block: Compare Products */
674
  .block-compare .block-title span { }
675
+ .block-compare .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
676
  .block-compare button.button span { border-color:#406a83; background:#618499; }
677
  .page-popup .link-print { background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px; font-weight:bold; color:#1e7ec8; }
678
  .compare-table { border:0; }
695
 
696
  /* Block: Recently Viewed */
697
  .block-viewed .block-title span { }
698
+ .block-viewed .block-title strong { background-image:url(../images/i_block-viewed.gif); }
699
 
700
  /* Block: Recently Compared */
701
  .block-compared .block-title span { }
702
+ .block-compared .block-title strong { background-image:url(../images/i_block-list.gif); background-position:0 1px; }
703
 
704
  /* Block: Poll */
705
  .block-poll .block-title span { }
706
+ .block-poll .block-title strong { background-image:url(../images/i_block-poll.gif); }
707
  .block-poll .block-subtitle { font-size:12px; }
708
  .block-poll label { color:#777; font-weight:bold; }
709
  .block-poll input.radio { float:left; margin:1px -18px 0 0; }
748
  .block-login input.input-text { display:block; width:167px; margin:3px 0; }
749
  .block-login .actions { background:none; padding:0; margin:3px 0 0; }
750
  .block-login .actions button.button span { border-color:#406a83; background:#618499; }
751
+
752
+ /* Paypal */
753
+ .sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
754
+ .sidebar .paypal-logo a { float:none; }
755
  /* ======================================================================================= */
756
 
757
 
765
  /* View Type: Grid */
766
  .products-grid { border-bottom:1px solid #d9ddd3; position:relative; }
767
  .products-grid.last { border-bottom:0; }
768
+ .products-grid li.item { float:left; width:155px; padding:12px 10px 80px; }
769
  .products-grid .product-image { display:block; width:135px; height:135px; margin:0 0 10px; }
770
  .products-grid .product-name { /*min-height:2.7em;*/ margin:0 0 5px; font-weight:bold; font-size:13px; color:#203548; }
771
  .products-grid .product-name a { color:#203548; }
786
  .products-list .price-box { float:left; margin:3px 13px 5px 0; }
787
  .products-list .availability { float:left; margin:3px 0 0; }
788
  .products-list .desc { clear:both; padding:6px 0 0; margin:0 0 15px; line-height:1.35; }
789
+ .products-list .desc .link-learn { font-size:11px; }
790
  .products-list .add-to-links { clear:both; }
791
  .products-list .add-to-links li { display:inline; }
792
  .products-list .add-to-links .separator { display:inline; margin:0 2px; }
817
  .availability span { font-weight:bold; }
818
  .availability.in-stock span {}
819
  .availability.out-of-stock span { color:#d83820; }
820
+
821
+ .availability-only { margin:10px 0 7px; line-height:16px; background:url(../images/i_availability_only.gif) 0 50% no-repeat; padding-left:15px; }
822
+ .availability-only span,
823
+ .availability-only a { border-bottom:1px dashed #751d02; color:#000; }
824
+ .availability-only a { background:url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat; cursor:pointer; padding-right:15px; text-decoration:none; }
825
+ .availability-only .expanded { background-position:100% -15px; }
826
+ .availability-only strong { color:#be2c00; }
827
+
828
+ .availability-only-details { margin:0 0 7px; }
829
+ .availability-only-details th { background:#d2d6d9; font-size:10px; padding:0 8px; }
830
+ .availability-only-details td { background:#ebf0f3; border-bottom:1px solid #fff; font-size:11px; padding:2px 8px 1px; }
831
+ .availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
832
+
833
  .product-view .product-shop .availability { font-size:11px; }
834
  .product-view .product-shop .availability span { font-weight:normal; }
835
 
880
  .price-including-tax .label { white-space:nowrap; color:#999; }
881
  .price-including-tax .price { font-size:13px; font-weight:bold; color:#c76200; }
882
 
883
+ /* Configured price */
884
+ .configured-price { margin:0; }
885
+ .configured-price .price-label { font-weight:bold; white-space:nowrap; }
886
+ .configured-price .price { font-weight:bold; }
887
+
888
+ /* FPT */
889
  .weee { display:block; font-size:11px; color:#444; }
890
  .weee .price { font-size:11px; font-weight:normal; }
891
 
920
  /********** Product Prices > */
921
 
922
  /* Tier Prices */
923
+ .product-pricing,
924
+ .tier-prices { margin:10px 0; padding:10px; background-color:#f4f7f7; border:1px solid #dadddd; color:#424242; }
925
+ .tier-prices li { line-height:1.4; background:url(../images/i_tier.gif) no-repeat 0 3px; padding:2px 0 2px 10px; }
926
  .tier-prices .benefit { font-style:italic; font-weight:bold; color:#2f2f2f; }
927
  .tier-prices .price { font-weight:bold; color:#2f2f2f; }
928
 
937
  .add-to-cart label { float:left; margin-right:5px; font-weight:bold; color:#666; }
938
  .add-to-cart .qty { float:left; margin-right:5px; }
939
  .add-to-cart button.button { float:left; }
940
+ .add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
941
+ .add-to-cart .paypal-logo .paypal-or { clear:both; display:block; margin:5px 60px 5px 0; }
942
+ .product-view .add-to-cart .paypal-logo { margin:0; }
943
 
944
  /* Add to Links + Add to Cart */
945
  .add-to-box { margin:10px 0; }
978
  .product-view .product-img-box .more-views li a { float:left; width:56px; height:56px; border:2px solid #ddd; overflow:hidden; }
979
 
980
  .product-image-popup { margin:0 auto; }
981
+ .product-image-popup .buttons-set { float:right; clear:none; border:0; margin:0; padding:0; }
982
+ .product-image-popup .nav { font-weight:bold; margin:0 100px; text-align:center; }
983
  .product-image-popup .image { display:block; margin:10px 0; }
984
  .product-image-popup .image-label { font-size:13px; font-weight:bold; margin:0 0 10px; color:#2f2f2f; }
985
 
986
  /* Product Shop */
987
+ .product-view .product-shop { float:right; width:410px; }
988
  .col1-layout .product-view .product-shop { float:right; width:545px; }
989
  .col3-layout .product-view .product-shop { float:none; width:auto; }
990
  .product-view .product-shop .product-name { margin:0 0 5px; }
999
  .product-view .product-shop .add-to-links a { color:#1E7EC8 !important; font-weight:normal !important; }
1000
 
1001
  /* Product Options */
1002
+ .product-options { margin:20px 0 0; padding:10px 15px 20px; position:relative; background-color:#f6f6f6; border:1px solid #e4e4e4; }
1003
  .product-options dt { padding:10px 0 0; font-weight:normal; }
1004
  .product-options dt label { font-weight:bold; color:#2f2f2f; }
1005
+ .product-options dt label.required em { color:#eb340a; margin-left:5px; }
1006
+ .product-options dd .qty-holder { display:block; padding:10px 0 0; }
1007
+ .product-options dd .qty-holder label { vertical-align:middle; }
1008
  .product-options dt .qty-disabled { background:none; border:0; padding:3px; color:#2f2f2f; }
1009
  .product-options dd { padding:5px 10px 15px; margin:0 0 5px; border-bottom:1px solid #e4e4e4; }
1010
  .product-options dl.last dd.last { border-bottom:0; padding-bottom:5px; margin-bottom:0; }
1011
  .product-options dd input.input-text { width:98%; }
1012
  .product-options dd input.datetime-picker { width:150px; }
1013
+ .product-options dd .time-picker { display:-moz-inline-box; display:inline-block; padding:2px 0; vertical-align:middle; }
1014
  .product-options dd textarea { width:98%; height:8em; }
1015
  .product-options dd select { width:99%; }
1016
  .product-options dd .multiselect option { border-bottom:1px dotted #d9e5ee; padding:2px 4px; }
1022
  .product-options ul.options-list label { font-weight:normal; }
1023
  .product-options ul.validation-failed { padding:0 7px; }
1024
  .product-options p.note { margin:0; font-size:11px; }
1025
+ .product-options p.required { position:absolute; right:20px; top:20px; }
1026
 
1027
  .product-options-bottom { background-color:#fffada; padding:15px 20px; border:1px solid #e4e4e4; border-top:0; }
1028
+ .product-options-bottom .product-pricing,
1029
+ .product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
1030
+ .product-options-bottom .tier-prices li { background:0; padding:2px 0; }
1031
  .product-options-bottom .tier-prices .price,
1032
  .product-options-bottom .tier-prices .benefit { color:#e26703; }
1033
  .product-options-bottom .price-box { float:left; margin:0; padding:0; }
1034
+ .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1035
+ .col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
1036
  .product-options-bottom .price-label { float:left; padding-right:5px; }
1037
  .product-options-bottom .price-tax { float:left; }
1038
  .product-options-bottom .add-to-cart { float:right; }
1041
  .product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
1042
  .product-shop .product-options-bottom .price-tax { float:none; }
1043
  .product-shop .product-options-bottom .add-to-cart-box { clear:both; float:left; padding-top:12px; }
1044
+ .product-shop .product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
1045
 
1046
  /* Grouped Product */
1047
  .product-view .grouped-items-table .price-box { margin:0; padding:0; }
1112
  .product-name a { }
1113
 
1114
  /* Product Tags */
1115
+ .tags-list { display:block; font-size:13px; border:none; background:none; padding:10px; }
1116
  .tags-list li { display:inline !important; margin:0 4px 0 0; }
1117
  .tags-list li a { color:#1b2d3b; }
1118
 
1153
 
1154
  /* Checkout Types */
1155
  .cart .page-title .checkout-types li { margin:0 0 5px; }
1156
+ .cart .title-buttons .checkout-types { float:right; }
1157
+ .cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
1158
+ .cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
1159
+ .cart .totals .checkout-types .paypal-or { clear:both; display:block; padding:8px 55px 0 0; line-height:1.0; font-size:11px; }
1160
 
1161
  /* Shopping Cart Table */
1162
  .cart-table th { padding:2px 10px; }
1165
  .cart-table .item-msg { margin:5px 0; font-size:11px; font-weight:bold; color:#df280a; }
1166
  .cart-table tfoot td { padding:5px 10px; }
1167
  .cart-table .btn-continue { float:left; }
1168
+ .cart-table .btn-empty span,
1169
  .cart-table .btn-continue span,
1170
  .cart-table .btn-update span { border-color:#406a83; background:#618499; }
1171
+ .cart-table .btn-update,
1172
+ .cart-table .btn-empty { float:right; }
1173
+ .cart-table .btn-update { margin-left:10px; }
1174
 
1175
  /* Shopping Cart Collateral boxes */
1176
  .cart .cart-collaterals { padding:25px 0 0; }
1209
  .cart .totals table { width:100%; margin:7px 0; }
1210
  .cart .totals td { padding:1px 15px 1px 7px; }
1211
  .cart .totals tr.last td {}
1212
+ .cart .totals tfoot th { padding:5px 15px 5px 7px; }
1213
  .cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
1214
+ .cart .totals tfoot th strong,
1215
  .cart .totals tfoot td strong { font-size:15px; }
1216
  .cart .totals .checkout-types { font-size:13px; padding:8px 15px 15px; text-align:right; }
1217
  .cart .totals .checkout-types li { clear:both; margin:10px 0; }
1223
  .truncated a.dots { cursor:help; }
1224
  .truncated a.details { cursor:help; }
1225
  .truncated .truncated_full_value { position:relative; z-index:999; }
1226
+ .truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; width:250px; padding:8px; border:1px solid #ddd; background-color:#f6f6f6; }
1227
+ .truncated .truncated_full_value .item-options > p { font-weight:bold; text-transform:uppercase; }
1228
+ .truncated .show .item-options { top:-20px; left:50%; }
1229
+ .col-left .truncated .show .item-options { left:15px; top:7px; }
1230
+ .col-right .truncated .show .item-options { left:-240px; top:7px; }
1231
  /* ======================================================================================= */
1232
 
1233
 
1245
  .sp-methods select.month { width:154px; margin-right:10px; }
1246
  .sp-methods select.year { width:96px; }
1247
  .sp-methods input.cvv { width:3em !important; }
1248
+
1249
+ .sp-methods .checkmo-list li { margin:0 0 5px; }
1250
+ .sp-methods .checkmo-list label { width:135px; padding-right:10px; text-align:right; }
1251
+ .sp-methods .checkmo-list address { float:left; }
1252
+
1253
  .sp-methods .centinel-logos a { margin-right:3px; }
1254
  .sp-methods .centinel-logos img { vertical-align:middle; }
1255
 
1256
+ .sp-methods .release-amounts { margin:0.5em 0; }
1257
+ .sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
1258
+
1259
  .please-wait { float:right; }
1260
  .please-wait img { vertical-align:middle; }
1261
  .cvv-what-is-this { font-size:11px; cursor:help; margin-left:10px; }
1304
 
1305
  /* Centinel */
1306
  .centinel {}
1307
+ .centinel .authentication { border:1px solid #ddd; background:#fff; }
1308
+ .centinel .authentication iframe { width:99%; height:400px; background:transparent !important; margin:0 !important; padding:0 !important; border:0 !important; }
1309
 
1310
  .opc .centinel { border:1px solid #bbb6a5; border-width:0 1px 1px; padding:10px 30px; }
1311
 
1337
  .block-progress dt.complete { margin:0; background:#d0dce1; color:#5e8ab4; }
1338
  .block-progress dd.complete {}
1339
  .block-progress p { margin:0; }
1340
+ .block-progress .cards-list dt { background:none; border:0 none; color:inherit; font-size:12px; margin:5px 0; padding:0; }
1341
+ .block-progress .cards-list dd { border:0 none; margin:0; padding:0; }
1342
+ .block-progress .cards-list .info-table th { font-weight:normal; }
1343
 
1344
  .opc .buttons-set { margin-top:0; padding-top:2em; }
1345
  .opc .buttons-set p.required { margin:0; padding:0 0 10px; }
1384
  #opc-review .buttons-set { padding:20px 30px; border:1px solid #d9dde3; border-width:0 1px 1px; }
1385
  #opc-review .buttons-set p { margin:0; line-height:40px; }
1386
  #opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
1387
+ #opc-review .authentication { margin:0 auto; width:570px; }
1388
+ #opc-review .warning-message { color:#222; font-weight:bold; text-align:center; padding:10px 10px 0; }
1389
 
1390
  /* Multiple Addresses Checkout */
1391
  .checkout-progress { padding:0 90px; margin:0 0 20px; }
1453
  .account-login .buttons-set { border:1px solid #bbb6a5; border-top:0; margin:0; padding:8px 13px; background:#dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x; }
1454
 
1455
  .account-create {}
1456
+
1457
+ /* Captcha ================================================================================ */
1458
+ .captcha-note { clear:left; padding-top:5px; }
1459
+ .captcha-image { float:left; display:inline; margin:0; position:relative; width:258px; }
1460
+ .captcha-image .captcha-img { border:1px solid #b6b6b6; vertical-align:bottom; width:100%; }
1461
+ .registered-users .captcha-image { margin:0;}
1462
+ .captcha-reload { cursor:pointer; position:absolute; top:2px; right:2px;}
1463
+ .captcha-reload.refreshing { animation:rotate 1.5s infinite linear; -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; }
1464
+
1465
+ @-webkit-keyframes rotate {
1466
+ 0% { -webkit-transform:rotate(0); }
1467
+ 0% { -webkit-transform:rotate(-360deg); }
1468
+ }
1469
+ @-moz-keyframes rotate {
1470
+ 0% { -moz-transform:rotate(0); }
1471
+ 0% { -moz-transform:rotate(-360deg); }
1472
+ }
1473
+ @keyframes rotate {
1474
+ 0% { transform:rotate(0); }
1475
+ 0% { transform:rotate(-360deg); }
1476
+ }
1477
+
1478
+ /* Remember Me Popup ===================================================================== */
1479
+ .window-overlay { background:url(../images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); position:absolute; top:0; left:0; height:100%; width:100%; z-index:990; }
1480
+
1481
+ .remember-me label { float:none; margin:0 6px; }
1482
+ .remember-me-popup { background:#fff; border:1px solid #ccc; left:50%; top:50%; position:absolute; margin:-85px 0 0 -200px; width:400px; text-align:left; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; -box-shadow:0 0 6px #ccc; z-index:1000; }
1483
+ .remember-me-popup h3 { background:#d9e5ee; border-bottom:1px solid #ccc; font-size:14px; padding:5px 10px; }
1484
+ .remember-me-popup .remember-me-popup-head { position:relative; }
1485
+ .remember-me-popup .remember-me-popup-head .remember-me-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:7px; right:7px; height:15px; width:15px; text-indent:-9999em; }
1486
+ .remember-me-popup .remember-me-popup-body { padding:10px; }
1487
+ .remember-me-popup .remember-me-popup-body a { display:inline-block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; text-decoration:none; white-space:nowrap; color:#fff; }
1488
+ /* Remember Me Popup ===================================================================== */
1489
 
1490
 
1491
  /* My Account ============================================================================= */
1557
 
1558
  .order-info-box { background:#fff url(../images/bkg_block-title.gif) 0 0 repeat-x; border:1px solid #d0cbc1; padding:12px 15px; margin:0 0 15px; }
1559
  .order-info-box h2 { font-weight:bold; font-size:13px; }
1560
+ .order-info-box .box-payment p { margin:0 0 3px; }
1561
  .order-info-box .box-payment th { font-weight:bold; padding-right:7px; }
1562
 
1563
  .order-items { width:100%; overflow-x:auto; }
1564
  .order-items h2,
1565
  .order-items h3 { font-weight:bold; font-size:13px; }
1566
  .order-items .product-name { font-size:1em !important; font-weight:bold !important; }
1567
+ .order-items .link-print { color:#1e7ec8; font-weight:normal; }
1568
+ .order-items .order-links { text-align:right; }
1569
 
1570
+ .order-additional { margin:15px 0; }
1571
+ /* Order Gift Message */
1572
  .gift-message dt strong { color:#666; }
1573
+ .gift-message dd { font-size:13px; margin:5px 0 0; }
1574
+ /* Order Comments */
 
1575
  .order-about dt { font-weight:bold; }
1576
  .order-about dd { font-size:13px; margin:0 0 7px; }
1577
 
1578
  .tracking-table { margin:0 0 15px; }
1579
  .tracking-table th { font-weight:bold; white-space:nowrap; }
 
 
1580
 
1581
  .tracking-table-popup { width:100%; }
1582
  .tracking-table-popup th { font-weight:bold; white-space:nowrap; }
1615
 
1616
  /* My Tags */
1617
  .my-tag-edit { float:left; margin:0 0 10px; }
1618
+ .my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
1619
  #my-tags-table { clear:both; }
1620
  #my-tags-table td { padding:10px; }
1621
  #my-tags-table .add-to-links { white-space:nowrap; }
1633
  .product-review .ratings-table { margin:0 0 10px; }
1634
  .product-review dt { font-weight:bold; }
1635
  .product-review dd { font-size:13px; margin:5px 0 0; }
1636
+
1637
+ /* Billing Agreements */
1638
+ .billing-agreements .info-box{ margin:15px 0; }
1639
+ .billing-agreements .form-list li select { float:left; }
1640
+ .billing-agreements .form-list li button.button { float:left; margin-left:10px; }
1641
+ .billing-agreements .table-caption { font-weight:bold; font-size:13px; }
1642
+ /* ======================================================================================= */
1643
+
1644
+
1645
+ /* MAP Popup============================================================================== */
1646
+ .cart-msrp-totals { color:red; font-size:12px !important; font-weight:bold; margin:10px 10px 0; padding:10px; text-align:right; text-transform:uppercase;}
1647
+ .map-cart-sidebar-total { color:red; display:block; font-size:10px; font-weight:bold; text-align:left; padding:2px 5px; text-shadow:0 1px 0 #fff; }
1648
+
1649
+ .map-popup { background:#fff; border:1px solid #aaa; margin:12px 0 0; position:absolute; -moz-box-shadow:0 0 6px #ccc; -webkit-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; width:300px; z-index:100; }
1650
+ .map-popup-heading { background:#d9e5ee; border-bottom:1px solid #ccc; padding:5px 30px 5px 10px; width:260px; }
1651
+ .map-popup-heading h2 { font-size:16px; margin:0; text-shadow:0 1px 0 #f6f6f6; overflow:hidden; white-space:nowrap; word-wrap:break-word; text-align:left; text-overflow:ellipsis; }
1652
+ .map-popup-arrow { background:url(../images/map_popup_arrow.gif) no-repeat; position:absolute; left:50%; top:-10px; height:10px; width:19px; }
1653
+ .map-popup-close { background:url(../images/btn_window_close.gif) no-repeat; display:block; position:absolute; top:8px; right:10px; height:15px; width:15px; text-indent:-9999em; -moz-box-shadow:0 0 3px #999; -webkit-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
1654
+ .map-popup-content { border-top:1px solid #eee; padding:10px; overflow:hidden; text-align:left; width:280px; }
1655
+ .map-popup-checkout { display:inline; float:right; text-align:right; }
1656
+ .map-popup-checkout span { display:block; padding-right:30px; }
1657
+ .map-popup-checkout .paypal-logo { margin:0 0 5px; }
1658
+ .map-popup-price .price-box,
1659
+ .map-popup-price .price-box .special-price { margin:0; padding:0; }
1660
+ .map-popup-price { margin:5px 0 0; }
1661
+ .map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
1662
+ .map-popup-only-text { border-top:1px solid #ddd; }
1663
  /* ======================================================================================= */
1664
 
1665
 
1669
  .footer .store-switcher { display:inline; margin:0 5px 0 0; color:#fff; }
1670
  .footer .store-switcher label { font-weight:bold; vertical-align:middle; }
1671
  .footer .store-switcher select { padding:0; vertical-align:middle; }
1672
+ .footer a { color:#fff; text-decoration:none; }
1673
+ .footer a:hover { text-decoration:underline; }
1674
  .footer .bugs { margin:13px 0 0; color:#ecf3f6; }
1675
  .footer .bugs a { color:#ecf3f6; text-decoration:underline; }
1676
  .footer .bugs a:hover { text-decoration:none; }
1677
+ .footer address { margin:0 0 20px; color:#ecf3f6; }
1678
+ .footer address a { color:#ecf3f6; text-decoration:underline; }
1679
+ .footer address a:hover { text-decoration:none; }
1680
+ .footer ul { display:inline; }
1681
+ .footer ul.links { display:block; }
1682
+ .footer li { display:inline; background:url(../images/bkg_pipe2.gif) 100% 60% no-repeat; padding:0 7px 0 4px; }
1683
+ .footer li.last { background:none !important; padding-right:0 !important; }
1684
+ .footer-container .bottom-container { margin:0 0 5px; }
1685
  /* ======================================================================================= */
1686
 
1687
  /* Sample Data============================================================================ */
1713
  .col-main:after,
1714
  .col2-set:after,
1715
  .col3-set:after,
1716
+ .col3-layout .product-options-bottom .price-box:after,
1717
  .col4-set:after,
1718
  .search-autocomplete li:after,
1719
  .block .block-content:after,
1737
  .product-collateral:after,
1738
  .product-view .product-img-box .more-views ul:after,
1739
  .product-view .box-tags .form-add:after,
1740
+ .product-view .product-shop .short-description:after,
1741
+ .product-view .box-description:after,
1742
  .product-options .options-list li:after,
1743
  .product-options-bottom:after,
1744
  .product-review:after,
1755
  .page-print .print-head:after,
1756
  .advanced-search-summary:after,
1757
  .gift-messages-form .item:after,
1758
+ .send-friend .form-list li p:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
 
1759
  /* ======================================================================================= */
1760
+
1761
+ .guest-select {width:305px !important;}
skin/frontend/default/f001_red/images/bkg_nav2.gif ADDED
Binary file
skin/frontend/default/f001_red/images/bkg_tfoot.gif ADDED
Binary file
skin/frontend/default/f001_red/images/bkg_th.gif ADDED
Binary file
skin/frontend/default/f001_red/images/btn_edit.gif ADDED
Binary file
skin/frontend/default/f001_red/images/btn_previous.gif ADDED
Binary file
skin/frontend/default/f001_red/images/btn_search.gif ADDED
Binary file
skin/frontend/default/f001_red/images/calendar.gif ADDED
Binary file
skin/frontend/default/f001_red/images/catalog/product/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_red/images/catalog/product/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_red/images/catalog/product/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_red/images/fam_book_open.png ADDED
Binary file
skin/frontend/default/f001_red/images/free_shipping_callout.jpg ADDED
Binary file
skin/frontend/default/f001_red/images/grid-cal.gif ADDED
Binary file
skin/frontend/default/f001_red/images/i_availability_only.gif ADDED
Binary file
skin/frontend/default/f001_red/images/i_availability_only_arrow.gif ADDED
Binary file
skin/frontend/default/f001_red/images/map_popup_arrow.gif ADDED
Binary file
skin/frontend/default/f001_red/images/np_cart_thumb.gif ADDED
Binary file
skin/frontend/default/f001_red/images/np_more_img.gif ADDED
Binary file
skin/frontend/default/f001_red/images/np_product_main.gif ADDED
Binary file
skin/frontend/default/f001_red/images/np_thumb.gif ADDED
Binary file
skin/frontend/default/f001_red/images/np_thumb2.gif ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/catalog/category/placeholder/image.jpg ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/catalog/category/placeholder/small_image.jpg ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/catalog/category/placeholder/thumbnail.jpg ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/tab_account.png ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/tab_cart.png ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/tab_home.png ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/tab_more.png ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/tab_page.png ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/tab_search.png ADDED
Binary file
skin/frontend/default/f001_red/images/xmlconnect/tab_shop.png ADDED
Binary file
skin/frontend/default/f001_red/js/productInfo.js CHANGED
@@ -3,12 +3,12 @@ ProductInfo.prototype = {
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
-
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
- this.createWindow();
11
-
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
@@ -17,9 +17,9 @@ ProductInfo.prototype = {
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
-
21
  },
22
-
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
@@ -31,42 +31,44 @@ ProductInfo.prototype = {
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
-
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
-
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
47
  display: 'block'
48
  })
49
  },
50
-
51
  hideButton: function(e)
52
  {
53
  el = this;
54
  while (el.tagName != 'P') {
55
  el = el.up();
56
  }
57
- $(el).getElementsBySelector('.ajax')[0].setStyle({
 
58
  display: 'none'
59
  })
60
  },
61
-
62
  createWindow: function()
63
  {
64
  var qWindow = new Element('div', {id: 'quick-window'});
65
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
66
  document.body.appendChild(qWindow);
67
- $('quickview-close').observe('click', this.hideWindow.bind(this));
68
  },
69
-
70
  showWindow: function()
71
  {
72
  $('quick-window').setStyle({
@@ -75,17 +77,17 @@ ProductInfo.prototype = {
75
  display: 'block'
76
  });
77
  },
78
-
79
  setContent: function(content)
80
  {
81
  $$('.quick-view-content')[0].insert(content);
82
  },
83
-
84
  clearContent: function()
85
  {
86
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
87
  },
88
-
89
  hideWindow: function()
90
  {
91
  this.clearContent();
@@ -94,7 +96,10 @@ ProductInfo.prototype = {
94
 
95
  loadInfo: function(e)
96
  {
97
- e.stop();
 
 
 
98
  var that = this;
99
  this.createLoader();
100
  new Ajax.Request(e.element().href, {
@@ -104,6 +109,6 @@ ProductInfo.prototype = {
104
  that.destroyLoader();
105
  that.showWindow();
106
  }
107
- });
108
  }
109
  }
3
  settings: {
4
  'loadingMessage': 'Please wait ...'
5
  },
6
+
7
  initialize: function(selector, x_image, settings)
8
  {
9
  Object.extend(this.settings, settings);
10
+ this.createWindow();
11
+
12
  var that = this;
13
  $$(selector).each(function(el, index){
14
  el.observe('click', that.loadInfo.bind(that));
17
  el.observe('mouseover', that.showButton);
18
  el.observe('mouseout', that.hideButton);
19
  })
20
+
21
  },
22
+
23
  createLoader: function()
24
  {
25
  var loader = new Element('div', {id: 'ajax-preloader'});
31
  left: document.body.clientWidth/2 - 75 + 'px'
32
  });
33
  },
34
+
35
  destroyLoader: function()
36
  {
37
  $('ajax-preloader').remove();
38
  },
39
+
40
  showButton: function(e)
41
  {
42
  el = this;
43
  while (el.tagName != 'P') {
44
  el = el.up();
45
  }
46
+ var btn = $(el).getElementsBySelector('.ajax')[0];
47
+ btn && btn.setStyle({
48
  display: 'block'
49
  })
50
  },
51
+
52
  hideButton: function(e)
53
  {
54
  el = this;
55
  while (el.tagName != 'P') {
56
  el = el.up();
57
  }
58
+ var btn = $(el).getElementsBySelector('.ajax')[0];
59
+ btn && btn.setStyle({
60
  display: 'none'
61
  })
62
  },
63
+
64
  createWindow: function()
65
  {
66
  var qWindow = new Element('div', {id: 'quick-window'});
67
  qWindow.innerHTML = '<div id="quickview-header"><a href="javascript:void(0)" id="quickview-close"></a></div><div class="quick-view-content"></div>';
68
  document.body.appendChild(qWindow);
69
+ $('quickview-close').observe('click', this.hideWindow.bind(this));
70
  },
71
+
72
  showWindow: function()
73
  {
74
  $('quick-window').setStyle({
77
  display: 'block'
78
  });
79
  },
80
+
81
  setContent: function(content)
82
  {
83
  $$('.quick-view-content')[0].insert(content);
84
  },
85
+
86
  clearContent: function()
87
  {
88
  $$('.quick-view-content')[0].replace('<div class="quick-view-content"></div>');
89
  },
90
+
91
  hideWindow: function()
92
  {
93
  this.clearContent();
96
 
97
  loadInfo: function(e)
98
  {
99
+ if (typeof event != 'undefined') { // ie9 fix
100
+ event.preventDefault ? event.preventDefault() : event.returnValue = false;
101
+ }
102
+ Event.stop(e);
103
  var that = this;
104
  this.createLoader();
105
  new Ajax.Request(e.element().href, {
109
  that.destroyLoader();
110
  that.showWindow();
111
  }
112
+ });
113
  }
114
  }
skin/frontend/default/f001_red/js/slider.js CHANGED
@@ -1,89 +1,89 @@
1
- var Slider = Class.create();
2
- Slider.prototype = {
3
- options: {
4
- shift: 900
5
- },
6
-
7
- initialize: function(container, controlLeft, controlRight){
8
- this.animating = false;
9
- this.containerSize = {
10
- width: $(container).offsetWidth,
11
- height: $(container).offsetHeight
12
- },
13
- this.content = $(container).down();
14
- this.controlLeft = $(controlLeft);
15
- this.controlRight = $(controlRight);
16
-
17
- this.initControls();
18
- },
19
-
20
- initControls: function(){
21
- this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
- Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
- Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
- this.updateControls(1, 0);
25
- },
26
-
27
- shiftRight: function(){
28
- if (this.animating)
29
- return;
30
-
31
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
-
33
- if ((left + this.options.shift) < 0) {
34
- var shift = this.options.shift;
35
- this.updateControls(1, 1);
36
- } else {
37
- var shift = Math.abs(left);
38
- this.updateControls(1, 0);
39
- }
40
- this.moveTo(shift);
41
- },
42
-
43
- shiftLeft: function(){
44
- if (this.animating)
45
- return;
46
-
47
- var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
-
49
- var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
- var lastItemWidth = this.content.childElements().last().getWidth();
51
- var contentWidth = lastItemLeft + lastItemWidth + 8;
52
-
53
- if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
- var shift = this.options.shift;
55
- this.updateControls(1, 1);
56
- } else {
57
- var shift = contentWidth + left - this.containerSize.width;
58
- this.updateControls(0, 1);
59
- }
60
- this.moveTo(-shift);
61
- },
62
-
63
- moveTo: function(shift){
64
- var scope = this;
65
-
66
- this.animating = true;
67
-
68
- new Effect.Move(this.content, {
69
- x: shift,
70
- duration: 0.4,
71
- delay: 0,
72
- afterFinish: function(){
73
- scope.animating = false;
74
- }
75
- });
76
- },
77
-
78
- updateControls: function(left, right){
79
- if (!left)
80
- this.controlLeft.addClassName('disabled');
81
- else
82
- this.controlLeft.removeClassName('disabled');
83
-
84
- if (!right)
85
- this.controlRight.addClassName('disabled');
86
- else
87
- this.controlRight.removeClassName('disabled');
88
- }
89
- }
1
+ var Slider = Class.create();
2
+ Slider.prototype = {
3
+ options: {
4
+ shift: 900
5
+ },
6
+
7
+ initialize: function(container, controlLeft, controlRight){
8
+ this.animating = false;
9
+ this.containerSize = {
10
+ width: $(container).offsetWidth,
11
+ height: $(container).offsetHeight
12
+ },
13
+ this.content = $(container).down();
14
+ this.controlLeft = $(controlLeft);
15
+ this.controlRight = $(controlRight);
16
+
17
+ this.initControls();
18
+ },
19
+
20
+ initControls: function(){
21
+ this.controlLeft.href = this.controlRight.href = 'javascript:void(0)';
22
+ Event.observe(this.controlLeft, 'click', this.shiftLeft.bind(this));
23
+ Event.observe(this.controlRight, 'click', this.shiftRight.bind(this));
24
+ this.updateControls(1, 0);
25
+ },
26
+
27
+ shiftRight: function(){
28
+ if (this.animating)
29
+ return;
30
+
31
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
32
+
33
+ if ((left + this.options.shift) < 0) {
34
+ var shift = this.options.shift;
35
+ this.updateControls(1, 1);
36
+ } else {
37
+ var shift = Math.abs(left);
38
+ this.updateControls(1, 0);
39
+ }
40
+ this.moveTo(shift);
41
+ },
42
+
43
+ shiftLeft: function(){
44
+ if (this.animating)
45
+ return;
46
+
47
+ var left = isNaN(parseInt(this.content.style.left)) ? 0 : parseInt(this.content.style.left);
48
+
49
+ var lastItemLeft = this.content.childElements().last().positionedOffset()[0];
50
+ var lastItemWidth = this.content.childElements().last().getWidth();
51
+ var contentWidth = lastItemLeft + lastItemWidth + 8;
52
+
53
+ if ((contentWidth + left - this.options.shift) > this.containerSize.width) {
54
+ var shift = this.options.shift;
55
+ this.updateControls(1, 1);
56
+ } else {
57
+ var shift = contentWidth + left - this.containerSize.width;
58
+ this.updateControls(0, 1);
59
+ }
60
+ this.moveTo(-shift);
61
+ },
62
+
63
+ moveTo: function(shift){
64
+ var scope = this;
65
+
66
+ this.animating = true;
67
+
68
+ new Effect.Move(this.content, {
69
+ x: shift,
70
+ duration: 0.4,
71
+ delay: 0,
72
+ afterFinish: function(){
73
+ scope.animating = false;
74
+ }
75
+ });
76
+ },
77
+
78
+ updateControls: function(left, right){
79
+ if (!left)
80
+ this.controlLeft.addClassName('disabled');
81
+ else
82
+ this.controlLeft.removeClassName('disabled');
83
+
84
+ if (!right)
85
+ this.controlRight.addClassName('disabled');
86
+ else
87
+ this.controlRight.removeClassName('disabled');
88
+ }
89
+ }
skin/frontend/default/f001_sea_green/css/custom.css CHANGED
@@ -1,301 +1,328 @@
1
- /*
2
- * body : #13717e;
3
- * .footer .informational li ul li a : #d2e4e6;
4
- * .footer .informational h6 : #d2e4e6;
5
- * .footer .legality a : #c7f19e;
6
- * #nav a : #c3d5e3;
7
- * .header-cart .title : #C1E2A0;
8
- * .header .form-language label : #C1E2A0;
9
- *
10
- */
11
-
12
- body{background:url("../images/body_bg.gif") repeat-x #13717e; color:#2F2F2F}
13
-
14
- h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
15
- a {color:#1E7EC8; text-decoration:underline; }
16
-
17
- .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
18
- .quick-access{float:right; margin-top:16px; padding:0 10px; text-align:right; width: 500px;}
19
-
20
- .header {z-index: 100;}
21
- .shop-access{float:right; margin:0; font-size:1em;}
22
- .shop-access a{color:#7386BE; text-decoration:none}
23
- .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
24
- .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
25
- .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
26
- .header .form-search label{display:none}
27
- .header .form-search button.button{height:27px;width:25px;}
28
- .header .form-search {background:url("../images/mini_search_bg.gif") no-repeat scroll right top transparent;}
29
-
30
- .header .form-language label { color:#c3d5e3; }
31
-
32
- .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
33
- .page-title h1 {color:#007ed3; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
34
-
35
- .block-content a{}
36
- .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #295e86; border:medium none; color:#FFF; min-height:124px}
37
- .block-subscribe .block-title strong{background:none}
38
- .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
39
- .block-subscribe label{font-weight:bold; color:#FFF}
40
- .block-subscribe .actions{margin-top:15px}
41
- .block-cart .subtotal{background:#eee}
42
-
43
- .block-layered-nav{}
44
- .block-layered-nav .block-title{ padding:0px; }
45
-
46
- .block-layered-nav{padding:5px 10px}
47
- .block-layered-nav .block-subtitle,
48
- .block-layered-nav .block-content{background:none; border:0px solid #ddd}
49
- .block-layered-nav dt{padding:7px 10px 0 7px}
50
- .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
51
- .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
52
- .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
53
-
54
- h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
55
- .products-grid h5 a{color:#007ed3; text-decoration:none}
56
- .products-grid .ratings .amount{display:none}
57
- .products-grid .actions{position:static; bottom:12px}
58
- /*************************Buttons*************************/
59
- button.button{background:none; border:0px solid #000}
60
-
61
- .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
62
- .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
63
- .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
64
- .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
65
-
66
- /**ALT BTNS**/
67
- .grey-box .button span,
68
- .cart-table .btn-continue span,
69
- .cart-table .btn-update span,
70
- .cart .discount button span,
71
- .cart .shipping button span,
72
- .block-compare button.button span,
73
- .block-poll button.button span,
74
- .block-login .actions button.button span,
75
- .product-view .box-tags .form-add button.button span,
76
- .multiple-checkout .title-buttons button.button span,
77
- #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
78
- .grey-box .button:hover span,
79
- .cart-table .btn-continue:hover span,
80
- .cart-table .btn-update:hover span,
81
- .cart .discount button:hover span,
82
- .cart .shipping button:hover span,
83
- .block-compare button.button:hover span,
84
- .block-poll button.button:hover span,
85
- .block-login .actions button.button:hover span,
86
- .product-view .box-tags .form-add button.button:hover span,
87
- .multiple-checkout .title-buttons button.button:hover span,
88
- #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
89
- .grey-box .button span span,
90
- .cart-table .btn-continue span span,
91
- .cart-table .btn-update span span,
92
- .cart .discount button span span,
93
- .cart .shipping button span span,
94
- .block-compare button.button span span,
95
- .block-poll button.button span span,
96
- .block-login .actions button.button span span,
97
- .product-view .box-tags .form-add button.button span span,
98
- .multiple-checkout .title-buttons button.button span span,
99
- #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
100
- .grey-box .button:hover span span,
101
- .cart-table .btn-continue:hover span span,
102
- .cart-table .btn-update:hover span span,
103
- .cart .discount button:hover span span,
104
- .cart .shipping button:hover span span,
105
- .block-compare button.button:hover span span,
106
- .block-poll button.button:hover span span,
107
- .block-login .actions button.button:hover span span,
108
- .product-view .box-tags .form-add button.button:hover span span,
109
- .multiple-checkout .title-buttons button.button:hover span span,
110
- #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
111
-
112
- .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
113
- .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
114
-
115
- .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
116
- .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
117
-
118
- button.btn-checkout span span{padding:0 16px}
119
- /****************************End Buttons***************************/
120
- .footer-container{background:url("../images/footer_bg.gif") repeat-x 0 0; margin-top:25px}
121
- .footer{margin:0 auto; padding:15px 10px 4em; text-align:left; width:958px}
122
-
123
-
124
- /**** Navigation *****/
125
- #nav{padding:0 0 3px; width:952px; margin:0 auto; background:url(../images/nav.gif) no-repeat 0 0; font:bold 1em Arial,Helvetica,sans-serif}
126
-
127
- /************** ALL LEVELS *************/ /* Style consistent throughout all nav levels */
128
- #nav li{position:relative; text-align:left}
129
- #nav li.over{z-index:999}
130
- #nav a,
131
- #nav a:hover{display:block; line-height:1.3em; text-decoration:none}
132
- #nav span{display:block; cursor:pointer; white-space:nowrap}
133
- #nav li ul span{white-space:normal}
134
-
135
- /************ 0 LEVEL ***************/
136
- #nav li{float:left}
137
- #nav a{float:left; color:#c3d5e3; font-weight:bold}
138
- #nav li.active a{color:#fff; background:url(../images/nav.gif) repeat-x 0 -87px}
139
- #nav span{background:url(../images/nav.gif) no-repeat 100% -44px; padding:12px 15px 12px 14px}
140
- #nav li.first span{padding-left:18px}
141
- #nav li.over a,
142
- #nav a:hover{color:#fff}
143
-
144
- /************ 1ST LEVEL ************/
145
- #nav ul li,
146
- #nav ul li.active{float:none; margin:0; padding-bottom:1px; background:#f4f4f4}
147
- #nav li.active li a,
148
- #nav ul li.active a{background:#fff}
149
- /*#nav ul li.over{background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%}
150
- */
151
- #nav ul li.last{background:#ecf3f6; padding-bottom:0}
152
-
153
- #nav ul a,
154
- #nav ul a:hover{float:none; padding:0; background:none}
155
- #nav ul li a{font-weight:normal !important}
156
-
157
- /************ 2ND LEVEL ************/
158
- #nav ul{position:absolute; width:15em; top:40px; left:-10000px; border:1px solid #aaa; border-color:#ccc #aaa #aaa #ccc; border-top-width:0}
159
- #nav ul span{background:none}
160
-
161
- /* Show menu */
162
- #nav li.over >ul{left:-1px}
163
- #nav li.over >ul li.over >ul{left:100px}
164
- #nav li.over ul ul{left:-10000px}
165
-
166
- #nav ul li a{background:#fff}
167
- #nav ul li a:hover{background:#f4f4f4}
168
- #nav ul li.over >a{background:#f4f4f4}
169
- #nav ul li a,
170
- #nav ul li a:hover{color:#2f2f2f !important}
171
- #nav ul span, #nav ul li.last li span{padding:4px 15px 5px 15px}
172
-
173
- /************ 3RD+LEVEL ************/
174
- #nav ul ul{top:5px; border-top-width:1px}
175
-
176
- .cms-home .nav-home a,
177
- .contacts-index-index .nav-contacts a,
178
- .cms-about-magento-demo-store .nav-about a{color:#fff !important; background:url(../images/nav.gif) repeat-x 0 -87px}
179
- .cms-home .nav-home a{background:url(../images/nav.gif) repeat-x 0 -130px}
180
-
181
- .f-right{float:right}
182
- .f-left{float:left}
183
- .a-right{text-align:right}
184
- .a-left{text-align:left}
185
- .a-center{text-align:center}
186
-
187
- .welcome-message{float:left; font-size:0.9em; margin:1px 12px 0 0; color:#757578}
188
-
189
- .header-cart{position:absolute; top:-22px; right:8px; width:205px; z-index:100}
190
- .header-cart .head{margin:0; overflow:hidden; cursor:pointer}
191
- .header-cart .title{font-weight:normal; float:right; font-size:.9em; color:#c3d5e3; padding:3px 0 3px 22px; background:url(../images/common.gif) no-repeat -382px 4px}
192
- .header-cart .title a{color:#fff}
193
- .header-cart .content{background:#f3f8fb; padding:0}
194
- .header-cart .content li{padding:2px 6px; border-bottom:1px solid #ddd}
195
- .header-cart .content li a:hover{color:#333}
196
- .header-cart .widget-btn{float:right; margin-top:2px}
197
- .header-cart .title a{color:#fff}
198
-
199
- .slogan{text-align:left; float:left; text-indent:-9999px !important; width:192px; height:53px; margin:0; background:url(../images/slogan.gif) no-repeat 0 0}
200
-
201
- #nav-sidebox{font-size:1.1em}
202
- #nav-sidebox a{text-decoration:none; color:#000}
203
- #nav-sidebox a:hover{text-decoration:underline}
204
- #nav-sidebox li{line-height:22px; font-weight:bold}
205
- #nav-sidebox li ul li{font-weight:normal; margin:0}
206
- #nav-sidebox ul{}
207
- #nav-sidebox ul li{padding-left:10px}
208
- #nav-sidebox ul li ul{display:none}
209
-
210
- .featured-container{margin-bottom:20px}
211
- .featured-center{width:978px; margin:0 auto; padding-bottom:20px; background:url(../images/container.png) no-repeat -1957px 100%}
212
- .featured-top{background:url(../images/container.png) no-repeat -1957px 0}
213
-
214
- .mini-newsletter{border:none; min-height:124px; color:#fff; background:#005e89 url(../images/base_mini_alt_bg.gif) repeat-x 0 0}
215
- .mini-newsletter label{color:#fff}
216
- .mini-newsletter .head h4{color:#fff; background-position:-370px -90px}
217
- .mini-newsletter .input-text{border:none; padding:4px 2px}
218
- .mini-newsletter .form-button-alt{background-position:100% -256px}
219
- .mini-newsletter .form-button-alt span{background-position:0 -228px}
220
- .mini-newsletter .form-button-alt:hover{background-position:100% -314px}
221
- .mini-newsletter .form-button-alt:hover span{background-position:0 -286px}
222
- .mini-newsletter .validation-advice{color:#fff; background:url(../images/validation_advice_bg.gif) no-repeat 2px 1px}
223
-
224
- .recently .grid-row{border-bottom:1px solid #d9dde3}
225
-
226
- .recently .last{border-bottom:0px solid #FFF}
227
- .recently .subtitle{color:#007ed3; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px}
228
- .recently li.item{width:167px; float:left; padding:10px}
229
- .recently li.item .price-box{}
230
-
231
- .category-head{background:url("../images/page_head_bg.gif") repeat-x 0 100%; border:1px solid #EAEAEA; margin-bottom:7px}
232
- .product-image .ajax{width:70px; z-index:20; position:absolute; display:none}
233
- h5 a.product-name{color:#007ED3; font-size:1.05em; text-decoration:none; font-weight:bold}
234
-
235
- .regular-price .price{color:#777; font-size:13px; font-weight:bold}
236
-
237
- .footer .informational{width:820px; margin:0 auto; overflow:hidden; zoom:1}
238
- .footer .informational li{float:left; margin:0 40px}
239
- .footer .informational li ul li{float:none; margin:0}
240
- .footer .informational li ul li a{background:url("../images/common.gif") no-repeat -352px -309px; padding-left:10px; text-decoration:none; color:#d2e4e6; font-size:0.9em}
241
- .footer .informational h6{margin-bottom:0.4em; color:#d2e4e6; font-size:1.1em}
242
-
243
- .footer .contacts{clear:both; font-size:.9em; color:#fff; height:32px; margin:17px 0 10px;border:1px solid #1a7885; border-width:1px 0; line-height:31px;}
244
-
245
- .footer .payments{float:right; margin:5px 0 0}
246
- .footer .legality{text-align:center; color:#FFF; font-size: .9em; }
247
- .footer .legality a{color:#a0f3ff; text-decoration: none;}
248
-
249
- /* glider */
250
- #slider{ position:relative; height:334px; width:738px; padding:2px 0 0 11px; z-index:5; overflow:hidden; margin-bottom:5px; background:url(../images/glider_bg.gif) no-repeat 0 0}
251
- div.scroller{ height:295px; width:725px; overflow:hidden; position:relative}
252
- div.slidercontrolwr{ position:absolute; bottom:6px; left:315px; z-index:6}
253
- div.scroller img{ border:none}
254
- div.scroller div.sectionslide{ height:290px; overflow:hidden; float:left}
255
- div.scroller div.content{ width:10000px; padding:0px}
256
- .content .sliderdescription{ padding:0px 10px; position:relative; top:-30px; color:#777; font:11px bold Helvetica,sans-serif; opacity:0.65; filter:alpha(opacity=65)}
257
-
258
- .content .sliderdescription p{line-height:20px; text-align:center}
259
- div.sliderdescription:hover{background:#fff}
260
- .content a{text-decoration:none; color:#5a5a5a}
261
- .content a:hover{text-decoration:underline}
262
-
263
- .slidercontrol{ list-style-image:none; list-style-position:outside; list-style-type:none; margin:10px 0 0; padding:0}
264
- .slidercontrol{list-style:none; padding:0px; margin:0px}
265
-
266
- .slidercontrol a{ float:left; width:15px; margin:0px 2px; padding:0px 2px; text-decoration:none; color:#fff; font-weight:bold; background:#c0c0c0; overflow:hidden; text-align:center; border:1px solid #c0c0c0}
267
-
268
- .slidercontrol a:hover,
269
- .slidercontrol a.active{background:#f0f0f0; color:#c2c2c2}
270
-
271
- /* slider */
272
- .featured-products{clear:both; padding:7px 15px; position:relative; overflow:hidden;}
273
- .featured-products h4{margin-right:10px; color:#007ed3; padding-left:7px; font:normal 1.3em Verdana,Geneva,Arial,Helvetica,sans-serif}
274
- .featured-products .head{text-align:left; margin:0; padding:21px 0}
275
- .featured-products #move-left,
276
- .featured-products #move-right{position:absolute; right:15px; top:140px; width:22px; height:18px; float:left; background:url(../images/common.gif) no-repeat -335px -390px; text-indent:-9999px; overflow: hidden;}
277
- .featured-products #move-right{background-position:-335px -450px; right:940px !important; }
278
- .featured-products #move-left.disabled,
279
- .featured-products #move-right.disabled{opacity:0.5; filter:alpha(opacity=50)}
280
- .slider-wrapper{ clear:both; width:900px; margin-left:25px; overflow:hidden; position:relative; zoom: 1;}
281
- .slider-wrapper .list-featured{ width:10000px; padding:0; overflow:hidden}
282
- .slider-wrapper .list-featured li{ float:left; width:150px; padding:10px; border-right:1px solid #cfcfcf}
283
- .slider-wrapper .list-featured li.last{ margin:0px}
284
- .slider-wrapper .list-featured .product-image{ text-align:center}
285
- .slider-wrapper .list-featured h5{ display:table-cell; height:35px; vertical-align:middle}
286
- .slider-wrapper .list-featured .price-box{float:left; width:75px; padding:2px 0}
287
-
288
- #quick-window{position:absolute; z-index:500; background-color:#fff; width:650px; border:1px solid #aaa; display:none}
289
- #quick-window .product-img-box{width:230px; float:left}
290
- #quickview-close{background:url(../images/close.gif) no-repeat center center; float:right; width:10px; height:10px; margin:7px}
291
- #quickview-header{background-color:#888; height:26px; width:650px}
292
-
293
- #ajax-preloader{opacity:0.8; filter:alpha(opacity="80"); text-align:center; z-index:500}
294
- #ajax-preloader .loading{border:2px solid #777; color:#000; background:#eee; text-align:center; width:120px; padding:15px; font-weight:bold}
295
- #quick-window .product-shop{float:right; text-align:left; width:385px}
296
- #quick-window .product-essential{padding:25px 10px 25px 10px}
297
- .catalog-listing .product-image{position:relative}
298
- .catalog-listing .product-image .ajax{position:absolute; display:none; z-index:20}
299
-
300
- a.ajax{text-decoration:none; border:1px solid #888; background:#bbb; color:#fff; font-weight:bold; padding:0px 10px}
301
- a.ajax:hover{text-decoration:none}
1
+ /*
2
+ * body : #13717e;
3
+ * .footer .informational li ul li a : #d2e4e6;
4
+ * .footer .informational h6 : #d2e4e6;
5
+ * .footer .legality a : #c7f19e;
6
+ * #nav a : #c3d5e3;
7
+ * .header-cart .title : #C1E2A0;
8
+ * .header .form-language label : #C1E2A0;
9
+ *
10
+ */
11
+
12
+ body{background:url("../images/body_bg.gif") repeat-x #13717e; color:#2F2F2F}
13
+
14
+ h1, h2, h3, h4, h5, h6, .head { color:#0A263C; line-height:1.3em; margin-bottom:0.4em;}
15
+ a {color:#1E7EC8; text-decoration:underline; }
16
+
17
+ .header{width:958px; padding:13px 10px 10px; background:url(../images/container.png) no-repeat 0 0}
18
+ .quick-access{float:right; margin-top:18px; padding:0 10px; text-align:right; width: 485px;}
19
+
20
+ .header {z-index: 100;}
21
+ .header .logo { margin: 0; }
22
+ .shop-access{float:right; margin:0; font-size:1em;}
23
+ .shop-access a{color:#7386BE; text-decoration:none}
24
+ .shop-access a:hover { text-decoration: underline; }
25
+ .header .quick-access li{background:url(../images/common.gif) no-repeat -386px -45px; display:inline; padding-left:8px; padding-right:5px}
26
+ .header .quick-access li.first{background:none repeat scroll 0 0 transparent; padding-left:0}
27
+ .main-container{background:url(../images/container.png) no-repeat 0 100%; margin:0 auto; padding-bottom:30px; width:978px}
28
+ .header .form-search label{display:none}
29
+ .header .form-search button.button{height:27px;width:25px;}
30
+ .header .form-search button.button span { background: none; }
31
+ .header .form-search {background:url("../images/mini_search_bg.gif") no-repeat scroll right top transparent;}
32
+
33
+ .header .form-language label { color:#c3d5e3; }
34
+
35
+ .page-title {background:transparent url(../images/page_head_bg.gif) repeat-x scroll 0 100%; border:1px solid #EAEAEA; margin-bottom:7px; }
36
+ .page-title h1 {color:#007ed3; font-size:1.4em; font-weight:normal; line-height:1.3em; margin:0; max-width:100%; overflow:hidden; padding:5px 0 4px 10px; }
37
+
38
+ .block-content a{}
39
+ .block-subscribe{background:url("../images/base_mini_alt_bg.gif") repeat-x 0 0 #295e86; border:medium none; color:#FFF; min-height:124px}
40
+ .block-subscribe .block-title strong{background:none}
41
+ .block-subscribe .block-title strong span{background-position:-370px -90px; color:#FFF}
42
+ .block-subscribe label{font-weight:bold; color:#FFF}
43
+ .block-subscribe .actions{margin-top:15px}
44
+ .block-cart .subtotal{background:#eee}
45
+
46
+ .block-tags .block-content ul { border: none; }
47
+
48
+ .block-layered-nav{}
49
+ .block-layered-nav .block-title{ padding:0px; }
50
+
51
+ .block-layered-nav{padding:5px 10px}
52
+ .block-layered-nav .block-subtitle,
53
+ .block-layered-nav .block-content{background:none; border:0px solid #ddd}
54
+ .block-layered-nav dt{padding:7px 10px 0 7px}
55
+ .block-layered-nav dd{background:url("../images/narrow_by_dd_bg.gif") repeat-x scroll 0 100% transparent; padding:0 12px 0.8em}
56
+ .block-layered-nav dd li{line-height:1.3em; margin-bottom:0; padding:4px 4px 4px 8px}
57
+ .block-layered-nav dd li a{text-decoration:none; color: #5A5A5A;}
58
+ .block-layered-nav dd li a:hover { text-decoration: underline; }
59
+
60
+ h3.product-name {color:#0A263C; line-height:1.5em; margin-bottom:0.4em; font-size: 14px; font-weight: bold;}
61
+ .products-grid h5 a{color:#007ed3; text-decoration:none}
62
+ .products-grid .ratings .amount{display:none}
63
+ .products-grid .actions{}
64
+ /*************************Buttons*************************/
65
+ button.button{background:none; border:0px solid #000}
66
+
67
+ .button span{background:url("../images/button.gif") no-repeat 100% -28px; border:0 none; color:#FFF; font:bold 12px arial,sans-serif !important; margin:0; overflow:visible; padding:0 10px 0 0; text-align:center; vertical-align:middle; width:auto}
68
+ .button:hover span{background:url("../images/button.gif") no-repeat 100% -84px}
69
+ .button span span{background:url("../images/button.gif") no-repeat 0 0; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px; white-space:nowrap}
70
+ .button:hover span span{background:url("../images/button.gif") no-repeat 0 -56px}
71
+
72
+ /**ALT BTNS**/
73
+ .grey-box .button span,
74
+ .cart-table .btn-continue span,
75
+ .cart-table .btn-update span,
76
+ .cart-table .btn-empty span,
77
+ .cart .discount button span,
78
+ .cart .shipping button span,
79
+ .block-compare button.button span,
80
+ .block-poll button.button span,
81
+ .block-login .actions button.button span,
82
+ .product-view .box-tags .form-add button.button span,
83
+ .multiple-checkout .title-buttons button.button span,
84
+ #multiship-addresses-table tfoot button.button span{ background:url("../images/button.gif") no-repeat 100% -142px; color:#295E86; height:27px}
85
+ .grey-box .button:hover span,
86
+ .cart-table .btn-continue:hover span,
87
+ .cart-table .btn-update:hover span,
88
+ .cart-table .btn-empty:hover span,
89
+ .cart .discount button:hover span,
90
+ .cart .shipping button:hover span,
91
+ .block-compare button.button:hover span,
92
+ .block-poll button.button:hover span,
93
+ .block-login .actions button.button:hover span,
94
+ .product-view .box-tags .form-add button.button:hover span,
95
+ .multiple-checkout .title-buttons button.button:hover span,
96
+ #multiship-addresses-table tfoot button.button:hover span{ background:url("../images/button.gif") no-repeat 100% -200px}
97
+ .grey-box .button span span,
98
+ .cart-table .btn-continue span span,
99
+ .cart-table .btn-update span span,
100
+ .cart-table .btn-empty span span,
101
+ .cart .discount button span span,
102
+ .cart .shipping button span span,
103
+ .block-compare button.button span span,
104
+ .block-poll button.button span span,
105
+ .block-login .actions button.button span span,
106
+ .product-view .box-tags .form-add button.button span span,
107
+ .multiple-checkout .title-buttons button.button span span,
108
+ #multiship-addresses-table tfoot button.button span span{ background:url("../images/button.gif") no-repeat 0 -113px; display:block; height:26px; line-height:25px !important; padding:0 0 0 10px !important; white-space:nowrap; border:0}
109
+ .grey-box .button:hover span span,
110
+ .cart-table .btn-continue:hover span span,
111
+ .cart-table .btn-update:hover span span,
112
+ .cart-table .btn-empty:hover span span,
113
+ .cart .discount button:hover span span,
114
+ .cart .shipping button:hover span span,
115
+ .block-compare button.button:hover span span,
116
+ .block-poll button.button:hover span span,
117
+ .block-login .actions button.button:hover span span,
118
+ .product-view .box-tags .form-add button.button:hover span span,
119
+ .multiple-checkout .title-buttons button.button:hover span span,
120
+ #multiship-addresses-table tfoot button.button:hover span span{ background:url("../images/button.gif") no-repeat 0 -171px}
121
+
122
+ .block-subscribe button.button span{background:url("../images/button.gif") no-repeat 100% -257px}
123
+ .block-subscribe button.button span span{background:url("../images/button.gif") no-repeat 0 -228px; color:#295e86}
124
+
125
+ .block-subscribe button.button:hover span{background:url("../images/button.gif") no-repeat 100% -315px}
126
+ .block-subscribe button.button:hover span span{background:url("../images/button.gif") no-repeat 0 -286px; color:#295e86}
127
+
128
+ button.btn-checkout span span{padding:0 16px}
129
+ /****************************End Buttons***************************/
130
+ .footer-container{background:url("../images/foot